Trace number 2079750

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.03 1808.52

General information on the benchmark

Namecsp/rand-3-20-20/
normalized-rand-3-20-20-60-632-33_ext.xml
MD5SUM204b155645b8dfd16d98fb750ee3dfd7
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark125.487
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints59
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension59
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.07	c 0	BEGIN Sun Jul 12 05:18:13 2009
0.00/0.07	c 0	PID 26305
0.06/0.08	c 0	HOST node84.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2079750-1247368693.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2079750-1247368693.xml' 'HOME/temp.csp'
0.06/0.76	c 1	1 domains, 20 variables, 0 predicates, 59 relations, 59 constraints
0.06/0.81	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.81	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.06/0.88	c 1	Parsing HOME/temp.csp
1.69/1.86	c 2	parsed 139 expressions
1.69/1.87	c 2	Heap : 19 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.69/1.87	c 2	Converting to clausal form CSP
1.69/1.89	c 2	converted 14 (10%) expressions
1.79/1.91	c 2	converted 28 (20%) expressions
1.89/2.06	c 2	converted 42 (30%) expressions
1.89/2.07	c 2	converted 56 (40%) expressions
1.89/2.08	c 2	converted 70 (50%) expressions
1.98/2.14	c 2	converted 84 (60%) expressions
2.09/2.24	c 2	converted 98 (70%) expressions
2.18/2.34	c 3	converted 112 (80%) expressions
2.47/2.62	c 3	converted 126 (90%) expressions
2.58/2.75	c 3	converted 139 (100%) expressions
2.58/2.75	c 3	CSP : 20 integers, 0 booleans, 59 clauses, largest domain size 20
2.58/2.75	c 3	Heap : 38 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.58/2.75	c 3	Propagation in CSP
2.58/2.75	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.58/2.75	c 3	CSP : 20 integers, 0 booleans, 59 clauses, largest domain size 20
2.58/2.75	c 3	Heap : 38 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.58/2.75	c 3	Simplifing CSP by introducing new Boolean variables
2.58/2.75	c 3	CSP : 20 integers, 0 booleans, 59 clauses, largest domain size 20
2.58/2.75	c 3	Heap : 39 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.68/2.87	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.68/2.88	c 3	2 (10%) CSP integer variables are encoded (36 clauses, 371 bytes)
2.68/2.88	c 3	4 (20%) CSP integer variables are encoded (72 clauses, 695 bytes)
2.68/2.88	c 3	6 (30%) CSP integer variables are encoded (108 clauses, 1048 bytes)
2.68/2.88	c 3	8 (40%) CSP integer variables are encoded (144 clauses, 1444 bytes)
2.68/2.88	c 3	10 (50%) CSP integer variables are encoded (180 clauses, 1840 bytes)
2.68/2.88	c 3	12 (60%) CSP integer variables are encoded (216 clauses, 2236 bytes)
2.68/2.88	c 3	14 (70%) CSP integer variables are encoded (252 clauses, 2632 bytes)
2.68/2.89	c 3	16 (80%) CSP integer variables are encoded (288 clauses, 3028 bytes)
2.68/2.89	c 3	18 (90%) CSP integer variables are encoded (324 clauses, 3424 bytes)
2.68/2.89	c 3	20 (100%) CSP integer variables are encoded (360 clauses, 3820 bytes)
2.88/3.07	c 3	6 (10%) CSP clauses are encoded (11115 clauses, 244615 bytes)
3.07/3.21	c 3	12 (20%) CSP clauses are encoded (21974 clauses, 500788 bytes)
3.17/3.34	c 4	18 (30%) CSP clauses are encoded (32769 clauses, 765261 bytes)
3.26/3.45	c 4	24 (40%) CSP clauses are encoded (42981 clauses, 1014653 bytes)
3.36/3.58	c 4	30 (50%) CSP clauses are encoded (53713 clauses, 1281113 bytes)
3.56/3.71	c 4	36 (60%) CSP clauses are encoded (64625 clauses, 1552728 bytes)
3.66/3.83	c 4	42 (70%) CSP clauses are encoded (75417 clauses, 1833867 bytes)
3.76/3.96	c 4	48 (80%) CSP clauses are encoded (86232 clauses, 2123264 bytes)
3.86/4.09	c 4	54 (90%) CSP clauses are encoded (97060 clauses, 2412890 bytes)
3.96/4.19	c 4	59 (100%) CSP clauses are encoded (106050 clauses, 2653320 bytes)
3.96/4.19	c 4	59 CSP clauses encoded
3.96/4.19	c 4	Writing map file : HOME/temp.map
3.96/4.19	c 4	Heap : 16 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.96/4.20	c 4	SAT : 380 SAT variables, 106050 SAT clauses, 2653320 bytes
3.96/4.20	c 4	Heap : 16 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.06/4.21	c 4	SOLVING HOME/temp.cnf
4.06/4.21	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.06/4.22	c 4	This is MiniSat 2.0 beta
4.06/4.22	c 4	WARNING: for repeatability, setting FPU to use double precision
4.06/4.22	c 4	============================[ Problem Statistics ]=============================
4.06/4.22	c 4	|                                                                             |
4.06/4.22	c 4	|  Number of variables:  380                                                  |
4.06/4.22	c 4	|  Number of clauses:    106050                                               |
4.06/4.28	c 4	|  Parsing time:         0.06         s                                       |
4.06/4.29	c 4	============================[ Search Statistics ]==============================
4.06/4.29	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.06/4.29	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.06/4.29	c 4	===============================================================================
4.06/4.29	c 4	|         0 |     380   106050   581697 |    35350        0    nan |  0.000 % |
4.15/4.35	c 5	|       101 |     380   106050   581697 |    38885      101     10 |  0.001 % |
4.25/4.45	c 5	|       251 |     380   106050   581697 |    42773      251     11 |  0.013 % |
4.35/4.58	c 5	|       476 |     380   106050   581697 |    47050      476     11 |  0.013 % |
4.55/4.76	c 5	|       815 |     380   106050   581697 |    51755      815     12 |  0.013 % |
4.85/5.04	c 5	|      1321 |     380   106050   581697 |    56931     1321     12 |  0.013 % |
5.25/5.40	c 6	|      2081 |     380   106050   581697 |    62624     2081     11 |  0.013 % |
5.64/5.89	c 6	|      3221 |     380   106050   581697 |    68887     3221     12 |  0.013 % |
6.63/6.85	c 7	|      4929 |     380   106050   581697 |    75775     4929     12 |  0.014 % |
7.92/8.18	c 8	|      7491 |     380   106050   581697 |    83353     7491     12 |  0.014 % |
9.80/10.09	c 10	|     11337 |     380   106050   581697 |    91688    11337     12 |  0.014 % |
12.68/12.92	c 13	|     17105 |     380   106050   581697 |   100857    17105     13 |  0.001 % |
18.03/18.39	c 19	|     25755 |     380   106050   581697 |   110943    25755     14 |  0.013 % |
27.94/28.33	c 29	|     38730 |     380   106050   581697 |   122037    38730     14 |  0.008 % |
44.08/44.66	c 45	|     58191 |     380   106050   581697 |   134241    58191     15 |  0.012 % |
72.61/73.42	c 74	|     87383 |     380   106050   581697 |   147665    87383     15 |  0.012 % |
125.30/126.66	c 127	|    131173 |     380   106050   581697 |   162432   131173     15 |  0.022 % |
205.55/207.64	c 208	|    196860 |     380   106050   581697 |   178675    51540     19 |  0.005 % |
336.98/340.36	c 341	|    295388 |     380   106050   581697 |   196543   150068     18 |  0.009 % |
518.79/523.79	c 524	|    443178 |     380   106050   581697 |   216197   119431     17 |  0.023 % |
818.64/825.02	c 825	|    664861 |     378   104362   573268 |   237817   216305     20 |  0.527 % |
1267.07/1275.36	c 1276	|    997386 |     376   103219   567610 |   261598    64935     19 |  1.053 % |
1800.03/1808.51	c 1809	DECODING HOME/temp.out WITH HOME/temp.map
1800.03/1808.51	c 1809	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.03/1808.51	c ERROR INTERRUPTED
1800.03/1808.51	s UNKNOWN
1800.03/1808.51	c 1809	CPU 4.09 (0.05 0.02 3.86 0.16)
1800.03/1808.51	c 1809	END Sun Jul 12 05:48:22 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-2079750-1247368693/watcher-2079750-1247368693 -o /tmp/evaluation-result-2079750-1247368693/solver-2079750-1247368693 -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-2079750-1247368693.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: 1.91 1.98 2.03 4/75 26305
/proc/meminfo: memFree=1767768/2055920 swapFree=4192812/4192956
[pid=26305] ppid=26303 vsize=18576 CPUtime=0
/proc/26305/stat : 26305 (runsolver) R 26303 26305 20717 0 -1 4194368 15 0 0 0 0 0 0 0 19 0 1 0 23934685 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 243662878442 0 0 4096 24578 0 0 0 17 1 0 0
/proc/26305/statm: 4644 284 249 26 0 2626 0

[startup+0.0783789 s]
/proc/loadavg: 1.91 1.98 2.03 4/75 26305
/proc/meminfo: memFree=1767768/2055920 swapFree=4192812/4192956
[pid=26305] ppid=26303 vsize=16740 CPUtime=0.06
/proc/26305/stat : 26305 (sugar) R 26303 26305 20717 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 23934685 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 0 0 0 17 1 0 0
/proc/26305/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101389 s]
/proc/loadavg: 1.91 1.98 2.03 4/75 26305
/proc/meminfo: memFree=1767768/2055920 swapFree=4192812/4192956
[pid=26305] ppid=26303 vsize=16868 CPUtime=0.06
/proc/26305/stat : 26305 (sugar) S 26303 26305 20717 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 23934685 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26305/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301425 s]
/proc/loadavg: 1.91 1.98 2.03 4/75 26305
/proc/meminfo: memFree=1767768/2055920 swapFree=4192812/4192956
[pid=26305] ppid=26303 vsize=16868 CPUtime=0.06
/proc/26305/stat : 26305 (sugar) S 26303 26305 20717 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 23934685 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26305/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701501 s]
/proc/loadavg: 1.91 1.98 2.03 4/75 26305
/proc/meminfo: memFree=1767768/2055920 swapFree=4192812/4192956
[pid=26305] ppid=26303 vsize=16868 CPUtime=0.06
/proc/26305/stat : 26305 (sugar) S 26303 26305 20717 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 23934685 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26305/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50264 s]
/proc/loadavg: 1.91 1.98 2.03 3/86 26327
/proc/meminfo: memFree=1756608/2055920 swapFree=4192812/4192956
[pid=26305] ppid=26303 vsize=16868 CPUtime=0.73
/proc/26305/stat : 26305 (sugar) S 26303 26305 20717 0 -1 4194304 1309 7040 0 1 5 1 62 5 15 0 1 0 23934685 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26305/statm: 4217 1111 409 3 0 796 0
[pid=26318] ppid=26305 vsize=5356 CPUtime=0
/proc/26318/stat : 26318 (sh) S 26305 26305 20717 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23934766 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26318/statm: 1339 233 193 169 0 50 0
[pid=26319] ppid=26318 vsize=862284 CPUtime=0.66
/proc/26319/stat : 26319 (java) S 26318 26305 20717 0 -1 0 7144 0 1 0 63 3 0 0 18 0 9 0 23934766 882978816 6420 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26319/statm: 215571 6420 2158 9 0 210484 0
[pid=26319/tid=26320] ppid=26318 vsize=862284 CPUtime=0.42
/proc/26319/task/26320/stat : 26320 (java) R 26318 26305 20717 0 -1 64 2029 0 1 0 42 0 0 0 23 0 9 0 23934767 882978816 6420 996147200 134512640 134550932 4294955936 18446744073709551615 4126424992 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26319/tid=26321] ppid=26318 vsize=862284 CPUtime=0.18
/proc/26319/task/26321/stat : 26321 (java) S 26318 26305 20717 0 -1 64 4107 0 0 0 17 1 0 0 16 0 9 0 23934768 882978816 6420 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26319/tid=26322] ppid=26318 vsize=862284 CPUtime=0
/proc/26319/task/26322/stat : 26322 (java) S 26318 26305 20717 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23934768 882978816 6420 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26319/tid=26323] ppid=26318 vsize=862284 CPUtime=0
/proc/26319/task/26323/stat : 26323 (java) S 26318 26305 20717 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23934768 882978816 6420 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26319/tid=26324] ppid=26318 vsize=862284 CPUtime=0
/proc/26319/task/26324/stat : 26324 (java) S 26318 26305 20717 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23934770 882978816 6420 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26319/tid=26325] ppid=26318 vsize=862284 CPUtime=0.03
/proc/26319/task/26325/stat : 26325 (java) S 26318 26305 20717 0 -1 64 306 0 0 0 3 0 0 0 17 0 9 0 23934770 882978816 6420 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26319/tid=26326] ppid=26318 vsize=862284 CPUtime=0
/proc/26319/task/26326/stat : 26326 (java) S 26318 26305 20717 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23934770 882978816 6420 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26319/tid=26327] ppid=26318 vsize=862284 CPUtime=0
/proc/26319/task/26327/stat : 26327 (java) S 26318 26305 20717 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23934770 882978816 6420 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 884508

[startup+3.10194 s]
/proc/loadavg: 1.91 1.98 2.03 3/86 26327
/proc/meminfo: memFree=1731968/2055920 swapFree=4192812/4192956
[pid=26305] ppid=26303 vsize=16868 CPUtime=0.73
/proc/26305/stat : 26305 (sugar) S 26303 26305 20717 0 -1 4194304 1310 7040 0 1 5 1 62 5 15 0 1 0 23934685 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26305/statm: 4217 1111 409 3 0 796 0
[pid=26318] ppid=26305 vsize=5356 CPUtime=0
/proc/26318/stat : 26318 (sh) S 26305 26305 20717 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23934766 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26318/statm: 1339 233 193 169 0 50 0
[pid=26319] ppid=26318 vsize=864488 CPUtime=2.25
/proc/26319/stat : 26319 (java) S 26318 26305 20717 0 -1 0 14863 0 1 0 217 8 0 0 18 0 9 0 23934766 885235712 14081 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26319/statm: 216122 14081 2590 9 0 210599 0
[pid=26319/tid=26320] ppid=26318 vsize=864488 CPUtime=1.17
/proc/26319/task/26320/stat : 26320 (java) R 26318 26305 20717 0 -1 64 3233 0 1 0 115 2 0 0 22 0 9 0 23934767 885235712 14081 996147200 134512640 134550932 4294955936 18446744073709551615 4126511305 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26319/tid=26321] ppid=26318 vsize=864488 CPUtime=0.98
/proc/26319/task/26321/stat : 26321 (java) S 26318 26305 20717 0 -1 64 10594 0 0 0 94 4 0 0 16 0 9 0 23934768 885235712 14081 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26319/tid=26322] ppid=26318 vsize=864488 CPUtime=0
/proc/26319/task/26322/stat : 26322 (java) S 26318 26305 20717 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23934768 885235712 14081 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26319/tid=26323] ppid=26318 vsize=864488 CPUtime=0
/proc/26319/task/26323/stat : 26323 (java) S 26318 26305 20717 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23934768 885235712 14081 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26319/tid=26324] ppid=26318 vsize=864488 CPUtime=0
/proc/26319/task/26324/stat : 26324 (java) S 26318 26305 20717 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23934770 885235712 14081 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26319/tid=26325] ppid=26318 vsize=864488 CPUtime=0.06
/proc/26319/task/26325/stat : 26325 (java) S 26318 26305 20717 0 -1 64 334 0 0 0 6 0 0 0 16 0 9 0 23934770 885235712 14081 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26319/tid=26326] ppid=26318 vsize=864488 CPUtime=0
/proc/26319/task/26326/stat : 26326 (java) S 26318 26305 20717 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23934770 885235712 14081 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26319/tid=26327] ppid=26318 vsize=864488 CPUtime=0
/proc/26319/task/26327/stat : 26327 (java) S 26318 26305 20717 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23934770 885235712 14081 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 886712

[startup+6.30252 s]
/proc/loadavg: 2.16 2.03 2.04 3/78 26329
/proc/meminfo: memFree=1752384/2055920 swapFree=4192812/4192956
[pid=26305] ppid=26303 vsize=16868 CPUtime=4.09
/proc/26305/stat : 26305 (sugar) S 26303 26305 20717 0 -1 4194304 1374 22252 0 2 5 2 386 16 15 0 1 0 23934685 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26305/statm: 4217 1112 409 3 0 796 0
[pid=26328] ppid=26305 vsize=5356 CPUtime=0
/proc/26328/stat : 26328 (sh) S 26305 26305 20717 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23935106 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26328/statm: 1339 232 193 169 0 50 0
[pid=26329] ppid=26328 vsize=8308 CPUtime=2.05
/proc/26329/stat : 26329 (minisat) R 26328 26305 20717 0 -1 4194304 1968 0 0 0 205 0 0 0 25 0 1 0 23935107 8507392 1954 996147200 134512640 135127466 4294956256 18446744073709551615 134530698 0 0 4096 3 0 0 0 17 1 0 0
/proc/26329/statm: 2077 1954 75 150 0 1924 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 30532

[startup+12.7027 s]
/proc/loadavg: 2.15 2.03 2.04 3/78 26329
/proc/meminfo: memFree=1751176/2055920 swapFree=4192812/4192956
[pid=26305] ppid=26303 vsize=16868 CPUtime=4.09
/proc/26305/stat : 26305 (sugar) S 26303 26305 20717 0 -1 4194304 1374 22252 0 2 5 2 386 16 16 0 1 0 23934685 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26305/statm: 4217 1112 409 3 0 796 0
[pid=26328] ppid=26305 vsize=5356 CPUtime=0
/proc/26328/stat : 26328 (sh) S 26305 26305 20717 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23935106 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26328/statm: 1339 232 193 169 0 50 0
[pid=26329] ppid=26328 vsize=9556 CPUtime=8.39
/proc/26329/stat : 26329 (minisat) R 26328 26305 20717 0 -1 4194304 2273 0 0 0 838 1 0 0 25 0 1 0 23935107 9785344 2259 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26329/statm: 2389 2259 75 150 0 2236 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 31780

[startup+25.502 s]
/proc/loadavg: 2.11 2.03 2.04 3/78 26329
/proc/meminfo: memFree=1749576/2055920 swapFree=4192812/4192956
[pid=26305] ppid=26303 vsize=16868 CPUtime=4.09
/proc/26305/stat : 26305 (sugar) S 26303 26305 20717 0 -1 4194304 1374 22252 0 2 5 2 386 16 16 0 1 0 23934685 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26305/statm: 4217 1112 409 3 0 796 0
[pid=26328] ppid=26305 vsize=5356 CPUtime=0
/proc/26328/stat : 26328 (sh) S 26305 26305 20717 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23935106 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26328/statm: 1339 232 193 169 0 50 0
[pid=26329] ppid=26328 vsize=11216 CPUtime=21.07
/proc/26329/stat : 26329 (minisat) R 26328 26305 20717 0 -1 4194304 2697 0 0 0 2105 2 0 0 25 0 1 0 23935107 11485184 2683 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26329/statm: 2804 2683 75 150 0 2651 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 33440

[startup+51.1017 s]
/proc/loadavg: 2.07 2.03 2.04 3/78 26329
/proc/meminfo: memFree=1746760/2055920 swapFree=4192812/4192956
[pid=26305] ppid=26303 vsize=16868 CPUtime=4.09
/proc/26305/stat : 26305 (sugar) S 26303 26305 20717 0 -1 4194304 1374 22252 0 2 5 2 386 16 16 0 1 0 23934685 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26305/statm: 4217 1112 409 3 0 796 0
[pid=26328] ppid=26305 vsize=5356 CPUtime=0
/proc/26328/stat : 26328 (sh) S 26305 26305 20717 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23935106 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26328/statm: 1339 232 193 169 0 50 0
[pid=26329] ppid=26328 vsize=14224 CPUtime=46.42
/proc/26329/stat : 26329 (minisat) R 26328 26305 20717 0 -1 4194304 3415 0 0 0 4640 2 0 0 25 0 1 0 23935107 14565376 3401 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26329/statm: 3556 3401 75 150 0 3403 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 36448

[startup+102.307 s]
/proc/loadavg: 2.03 2.02 2.03 3/78 26329
/proc/meminfo: memFree=1742280/2055920 swapFree=4192812/4192956
[pid=26305] ppid=26303 vsize=16868 CPUtime=4.09
/proc/26305/stat : 26305 (sugar) S 26303 26305 20717 0 -1 4194304 1374 22252 0 2 5 2 386 16 16 0 1 0 23934685 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26305/statm: 4217 1112 409 3 0 796 0
[pid=26328] ppid=26305 vsize=5356 CPUtime=0
/proc/26328/stat : 26328 (sh) S 26305 26305 20717 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23935106 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26328/statm: 1339 232 193 169 0 50 0
[pid=26329] ppid=26328 vsize=18596 CPUtime=97.14
/proc/26329/stat : 26329 (minisat) R 26328 26305 20717 0 -1 4194304 4468 0 0 0 9711 3 0 0 25 0 1 0 23935107 19042304 4454 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26329/statm: 4649 4454 75 150 0 4496 0
Current children cumulated CPU time (s) 101.23
Current children cumulated vsize (KiB) 40820

[startup+162.302 s]
/proc/loadavg: 2.01 2.02 2.03 3/78 26329
/proc/meminfo: memFree=1737992/2055920 swapFree=4192812/4192956
[pid=26305] ppid=26303 vsize=16868 CPUtime=4.09
/proc/26305/stat : 26305 (sugar) S 26303 26305 20717 0 -1 4194304 1374 22252 0 2 5 2 386 16 16 0 1 0 23934685 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26305/statm: 4217 1112 409 3 0 796 0
[pid=26328] ppid=26305 vsize=5356 CPUtime=0
/proc/26328/stat : 26328 (sh) S 26305 26305 20717 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23935106 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0

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

/proc/meminfo: memFree=1696776/2055920 swapFree=4192812/4192956
[pid=26305] ppid=26303 vsize=16868 CPUtime=4.09
/proc/26305/stat : 26305 (sugar) S 26303 26305 20717 0 -1 4194304 1374 22252 0 2 5 2 386 16 16 0 1 0 23934685 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26305/statm: 4217 1112 409 3 0 796 0
[pid=26328] ppid=26305 vsize=5356 CPUtime=0
/proc/26328/stat : 26328 (sh) S 26305 26305 20717 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23935106 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26328/statm: 1339 232 193 169 0 50 0
[pid=26329] ppid=26328 vsize=39656 CPUtime=1349.94
/proc/26329/stat : 26329 (minisat) R 26328 26305 20717 0 -1 4194304 9554 0 0 0 134983 11 0 0 25 0 1 0 23935107 40607744 9532 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 0 0 0
/proc/26329/statm: 9914 9532 75 150 0 9761 0
Current children cumulated CPU time (s) 1354.03
Current children cumulated vsize (KiB) 61880

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 26570
/proc/meminfo: memFree=1696456/2055920 swapFree=4192812/4192956
[pid=26305] ppid=26303 vsize=16868 CPUtime=4.09
/proc/26305/stat : 26305 (sugar) S 26303 26305 20717 0 -1 4194304 1374 22252 0 2 5 2 386 16 16 0 1 0 23934685 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26305/statm: 4217 1112 409 3 0 796 0
[pid=26328] ppid=26305 vsize=5356 CPUtime=0
/proc/26328/stat : 26328 (sh) S 26305 26305 20717 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23935106 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26328/statm: 1339 232 193 169 0 50 0
[pid=26329] ppid=26328 vsize=40012 CPUtime=1409.92
/proc/26329/stat : 26329 (minisat) R 26328 26305 20717 0 -1 4194304 9633 0 0 0 140981 11 0 0 25 0 1 0 23935107 40972288 9611 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26329/statm: 10003 9611 75 150 0 9850 0
Current children cumulated CPU time (s) 1414.01
Current children cumulated vsize (KiB) 62236

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 26570
/proc/meminfo: memFree=1696328/2055920 swapFree=4192812/4192956
[pid=26305] ppid=26303 vsize=16868 CPUtime=4.09
/proc/26305/stat : 26305 (sugar) S 26303 26305 20717 0 -1 4194304 1374 22252 0 2 5 2 386 16 16 0 1 0 23934685 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26305/statm: 4217 1112 409 3 0 796 0
[pid=26328] ppid=26305 vsize=5356 CPUtime=0
/proc/26328/stat : 26328 (sh) S 26305 26305 20717 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23935106 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26328/statm: 1339 232 193 169 0 50 0
[pid=26329] ppid=26328 vsize=40204 CPUtime=1469.89
/proc/26329/stat : 26329 (minisat) R 26328 26305 20717 0 -1 4194304 9656 0 0 0 146977 12 0 0 25 0 1 0 23935107 41168896 9634 996147200 134512640 135127466 4294956256 18446744073709551615 134530933 0 0 4096 3 0 0 0 17 0 0 0
/proc/26329/statm: 10051 9634 75 150 0 9898 0
Current children cumulated CPU time (s) 1473.98
Current children cumulated vsize (KiB) 62428

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 26570
/proc/meminfo: memFree=1695496/2055920 swapFree=4192812/4192956
[pid=26305] ppid=26303 vsize=16868 CPUtime=4.09
/proc/26305/stat : 26305 (sugar) S 26303 26305 20717 0 -1 4194304 1374 22252 0 2 5 2 386 16 16 0 1 0 23934685 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26305/statm: 4217 1112 409 3 0 796 0
[pid=26328] ppid=26305 vsize=5356 CPUtime=0
/proc/26328/stat : 26328 (sh) S 26305 26305 20717 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23935106 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26328/statm: 1339 232 193 169 0 50 0
[pid=26329] ppid=26328 vsize=41072 CPUtime=1529.86
/proc/26329/stat : 26329 (minisat) R 26328 26305 20717 0 -1 4194304 9876 0 0 0 152974 12 0 0 25 0 1 0 23935107 42057728 9854 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26329/statm: 10268 9854 75 150 0 10115 0
Current children cumulated CPU time (s) 1533.95
Current children cumulated vsize (KiB) 63296

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 26570
/proc/meminfo: memFree=1693768/2055920 swapFree=4192812/4192956
[pid=26305] ppid=26303 vsize=16868 CPUtime=4.09
/proc/26305/stat : 26305 (sugar) S 26303 26305 20717 0 -1 4194304 1374 22252 0 2 5 2 386 16 16 0 1 0 23934685 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26305/statm: 4217 1112 409 3 0 796 0
[pid=26328] ppid=26305 vsize=5356 CPUtime=0
/proc/26328/stat : 26328 (sh) S 26305 26305 20717 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23935106 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26328/statm: 1339 232 193 169 0 50 0
[pid=26329] ppid=26328 vsize=42640 CPUtime=1589.84
/proc/26329/stat : 26329 (minisat) R 26328 26305 20717 0 -1 4194304 10293 0 0 0 158971 13 0 0 25 0 1 0 23935107 43663360 10271 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 0 0 0
/proc/26329/statm: 10660 10271 75 150 0 10507 0
Current children cumulated CPU time (s) 1593.93
Current children cumulated vsize (KiB) 64864

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 26570
/proc/meminfo: memFree=1693320/2055920 swapFree=4192812/4192956
[pid=26305] ppid=26303 vsize=16868 CPUtime=4.09
/proc/26305/stat : 26305 (sugar) S 26303 26305 20717 0 -1 4194304 1374 22252 0 2 5 2 386 16 16 0 1 0 23934685 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26305/statm: 4217 1112 409 3 0 796 0
[pid=26328] ppid=26305 vsize=5356 CPUtime=0
/proc/26328/stat : 26328 (sh) S 26305 26305 20717 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23935106 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26328/statm: 1339 232 193 169 0 50 0
[pid=26329] ppid=26328 vsize=43144 CPUtime=1649.8
/proc/26329/stat : 26329 (minisat) R 26328 26305 20717 0 -1 4194304 10379 0 0 0 164967 13 0 0 25 0 1 0 23935107 44179456 10357 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26329/statm: 10786 10357 75 150 0 10633 0
Current children cumulated CPU time (s) 1653.89
Current children cumulated vsize (KiB) 65368

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 26570
/proc/meminfo: memFree=1693192/2055920 swapFree=4192812/4192956
[pid=26305] ppid=26303 vsize=16868 CPUtime=4.09
/proc/26305/stat : 26305 (sugar) S 26303 26305 20717 0 -1 4194304 1374 22252 0 2 5 2 386 16 16 0 1 0 23934685 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26305/statm: 4217 1112 409 3 0 796 0
[pid=26328] ppid=26305 vsize=5356 CPUtime=0
/proc/26328/stat : 26328 (sh) S 26305 26305 20717 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23935106 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26328/statm: 1339 232 193 169 0 50 0
[pid=26329] ppid=26328 vsize=43288 CPUtime=1709.77
/proc/26329/stat : 26329 (minisat) R 26328 26305 20717 0 -1 4194304 10411 0 0 0 170964 13 0 0 25 0 1 0 23935107 44326912 10389 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/26329/statm: 10822 10389 75 150 0 10669 0
Current children cumulated CPU time (s) 1713.86
Current children cumulated vsize (KiB) 65512

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 26570
/proc/meminfo: memFree=1692872/2055920 swapFree=4192812/4192956
[pid=26305] ppid=26303 vsize=16868 CPUtime=4.09
/proc/26305/stat : 26305 (sugar) S 26303 26305 20717 0 -1 4194304 1374 22252 0 2 5 2 386 16 16 0 1 0 23934685 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26305/statm: 4217 1112 409 3 0 796 0
[pid=26328] ppid=26305 vsize=5356 CPUtime=0
/proc/26328/stat : 26328 (sh) S 26305 26305 20717 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23935106 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26328/statm: 1339 232 193 169 0 50 0
[pid=26329] ppid=26328 vsize=43288 CPUtime=1769.75
/proc/26329/stat : 26329 (minisat) R 26328 26305 20717 0 -1 4194304 10436 0 0 0 176961 14 0 0 25 0 1 0 23935107 44326912 10414 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26329/statm: 10822 10414 75 150 0 10669 0
Current children cumulated CPU time (s) 1773.84
Current children cumulated vsize (KiB) 65512



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 26570
/proc/meminfo: memFree=1692552/2055920 swapFree=4192812/4192956
[pid=26305] ppid=26303 vsize=16868 CPUtime=4.09
/proc/26305/stat : 26305 (sugar) S 26303 26305 20717 0 -1 4194304 1374 22252 0 2 5 2 386 16 16 0 1 0 23934685 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26305/statm: 4217 1112 409 3 0 796 0
[pid=26328] ppid=26305 vsize=5356 CPUtime=0
/proc/26328/stat : 26328 (sh) S 26305 26305 20717 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23935106 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26328/statm: 1339 232 193 169 0 50 0
[pid=26329] ppid=26328 vsize=43776 CPUtime=1795.94
/proc/26329/stat : 26329 (minisat) R 26328 26305 20717 0 -1 4194304 10529 0 0 0 179580 14 0 0 25 0 1 0 23935107 44826624 10507 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/26329/statm: 10944 10507 75 150 0 10791 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 66000

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

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

[startup+1808.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 26570
/proc/meminfo: memFree=1692552/2055920 swapFree=4192812/4192956
[pid=26305] ppid=26303 vsize=16868 CPUtime=4.09
/proc/26305/stat : 26305 (sugar) S 26303 26305 20717 0 -1 4194304 1374 22252 0 2 5 2 386 16 16 0 1 0 23934685 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26305/statm: 4217 1112 409 3 0 796 0
[pid=26328] ppid=26305 vsize=5356 CPUtime=0
/proc/26328/stat : 26328 (sh) S 26305 26305 20717 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23935106 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26328/statm: 1339 232 193 169 0 50 0
[pid=26329] ppid=26328 vsize=43776 CPUtime=1795.94
/proc/26329/stat : 26329 (minisat) R 26328 26305 20717 0 -1 4194304 10529 0 0 0 179580 14 0 0 25 0 1 0 23935107 44826624 10507 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/26329/statm: 10944 10507 75 150 0 10791 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 66000

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26305 and gives
#  childrusage.ru_utime.tv_sec=3
#  childrusage.ru_utime.tv_usec=925403
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=193970
# CPU time returned by wait4() is 4.11937
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1808.52
CPU time (s): 1800.03
CPU user time (s): 1799.71
CPU system time (s): 0.32
CPU usage (%): 99.5304
Max. virtual memory (cumulated for all children) (KiB): 886712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.9254
system time used= 0.19397
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24099
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= 2672
involuntary context switches= 2554

runsolver used 2.27465 second user time and 5.55316 second system time

The end

Launcher Data

Begin job on node84 at 2009-07-12 05:18:13
IDJOB=2079750
IDBENCH=56944
IDSOLVER=739
FILE ID=node84/2079750-1247368693
PBS_JOBID= 9507015
Free space on /tmp= 66308 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/rand-3-20-20/normalized-rand-3-20-20-60-632-33_ext.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-2079750-1247368693/watcher-2079750-1247368693 -o /tmp/evaluation-result-2079750-1247368693/solver-2079750-1247368693 -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-2079750-1247368693.xml

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

MD5SUM BENCH= 204b155645b8dfd16d98fb750ee3dfd7
RANDOM SEED=557572837

node84.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.259
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.259
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:       1768248 kB
Buffers:         35268 kB
Cached:         162000 kB
SwapCached:          0 kB
Active:         163472 kB
Inactive:        65168 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1768248 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2564 kB
Writeback:           0 kB
Mapped:          42512 kB
Slab:            44276 kB
Committed_AS:   190428 kB
PageTables:       1804 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66312 MiB
End job on node84 at 2009-07-12 05:48:24