Trace number 2066275

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+minisat? (TO) 1800.09 1802.09

General information on the benchmark

Namecsp/pseudo/chnl/
normalized-chnl-50-55.xml
MD5SUM8ee2641ad289b185e0bf8bb3e7ef9972
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables5500
Number of constraints210
Maximum constraint arity55
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension210
Global constraints used (with number of constraints)

Solver Data

0.05/0.11	c 0	Sugar v1-14-6 + HOME/minisat
0.05/0.11	c 0	BEGIN Sat Jul 11 21:54:26 2009
0.05/0.11	c 0	PID 14939
0.05/0.11	c 0	HOST node8.alineos.net
0.05/0.11	c 0	CONVERTING HOME/instance-2066275-1247342066.xml TO HOME/temp.csp
0.05/0.11	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2066275-1247342066.xml' 'HOME/temp.csp'
0.06/0.57	c 1	1 domains, 5500 variables, 2 predicates, 0 relations, 210 constraints
0.06/0.59	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.59	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.51/0.66	c 1	Parsing HOME/temp.csp
0.51/0.93	c 1	parsed 5713 expressions
0.51/0.93	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.51/0.93	c 1	Converting to clausal form CSP
0.51/0.96	c 1	converted 572 (10%) expressions
0.51/0.97	c 1	converted 1143 (20%) expressions
0.51/0.98	c 1	converted 1714 (30%) expressions
0.51/0.98	c 1	converted 2286 (40%) expressions
0.51/0.98	c 1	converted 2857 (50%) expressions
0.51/0.98	c 1	converted 3428 (60%) expressions
0.51/0.98	c 1	converted 4000 (70%) expressions
0.51/0.99	c 1	converted 4571 (80%) expressions
0.51/0.99	c 1	converted 5142 (90%) expressions
1.40/1.60	c 2	converted 5713 (100%) expressions
1.50/1.60	c 2	CSP : 7390 integers, 0 booleans, 3990 clauses, largest domain size 18
1.50/1.60	c 2	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.50/1.60	c 2	Propagation in CSP
1.61/1.74	c 2	4900 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.61/1.75	c 2	CSP : 7390 integers, 0 booleans, 3990 clauses, largest domain size 18
1.61/1.75	c 2	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.61/1.75	c 2	Simplifing CSP by introducing new Boolean variables
1.61/1.76	c 2	CSP : 7390 integers, 0 booleans, 3990 clauses, largest domain size 18
1.61/1.76	c 2	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.71/1.81	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.71/1.82	c 2	739 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.71/1.82	c 2	1478 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.71/1.83	c 2	2217 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.71/1.83	c 2	2956 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.71/1.83	c 2	3695 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.71/1.83	c 2	4434 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.71/1.84	c 2	5173 (70%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.71/1.85	c 2	5912 (80%) CSP integer variables are encoded (4164 clauses, 54335 bytes)
1.71/1.86	c 2	6651 (90%) CSP integer variables are encoded (10010 clauses, 142025 bytes)
1.71/1.87	c 2	7390 (100%) CSP integer variables are encoded (10010 clauses, 142025 bytes)
2.91/3.04	c 3	399 (10%) CSP clauses are encoded (106631 clauses, 2599872 bytes)
4.11/4.24	c 5	798 (20%) CSP clauses are encoded (203252 clauses, 5442999 bytes)
5.31/5.45	c 6	1197 (30%) CSP clauses are encoded (299873 clauses, 8385760 bytes)
6.51/6.65	c 7	1596 (40%) CSP clauses are encoded (396494 clauses, 11345122 bytes)
7.71/7.85	c 8	1995 (50%) CSP clauses are encoded (493115 clauses, 14304484 bytes)
8.90/9.07	c 9	2394 (60%) CSP clauses are encoded (520936 clauses, 15070821 bytes)
10.10/10.29	c 11	2793 (70%) CSP clauses are encoded (527257 clauses, 15151967 bytes)
11.40/11.53	c 12	3192 (80%) CSP clauses are encoded (533578 clauses, 15234924 bytes)
12.60/12.78	c 13	3591 (90%) CSP clauses are encoded (539899 clauses, 15320772 bytes)
13.90/14.05	c 14	3990 (100%) CSP clauses are encoded (546220 clauses, 15406620 bytes)
13.90/14.05	c 14	3990 CSP clauses encoded
13.90/14.05	c 14	Writing map file : HOME/temp.map
13.90/14.07	c 14	Heap : 4 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
13.90/14.07	c 14	SAT : 17400 SAT variables, 546220 SAT clauses, 15406620 bytes
13.90/14.07	c 14	Heap : 4 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
13.97/14.13	c 14	SOLVING HOME/temp.cnf
13.97/14.13	c 14	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
13.97/14.13	c 14	This is MiniSat 2.0 beta
13.97/14.13	c 14	WARNING: for repeatability, setting FPU to use double precision
13.97/14.13	c 14	============================[ Problem Statistics ]=============================
13.97/14.13	c 14	|                                                                             |
13.97/14.13	c 14	|  Number of variables:  17400                                                |
13.97/14.13	c 14	|  Number of clauses:    546220                                               |
14.24/14.46	c 15	|  Parsing time:         0.28         s                                       |
14.24/14.49	c 15	============================[ Search Statistics ]==============================
14.24/14.49	c 15	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
14.24/14.49	c 15	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
14.24/14.49	c 15	===============================================================================
14.24/14.49	c 15	|         0 |   17400   546220  2609150 |   182073        0    nan |  0.000 % |
14.35/14.56	c 15	|       100 |   17400   546220  2609150 |   200280      100    154 |  0.000 % |
14.35/14.58	c 15	|       250 |   17400   546220  2609150 |   220308      250     82 |  0.000 % |
14.55/14.75	c 15	|       475 |   17400   546220  2609150 |   242339      475    190 |  0.000 % |
14.65/14.88	c 15	|       812 |   17400   546220  2609150 |   266573      812    148 |  0.000 % |
15.04/15.28	c 16	|      1318 |   17400   546220  2609150 |   293230     1318    285 |  0.000 % |
15.25/15.49	c 16	|      2077 |   17400   546220  2609150 |   322554     2077    208 |  0.000 % |
16.25/16.46	c 17	|      3217 |   17400   546220  2609150 |   354809     3217    299 |  0.000 % |
16.54/16.72	c 17	|      4925 |   17400   546220  2609150 |   390290     4925    212 |  0.000 % |
18.94/19.17	c 20	|      7488 |   17400   546220  2609150 |   429319     7488    337 |  0.000 % |
20.04/20.22	c 21	|     11332 |   17400   546220  2609150 |   472251    11332    246 |  0.000 % |
24.24/24.42	c 25	|     17098 |   17400   546220  2609150 |   519476    17098    279 |  0.000 % |
25.94/26.14	c 26	|     25748 |   17400   546220  2609150 |   571424    25748    197 |  0.000 % |
35.34/35.53	c 36	|     38722 |   17400   546220  2609150 |   628566    38722    227 |  0.000 % |
47.04/47.23	c 48	|     58183 |   17400   546220  2609150 |   691423    58183    185 |  0.000 % |
69.04/69.22	c 70	|     87375 |   17400   546220  2609150 |   760565    87375    194 |  0.000 % |
146.61/146.84	c 147	|    131164 |   17400   546220  2609150 |   836622   131164    201 |  0.000 % |
209.90/210.15	c 210	|    196848 |   17400   546220  2609150 |   920284   196848    189 |  0.000 % |
427.43/427.71	c 428	|    295376 |   17400   546220  2609150 |  1012312   295376    163 |  0.000 % |
723.96/724.32	c 725	|    443165 |   17400   546220  2609150 |  1113543   443165    151 |  0.000 % |
1800.09/1802.01	c ERROR INTERRUPTED
1800.09/1802.08	s UNKNOWN
1800.09/1802.08	c 1802	CPU 13.99 (0.06 0.01 13.65 0.27)
1800.09/1802.08	c 1802	END Sat Jul 11 22:24:28 2009

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2066275-1247342066/watcher-2066275-1247342066 -o /tmp/evaluation-result-2066275-1247342066/solver-2066275-1247342066 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2066275-1247342066.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.04 2.06 2.01 4/81 14939
/proc/meminfo: memFree=1481584/2055920 swapFree=4192948/4192956
[pid=14939] ppid=14937 vsize=18576 CPUtime=0
/proc/14939/stat : 14939 (runsolver) D 14937 14939 14058 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 21273883 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 228706544935 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/14939/statm: 4644 284 249 26 0 2626 0

[startup+0.0500861 s]
/proc/loadavg: 2.04 2.06 2.01 4/81 14939
/proc/meminfo: memFree=1481584/2055920 swapFree=4192948/4192956
[pid=14939] ppid=14937 vsize=12544 CPUtime=0
/proc/14939/stat : 14939 (sugar) R 14937 14939 14058 0 -1 4194304 491 0 0 0 0 0 0 0 19 0 1 0 21273883 12845056 459 996147200 4194304 4206940 548682068608 18446744073709551615 228715435063 0 0 4224 0 0 0 0 17 0 0 0
/proc/14939/statm: 3136 459 291 3 0 236 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12544

[startup+0.102093 s]
/proc/loadavg: 2.04 2.06 2.01 4/81 14939
/proc/meminfo: memFree=1481584/2055920 swapFree=4192948/4192956
[pid=14939] ppid=14937 vsize=16212 CPUtime=0.05
/proc/14939/stat : 14939 (sugar) R 14937 14939 14058 0 -1 4194304 971 0 0 0 4 1 0 0 19 0 1 0 21273883 16601088 939 996147200 4194304 4206940 548682068608 18446744073709551615 228706396645 0 0 4224 0 0 0 0 17 0 0 0
/proc/14939/statm: 4053 939 380 3 0 632 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16212

[startup+0.302111 s]
/proc/loadavg: 2.04 2.06 2.01 4/81 14939
/proc/meminfo: memFree=1481584/2055920 swapFree=4192948/4192956
[pid=14939] ppid=14937 vsize=16868 CPUtime=0.06
/proc/14939/stat : 14939 (sugar) S 14937 14939 14058 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 21273883 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14939/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702151 s]
/proc/loadavg: 2.04 2.06 2.01 4/81 14939
/proc/meminfo: memFree=1481584/2055920 swapFree=4192948/4192956
[pid=14939] ppid=14937 vsize=16868 CPUtime=0.51
/proc/14939/stat : 14939 (sugar) S 14937 14939 14058 0 -1 4194304 1309 5416 0 1 5 1 41 4 15 0 1 0 21273883 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14939/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 16868

[startup+1.50123 s]
/proc/loadavg: 2.04 2.06 2.01 4/92 14961
/proc/meminfo: memFree=1469264/2055920 swapFree=4192948/4192956
[pid=14939] ppid=14937 vsize=16868 CPUtime=0.51
/proc/14939/stat : 14939 (sugar) S 14937 14939 14058 0 -1 4194304 1309 5416 0 1 5 1 41 4 15 0 1 0 21273883 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14939/statm: 4217 1111 409 3 0 796 0
[pid=14952] ppid=14939 vsize=5356 CPUtime=0
/proc/14952/stat : 14952 (sh) S 14939 14939 14058 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21273943 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14952/statm: 1339 233 193 169 0 50 0
[pid=14953] ppid=14952 vsize=868600 CPUtime=0.89
/proc/14953/stat : 14953 (java) S 14952 14939 14058 0 -1 0 7398 0 1 0 85 4 0 0 18 0 9 0 21273943 889446400 6624 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14953/statm: 217150 6624 2566 9 0 211655 0
[pid=14953/tid=14954] ppid=14952 vsize=868600 CPUtime=0.6
/proc/14953/task/14954/stat : 14954 (java) R 14952 14939 14058 0 -1 64 2698 0 1 0 59 1 0 0 20 0 9 0 21273944 889446400 6624 996147200 134512640 134550932 4294955936 18446744073709551615 4126691359 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14953/tid=14955] ppid=14952 vsize=868600 CPUtime=0.1
/proc/14953/task/14955/stat : 14955 (java) S 14952 14939 14058 0 -1 64 2513 0 0 0 9 1 0 0 16 0 9 0 21273945 889446400 6624 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14953/tid=14956] ppid=14952 vsize=868600 CPUtime=0
/proc/14953/task/14956/stat : 14956 (java) S 14952 14939 14058 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 21273945 889446400 6624 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14953/tid=14957] ppid=14952 vsize=868600 CPUtime=0
/proc/14953/task/14957/stat : 14957 (java) S 14952 14939 14058 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21273945 889446400 6624 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14953/tid=14958] ppid=14952 vsize=868600 CPUtime=0
/proc/14953/task/14958/stat : 14958 (java) S 14952 14939 14058 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21273947 889446400 6624 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14953/tid=14959] ppid=14952 vsize=868600 CPUtime=0.17
/proc/14953/task/14959/stat : 14959 (java) S 14952 14939 14058 0 -1 64 1488 0 0 0 16 1 0 0 16 0 9 0 21273947 889446400 6624 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14953/tid=14960] ppid=14952 vsize=868600 CPUtime=0
/proc/14953/task/14960/stat : 14960 (java) S 14952 14939 14058 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21273947 889446400 6624 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14953/tid=14961] ppid=14952 vsize=868600 CPUtime=0
/proc/14953/task/14961/stat : 14961 (java) S 14952 14939 14058 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21273947 889446400 6624 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 890824

[startup+3.10138 s]
/proc/loadavg: 2.04 2.06 2.01 3/92 14961
/proc/meminfo: memFree=1459920/2055920 swapFree=4192948/4192956
[pid=14939] ppid=14937 vsize=16868 CPUtime=0.52
/proc/14939/stat : 14939 (sugar) S 14937 14939 14058 0 -1 4194304 1310 5416 0 1 6 1 41 4 16 0 1 0 21273883 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14939/statm: 4217 1111 409 3 0 796 0
[pid=14952] ppid=14939 vsize=5356 CPUtime=0
/proc/14952/stat : 14952 (sh) S 14939 14939 14058 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21273943 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14952/statm: 1339 233 193 169 0 50 0
[pid=14953] ppid=14952 vsize=868712 CPUtime=2.49
/proc/14953/stat : 14953 (java) S 14952 14939 14058 0 -1 0 7866 0 1 0 242 7 0 0 18 0 9 0 21273943 889561088 6905 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14953/statm: 217178 6905 2590 9 0 211655 0
[pid=14953/tid=14954] ppid=14952 vsize=868712 CPUtime=2.05
/proc/14953/task/14954/stat : 14954 (java) R 14952 14939 14058 0 -1 64 2926 0 1 0 202 3 0 0 25 0 9 0 21273944 889561088 6905 996147200 134512640 134550932 4294955936 18446744073709551615 4126974887 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14953/tid=14955] ppid=14952 vsize=868712 CPUtime=0.19
/proc/14953/task/14955/stat : 14955 (java) S 14952 14939 14058 0 -1 64 2722 0 0 0 18 1 0 0 16 0 9 0 21273945 889561088 6905 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14953/tid=14956] ppid=14952 vsize=868712 CPUtime=0
/proc/14953/task/14956/stat : 14956 (java) S 14952 14939 14058 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 21273945 889561088 6905 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14953/tid=14957] ppid=14952 vsize=868712 CPUtime=0
/proc/14953/task/14957/stat : 14957 (java) S 14952 14939 14058 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21273945 889561088 6905 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14953/tid=14958] ppid=14952 vsize=868712 CPUtime=0
/proc/14953/task/14958/stat : 14958 (java) S 14952 14939 14058 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21273947 889561088 6905 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14953/tid=14959] ppid=14952 vsize=868712 CPUtime=0.22
/proc/14953/task/14959/stat : 14959 (java) S 14952 14939 14058 0 -1 64 1519 0 0 0 21 1 0 0 16 0 9 0 21273947 889561088 6905 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14953/tid=14960] ppid=14952 vsize=868712 CPUtime=0
/proc/14953/task/14960/stat : 14960 (java) S 14952 14939 14058 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21273947 889561088 6905 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14953/tid=14961] ppid=14952 vsize=868712 CPUtime=0
/proc/14953/task/14961/stat : 14961 (java) S 14952 14939 14058 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21273947 889561088 6905 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 890936

[startup+6.30268 s]
/proc/loadavg: 2.04 2.06 2.01 3/92 14961
/proc/meminfo: memFree=1451984/2055920 swapFree=4192948/4192956
[pid=14939] ppid=14937 vsize=16868 CPUtime=0.52
/proc/14939/stat : 14939 (sugar) S 14937 14939 14058 0 -1 4194304 1310 5416 0 1 6 1 41 4 16 0 1 0 21273883 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14939/statm: 4217 1111 409 3 0 796 0
[pid=14952] ppid=14939 vsize=5356 CPUtime=0
/proc/14952/stat : 14952 (sh) S 14939 14939 14058 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21273943 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14952/statm: 1339 233 193 169 0 50 0
[pid=14953] ppid=14952 vsize=868712 CPUtime=5.69
/proc/14953/stat : 14953 (java) S 14952 14939 14058 0 -1 0 8199 0 1 0 554 15 0 0 18 0 9 0 21273943 889561088 6914 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14953/statm: 217178 6914 2590 9 0 211655 0
[pid=14953/tid=14954] ppid=14952 vsize=868712 CPUtime=5.15
/proc/14953/task/14954/stat : 14954 (java) R 14952 14939 14058 0 -1 64 3250 0 1 0 506 9 0 0 25 0 9 0 21273944 889561088 6914 996147200 134512640 134550932 4294955936 18446744073709551615 4126432710 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14953/tid=14955] ppid=14952 vsize=868712 CPUtime=0.28
/proc/14953/task/14955/stat : 14955 (java) S 14952 14939 14058 0 -1 64 2722 0 0 0 25 3 0 0 16 0 9 0 21273945 889561088 6914 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14953/tid=14956] ppid=14952 vsize=868712 CPUtime=0
/proc/14953/task/14956/stat : 14956 (java) S 14952 14939 14058 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 21273945 889561088 6914 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14953/tid=14957] ppid=14952 vsize=868712 CPUtime=0
/proc/14953/task/14957/stat : 14957 (java) S 14952 14939 14058 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21273945 889561088 6914 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14953/tid=14958] ppid=14952 vsize=868712 CPUtime=0
/proc/14953/task/14958/stat : 14958 (java) S 14952 14939 14058 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21273947 889561088 6914 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14953/tid=14959] ppid=14952 vsize=868712 CPUtime=0.23
/proc/14953/task/14959/stat : 14959 (java) S 14952 14939 14058 0 -1 64 1528 0 0 0 22 1 0 0 16 0 9 0 21273947 889561088 6914 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14953/tid=14960] ppid=14952 vsize=868712 CPUtime=0
/proc/14953/task/14960/stat : 14960 (java) S 14952 14939 14058 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21273947 889561088 6914 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14953/tid=14961] ppid=14952 vsize=868712 CPUtime=0
/proc/14953/task/14961/stat : 14961 (java) S 14952 14939 14058 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21273947 889561088 6914 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 890936

[startup+12.7023 s]
/proc/loadavg: 2.03 2.05 2.01 3/92 14961
/proc/meminfo: memFree=1444888/2055920 swapFree=4192948/4192956
[pid=14939] ppid=14937 vsize=16868 CPUtime=0.52
/proc/14939/stat : 14939 (sugar) S 14937 14939 14058 0 -1 4194304 1310 5416 0 1 6 1 41 4 16 0 1 0 21273883 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14939/statm: 4217 1111 409 3 0 796 0
[pid=14952] ppid=14939 vsize=5356 CPUtime=0
/proc/14952/stat : 14952 (sh) S 14939 14939 14058 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21273943 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14952/statm: 1339 233 193 169 0 50 0
[pid=14953] ppid=14952 vsize=868712 CPUtime=12.08
/proc/14953/stat : 14953 (java) S 14952 14939 14058 0 -1 0 8544 0 1 0 1187 21 0 0 18 0 9 0 21273943 889561088 6915 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14953/statm: 217178 6915 2590 9 0 211655 0
[pid=14953/tid=14954] ppid=14952 vsize=868712 CPUtime=11.47
/proc/14953/task/14954/stat : 14954 (java) R 14952 14939 14058 0 -1 64 3594 0 1 0 1134 13 0 0 25 0 9 0 21273944 889561088 6915 996147200 134512640 134550932 4294955936 18446744073709551615 4126972421 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14953/tid=14955] ppid=14952 vsize=868712 CPUtime=0.34
/proc/14953/task/14955/stat : 14955 (java) S 14952 14939 14058 0 -1 64 2722 0 0 0 29 5 0 0 16 0 9 0 21273945 889561088 6915 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14953/tid=14956] ppid=14952 vsize=868712 CPUtime=0
/proc/14953/task/14956/stat : 14956 (java) S 14952 14939 14058 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 21273945 889561088 6915 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14953/tid=14957] ppid=14952 vsize=868712 CPUtime=0
/proc/14953/task/14957/stat : 14957 (java) S 14952 14939 14058 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21273945 889561088 6915 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14953/tid=14958] ppid=14952 vsize=868712 CPUtime=0
/proc/14953/task/14958/stat : 14958 (java) S 14952 14939 14058 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21273947 889561088 6915 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14953/tid=14959] ppid=14952 vsize=868712 CPUtime=0.24
/proc/14953/task/14959/stat : 14959 (java) S 14952 14939 14058 0 -1 64 1529 0 0 0 23 1 0 0 17 0 9 0 21273947 889561088 6915 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14953/tid=14960] ppid=14952 vsize=868712 CPUtime=0
/proc/14953/task/14960/stat : 14960 (java) S 14952 14939 14058 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21273947 889561088 6915 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14953/tid=14961] ppid=14952 vsize=868712 CPUtime=0
/proc/14953/task/14961/stat : 14961 (java) S 14952 14939 14058 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21273947 889561088 6915 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 890936

[startup+25.5025 s]
/proc/loadavg: 2.03 2.05 2.01 3/84 14963
/proc/meminfo: memFree=1412448/2055920 swapFree=4192948/4192956
[pid=14939] ppid=14937 vsize=16868 CPUtime=13.99
/proc/14939/stat : 14939 (sugar) S 14937 14939 14058 0 -1 4194304 1376 14316 0 2 6 1 1365 27 16 0 1 0 21273883 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14939/statm: 4217 1113 409 3 0 796 0
[pid=14962] ppid=14939 vsize=5356 CPUtime=0
/proc/14962/stat : 14962 (sh) S 14939 14939 14058 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21275297 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14962/statm: 1339 232 193 169 0 50 0
[pid=14963] ppid=14962 vsize=51536 CPUtime=11.35
/proc/14963/stat : 14963 (minisat) R 14962 14939 14058 0 -1 4194304 12629 0 0 0 1125 10 0 0 25 0 1 0 21275297 52772864 12615 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14963/statm: 12884 12615 76 150 0 12731 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 73760

[startup+51.1029 s]
/proc/loadavg: 2.02 2.05 2.01 3/84 14963
/proc/meminfo: memFree=1381600/2055920 swapFree=4192948/4192956
[pid=14939] ppid=14937 vsize=16868 CPUtime=13.99
/proc/14939/stat : 14939 (sugar) S 14937 14939 14058 0 -1 4194304 1376 14316 0 2 6 1 1365 27 16 0 1 0 21273883 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14939/statm: 4217 1113 409 3 0 796 0

################
# More data... #
################

/proc/meminfo: memFree=1046816/2055920 swapFree=4192948/4192956
[pid=14939] ppid=14937 vsize=16868 CPUtime=13.99
/proc/14939/stat : 14939 (sugar) S 14937 14939 14058 0 -1 4194304 1376 14316 0 2 6 1 1365 27 16 0 1 0 21273883 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14939/statm: 4217 1113 409 3 0 796 0
[pid=14962] ppid=14939 vsize=5356 CPUtime=0
/proc/14962/stat : 14962 (sh) S 14939 14939 14058 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21275297 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14962/statm: 1339 232 193 169 0 50 0
[pid=14963] ppid=14962 vsize=420480 CPUtime=1287.82
/proc/14963/stat : 14963 (minisat) R 14962 14939 14058 0 -1 4194304 103713 0 0 0 128673 109 0 0 25 0 1 0 21275297 430571520 103699 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14963/statm: 105120 103699 76 150 0 104967 0
Current children cumulated CPU time (s) 1301.81
Current children cumulated vsize (KiB) 442704

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 14969
/proc/meminfo: memFree=1040928/2055920 swapFree=4192948/4192956
[pid=14939] ppid=14937 vsize=16868 CPUtime=13.99
/proc/14939/stat : 14939 (sugar) S 14937 14939 14058 0 -1 4194304 1376 14316 0 2 6 1 1365 27 16 0 1 0 21273883 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14939/statm: 4217 1113 409 3 0 796 0
[pid=14962] ppid=14939 vsize=5356 CPUtime=0
/proc/14962/stat : 14962 (sh) S 14939 14939 14058 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21275297 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14962/statm: 1339 232 193 169 0 50 0
[pid=14963] ppid=14962 vsize=426372 CPUtime=1347.81
/proc/14963/stat : 14963 (minisat) R 14962 14939 14058 0 -1 4194304 105185 0 0 0 134670 111 0 0 25 0 1 0 21275297 436604928 105171 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14963/statm: 106593 105171 76 150 0 106440 0
Current children cumulated CPU time (s) 1361.8
Current children cumulated vsize (KiB) 448596

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 14969
/proc/meminfo: memFree=1033120/2055920 swapFree=4192948/4192956
[pid=14939] ppid=14937 vsize=16868 CPUtime=13.99
/proc/14939/stat : 14939 (sugar) S 14937 14939 14058 0 -1 4194304 1376 14316 0 2 6 1 1365 27 16 0 1 0 21273883 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14939/statm: 4217 1113 409 3 0 796 0
[pid=14962] ppid=14939 vsize=5356 CPUtime=0
/proc/14962/stat : 14962 (sh) S 14939 14939 14058 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21275297 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14962/statm: 1339 232 193 169 0 50 0
[pid=14963] ppid=14962 vsize=434016 CPUtime=1407.79
/proc/14963/stat : 14963 (minisat) R 14962 14939 14058 0 -1 4194304 107088 0 0 0 140666 113 0 0 25 0 1 0 21275297 444432384 107074 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14963/statm: 108504 107074 76 150 0 108351 0
Current children cumulated CPU time (s) 1421.78
Current children cumulated vsize (KiB) 456240

[startup+1482.3 s]
/proc/loadavg: 2.09 2.02 2.00 3/86 15013
/proc/meminfo: memFree=1052408/2055920 swapFree=4192948/4192956
[pid=14939] ppid=14937 vsize=16868 CPUtime=13.99
/proc/14939/stat : 14939 (sugar) S 14937 14939 14058 0 -1 4194304 1376 14316 0 2 6 1 1365 27 16 0 1 0 21273883 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14939/statm: 4217 1113 409 3 0 796 0
[pid=14962] ppid=14939 vsize=5356 CPUtime=0
/proc/14962/stat : 14962 (sh) S 14939 14939 14058 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21275297 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14962/statm: 1339 232 193 169 0 50 0
[pid=14963] ppid=14962 vsize=441604 CPUtime=1467.56
/proc/14963/stat : 14963 (minisat) R 14962 14939 14058 0 -1 4194304 108951 0 0 0 146641 115 0 0 25 0 1 0 21275297 452202496 108937 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14963/statm: 110401 108937 76 150 0 110248 0
Current children cumulated CPU time (s) 1481.55
Current children cumulated vsize (KiB) 463828

[startup+1542.3 s]
/proc/loadavg: 2.14 2.05 2.02 3/86 15013
/proc/meminfo: memFree=1015608/2055920 swapFree=4192948/4192956
[pid=14939] ppid=14937 vsize=16868 CPUtime=13.99
/proc/14939/stat : 14939 (sugar) S 14937 14939 14058 0 -1 4194304 1376 14316 0 2 6 1 1365 27 16 0 1 0 21273883 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14939/statm: 4217 1113 409 3 0 796 0
[pid=14962] ppid=14939 vsize=5356 CPUtime=0
/proc/14962/stat : 14962 (sh) S 14939 14939 14058 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21275297 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14962/statm: 1339 232 193 169 0 50 0
[pid=14963] ppid=14962 vsize=448216 CPUtime=1527.27
/proc/14963/stat : 14963 (minisat) R 14962 14939 14058 0 -1 4194304 110602 0 0 0 152609 118 0 0 25 0 1 0 21275297 458973184 110588 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14963/statm: 112054 110588 76 150 0 111901 0
Current children cumulated CPU time (s) 1541.26
Current children cumulated vsize (KiB) 470440

[startup+1602.3 s]
/proc/loadavg: 2.05 2.04 2.01 3/86 15013
/proc/meminfo: memFree=1009208/2055920 swapFree=4192948/4192956
[pid=14939] ppid=14937 vsize=16868 CPUtime=13.99
/proc/14939/stat : 14939 (sugar) S 14937 14939 14058 0 -1 4194304 1376 14316 0 2 6 1 1365 27 16 0 1 0 21273883 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14939/statm: 4217 1113 409 3 0 796 0
[pid=14962] ppid=14939 vsize=5356 CPUtime=0
/proc/14962/stat : 14962 (sh) S 14939 14939 14058 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21275297 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14962/statm: 1339 232 193 169 0 50 0
[pid=14963] ppid=14962 vsize=454524 CPUtime=1586.98
/proc/14963/stat : 14963 (minisat) R 14962 14939 14058 0 -1 4194304 112169 0 0 0 158578 120 0 0 25 0 1 0 21275297 465432576 112155 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 1 0 0
/proc/14963/statm: 113631 112155 76 150 0 113478 0
Current children cumulated CPU time (s) 1600.97
Current children cumulated vsize (KiB) 476748

[startup+1662.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/85 15013
/proc/meminfo: memFree=1003128/2055920 swapFree=4192948/4192956
[pid=14939] ppid=14937 vsize=16868 CPUtime=13.99
/proc/14939/stat : 14939 (sugar) S 14937 14939 14058 0 -1 4194304 1376 14316 0 2 6 1 1365 27 16 0 1 0 21273883 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14939/statm: 4217 1113 409 3 0 796 0
[pid=14962] ppid=14939 vsize=5356 CPUtime=0
/proc/14962/stat : 14962 (sh) S 14939 14939 14058 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21275297 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14962/statm: 1339 232 193 169 0 50 0
[pid=14963] ppid=14962 vsize=460700 CPUtime=1646.7
/proc/14963/stat : 14963 (minisat) R 14962 14939 14058 0 -1 4194304 113661 0 0 0 164548 122 0 0 25 0 1 0 21275297 471756800 113647 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 1 0 0
/proc/14963/statm: 115175 113647 76 150 0 115022 0
Current children cumulated CPU time (s) 1660.69
Current children cumulated vsize (KiB) 482924

[startup+1722.3 s]
/proc/loadavg: 2.26 2.09 2.02 4/87 15052
/proc/meminfo: memFree=1116344/2055920 swapFree=4192948/4192956
[pid=14939] ppid=14937 vsize=16868 CPUtime=13.99
/proc/14939/stat : 14939 (sugar) S 14937 14939 14058 0 -1 4194304 1376 14316 0 2 6 1 1365 27 16 0 1 0 21273883 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14939/statm: 4217 1113 409 3 0 796 0
[pid=14962] ppid=14939 vsize=5356 CPUtime=0
/proc/14962/stat : 14962 (sh) S 14939 14939 14058 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21275297 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14962/statm: 1339 232 193 169 0 50 0
[pid=14963] ppid=14962 vsize=466236 CPUtime=1706.41
/proc/14963/stat : 14963 (minisat) R 14962 14939 14058 0 -1 4194304 115041 0 0 0 170517 124 0 0 25 0 1 0 21275297 477425664 115027 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14963/statm: 116559 115027 76 150 0 116406 0
Current children cumulated CPU time (s) 1720.4
Current children cumulated vsize (KiB) 488460

[startup+1782.3 s]
/proc/loadavg: 2.16 2.10 2.02 3/87 15052
/proc/meminfo: memFree=1033592/2055920 swapFree=4192948/4192956
[pid=14939] ppid=14937 vsize=16868 CPUtime=13.99
/proc/14939/stat : 14939 (sugar) S 14937 14939 14058 0 -1 4194304 1376 14316 0 2 6 1 1365 27 16 0 1 0 21273883 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14939/statm: 4217 1113 409 3 0 796 0
[pid=14962] ppid=14939 vsize=5356 CPUtime=0
/proc/14962/stat : 14962 (sh) S 14939 14939 14058 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21275297 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14962/statm: 1339 232 193 169 0 50 0
[pid=14963] ppid=14962 vsize=475360 CPUtime=1766.4
/proc/14963/stat : 14963 (minisat) R 14962 14939 14058 0 -1 4194304 117322 0 0 0 176512 128 0 0 25 0 1 0 21275297 486768640 117308 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14963/statm: 118840 117308 76 150 0 118687 0
Current children cumulated CPU time (s) 1780.39
Current children cumulated vsize (KiB) 497584



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802 s]
/proc/loadavg: 2.11 2.09 2.02 3/87 15052
/proc/meminfo: memFree=1030328/2055920 swapFree=4192948/4192956
[pid=14939] ppid=14937 vsize=16868 CPUtime=13.99
/proc/14939/stat : 14939 (sugar) S 14937 14939 14058 0 -1 4194304 1376 14316 0 2 6 1 1365 27 16 0 1 0 21273883 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14939/statm: 4217 1113 409 3 0 796 0
[pid=14962] ppid=14939 vsize=5356 CPUtime=0
/proc/14962/stat : 14962 (sh) S 14939 14939 14058 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21275297 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14962/statm: 1339 232 193 169 0 50 0
[pid=14963] ppid=14962 vsize=478296 CPUtime=1786.1
/proc/14963/stat : 14963 (minisat) R 14962 14939 14058 0 -1 4194304 118051 0 0 0 178481 129 0 0 25 0 1 0 21275297 489775104 118037 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 1 0 0
/proc/14963/statm: 119574 118037 76 150 0 119421 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 500520

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 14939 and gives
#  childrusage.ru_utime.tv_sec=13
#  childrusage.ru_utime.tv_usec=724913
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=295955
# CPU time returned by wait4() is 14.0209
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1802.09
CPU time (s): 1800.09
CPU user time (s): 1798.52
CPU system time (s): 1.57
CPU usage (%): 99.8891
Max. virtual memory (cumulated for all children) (KiB): 890936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.7249
system time used= 0.295955
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16075
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10154
involuntary context switches= 10016

runsolver used 2.36164 second user time and 5.61914 second system time

The end

Launcher Data

Begin job on node8 at 2009-07-11 21:54:26
IDJOB=2066275
IDBENCH=54500
IDSOLVER=739
FILE ID=node8/2066275-1247342066
PBS_JOBID= 9506793
Free space on /tmp= 66268 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/pseudo/chnl/normalized-chnl-50-55.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2066275-1247342066/watcher-2066275-1247342066 -o /tmp/evaluation-result-2066275-1247342066/solver-2066275-1247342066 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2066275-1247342066.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 8ee2641ad289b185e0bf8bb3e7ef9972
RANDOM SEED=53134457

node8.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1482064 kB
Buffers:         43028 kB
Cached:         319064 kB
SwapCached:          8 kB
Active:         218148 kB
Inactive:       302400 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1482064 kB
SwapTotal:     4192956 kB
SwapFree:      4192948 kB
Dirty:            1680 kB
Writeback:           0 kB
Mapped:         176256 kB
Slab:            38136 kB
Committed_AS:   889208 kB
PageTables:       2040 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66268 MiB
End job on node8 at 2009-07-11 22:24:30