Trace number 2067375

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.16 1819.66

General information on the benchmark

Namecsp/pseudo/fpga/
normalized-fpga-45-43.xml
MD5SUMea690cb6b373d731e61ee38afb0b4e4b
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark70.3983
Satisfiable
(Un)Satisfiability was proved
Number of variables2903
Number of constraints2066
Maximum constraint arity45
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2066
Global constraints used (with number of constraints)

Solver Data

0.04/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.04/0.07	c 0	BEGIN Sat Jul 11 22:36:33 2009
0.04/0.07	c 0	PID 16465
0.04/0.07	c 0	HOST node91.alineos.net
0.04/0.07	c 0	CONVERTING HOME/instance-2067375-1247344593.xml TO HOME/temp.csp
0.04/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2067375-1247344593.xml' 'HOME/temp.csp'
0.06/0.61	c 0	1 domains, 2903 variables, 6 predicates, 0 relations, 2066 constraints
0.06/0.64	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.64	c 0	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.60/0.72	c 1	Parsing HOME/temp.csp
0.60/0.89	c 1	parsed 4976 expressions
0.60/0.90	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.60/0.90	c 1	Converting to clausal form CSP
0.60/0.97	c 1	converted 498 (10%) expressions
0.60/0.97	c 1	converted 996 (20%) expressions
0.60/0.97	c 1	converted 1493 (30%) expressions
0.60/0.98	c 1	converted 1991 (40%) expressions
0.60/0.98	c 1	converted 2488 (50%) expressions
1.13/1.22	c 1	converted 2986 (60%) expressions
1.52/1.60	c 1	converted 3484 (70%) expressions
1.72/1.89	c 2	converted 3981 (80%) expressions
2.02/2.19	c 2	converted 4479 (90%) expressions
2.52/2.62	c 2	converted 4976 (100%) expressions
2.52/2.62	c 2	CSP : 9629 integers, 0 booleans, 15518 clauses, largest domain size 16
2.52/2.62	c 2	Heap : 16 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.52/2.62	c 2	Propagation in CSP
2.91/3.00	c 3	1665 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.91/3.01	c 3	CSP : 9629 integers, 0 booleans, 15518 clauses, largest domain size 16
2.91/3.01	c 3	Heap : 15 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.91/3.02	c 3	Simplifing CSP by introducing new Boolean variables
2.91/3.03	c 3	CSP : 9629 integers, 0 booleans, 15518 clauses, largest domain size 16
2.91/3.03	c 3	Heap : 16 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.01/3.13	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.01/3.14	c 3	963 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.01/3.15	c 3	1926 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.01/3.15	c 3	2889 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.01/3.16	c 3	3852 (40%) CSP integer variables are encoded (6011 clauses, 78207 bytes)
3.01/3.18	c 3	4815 (50%) CSP integer variables are encoded (12110 clauses, 169457 bytes)
3.01/3.19	c 3	5778 (60%) CSP integer variables are encoded (17974 clauses, 257417 bytes)
3.11/3.21	c 3	6741 (70%) CSP integer variables are encoded (24221 clauses, 351122 bytes)
3.11/3.21	c 3	7704 (80%) CSP integer variables are encoded (30641 clauses, 447422 bytes)
3.11/3.22	c 3	8667 (90%) CSP integer variables are encoded (37061 clauses, 543722 bytes)
3.11/3.23	c 3	9629 (100%) CSP integer variables are encoded (41237 clauses, 606362 bytes)
5.29/5.46	c 5	1552 (10%) CSP clauses are encoded (267327 clauses, 6917321 bytes)
7.47/7.63	c 7	3104 (20%) CSP clauses are encoded (493291 clauses, 13364545 bytes)
9.64/9.83	c 10	4656 (30%) CSP clauses are encoded (719127 clauses, 19954480 bytes)
11.82/12.04	c 12	6208 (40%) CSP clauses are encoded (945089 clauses, 26561218 bytes)
14.39/14.65	c 14	7759 (50%) CSP clauses are encoded (1187809 clauses, 33723183 bytes)
17.37/17.66	c 18	9311 (60%) CSP clauses are encoded (1470349 clauses, 42154462 bytes)
20.44/20.72	c 21	10863 (70%) CSP clauses are encoded (1753143 clauses, 50614384 bytes)
23.48/26.11	c 26	12415 (80%) CSP clauses are encoded (2035939 clauses, 59111007 bytes)
26.06/28.78	c 29	13967 (90%) CSP clauses are encoded (2271829 clauses, 66137609 bytes)
27.35/30.05	c 30	15518 (100%) CSP clauses are encoded (2396358 clauses, 69314624 bytes)
27.35/30.05	c 30	15518 CSP clauses encoded
27.35/30.05	c 30	Writing map file : HOME/temp.map
27.35/30.07	c 30	Heap : 11 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
27.35/30.07	c 30	SAT : 50866 SAT variables, 2396358 SAT clauses, 69314624 bytes
27.35/30.07	c 30	Heap : 11 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
27.42/30.12	c 30	SOLVING HOME/temp.cnf
27.42/30.12	c 30	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
27.42/30.13	c 30	This is MiniSat 2.0 beta
27.42/30.13	c 30	WARNING: for repeatability, setting FPU to use double precision
27.42/30.13	c 30	============================[ Problem Statistics ]=============================
27.42/30.13	c 30	|                                                                             |
27.42/30.13	c 30	|  Number of variables:  50866                                                |
27.42/30.13	c 30	|  Number of clauses:    2396358                                              |
28.78/31.51	c 31	|  Parsing time:         1.20         s                                       |
28.88/31.62	c 31	============================[ Search Statistics ]==============================
28.88/31.62	c 31	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
28.88/31.62	c 31	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
28.88/31.62	c 31	===============================================================================
28.88/31.62	c 31	|         0 |   50866  2396358 11439715 |   798786        0    nan |  0.000 % |
28.88/31.66	c 32	|       100 |   50866  2396358 11439715 |   878664      100     42 |  0.000 % |
28.88/31.68	c 32	|       251 |   50866  2396358 11439715 |   966531      251     35 |  0.000 % |
28.97/31.76	c 32	|       476 |   50866  2396358 11439715 |  1063184      476     35 |  0.000 % |
30.17/32.98	c 33	|       813 |   50866  2396358 11439715 |  1169502      813     31 |  0.000 % |
32.75/35.53	c 35	|      1319 |   50866  2396358 11439715 |  1286452     1319     28 |  0.000 % |
33.54/36.32	c 36	|      2079 |   50866  2396358 11439715 |  1415098     2079     56 |  0.000 % |
38.20/41.10	c 41	|      3218 |   50866  2396358 11439715 |  1556607     3218     46 |  0.000 % |
39.09/41.97	c 42	|      4926 |   50866  2396358 11439715 |  1712268     4926     69 |  0.000 % |
48.79/51.75	c 52	|      7488 |   50866  2396358 11439715 |  1883495     7488     54 |  0.000 % |
50.08/53.05	c 53	|     11333 |   50866  2396358 11439715 |  2071845    11333    104 |  0.000 % |
80.52/83.71	c 84	|     17100 |   50866  2396358 11439715 |  2279029    17100     95 |  0.000 % |
84.19/87.42	c 87	|     25749 |   50866  2396358 11439715 |  2506932    25749    128 |  0.000 % |
118.10/121.68	c 122	|     38723 |   50866  2396358 11439715 |  2757625    38723    125 |  0.000 % |
137.62/141.38	c 141	|     58185 |   50866  2396358 11439715 |  3033388    58185    215 |  0.000 % |
155.28/159.10	c 159	|     87378 |   50866  2396358 11439715 |  3336727    87378    208 |  0.000 % |
203.67/207.93	c 208	|    131168 |   50866  2396358 11439715 |  3670400   131168    186 |  0.000 % |
550.58/557.80	c 558	|    196852 |   50866  2396358 11439715 |  4037440   196852    164 |  0.000 % |
744.62/753.58	c 753	|    295378 |   50866  2396358 11439715 |  4441184   295378    214 |  0.000 % |
1010.73/1022.23	c 1022	|    443167 |   50866  2396358 11439715 |  4885302   443167    195 |  0.000 % |
1800.05/1819.52	c ERROR INTERRUPTED
1800.16/1819.62	s UNKNOWN
1800.16/1819.62	c 1819	CPU 27.43 (0.05 0.02 26.74 0.62)
1800.16/1819.62	c 1819	END Sat Jul 11 23:06:52 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-2067375-1247344593/watcher-2067375-1247344593 -o /tmp/evaluation-result-2067375-1247344593/solver-2067375-1247344593 -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-2067375-1247344593.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.09 2.25 2.09 4/84 16465
/proc/meminfo: memFree=1766800/2055920 swapFree=4192812/4192956
[pid=16465] ppid=16463 vsize=12272 CPUtime=0
/proc/16465/stat : 16465 (sugar) R 16463 16465 15352 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 21523902 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 251610053630 0 0 4224 0 0 0 0 17 0 0 0
/proc/16465/statm: 3068 327 246 3 0 168 0

[startup+0.054351 s]
/proc/loadavg: 2.09 2.25 2.09 4/84 16465
/proc/meminfo: memFree=1766800/2055920 swapFree=4192812/4192956
[pid=16465] ppid=16463 vsize=16080 CPUtime=0.04
/proc/16465/stat : 16465 (sugar) R 16463 16465 15352 0 -1 4194304 943 0 0 0 3 1 0 0 18 0 1 0 21523902 16465920 911 996147200 4194304 4206940 548682068608 18446744073709551615 251610050802 0 0 4224 0 0 0 0 17 0 0 0
/proc/16465/statm: 4020 911 380 3 0 599 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 16080

[startup+0.102359 s]
/proc/loadavg: 2.09 2.25 2.09 4/84 16465
/proc/meminfo: memFree=1766800/2055920 swapFree=4192812/4192956
[pid=16465] ppid=16463 vsize=16868 CPUtime=0.06
/proc/16465/stat : 16465 (sugar) S 16463 16465 15352 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 21523902 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16465/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301381 s]
/proc/loadavg: 2.09 2.25 2.09 4/84 16465
/proc/meminfo: memFree=1766800/2055920 swapFree=4192812/4192956
[pid=16465] ppid=16463 vsize=16868 CPUtime=0.06
/proc/16465/stat : 16465 (sugar) S 16463 16465 15352 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 21523902 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16465/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701429 s]
/proc/loadavg: 2.09 2.25 2.09 4/84 16465
/proc/meminfo: memFree=1766800/2055920 swapFree=4192812/4192956
[pid=16465] ppid=16463 vsize=16868 CPUtime=0.6
/proc/16465/stat : 16465 (sugar) S 16463 16465 15352 0 -1 4194304 1292 7053 0 1 5 1 49 5 16 0 1 0 21523902 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16465/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 16868

[startup+1.50152 s]
/proc/loadavg: 2.09 2.25 2.09 4/95 16487
/proc/meminfo: memFree=1751992/2055920 swapFree=4192812/4192956
[pid=16465] ppid=16463 vsize=16868 CPUtime=0.6
/proc/16465/stat : 16465 (sugar) S 16463 16465 15352 0 -1 4194304 1309 7053 0 1 5 1 49 5 16 0 1 0 21523902 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16465/statm: 4217 1111 409 3 0 796 0
[pid=16478] ppid=16465 vsize=5356 CPUtime=0
/proc/16478/stat : 16478 (sh) S 16465 16465 15352 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21523967 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16478/statm: 1339 233 193 169 0 50 0
[pid=16479] ppid=16478 vsize=868508 CPUtime=0.83
/proc/16479/stat : 16479 (java) S 16478 16465 15352 0 -1 0 7905 0 1 0 79 4 0 0 18 0 9 0 21523968 889352192 7120 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16479/statm: 217127 7120 2568 9 0 211632 0
[pid=16479/tid=16480] ppid=16478 vsize=868508 CPUtime=0.52
/proc/16479/task/16480/stat : 16480 (java) R 16478 16465 15352 0 -1 64 2658 0 1 0 51 1 0 0 23 0 9 0 21523969 889352192 7120 996147200 134512640 134550932 4294955936 18446744073709551615 4126742612 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16479/tid=16481] ppid=16478 vsize=868508 CPUtime=0.11
/proc/16479/task/16481/stat : 16481 (java) S 16478 16465 15352 0 -1 64 3052 0 0 0 10 1 0 0 16 0 9 0 21523970 889352192 7120 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16479/tid=16482] ppid=16478 vsize=868508 CPUtime=0
/proc/16479/task/16482/stat : 16482 (java) S 16478 16465 15352 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21523970 889352192 7120 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16479/tid=16483] ppid=16478 vsize=868508 CPUtime=0
/proc/16479/task/16483/stat : 16483 (java) S 16478 16465 15352 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21523970 889352192 7120 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16479/tid=16484] ppid=16478 vsize=868508 CPUtime=0
/proc/16479/task/16484/stat : 16484 (java) S 16478 16465 15352 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21523972 889352192 7120 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16479/tid=16485] ppid=16478 vsize=868508 CPUtime=0.17
/proc/16479/task/16485/stat : 16485 (java) S 16478 16465 15352 0 -1 64 1497 0 0 0 17 0 0 0 16 0 9 0 21523972 889352192 7120 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16479/tid=16486] ppid=16478 vsize=868508 CPUtime=0
/proc/16479/task/16486/stat : 16486 (java) S 16478 16465 15352 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21523972 889352192 7120 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16479/tid=16487] ppid=16478 vsize=868508 CPUtime=0
/proc/16479/task/16487/stat : 16487 (java) S 16478 16465 15352 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21523972 889352192 7120 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 890732

[startup+3.1027 s]
/proc/loadavg: 2.09 2.25 2.09 3/95 16487
/proc/meminfo: memFree=1739448/2055920 swapFree=4192812/4192956
[pid=16465] ppid=16463 vsize=16868 CPUtime=0.6
/proc/16465/stat : 16465 (sugar) S 16463 16465 15352 0 -1 4194304 1310 7053 0 1 5 1 49 5 15 0 1 0 21523902 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16465/statm: 4217 1111 409 3 0 796 0
[pid=16478] ppid=16465 vsize=5356 CPUtime=0
/proc/16478/stat : 16478 (sh) S 16465 16465 15352 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21523967 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16478/statm: 1339 233 193 169 0 50 0
[pid=16479] ppid=16478 vsize=868844 CPUtime=2.41
/proc/16479/stat : 16479 (java) S 16478 16465 15352 0 -1 0 10624 0 1 0 234 7 0 0 18 0 9 0 21523968 889696256 9635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16479/statm: 217211 9635 2566 9 0 211716 0
[pid=16479/tid=16480] ppid=16478 vsize=868844 CPUtime=1.7
/proc/16479/task/16480/stat : 16480 (java) R 16478 16465 15352 0 -1 64 2936 0 1 0 169 1 0 0 25 0 9 0 21523969 889696256 9635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16479/tid=16481] ppid=16478 vsize=868844 CPUtime=0.48
/proc/16479/task/16481/stat : 16481 (java) R 16478 16465 15352 0 -1 64 5482 0 0 0 45 3 0 0 16 0 9 0 21523970 889696256 9635 996147200 134512640 134550932 4294955936 18446744073709551615 103831000 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16479/tid=16482] ppid=16478 vsize=868844 CPUtime=0
/proc/16479/task/16482/stat : 16482 (java) S 16478 16465 15352 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21523970 889696256 9635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16479/tid=16483] ppid=16478 vsize=868844 CPUtime=0
/proc/16479/task/16483/stat : 16483 (java) S 16478 16465 15352 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21523970 889696256 9635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16479/tid=16484] ppid=16478 vsize=868844 CPUtime=0
/proc/16479/task/16484/stat : 16484 (java) S 16478 16465 15352 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21523972 889696256 9635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16479/tid=16485] ppid=16478 vsize=868844 CPUtime=0.19
/proc/16479/task/16485/stat : 16485 (java) S 16478 16465 15352 0 -1 64 1508 0 0 0 19 0 0 0 15 0 9 0 21523972 889696256 9635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16479/tid=16486] ppid=16478 vsize=868844 CPUtime=0
/proc/16479/task/16486/stat : 16486 (java) S 16478 16465 15352 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21523972 889696256 9635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16479/tid=16487] ppid=16478 vsize=868844 CPUtime=0
/proc/16479/task/16487/stat : 16487 (java) S 16478 16465 15352 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21523972 889696256 9635 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) 891068

[startup+6.30205 s]
/proc/loadavg: 2.08 2.25 2.09 3/95 16487
/proc/meminfo: memFree=1727416/2055920 swapFree=4192812/4192956
[pid=16465] ppid=16463 vsize=16868 CPUtime=0.61
/proc/16465/stat : 16465 (sugar) S 16463 16465 15352 0 -1 4194304 1310 7053 0 1 5 2 49 5 16 0 1 0 21523902 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16465/statm: 4217 1111 409 3 0 796 0
[pid=16478] ppid=16465 vsize=5356 CPUtime=0
/proc/16478/stat : 16478 (sh) S 16465 16465 15352 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21523967 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16478/statm: 1339 233 193 169 0 50 0
[pid=16479] ppid=16478 vsize=868704 CPUtime=5.57
/proc/16479/stat : 16479 (java) S 16478 16465 15352 0 -1 0 10929 0 1 0 543 14 0 0 18 0 9 0 21523968 889552896 9643 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16479/statm: 217176 9643 2590 9 0 211653 0
[pid=16479/tid=16480] ppid=16478 vsize=868704 CPUtime=4.73
/proc/16479/task/16480/stat : 16480 (java) R 16478 16465 15352 0 -1 64 3207 0 1 0 466 7 0 0 25 0 9 0 21523969 889552896 9643 996147200 134512640 134550932 4294955936 18446744073709551615 4126552246 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16479/tid=16481] ppid=16478 vsize=868704 CPUtime=0.58
/proc/16479/task/16481/stat : 16481 (java) S 16478 16465 15352 0 -1 64 5482 0 0 0 53 5 0 0 16 0 9 0 21523970 889552896 9643 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16479/tid=16482] ppid=16478 vsize=868704 CPUtime=0
/proc/16479/task/16482/stat : 16482 (java) S 16478 16465 15352 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21523970 889552896 9643 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16479/tid=16483] ppid=16478 vsize=868704 CPUtime=0
/proc/16479/task/16483/stat : 16483 (java) S 16478 16465 15352 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 21523970 889552896 9643 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16479/tid=16484] ppid=16478 vsize=868704 CPUtime=0
/proc/16479/task/16484/stat : 16484 (java) S 16478 16465 15352 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21523972 889552896 9643 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16479/tid=16485] ppid=16478 vsize=868704 CPUtime=0.24
/proc/16479/task/16485/stat : 16485 (java) S 16478 16465 15352 0 -1 64 1542 0 0 0 23 1 0 0 16 0 9 0 21523972 889552896 9643 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16479/tid=16486] ppid=16478 vsize=868704 CPUtime=0
/proc/16479/task/16486/stat : 16486 (java) S 16478 16465 15352 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21523972 889552896 9643 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16479/tid=16487] ppid=16478 vsize=868704 CPUtime=0
/proc/16479/task/16487/stat : 16487 (java) S 16478 16465 15352 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21523972 889552896 9643 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 890928

[startup+12.7028 s]
/proc/loadavg: 2.16 2.26 2.10 3/95 16487
/proc/meminfo: memFree=1707256/2055920 swapFree=4192812/4192956
[pid=16465] ppid=16463 vsize=16868 CPUtime=0.61
/proc/16465/stat : 16465 (sugar) S 16463 16465 15352 0 -1 4194304 1310 7053 0 1 5 2 49 5 16 0 1 0 21523902 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16465/statm: 4217 1111 409 3 0 796 0
[pid=16478] ppid=16465 vsize=5356 CPUtime=0
/proc/16478/stat : 16478 (sh) S 16465 16465 15352 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21523967 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16478/statm: 1339 233 193 169 0 50 0
[pid=16479] ppid=16478 vsize=868704 CPUtime=11.9
/proc/16479/stat : 16479 (java) S 16478 16465 15352 0 -1 0 11368 0 1 0 1161 29 0 0 18 0 9 0 21523968 889552896 9643 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16479/statm: 217176 9643 2590 9 0 211653 0
[pid=16479/tid=16480] ppid=16478 vsize=868704 CPUtime=10.9
/proc/16479/task/16480/stat : 16480 (java) R 16478 16465 15352 0 -1 64 3646 0 1 0 1072 18 0 0 25 0 9 0 21523969 889552896 9643 996147200 134512640 134550932 4294955936 18446744073709551615 4127039209 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16479/tid=16481] ppid=16478 vsize=868704 CPUtime=0.73
/proc/16479/task/16481/stat : 16481 (java) S 16478 16465 15352 0 -1 64 5482 0 0 0 65 8 0 0 16 0 9 0 21523970 889552896 9643 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16479/tid=16482] ppid=16478 vsize=868704 CPUtime=0
/proc/16479/task/16482/stat : 16482 (java) S 16478 16465 15352 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21523970 889552896 9643 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16479/tid=16483] ppid=16478 vsize=868704 CPUtime=0
/proc/16479/task/16483/stat : 16483 (java) S 16478 16465 15352 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 21523970 889552896 9643 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16479/tid=16484] ppid=16478 vsize=868704 CPUtime=0
/proc/16479/task/16484/stat : 16484 (java) S 16478 16465 15352 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21523972 889552896 9643 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16479/tid=16485] ppid=16478 vsize=868704 CPUtime=0.24
/proc/16479/task/16485/stat : 16485 (java) S 16478 16465 15352 0 -1 64 1542 0 0 0 23 1 0 0 16 0 9 0 21523972 889552896 9643 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16479/tid=16486] ppid=16478 vsize=868704 CPUtime=0
/proc/16479/task/16486/stat : 16486 (java) S 16478 16465 15352 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21523972 889552896 9643 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16479/tid=16487] ppid=16478 vsize=868704 CPUtime=0
/proc/16479/task/16487/stat : 16487 (java) S 16478 16465 15352 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21523972 889552896 9643 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 890928

[startup+25.5022 s]
/proc/loadavg: 2.42 2.31 2.12 3/95 16487
/proc/meminfo: memFree=1676920/2055920 swapFree=4192812/4192956
[pid=16465] ppid=16463 vsize=16868 CPUtime=0.61
/proc/16465/stat : 16465 (sugar) S 16463 16465 15352 0 -1 4194304 1310 7053 0 1 5 2 49 5 16 0 1 0 21523902 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16465/statm: 4217 1111 409 3 0 796 0
[pid=16478] ppid=16465 vsize=5356 CPUtime=0
/proc/16478/stat : 16478 (sh) S 16465 16465 15352 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21523967 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16478/statm: 1339 233 193 169 0 50 0
[pid=16479] ppid=16478 vsize=868704 CPUtime=22.28
/proc/16479/stat : 16479 (java) S 16478 16465 15352 0 -1 0 12050 0 1 0 2180 48 0 0 18 0 9 0 21523968 889552896 9643 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16479/statm: 217176 9643 2590 9 0 211653 0
[pid=16479/tid=16480] ppid=16478 vsize=868704 CPUtime=21.06
/proc/16479/task/16480/stat : 16480 (java) R 16478 16465 15352 0 -1 64 4328 0 1 0 2072 34 0 0 25 0 9 0 21523969 889552896 9643 996147200 134512640 134550932 4294955936 18446744073709551615 4126549997 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16479/tid=16481] ppid=16478 vsize=868704 CPUtime=0.95
/proc/16479/task/16481/stat : 16481 (java) S 16478 16465 15352 0 -1 64 5482 0 0 0 84 11 0 0 16 0 9 0 21523970 889552896 9643 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16479/tid=16482] ppid=16478 vsize=868704 CPUtime=0
/proc/16479/task/16482/stat : 16482 (java) S 16478 16465 15352 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21523970 889552896 9643 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16479/tid=16483] ppid=16478 vsize=868704 CPUtime=0
/proc/16479/task/16483/stat : 16483 (java) S 16478 16465 15352 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 21523970 889552896 9643 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16479/tid=16484] ppid=16478 vsize=868704 CPUtime=0

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

/proc/meminfo: memFree=477432/2055920 swapFree=4192812/4192956
[pid=16465] ppid=16463 vsize=16868 CPUtime=27.43
/proc/16465/stat : 16465 (sugar) S 16463 16465 15352 0 -1 4194304 1376 19700 0 2 5 2 2674 62 16 0 1 0 21523902 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16465/statm: 4217 1113 409 3 0 796 0
[pid=16488] ppid=16465 vsize=5356 CPUtime=0
/proc/16488/stat : 16488 (sh) S 16465 16465 15352 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21526915 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16488/statm: 1339 232 193 169 0 50 0
[pid=16489] ppid=16488 vsize=640248 CPUtime=1319.98
/proc/16489/stat : 16489 (minisat) R 16488 16465 15352 0 -1 4194304 157688 0 0 0 131845 153 0 0 25 0 1 0 21526915 655613952 157674 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16489/statm: 160062 157674 76 150 0 159909 0
Current children cumulated CPU time (s) 1347.41
Current children cumulated vsize (KiB) 662472

[startup+1422.31 s]
/proc/loadavg: 2.00 2.03 2.02 3/87 16532
/proc/meminfo: memFree=457208/2055920 swapFree=4192812/4192956
[pid=16465] ppid=16463 vsize=16868 CPUtime=27.43
/proc/16465/stat : 16465 (sugar) S 16463 16465 15352 0 -1 4194304 1376 19700 0 2 5 2 2674 62 16 0 1 0 21523902 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16465/statm: 4217 1113 409 3 0 796 0
[pid=16488] ppid=16465 vsize=5356 CPUtime=0
/proc/16488/stat : 16488 (sh) S 16465 16465 15352 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21526915 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16488/statm: 1339 232 193 169 0 50 0
[pid=16489] ppid=16488 vsize=660252 CPUtime=1379.4
/proc/16489/stat : 16489 (minisat) R 16488 16465 15352 0 -1 4194304 162672 0 0 0 137779 161 0 0 25 0 1 0 21526915 676098048 162658 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16489/statm: 165063 162658 76 150 0 164910 0
Current children cumulated CPU time (s) 1406.83
Current children cumulated vsize (KiB) 682476

[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 2.02 3/87 16538
/proc/meminfo: memFree=438264/2055920 swapFree=4192812/4192956
[pid=16465] ppid=16463 vsize=16868 CPUtime=27.43
/proc/16465/stat : 16465 (sugar) S 16463 16465 15352 0 -1 4194304 1376 19700 0 2 5 2 2674 62 16 0 1 0 21523902 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16465/statm: 4217 1113 409 3 0 796 0
[pid=16488] ppid=16465 vsize=5356 CPUtime=0
/proc/16488/stat : 16488 (sh) S 16465 16465 15352 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21526915 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16488/statm: 1339 232 193 169 0 50 0
[pid=16489] ppid=16488 vsize=679220 CPUtime=1438.77
/proc/16489/stat : 16489 (minisat) R 16488 16465 15352 0 -1 4194304 167433 0 0 0 143708 169 0 0 25 0 1 0 21526915 695521280 167419 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/16489/statm: 169805 167419 76 150 0 169652 0
Current children cumulated CPU time (s) 1466.2
Current children cumulated vsize (KiB) 701444

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.01 3/87 16538
/proc/meminfo: memFree=419768/2055920 swapFree=4192812/4192956
[pid=16465] ppid=16463 vsize=16868 CPUtime=27.43
/proc/16465/stat : 16465 (sugar) S 16463 16465 15352 0 -1 4194304 1376 19700 0 2 5 2 2674 62 16 0 1 0 21523902 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16465/statm: 4217 1113 409 3 0 796 0
[pid=16488] ppid=16465 vsize=5356 CPUtime=0
/proc/16488/stat : 16488 (sh) S 16465 16465 15352 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21526915 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16488/statm: 1339 232 193 169 0 50 0
[pid=16489] ppid=16488 vsize=697568 CPUtime=1498.17
/proc/16489/stat : 16489 (minisat) R 16488 16465 15352 0 -1 4194304 172012 0 0 0 149641 176 0 0 25 0 1 0 21526915 714309632 171998 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16489/statm: 174392 171998 76 150 0 174239 0
Current children cumulated CPU time (s) 1525.6
Current children cumulated vsize (KiB) 719792

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/87 16538
/proc/meminfo: memFree=401528/2055920 swapFree=4192812/4192956
[pid=16465] ppid=16463 vsize=16868 CPUtime=27.43
/proc/16465/stat : 16465 (sugar) S 16463 16465 15352 0 -1 4194304 1376 19700 0 2 5 2 2674 62 16 0 1 0 21523902 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16465/statm: 4217 1113 409 3 0 796 0
[pid=16488] ppid=16465 vsize=5356 CPUtime=0
/proc/16488/stat : 16488 (sh) S 16465 16465 15352 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21526915 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16488/statm: 1339 232 193 169 0 50 0
[pid=16489] ppid=16488 vsize=715640 CPUtime=1557.59
/proc/16489/stat : 16489 (minisat) R 16488 16465 15352 0 -1 4194304 176524 0 0 0 155577 182 0 0 25 0 1 0 21526915 732815360 176510 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16489/statm: 178910 176510 76 150 0 178757 0
Current children cumulated CPU time (s) 1585.02
Current children cumulated vsize (KiB) 737864

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 16538
/proc/meminfo: memFree=384184/2055920 swapFree=4192812/4192956
[pid=16465] ppid=16463 vsize=16868 CPUtime=27.43
/proc/16465/stat : 16465 (sugar) S 16463 16465 15352 0 -1 4194304 1376 19700 0 2 5 2 2674 62 16 0 1 0 21523902 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16465/statm: 4217 1113 409 3 0 796 0
[pid=16488] ppid=16465 vsize=5356 CPUtime=0
/proc/16488/stat : 16488 (sh) S 16465 16465 15352 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21526915 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16488/statm: 1339 232 193 169 0 50 0
[pid=16489] ppid=16488 vsize=733008 CPUtime=1616.98
/proc/16489/stat : 16489 (minisat) R 16488 16465 15352 0 -1 4194304 180830 0 0 0 161510 188 0 0 25 0 1 0 21526915 750600192 180816 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16489/statm: 183252 180816 76 150 0 183099 0
Current children cumulated CPU time (s) 1644.41
Current children cumulated vsize (KiB) 755232

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 16538
/proc/meminfo: memFree=367288/2055920 swapFree=4192812/4192956
[pid=16465] ppid=16463 vsize=16868 CPUtime=27.43
/proc/16465/stat : 16465 (sugar) S 16463 16465 15352 0 -1 4194304 1376 19700 0 2 5 2 2674 62 16 0 1 0 21523902 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16465/statm: 4217 1113 409 3 0 796 0
[pid=16488] ppid=16465 vsize=5356 CPUtime=0
/proc/16488/stat : 16488 (sh) S 16465 16465 15352 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21526915 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16488/statm: 1339 232 193 169 0 50 0
[pid=16489] ppid=16488 vsize=750080 CPUtime=1676.39
/proc/16489/stat : 16489 (minisat) R 16488 16465 15352 0 -1 4194304 185119 0 0 0 167443 196 0 0 25 0 1 0 21526915 768081920 185105 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 1 0 0
/proc/16489/statm: 187520 185105 76 150 0 187367 0
Current children cumulated CPU time (s) 1703.82
Current children cumulated vsize (KiB) 772304

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 16538
/proc/meminfo: memFree=347448/2055920 swapFree=4192812/4192956
[pid=16465] ppid=16463 vsize=16868 CPUtime=27.43
/proc/16465/stat : 16465 (sugar) S 16463 16465 15352 0 -1 4194304 1376 19700 0 2 5 2 2674 62 16 0 1 0 21523902 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16465/statm: 4217 1113 409 3 0 796 0
[pid=16488] ppid=16465 vsize=5356 CPUtime=0
/proc/16488/stat : 16488 (sh) S 16465 16465 15352 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21526915 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16488/statm: 1339 232 193 169 0 50 0
[pid=16489] ppid=16488 vsize=769516 CPUtime=1735.79
/proc/16489/stat : 16489 (minisat) R 16488 16465 15352 0 -1 4194304 189994 0 0 0 173375 204 0 0 25 0 1 0 21526915 787984384 189980 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 1 0 0
/proc/16489/statm: 192379 189980 76 150 0 192226 0
Current children cumulated CPU time (s) 1763.22
Current children cumulated vsize (KiB) 791740



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1819.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 16538
/proc/meminfo: memFree=335928/2055920 swapFree=4192812/4192956
[pid=16465] ppid=16463 vsize=16868 CPUtime=27.43
/proc/16465/stat : 16465 (sugar) S 16463 16465 15352 0 -1 4194304 1376 19700 0 2 5 2 2674 62 16 0 1 0 21523902 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16465/statm: 4217 1113 409 3 0 796 0
[pid=16488] ppid=16465 vsize=5356 CPUtime=0
/proc/16488/stat : 16488 (sh) S 16465 16465 15352 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21526915 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16488/statm: 1339 232 193 169 0 50 0
[pid=16489] ppid=16488 vsize=780980 CPUtime=1772.62
/proc/16489/stat : 16489 (minisat) R 16488 16465 15352 0 -1 4194304 192817 0 0 0 177053 209 0 0 25 0 1 0 21526915 799723520 192803 996147200 134512640 135127466 4294956256 18446744073709551615 134527053 0 0 4096 3 0 0 0 17 1 0 0
/proc/16489/statm: 195245 192803 76 150 0 195092 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 803204

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

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

[startup+1819.62 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 16538
/proc/meminfo: memFree=335928/2055920 swapFree=4192812/4192956
[pid=16465] ppid=16463 vsize=16868 CPUtime=27.43
/proc/16465/stat : 16465 (sugar) S 16463 16465 15352 0 -1 4194304 1398 19700 0 2 5 2 2674 62 16 0 1 0 21523902 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/16465/statm: 4217 1113 409 3 0 796 0
[pid=16488] ppid=16465 vsize=0 CPUtime=0
/proc/16488/stat : 16488 (sh) Z 16465 16465 15352 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 21526915 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/16488/statm: 0 0 0 0 0 0 0
[pid=16489] ppid=1 vsize=0 CPUtime=1772.73
/proc/16489/stat : 16489 (minisat) R 1 16465 15352 0 -1 4195332 192817 0 0 0 177053 220 0 0 25 0 1 0 21526915 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/16489/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 16868

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16465 and gives
#  childrusage.ru_utime.tv_sec=26
#  childrusage.ru_utime.tv_usec=806924
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=689895
# CPU time returned by wait4() is 27.4968
# while last known CPU time is 1800.16
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1819.66
CPU time (s): 1800.16
CPU user time (s): 1797.32
CPU system time (s): 2.84
CPU usage (%): 98.9281
Max. virtual memory (cumulated for all children) (KiB): 891068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 26.8069
system time used= 0.689895
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21459
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= 18935
involuntary context switches= 19262

runsolver used 2.07468 second user time and 5.45117 second system time

The end

Launcher Data

Begin job on node91 at 2009-07-11 22:36:33
IDJOB=2067375
IDBENCH=54651
IDSOLVER=739
FILE ID=node91/2067375-1247344593
PBS_JOBID= 9506778
Free space on /tmp= 66112 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/pseudo/fpga/normalized-fpga-45-43.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-2067375-1247344593/watcher-2067375-1247344593 -o /tmp/evaluation-result-2067375-1247344593/solver-2067375-1247344593 -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-2067375-1247344593.xml

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

MD5SUM BENCH= ea690cb6b373d731e61ee38afb0b4e4b
RANDOM SEED=2448653

node91.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.241
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.241
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:       1767280 kB
Buffers:         19540 kB
Cached:          89464 kB
SwapCached:          0 kB
Active:         207932 kB
Inactive:        28308 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1767280 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2220 kB
Writeback:           0 kB
Mapped:         142900 kB
Slab:            37492 kB
Committed_AS:   857044 kB
PageTables:       1944 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= 66112 MiB
End job on node91 at 2009-07-11 23:06:54