Trace number 2060951

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.07 1807.97

General information on the benchmark

Namecsp/allsquaresUnsat/
normalized-squaresUnsat-31-31.xml
MD5SUMf269187d8547e6b596cfc3c60fb1cd1c
Bench CategoryAlldiff+Cumul+Elt+WSum (alldiff,cumulative,element,weightedsum)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.00169
Satisfiable
(Un)Satisfiability was proved
Number of variables1922
Number of constraints2328
Maximum constraint arity31
Maximum domain size102
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1861
Global constraints used (with number of constraints)cumulative(2),weightedsum(465)

Solver Data

0.06/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.06/0.08	c 0	BEGIN Sat Jul 11 17:31:07 2009
0.06/0.08	c 0	PID 11478
0.06/0.08	c 0	HOST node2.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2060951-1247326267.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-2060951-1247326267.xml' 'HOME/temp.csp'
0.06/0.73	c 1	32 domains, 1922 variables, 2 predicates, 0 relations, 2328 constraints
0.06/0.76	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.76	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.69/0.84	c 1	Parsing HOME/temp.csp
0.91/1.10	c 1	parsed 4284 expressions
1.01/1.11	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.01/1.11	c 1	Converting to clausal form CSP
1.01/1.14	c 1	converted 429 (10%) expressions
1.01/1.14	c 1	converted 857 (20%) expressions
1.01/1.15	c 1	converted 1286 (30%) expressions
1.01/1.16	c 1	converted 1714 (40%) expressions
1.20/1.31	c 1	converted 2142 (50%) expressions
1.20/1.38	c 1	converted 2571 (60%) expressions
1.30/1.42	c 1	converted 2999 (70%) expressions
1.30/1.45	c 2	converted 3428 (80%) expressions
1.30/1.49	c 2	converted 3856 (90%) expressions
2.68/2.84	c 3	converted 4284 (100%) expressions
2.68/2.84	c 3	CSP : 9122 integers, 4268 booleans, 27254 clauses, largest domain size 103
2.68/2.84	c 3	Heap : 19 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.68/2.84	c 3	Propagation in CSP
2.78/2.94	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.78/2.94	c 3	CSP : 9122 integers, 4268 booleans, 27254 clauses, largest domain size 103
2.78/2.94	c 3	Heap : 19 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.78/2.96	c 3	Simplifing CSP by introducing new Boolean variables
2.78/2.98	c 3	CSP : 9122 integers, 4268 booleans, 27254 clauses, largest domain size 103
2.78/2.98	c 3	Heap : 19 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.99/3.10	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.99/3.14	c 3	913 (10%) CSP integer variables are encoded (5198 clauses, 65447 bytes)
2.99/3.15	c 3	1825 (20%) CSP integer variables are encoded (5198 clauses, 65447 bytes)
2.99/3.16	c 3	2737 (30%) CSP integer variables are encoded (13316 clauses, 182026 bytes)
2.99/3.17	c 3	3649 (40%) CSP integer variables are encoded (22809 clauses, 324421 bytes)
2.99/3.18	c 3	4561 (50%) CSP integer variables are encoded (31197 clauses, 450241 bytes)
2.99/3.19	c 3	5474 (60%) CSP integer variables are encoded (37542 clauses, 545416 bytes)
3.09/3.21	c 3	6386 (70%) CSP integer variables are encoded (46868 clauses, 685306 bytes)
3.09/3.22	c 3	7298 (80%) CSP integer variables are encoded (56093 clauses, 823681 bytes)
3.09/3.23	c 3	8210 (90%) CSP integer variables are encoded (64481 clauses, 949501 bytes)
3.09/3.24	c 3	9122 (100%) CSP integer variables are encoded (70826 clauses, 1044676 bytes)
3.49/3.64	c 4	2726 (10%) CSP clauses are encoded (269480 clauses, 4594073 bytes)
4.58/4.71	c 5	5451 (20%) CSP clauses are encoded (451557 clauses, 8941794 bytes)
6.16/6.32	c 6	8177 (30%) CSP clauses are encoded (651140 clauses, 14684114 bytes)
7.53/7.79	c 8	10902 (40%) CSP clauses are encoded (825045 clauses, 19683425 bytes)
9.62/9.84	c 10	13627 (50%) CSP clauses are encoded (970022 clauses, 24647356 bytes)
12.98/13.21	c 13	16353 (60%) CSP clauses are encoded (1345515 clauses, 35068369 bytes)
14.66/14.97	c 15	19078 (70%) CSP clauses are encoded (1553656 clauses, 41059164 bytes)
16.25/16.51	c 17	21804 (80%) CSP clauses are encoded (1736121 clauses, 46307274 bytes)
18.02/18.34	c 18	24529 (90%) CSP clauses are encoded (1890249 clauses, 51228611 bytes)
21.29/21.64	c 22	27254 (100%) CSP clauses are encoded (2222354 clauses, 60741019 bytes)
21.29/21.64	c 22	27254 CSP clauses encoded
21.29/21.64	c 22	Writing map file : HOME/temp.map
21.29/21.66	c 22	Heap : 18 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
21.29/21.66	c 22	SAT : 84144 SAT variables, 2222354 SAT clauses, 60741019 bytes
21.29/21.66	c 22	Heap : 18 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
21.35/21.72	c 22	SOLVING HOME/temp.cnf
21.35/21.72	c 22	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
21.35/21.72	c 22	This is MiniSat 2.0 beta
21.35/21.72	c 22	WARNING: for repeatability, setting FPU to use double precision
21.35/21.72	c 22	============================[ Problem Statistics ]=============================
21.35/21.72	c 22	|                                                                             |
21.35/21.72	c 22	|  Number of variables:  84144                                                |
21.35/21.72	c 22	|  Number of clauses:    2222354                                              |
22.63/23.05	c 23	|  Parsing time:         1.15         s                                       |
22.73/23.13	c 23	============================[ Search Statistics ]==============================
22.73/23.13	c 23	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
22.73/23.13	c 23	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
22.73/23.13	c 23	===============================================================================
22.73/23.13	c 23	|         0 |   84144  2222354  8917062 |   740784        0    nan |  0.000 % |
23.72/24.16	c 24	|       100 |   84144  2222354  8917062 |   814863      100     51 |  0.000 % |
24.90/25.38	c 25	|       251 |   84144  2222354  8917062 |   896349      251     46 |  0.000 % |
26.30/26.73	c 27	|       478 |   84144  2222354  8917062 |   985984      478     58 |  0.000 % |
28.56/29.06	c 29	|       817 |   84144  2222354  8917062 |  1084582      817     45 |  0.000 % |
32.23/32.74	c 33	|      1323 |   84144  2222354  8917062 |  1193041     1323     44 |  0.000 % |
37.09/37.64	c 38	|      2083 |   84144  2222354  8917062 |  1312345     2083     47 |  0.000 % |
44.02/44.68	c 45	|      3222 |   84144  2222354  8917062 |  1443579     3222     52 |  0.000 % |
53.33/54.06	c 54	|      4932 |   84144  2222354  8917062 |  1587937     4932     57 |  0.000 % |
71.37/72.21	c 72	|      7494 |   84144  2222354  8917062 |  1746731     7494     52 |  0.000 % |
96.03/97.19	c 97	|     11342 |   84144  2222354  8917062 |  1921404    11342     55 |  0.000 % |
128.23/129.66	c 130	|     17108 |   84144  2222354  8917062 |  2113545    17108     58 |  0.000 % |
183.19/185.18	c 185	|     25757 |   84144  2222354  8917062 |  2324899    25757     58 |  0.000 % |
255.71/258.31	c 258	|     38731 |   84144  2222354  8917062 |  2557389    38731     54 |  0.000 % |
374.98/378.78	c 379	|     58192 |   84144  2222354  8917062 |  2813128    58192     55 |  0.000 % |
551.00/556.45	c 557	|     87385 |   84144  2222354  8917062 |  3094441    87385     54 |  0.000 % |
894.80/902.20	c 902	|    131174 |   84144  2222354  8917062 |  3403885   131174     58 |  0.000 % |
1379.48/1387.17	c 1387	|    196860 |   84144  2222354  8917062 |  3744274   196860     60 |  0.000 % |
1800.07/1807.91	c ERROR INTERRUPTED
1800.07/1807.94	s UNKNOWN
1800.07/1807.94	c 1808	CPU 21.38 (0.06 0.01 20.74 0.57)
1800.07/1807.94	c 1808	END Sat Jul 11 18:01:15 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-2060951-1247326267/watcher-2060951-1247326267 -o /tmp/evaluation-result-2060951-1247326267/solver-2060951-1247326267 -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-2060951-1247326267.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.84 1.83 1.84 4/80 11478
/proc/meminfo: memFree=863192/2055920 swapFree=4192956/4192956
[pid=11478] ppid=11476 vsize=18576 CPUtime=0
/proc/11478/stat : 11478 (runsolver) R 11476 11478 9957 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 19694379 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 206381313319 0 0 4096 24578 0 0 0 17 1 0 0
/proc/11478/statm: 4644 284 249 26 0 2626 0

[startup+0.074513 s]
/proc/loadavg: 1.84 1.83 1.84 4/80 11478
/proc/meminfo: memFree=863192/2055920 swapFree=4192956/4192956
[pid=11478] ppid=11476 vsize=16608 CPUtime=0.06
/proc/11478/stat : 11478 (sugar) R 11476 11478 9957 0 -1 4194304 1054 0 0 0 5 1 0 0 18 0 1 0 19694379 17006592 1022 996147200 4194304 4206940 548682068608 18446744073709551615 206398934788 0 0 4224 0 0 0 0 17 1 0 0
/proc/11478/statm: 4152 1022 380 3 0 731 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16608

[startup+0.101516 s]
/proc/loadavg: 1.84 1.83 1.84 4/80 11478
/proc/meminfo: memFree=863192/2055920 swapFree=4192956/4192956
[pid=11478] ppid=11476 vsize=16868 CPUtime=0.06
/proc/11478/stat : 11478 (sugar) S 11476 11478 9957 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 19694379 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11478/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301554 s]
/proc/loadavg: 1.84 1.83 1.84 4/80 11478
/proc/meminfo: memFree=863192/2055920 swapFree=4192956/4192956
[pid=11478] ppid=11476 vsize=16868 CPUtime=0.06
/proc/11478/stat : 11478 (sugar) S 11476 11478 9957 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 19694379 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11478/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701626 s]
/proc/loadavg: 1.84 1.83 1.84 4/80 11478
/proc/meminfo: memFree=863192/2055920 swapFree=4192956/4192956
[pid=11478] ppid=11476 vsize=16868 CPUtime=0.06
/proc/11478/stat : 11478 (sugar) S 11476 11478 9957 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 19694379 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11478/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50277 s]
/proc/loadavg: 1.84 1.83 1.84 4/91 11500
/proc/meminfo: memFree=854656/2055920 swapFree=4192956/4192956
[pid=11478] ppid=11476 vsize=16868 CPUtime=0.69
/proc/11478/stat : 11478 (sugar) S 11476 11478 9957 0 -1 4194304 1309 6798 0 1 5 1 59 4 16 0 1 0 19694379 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11478/statm: 4217 1111 409 3 0 796 0
[pid=11491] ppid=11478 vsize=5356 CPUtime=0
/proc/11491/stat : 11491 (sh) S 11478 11478 9957 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19694456 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11491/statm: 1339 233 193 169 0 50 0
[pid=11492] ppid=11491 vsize=869544 CPUtime=0.71
/proc/11492/stat : 11492 (java) S 11491 11478 9957 0 -1 0 5906 0 1 0 68 3 0 0 18 0 9 0 19694456 890413056 5327 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11492/statm: 217386 5327 1745 9 0 211891 0
[pid=11492/tid=11493] ppid=11491 vsize=869544 CPUtime=0.49
/proc/11492/task/11493/stat : 11493 (java) R 11491 11478 9957 0 -1 64 2679 0 1 0 48 1 0 0 21 0 9 0 19694457 890413056 5327 996147200 134512640 134550932 4294955936 18446744073709551615 4126580251 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11492/tid=11494] ppid=11491 vsize=869544 CPUtime=0.04
/proc/11492/task/11494/stat : 11494 (java) S 11491 11478 9957 0 -1 64 1060 0 0 0 4 0 0 0 16 0 9 0 19694458 890413056 5327 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11492/tid=11495] ppid=11491 vsize=869544 CPUtime=0
/proc/11492/task/11495/stat : 11495 (java) S 11491 11478 9957 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 19694458 890413056 5327 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11492/tid=11496] ppid=11491 vsize=869544 CPUtime=0
/proc/11492/task/11496/stat : 11496 (java) S 11491 11478 9957 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 19694458 890413056 5327 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11492/tid=11497] ppid=11491 vsize=869544 CPUtime=0
/proc/11492/task/11497/stat : 11497 (java) S 11491 11478 9957 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19694460 890413056 5327 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11492/tid=11498] ppid=11491 vsize=869544 CPUtime=0.15
/proc/11492/task/11498/stat : 11498 (java) S 11491 11478 9957 0 -1 64 1473 0 0 0 15 0 0 0 16 0 9 0 19694460 890413056 5327 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11492/tid=11499] ppid=11491 vsize=869544 CPUtime=0
/proc/11492/task/11499/stat : 11499 (java) S 11491 11478 9957 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 19694460 890413056 5327 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11492/tid=11500] ppid=11491 vsize=869544 CPUtime=0
/proc/11492/task/11500/stat : 11500 (java) S 11491 11478 9957 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19694460 890413056 5327 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 891768

[startup+3.10107 s]
/proc/loadavg: 1.84 1.83 1.84 3/91 11500
/proc/meminfo: memFree=836544/2055920 swapFree=4192956/4192956
[pid=11478] ppid=11476 vsize=16868 CPUtime=0.69
/proc/11478/stat : 11478 (sugar) S 11476 11478 9957 0 -1 4194304 1310 6798 0 1 5 1 59 4 15 0 1 0 19694379 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11478/statm: 4217 1111 409 3 0 796 0
[pid=11491] ppid=11478 vsize=5356 CPUtime=0
/proc/11491/stat : 11491 (sh) S 11478 11478 9957 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19694456 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11491/statm: 1339 233 193 169 0 50 0
[pid=11492] ppid=11491 vsize=869628 CPUtime=2.3
/proc/11492/stat : 11492 (java) S 11491 11478 9957 0 -1 0 12028 0 1 0 222 8 0 0 18 0 9 0 19694456 890499072 10782 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11492/statm: 217407 10782 2567 9 0 211912 0
[pid=11492/tid=11493] ppid=11491 vsize=869628 CPUtime=1.4
/proc/11492/task/11493/stat : 11493 (java) R 11491 11478 9957 0 -1 64 2987 0 1 0 138 2 0 0 25 0 9 0 19694457 890499072 10782 996147200 134512640 134550932 4294955936 18446744073709551615 4126521304 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11492/tid=11494] ppid=11491 vsize=869628 CPUtime=0.64
/proc/11492/task/11494/stat : 11494 (java) S 11491 11478 9957 0 -1 64 6810 0 0 0 60 4 0 0 16 0 9 0 19694458 890499072 10782 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11492/tid=11495] ppid=11491 vsize=869628 CPUtime=0
/proc/11492/task/11495/stat : 11495 (java) S 11491 11478 9957 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19694458 890499072 10782 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11492/tid=11496] ppid=11491 vsize=869628 CPUtime=0
/proc/11492/task/11496/stat : 11496 (java) S 11491 11478 9957 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19694458 890499072 10782 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11492/tid=11497] ppid=11491 vsize=869628 CPUtime=0
/proc/11492/task/11497/stat : 11497 (java) S 11491 11478 9957 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19694460 890499072 10782 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11492/tid=11498] ppid=11491 vsize=869628 CPUtime=0.22
/proc/11492/task/11498/stat : 11498 (java) S 11491 11478 9957 0 -1 64 1532 0 0 0 22 0 0 0 16 0 9 0 19694460 890499072 10782 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11492/tid=11499] ppid=11491 vsize=869628 CPUtime=0
/proc/11492/task/11499/stat : 11499 (java) S 11491 11478 9957 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 19694460 890499072 10782 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11492/tid=11500] ppid=11491 vsize=869628 CPUtime=0
/proc/11492/task/11500/stat : 11500 (java) S 11491 11478 9957 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19694460 890499072 10782 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 891852

[startup+6.30265 s]
/proc/loadavg: 1.85 1.84 1.84 3/91 11500
/proc/meminfo: memFree=814784/2055920 swapFree=4192956/4192956
[pid=11478] ppid=11476 vsize=16868 CPUtime=0.7
/proc/11478/stat : 11478 (sugar) S 11476 11478 9957 0 -1 4194304 1310 6798 0 1 6 1 59 4 16 0 1 0 19694379 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11478/statm: 4217 1111 409 3 0 796 0
[pid=11491] ppid=11478 vsize=5356 CPUtime=0
/proc/11491/stat : 11491 (sh) S 11478 11478 9957 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19694456 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11491/statm: 1339 233 193 169 0 50 0
[pid=11492] ppid=11491 vsize=869740 CPUtime=5.46
/proc/11492/stat : 11492 (java) S 11491 11478 9957 0 -1 0 12317 0 1 0 528 18 0 0 18 0 9 0 19694456 890613760 10850 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11492/statm: 217435 10850 2591 9 0 211912 0
[pid=11492/tid=11493] ppid=11491 vsize=869740 CPUtime=4.45
/proc/11492/task/11493/stat : 11493 (java) R 11491 11478 9957 0 -1 64 3245 0 1 0 434 11 0 0 25 0 9 0 19694457 890613760 10850 996147200 134512640 134550932 4294955936 18446744073709551615 4126558948 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11492/tid=11494] ppid=11491 vsize=869740 CPUtime=0.71
/proc/11492/task/11494/stat : 11494 (java) S 11491 11478 9957 0 -1 64 6810 0 0 0 66 5 0 0 16 0 9 0 19694458 890613760 10850 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11492/tid=11495] ppid=11491 vsize=869740 CPUtime=0
/proc/11492/task/11495/stat : 11495 (java) S 11491 11478 9957 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19694458 890613760 10850 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11492/tid=11496] ppid=11491 vsize=869740 CPUtime=0
/proc/11492/task/11496/stat : 11496 (java) S 11491 11478 9957 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19694458 890613760 10850 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11492/tid=11497] ppid=11491 vsize=869740 CPUtime=0
/proc/11492/task/11497/stat : 11497 (java) S 11491 11478 9957 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19694460 890613760 10850 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11492/tid=11498] ppid=11491 vsize=869740 CPUtime=0.27
/proc/11492/task/11498/stat : 11498 (java) S 11491 11478 9957 0 -1 64 1563 0 0 0 27 0 0 0 17 0 9 0 19694460 890613760 10850 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11492/tid=11499] ppid=11491 vsize=869740 CPUtime=0
/proc/11492/task/11499/stat : 11499 (java) S 11491 11478 9957 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 19694460 890613760 10850 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11492/tid=11500] ppid=11491 vsize=869740 CPUtime=0
/proc/11492/task/11500/stat : 11500 (java) S 11491 11478 9957 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19694460 890613760 10850 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 891964

[startup+12.7018 s]
/proc/loadavg: 1.95 1.86 1.84 3/91 11500
/proc/meminfo: memFree=797696/2055920 swapFree=4192956/4192956
[pid=11478] ppid=11476 vsize=16868 CPUtime=0.7
/proc/11478/stat : 11478 (sugar) S 11476 11478 9957 0 -1 4194304 1310 6798 0 1 6 1 59 4 16 0 1 0 19694379 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11478/statm: 4217 1111 409 3 0 796 0
[pid=11491] ppid=11478 vsize=5356 CPUtime=0
/proc/11491/stat : 11491 (sh) S 11478 11478 9957 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19694456 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11491/statm: 1339 233 193 169 0 50 0
[pid=11492] ppid=11491 vsize=869740 CPUtime=11.78
/proc/11492/stat : 11492 (java) S 11491 11478 9957 0 -1 0 12596 0 1 0 1145 33 0 0 18 0 9 0 19694456 890613760 10850 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11492/statm: 217435 10850 2591 9 0 211912 0
[pid=11492/tid=11493] ppid=11491 vsize=869740 CPUtime=10.63
/proc/11492/task/11493/stat : 11493 (java) R 11491 11478 9957 0 -1 64 3524 0 1 0 1040 23 0 0 25 0 9 0 19694457 890613760 10850 996147200 134512640 134550932 4294955936 18446744073709551615 4126862896 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11492/tid=11494] ppid=11491 vsize=869740 CPUtime=0.85
/proc/11492/task/11494/stat : 11494 (java) S 11491 11478 9957 0 -1 64 6810 0 0 0 77 8 0 0 16 0 9 0 19694458 890613760 10850 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11492/tid=11495] ppid=11491 vsize=869740 CPUtime=0
/proc/11492/task/11495/stat : 11495 (java) S 11491 11478 9957 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19694458 890613760 10850 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11492/tid=11496] ppid=11491 vsize=869740 CPUtime=0
/proc/11492/task/11496/stat : 11496 (java) S 11491 11478 9957 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19694458 890613760 10850 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11492/tid=11497] ppid=11491 vsize=869740 CPUtime=0
/proc/11492/task/11497/stat : 11497 (java) S 11491 11478 9957 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19694460 890613760 10850 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11492/tid=11498] ppid=11491 vsize=869740 CPUtime=0.27
/proc/11492/task/11498/stat : 11498 (java) S 11491 11478 9957 0 -1 64 1563 0 0 0 27 0 0 0 17 0 9 0 19694460 890613760 10850 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11492/tid=11499] ppid=11491 vsize=869740 CPUtime=0
/proc/11492/task/11499/stat : 11499 (java) S 11491 11478 9957 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 19694460 890613760 10850 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11492/tid=11500] ppid=11491 vsize=869740 CPUtime=0
/proc/11492/task/11500/stat : 11500 (java) S 11491 11478 9957 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19694460 890613760 10850 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 891964

[startup+25.5012 s]
/proc/loadavg: 2.03 1.88 1.85 3/83 11502
/proc/meminfo: memFree=691200/2055920 swapFree=4192956/4192956
[pid=11478] ppid=11476 vsize=16868 CPUtime=21.38
/proc/11478/stat : 11478 (sugar) S 11476 11478 9957 0 -1 4194304 1376 20104 0 2 6 1 2074 57 16 0 1 0 19694379 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11478/statm: 4217 1113 409 3 0 796 0
[pid=11501] ppid=11478 vsize=5356 CPUtime=0
/proc/11501/stat : 11501 (sh) S 11478 11478 9957 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19696551 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11501/statm: 1339 232 193 169 0 50 0
[pid=11502] ppid=11501 vsize=110652 CPUtime=3.72
/proc/11502/stat : 11502 (minisat) R 11501 11478 9957 0 -1 4194304 27283 0 0 0 356 16 0 0 25 0 1 0 19696551 113307648 27269 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11502/statm: 27663 27269 76 150 0 27510 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 132876

[startup+51.1019 s]
/proc/loadavg: 2.02 1.89 1.85 3/83 11502
/proc/meminfo: memFree=687488/2055920 swapFree=4192956/4192956
[pid=11478] ppid=11476 vsize=16868 CPUtime=21.38
/proc/11478/stat : 11478 (sugar) S 11476 11478 9957 0 -1 4194304 1376 20104 0 2 6 1 2074 57 16 0 1 0 19694379 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11478/statm: 4217 1113 409 3 0 796 0

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

/proc/meminfo: memFree=674680/2055920 swapFree=4192956/4192956
[pid=11478] ppid=11476 vsize=16868 CPUtime=21.38
/proc/11478/stat : 11478 (sugar) S 11476 11478 9957 0 -1 4194304 1376 20104 0 2 6 1 2074 57 16 0 1 0 19694379 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11478/statm: 4217 1113 409 3 0 796 0
[pid=11501] ppid=11478 vsize=5356 CPUtime=0
/proc/11501/stat : 11501 (sh) S 11478 11478 9957 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19696551 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11501/statm: 1339 232 193 169 0 50 0
[pid=11502] ppid=11501 vsize=170396 CPUtime=1333.3
/proc/11502/stat : 11502 (minisat) R 11501 11478 9957 0 -1 4194304 42178 0 0 0 133288 42 0 0 25 0 1 0 19696551 174485504 42164 996147200 134512640 135127466 4294956256 18446744073709551615 134527053 0 0 4096 3 0 0 0 17 0 0 0
/proc/11502/statm: 42599 42164 76 150 0 42446 0
Current children cumulated CPU time (s) 1354.68
Current children cumulated vsize (KiB) 192620

[startup+1422.31 s]
/proc/loadavg: 2.00 2.01 1.96 3/84 11983
/proc/meminfo: memFree=672568/2055920 swapFree=4192956/4192956
[pid=11478] ppid=11476 vsize=16868 CPUtime=21.38
/proc/11478/stat : 11478 (sugar) S 11476 11478 9957 0 -1 4194304 1376 20104 0 2 6 1 2074 57 16 0 1 0 19694379 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11478/statm: 4217 1113 409 3 0 796 0
[pid=11501] ppid=11478 vsize=5356 CPUtime=0
/proc/11501/stat : 11501 (sh) S 11478 11478 9957 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19696551 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11501/statm: 1339 232 193 169 0 50 0
[pid=11502] ppid=11501 vsize=172512 CPUtime=1393.28
/proc/11502/stat : 11502 (minisat) R 11501 11478 9957 0 -1 4194304 42712 0 0 0 139285 43 0 0 25 0 1 0 19696551 176652288 42698 996147200 134512640 135127466 4294956256 18446744073709551615 134530590 0 0 4096 3 0 0 0 17 0 0 0
/proc/11502/statm: 43128 42698 76 150 0 42975 0
Current children cumulated CPU time (s) 1414.66
Current children cumulated vsize (KiB) 194736

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/84 11983
/proc/meminfo: memFree=670648/2055920 swapFree=4192956/4192956
[pid=11478] ppid=11476 vsize=16868 CPUtime=21.38
/proc/11478/stat : 11478 (sugar) S 11476 11478 9957 0 -1 4194304 1376 20104 0 2 6 1 2074 57 16 0 1 0 19694379 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11478/statm: 4217 1113 409 3 0 796 0
[pid=11501] ppid=11478 vsize=5356 CPUtime=0
/proc/11501/stat : 11501 (sh) S 11478 11478 9957 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19696551 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11501/statm: 1339 232 193 169 0 50 0
[pid=11502] ppid=11501 vsize=174632 CPUtime=1453.24
/proc/11502/stat : 11502 (minisat) R 11501 11478 9957 0 -1 4194304 43170 0 0 0 145281 43 0 0 25 0 1 0 19696551 178823168 43156 996147200 134512640 135127466 4294956256 18446744073709551615 134530793 0 0 4096 3 0 0 0 17 0 0 0
/proc/11502/statm: 43658 43156 76 150 0 43505 0
Current children cumulated CPU time (s) 1474.62
Current children cumulated vsize (KiB) 196856

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/84 11983
/proc/meminfo: memFree=668536/2055920 swapFree=4192956/4192956
[pid=11478] ppid=11476 vsize=16868 CPUtime=21.38
/proc/11478/stat : 11478 (sugar) S 11476 11478 9957 0 -1 4194304 1376 20104 0 2 6 1 2074 57 16 0 1 0 19694379 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11478/statm: 4217 1113 409 3 0 796 0
[pid=11501] ppid=11478 vsize=5356 CPUtime=0
/proc/11501/stat : 11501 (sh) S 11478 11478 9957 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19696551 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11501/statm: 1339 232 193 169 0 50 0
[pid=11502] ppid=11501 vsize=176612 CPUtime=1513.21
/proc/11502/stat : 11502 (minisat) R 11501 11478 9957 0 -1 4194304 43672 0 0 0 151277 44 0 0 25 0 1 0 19696551 180850688 43658 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/11502/statm: 44153 43658 76 150 0 44000 0
Current children cumulated CPU time (s) 1534.59
Current children cumulated vsize (KiB) 198836

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/84 11983
/proc/meminfo: memFree=666808/2055920 swapFree=4192956/4192956
[pid=11478] ppid=11476 vsize=16868 CPUtime=21.38
/proc/11478/stat : 11478 (sugar) S 11476 11478 9957 0 -1 4194304 1376 20104 0 2 6 1 2074 57 16 0 1 0 19694379 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11478/statm: 4217 1113 409 3 0 796 0
[pid=11501] ppid=11478 vsize=5356 CPUtime=0
/proc/11501/stat : 11501 (sh) S 11478 11478 9957 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19696551 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11501/statm: 1339 232 193 169 0 50 0
[pid=11502] ppid=11501 vsize=178460 CPUtime=1573.18
/proc/11502/stat : 11502 (minisat) R 11501 11478 9957 0 -1 4194304 44116 0 0 0 157274 44 0 0 25 0 1 0 19696551 182743040 44102 996147200 134512640 135127466 4294956256 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 0 0 0
/proc/11502/statm: 44615 44102 76 150 0 44462 0
Current children cumulated CPU time (s) 1594.56
Current children cumulated vsize (KiB) 200684

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/84 11983
/proc/meminfo: memFree=664312/2055920 swapFree=4192956/4192956
[pid=11478] ppid=11476 vsize=16868 CPUtime=21.38
/proc/11478/stat : 11478 (sugar) S 11476 11478 9957 0 -1 4194304 1376 20104 0 2 6 1 2074 57 16 0 1 0 19694379 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11478/statm: 4217 1113 409 3 0 796 0
[pid=11501] ppid=11478 vsize=5356 CPUtime=0
/proc/11501/stat : 11501 (sh) S 11478 11478 9957 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19696551 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11501/statm: 1339 232 193 169 0 50 0
[pid=11502] ppid=11501 vsize=180968 CPUtime=1633.16
/proc/11502/stat : 11502 (minisat) R 11501 11478 9957 0 -1 4194304 44744 0 0 0 163271 45 0 0 25 0 1 0 19696551 185311232 44730 996147200 134512640 135127466 4294956256 18446744073709551615 134527257 0 0 4096 3 0 0 0 17 0 0 0
/proc/11502/statm: 45242 44730 76 150 0 45089 0
Current children cumulated CPU time (s) 1654.54
Current children cumulated vsize (KiB) 203192

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/84 11983
/proc/meminfo: memFree=661944/2055920 swapFree=4192956/4192956
[pid=11478] ppid=11476 vsize=16868 CPUtime=21.38
/proc/11478/stat : 11478 (sugar) S 11476 11478 9957 0 -1 4194304 1376 20104 0 2 6 1 2074 57 16 0 1 0 19694379 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11478/statm: 4217 1113 409 3 0 796 0
[pid=11501] ppid=11478 vsize=5356 CPUtime=0
/proc/11501/stat : 11501 (sh) S 11478 11478 9957 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19696551 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11501/statm: 1339 232 193 169 0 50 0
[pid=11502] ppid=11501 vsize=183216 CPUtime=1693.13
/proc/11502/stat : 11502 (minisat) R 11501 11478 9957 0 -1 4194304 45345 0 0 0 169267 46 0 0 25 0 1 0 19696551 187613184 45331 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11502/statm: 45804 45331 76 150 0 45651 0
Current children cumulated CPU time (s) 1714.51
Current children cumulated vsize (KiB) 205440

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/84 11983
/proc/meminfo: memFree=659576/2055920 swapFree=4192956/4192956
[pid=11478] ppid=11476 vsize=16868 CPUtime=21.38
/proc/11478/stat : 11478 (sugar) S 11476 11478 9957 0 -1 4194304 1376 20104 0 2 6 1 2074 57 16 0 1 0 19694379 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11478/statm: 4217 1113 409 3 0 796 0
[pid=11501] ppid=11478 vsize=5356 CPUtime=0
/proc/11501/stat : 11501 (sh) S 11478 11478 9957 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19696551 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11501/statm: 1339 232 193 169 0 50 0
[pid=11502] ppid=11501 vsize=185464 CPUtime=1753.1
/proc/11502/stat : 11502 (minisat) R 11501 11478 9957 0 -1 4194304 45894 0 0 0 175264 46 0 0 25 0 1 0 19696551 189915136 45880 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11502/statm: 46366 45880 76 150 0 46213 0
Current children cumulated CPU time (s) 1774.48
Current children cumulated vsize (KiB) 207688



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.9 s]
/proc/loadavg: 2.00 2.00 1.96 3/84 11989
/proc/meminfo: memFree=658552/2055920 swapFree=4192956/4192956
[pid=11478] ppid=11476 vsize=16868 CPUtime=21.38
/proc/11478/stat : 11478 (sugar) S 11476 11478 9957 0 -1 4194304 1376 20104 0 2 6 1 2074 57 16 0 1 0 19694379 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11478/statm: 4217 1113 409 3 0 796 0
[pid=11501] ppid=11478 vsize=5356 CPUtime=0
/proc/11501/stat : 11501 (sh) S 11478 11478 9957 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19696551 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11501/statm: 1339 232 193 169 0 50 0
[pid=11502] ppid=11501 vsize=186256 CPUtime=1778.69
/proc/11502/stat : 11502 (minisat) R 11501 11478 9957 0 -1 4194304 46087 0 0 0 177823 46 0 0 25 0 1 0 19696551 190726144 46073 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11502/statm: 46564 46073 76 150 0 46411 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 208480

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

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

[startup+1807.9 s]
/proc/loadavg: 2.00 2.00 1.96 3/84 11989
/proc/meminfo: memFree=658552/2055920 swapFree=4192956/4192956
[pid=11478] ppid=11476 vsize=16868 CPUtime=21.38
/proc/11478/stat : 11478 (sugar) S 11476 11478 9957 0 -1 4194304 1376 20104 0 2 6 1 2074 57 16 0 1 0 19694379 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11478/statm: 4217 1113 409 3 0 796 0
[pid=11501] ppid=11478 vsize=5356 CPUtime=0
/proc/11501/stat : 11501 (sh) S 11478 11478 9957 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19696551 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11501/statm: 1339 232 193 169 0 50 0
[pid=11502] ppid=11501 vsize=186256 CPUtime=1778.69
/proc/11502/stat : 11502 (minisat) R 11501 11478 9957 0 -1 4194304 46087 0 0 0 177823 46 0 0 25 0 1 0 19696551 190726144 46073 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11502/statm: 46564 46073 76 150 0 46411 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 208480

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 11478 and gives
#  childrusage.ru_utime.tv_sec=20
#  childrusage.ru_utime.tv_usec=810836
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=621905
# CPU time returned by wait4() is 21.4327
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1807.97
CPU time (s): 1800.07
CPU user time (s): 1799.03
CPU system time (s): 1.04
CPU usage (%): 99.5633
Max. virtual memory (cumulated for all children) (KiB): 892356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20.8108
system time used= 0.621905
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21863
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= 11552
involuntary context switches= 11858

runsolver used 2.24366 second user time and 5.11122 second system time

The end

Launcher Data

Begin job on node2 at 2009-07-11 17:31:07
IDJOB=2060951
IDBENCH=53764
IDSOLVER=739
FILE ID=node2/2060951-1247326267
PBS_JOBID= 9506624
Free space on /tmp= 66312 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/allsquaresUnsat/normalized-squaresUnsat-31-31.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-2060951-1247326267/watcher-2060951-1247326267 -o /tmp/evaluation-result-2060951-1247326267/solver-2060951-1247326267 -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-2060951-1247326267.xml

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

MD5SUM BENCH= f269187d8547e6b596cfc3c60fb1cd1c
RANDOM SEED=479926844

node2.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.265
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.265
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	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        863736 kB
Buffers:         64384 kB
Cached:         998320 kB
SwapCached:          0 kB
Active:         477184 kB
Inactive:       660312 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        863736 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1820 kB
Writeback:           0 kB
Mapped:          92768 kB
Slab:            39724 kB
Committed_AS:   879280 kB
PageTables:       2016 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 node2 at 2009-07-11 18:01:17