Trace number 2082071

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.14 1816.43

General information on the benchmark

Namecsp/super-queens/
normalized-super-queens-4.xml
MD5SUM86f27dad5b32c8754684e5fda2e6b575
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.66975
Satisfiable
(Un)Satisfiability was proved
Number of variables240
Number of constraints21540
Maximum constraint arity2
Maximum domain size120
Number of constraints which are defined in extension0
Number of constraints which are defined in intension21540
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 06:56:29 2009
0.00/0.08	c 0	PID 22930
0.07/0.08	c 0	HOST node25.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2082071-1247374589.xml TO HOME/temp.csp
0.07/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-2082071-1247374589.xml' 'HOME/temp.csp'
1.56/1.64	c 1	1 domains, 240 variables, 2 predicates, 0 relations, 21540 constraints
1.56/1.65	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.56/1.65	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'
1.61/1.73	c 1	Parsing HOME/temp.csp
1.61/1.88	c 2	parsed 10000 expressions
1.61/2.01	c 2	parsed 20000 expressions
1.61/2.02	c 2	parsed 21783 expressions
1.61/2.03	c 2	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.61/2.03	c 2	Converting to clausal form CSP
2.43/2.57	c 2	converted 2179 (10%) expressions
2.73/2.87	c 3	converted 4357 (20%) expressions
3.02/3.11	c 3	converted 6535 (30%) expressions
3.32/3.49	c 3	converted 8714 (40%) expressions
3.62/3.73	c 3	converted 10892 (50%) expressions
3.82/3.96	c 4	converted 13070 (60%) expressions
4.32/4.44	c 4	converted 15249 (70%) expressions
4.51/4.67	c 4	converted 17427 (80%) expressions
4.80/4.91	c 5	converted 19605 (90%) expressions
5.00/5.14	c 5	converted 21783 (100%) expressions
5.00/5.14	c 5	CSP : 240 integers, 21420 booleans, 85800 clauses, largest domain size 120
5.00/5.14	c 5	Heap : 54 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.00/5.14	c 5	Propagation in CSP
5.19/5.32	c 5	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.19/5.32	c 5	CSP : 240 integers, 21420 booleans, 85800 clauses, largest domain size 120
5.19/5.32	c 5	Heap : 52 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.19/5.35	c 5	Simplifing CSP by introducing new Boolean variables
5.99/6.16	c 6	CSP : 240 integers, 107334 booleans, 171714 clauses, largest domain size 120
5.99/6.17	c 6	Heap : 80 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.68/6.81	c 7	Encoding CSP to SAT : HOME/temp.cnf
6.68/6.85	c 7	24 (10%) CSP integer variables are encoded (2832 clauses, 34685 bytes)
6.68/6.85	c 7	48 (20%) CSP integer variables are encoded (5664 clauses, 71501 bytes)
6.68/6.86	c 7	72 (30%) CSP integer variables are encoded (8496 clauses, 108317 bytes)
6.68/6.86	c 7	96 (40%) CSP integer variables are encoded (11328 clauses, 147960 bytes)
6.68/6.86	c 7	120 (50%) CSP integer variables are encoded (14160 clauses, 190440 bytes)
6.68/6.87	c 7	144 (60%) CSP integer variables are encoded (16992 clauses, 232920 bytes)
6.68/6.87	c 7	168 (70%) CSP integer variables are encoded (19824 clauses, 275400 bytes)
6.68/6.87	c 7	192 (80%) CSP integer variables are encoded (22656 clauses, 317880 bytes)
6.68/6.88	c 7	216 (90%) CSP integer variables are encoded (25488 clauses, 360360 bytes)
6.68/6.88	c 7	240 (100%) CSP integer variables are encoded (28320 clauses, 402840 bytes)
8.66/8.86	c 9	17172 (10%) CSP clauses are encoded (1083198 clauses, 21120714 bytes)
10.55/10.79	c 11	34343 (20%) CSP clauses are encoded (2149901 clauses, 43013810 bytes)
12.61/12.83	c 13	51515 (30%) CSP clauses are encoded (3255427 clauses, 65755026 bytes)
14.57/14.89	c 15	68686 (40%) CSP clauses are encoded (4383242 clauses, 89046182 bytes)
16.73/17.01	c 17	85857 (50%) CSP clauses are encoded (5548569 clauses, 113214462 bytes)
18.89/19.44	c 19	103029 (60%) CSP clauses are encoded (6750037 clauses, 138690160 bytes)
21.26/21.82	c 22	120200 (70%) CSP clauses are encoded (7993959 clauses, 166810051 bytes)
23.71/24.31	c 24	137372 (80%) CSP clauses are encoded (9283335 clauses, 195952723 bytes)
26.26/26.92	c 27	154543 (90%) CSP clauses are encoded (10630299 clauses, 226391332 bytes)
28.92/29.87	c 30	171714 (100%) CSP clauses are encoded (12066714 clauses, 258843994 bytes)
28.92/29.87	c 30	171714 CSP clauses encoded
28.92/29.87	c 30	Writing map file : HOME/temp.map
28.92/29.89	c 30	Heap : 63 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
28.92/29.89	c 30	SAT : 135894 SAT variables, 12066714 SAT clauses, 258843994 bytes
28.92/29.89	c 30	Heap : 63 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
29.01/29.92	c 30	SOLVING HOME/temp.cnf
29.01/29.92	c 30	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
29.01/29.93	c 30	This is MiniSat 2.0 beta
29.01/29.93	c 30	WARNING: for repeatability, setting FPU to use double precision
29.01/29.93	c 30	============================[ Problem Statistics ]=============================
29.01/29.93	c 30	|                                                                             |
29.01/29.93	c 30	|  Number of variables:  135894                                               |
29.01/29.93	c 30	|  Number of clauses:    12066714                                             |
35.33/36.36	c 36	|  Parsing time:         5.60         s                                       |
35.63/36.68	c 36	============================[ Search Statistics ]==============================
35.63/36.68	c 36	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
35.63/36.68	c 36	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
35.63/36.68	c 36	===============================================================================
35.63/36.68	c 36	|         0 |  135891 12066711 35978439 |  4022237        0    nan |  0.000 % |
36.32/37.31	c 37	|       102 |  135891 12066711 35978439 |  4424460      102      8 |  0.002 % |
37.80/38.83	c 39	|       253 |  135891 12066711 35978439 |  4866906      253      9 |  0.002 % |
40.87/41.96	c 42	|       478 |  135891 12066711 35978439 |  5353597      478     42 |  0.002 % |
43.15/44.23	c 44	|       815 |  135891 12066711 35978439 |  5888957      815     47 |  0.002 % |
48.50/49.61	c 49	|      1321 |  135891 12066711 35978439 |  6477852     1321     49 |  0.002 % |
53.95/55.10	c 55	|      2080 |  135891 12066711 35978439 |  7125638     2080     67 |  0.002 % |
62.66/63.98	c 64	|      3220 |  135891 12066711 35978439 |  7838202     3220     58 |  0.002 % |
73.37/74.80	c 75	|      4928 |  135891 12066711 35978439 |  8622022     4928     77 |  0.002 % |
92.98/94.58	c 94	|      7491 |  135891 12066711 35978439 |  9484224     7491     64 |  0.002 % |
112.70/114.47	c 114	|     11336 |  135891 12066711 35978439 | 10432646    11336     62 |  0.002 % |
124.78/126.68	c 126	|     17102 |  135891 12066711 35978439 | 11475911    17102     50 |  0.002 % |
168.57/170.87	c 171	|     25752 |  135891 12066711 35978439 | 12623502    25752     62 |  0.002 % |
251.56/254.66	c 254	|     38726 |  135891 12066711 35978439 | 13885853    38726     82 |  0.002 % |
407.28/411.82	c 412	|     58187 |  135891 12066711 35978439 | 15274438    58187    100 |  0.002 % |
658.22/665.11	c 665	|     87379 |  135891 12066711 35978439 | 16801882    87379    109 |  0.002 % |
1061.31/1072.02	c 1072	|    131168 |  135891 12066711 35978439 | 18482070   131168    132 |  0.002 % |
1291.24/1304.12	c 1304	|    196853 |  135891 12066711 35978439 | 20330277   196853    106 |  0.002 % |
1800.02/1816.22	c ERROR INTERRUPTED
1800.02/1816.31	s UNKNOWN
1800.02/1816.31	c 1816	CPU 29.05 (0.05 0.02 27.09 1.89)
1800.02/1816.31	c 1816	END Sun Jul 12 07:26:45 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-2082071-1247374589/watcher-2082071-1247374589 -o /tmp/evaluation-result-2082071-1247374589/solver-2082071-1247374589 -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-2082071-1247374589.xml 

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


[startup+0 s]
/proc/loadavg: 2.04 2.19 2.10 4/73 22930
/proc/meminfo: memFree=1775184/2055920 swapFree=4192812/4192956
[pid=22930] ppid=22928 vsize=12268 CPUtime=0
/proc/22930/stat : 22930 (sugar) R 22928 22930 21659 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 24525237 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 253307353701 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/22930/statm: 3067 316 241 3 0 167 0

[startup+0.0811731 s]
/proc/loadavg: 2.04 2.19 2.10 4/73 22930
/proc/meminfo: memFree=1775184/2055920 swapFree=4192812/4192956
[pid=22930] ppid=22928 vsize=16740 CPUtime=0.07
/proc/22930/stat : 22930 (sugar) S 22928 22930 21659 0 -1 4194304 1152 0 0 0 5 2 0 0 18 0 1 0 24525237 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22930/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.101209 s]
/proc/loadavg: 2.04 2.19 2.10 4/73 22930
/proc/meminfo: memFree=1775184/2055920 swapFree=4192812/4192956
[pid=22930] ppid=22928 vsize=16868 CPUtime=0.07
/proc/22930/stat : 22930 (sugar) S 22928 22930 21659 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24525237 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22930/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301175 s]
/proc/loadavg: 2.04 2.19 2.10 4/73 22930
/proc/meminfo: memFree=1775184/2055920 swapFree=4192812/4192956
[pid=22930] ppid=22928 vsize=16868 CPUtime=0.07
/proc/22930/stat : 22930 (sugar) S 22928 22930 21659 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24525237 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22930/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.70122 s]
/proc/loadavg: 2.04 2.19 2.10 4/73 22930
/proc/meminfo: memFree=1775184/2055920 swapFree=4192812/4192956
[pid=22930] ppid=22928 vsize=16868 CPUtime=0.07
/proc/22930/stat : 22930 (sugar) S 22928 22930 21659 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24525237 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22930/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50229 s]
/proc/loadavg: 2.04 2.19 2.10 3/84 22942
/proc/meminfo: memFree=1746680/2055920 swapFree=4192812/4192956
[pid=22930] ppid=22928 vsize=16868 CPUtime=0.07
/proc/22930/stat : 22930 (sugar) S 22928 22930 21659 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24525237 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22930/statm: 4217 1111 409 3 0 796 0
[pid=22933] ppid=22930 vsize=5356 CPUtime=0
/proc/22933/stat : 22933 (sh) S 22930 22930 21659 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 24525245 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22933/statm: 1339 233 193 169 0 50 0
[pid=22934] ppid=22933 vsize=864788 CPUtime=1.39
/proc/22934/stat : 22934 (java) S 22933 22930 21659 0 -1 0 13284 0 1 0 133 6 0 0 18 0 9 0 24525245 885542912 11313 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22934/statm: 216197 11313 2557 9 0 210709 0
[pid=22934/tid=22935] ppid=22933 vsize=864788 CPUtime=0.81
/proc/22934/task/22935/stat : 22935 (java) R 22933 22930 21659 0 -1 64 3051 0 1 0 79 2 0 0 24 0 9 0 24525246 885542912 11313 996147200 134512640 134550932 4294955984 18446744073709551615 4126752166 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22934/tid=22936] ppid=22933 vsize=864788 CPUtime=0.41
/proc/22934/task/22936/stat : 22936 (java) S 22933 22930 21659 0 -1 64 8998 0 0 0 39 2 0 0 16 0 9 0 24525248 885542912 11313 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22934/tid=22937] ppid=22933 vsize=864788 CPUtime=0
/proc/22934/task/22937/stat : 22937 (java) S 22933 22930 21659 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24525248 885542912 11313 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22934/tid=22938] ppid=22933 vsize=864788 CPUtime=0
/proc/22934/task/22938/stat : 22938 (java) S 22933 22930 21659 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 24525248 885542912 11313 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22934/tid=22939] ppid=22933 vsize=864788 CPUtime=0
/proc/22934/task/22939/stat : 22939 (java) S 22933 22930 21659 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24525250 885542912 11313 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22934/tid=22940] ppid=22933 vsize=864788 CPUtime=0.13
/proc/22934/task/22940/stat : 22940 (java) S 22933 22930 21659 0 -1 64 531 0 0 0 13 0 0 0 16 0 9 0 24525250 885542912 11313 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22934/tid=22941] ppid=22933 vsize=864788 CPUtime=0
/proc/22934/task/22941/stat : 22941 (java) S 22933 22930 21659 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24525250 885542912 11313 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22934/tid=22942] ppid=22933 vsize=864788 CPUtime=0
/proc/22934/task/22942/stat : 22942 (java) S 22933 22930 21659 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24525250 885542912 11313 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 887012

[startup+3.10243 s]
/proc/loadavg: 2.11 2.20 2.10 3/84 22952
/proc/meminfo: memFree=1758520/2055920 swapFree=4192812/4192956
[pid=22930] ppid=22928 vsize=16868 CPUtime=1.61
/proc/22930/stat : 22930 (sugar) S 22928 22930 21659 0 -1 4194304 1309 13780 0 1 5 2 147 7 15 0 1 0 24525237 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22930/statm: 4217 1111 409 3 0 796 0
[pid=22943] ppid=22930 vsize=5356 CPUtime=0
/proc/22943/stat : 22943 (sh) S 22930 22930 21659 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24525402 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22943/statm: 1339 233 193 169 0 50 0
[pid=22944] ppid=22943 vsize=868584 CPUtime=1.41
/proc/22944/stat : 22944 (java) S 22943 22930 21659 0 -1 0 11350 0 1 0 135 6 0 0 18 0 9 0 24525403 889430016 10355 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22944/statm: 217146 10355 2566 9 0 211651 0
[pid=22944/tid=22945] ppid=22943 vsize=868584 CPUtime=0.86
/proc/22944/task/22945/stat : 22945 (java) R 22943 22930 21659 0 -1 64 2746 0 1 0 84 2 0 0 23 0 9 0 24525403 889430016 10355 996147200 134512640 134550932 4294955936 18446744073709551615 4126529871 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22944/tid=22946] ppid=22943 vsize=868584 CPUtime=0.36
/proc/22944/task/22946/stat : 22946 (java) S 22943 22930 21659 0 -1 64 6423 0 0 0 33 3 0 0 16 0 9 0 24525405 889430016 10355 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22944/tid=22947] ppid=22943 vsize=868584 CPUtime=0
/proc/22944/task/22947/stat : 22947 (java) S 22943 22930 21659 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24525405 889430016 10355 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22944/tid=22948] ppid=22943 vsize=868584 CPUtime=0
/proc/22944/task/22948/stat : 22948 (java) S 22943 22930 21659 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24525405 889430016 10355 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22944/tid=22949] ppid=22943 vsize=868584 CPUtime=0
/proc/22944/task/22949/stat : 22949 (java) S 22943 22930 21659 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24525407 889430016 10355 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22944/tid=22950] ppid=22943 vsize=868584 CPUtime=0.17
/proc/22944/task/22950/stat : 22950 (java) S 22943 22930 21659 0 -1 64 1477 0 0 0 17 0 0 0 16 0 9 0 24525407 889430016 10355 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22944/tid=22951] ppid=22943 vsize=868584 CPUtime=0
/proc/22944/task/22951/stat : 22951 (java) S 22943 22930 21659 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24525407 889430016 10355 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22944/tid=22952] ppid=22943 vsize=868584 CPUtime=0
/proc/22944/task/22952/stat : 22952 (java) S 22943 22930 21659 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24525407 889430016 10355 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 890808

[startup+6.30173 s]
/proc/loadavg: 2.11 2.20 2.10 3/84 22952
/proc/meminfo: memFree=1700664/2055920 swapFree=4192812/4192956
[pid=22930] ppid=22928 vsize=16868 CPUtime=1.61
/proc/22930/stat : 22930 (sugar) S 22928 22930 21659 0 -1 4194304 1310 13780 0 1 5 2 147 7 16 0 1 0 24525237 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22930/statm: 4217 1111 409 3 0 796 0
[pid=22943] ppid=22930 vsize=5356 CPUtime=0
/proc/22943/stat : 22943 (sh) S 22930 22930 21659 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24525402 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22943/statm: 1339 233 193 169 0 50 0
[pid=22944] ppid=22943 vsize=874716 CPUtime=4.58
/proc/22944/stat : 22944 (java) S 22943 22930 21659 0 -1 0 31591 0 1 0 441 17 0 0 18 0 9 0 24525403 895709184 28342 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22944/statm: 218679 28342 2567 9 0 213184 0
[pid=22944/tid=22945] ppid=22943 vsize=874716 CPUtime=2.44
/proc/22944/task/22945/stat : 22945 (java) R 22943 22930 21659 0 -1 64 3660 0 1 0 241 3 0 0 25 0 9 0 24525403 895709184 28342 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22944/tid=22946] ppid=22943 vsize=874716 CPUtime=1.94
/proc/22944/task/22946/stat : 22946 (java) R 22943 22930 21659 0 -1 64 25739 0 0 0 181 13 0 0 16 0 9 0 24525405 895709184 28342 996147200 134512640 134550932 4294955936 18446744073709551615 102758047 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22944/tid=22947] ppid=22943 vsize=874716 CPUtime=0
/proc/22944/task/22947/stat : 22947 (java) S 22943 22930 21659 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24525405 895709184 28342 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22944/tid=22948] ppid=22943 vsize=874716 CPUtime=0
/proc/22944/task/22948/stat : 22948 (java) S 22943 22930 21659 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24525405 895709184 28342 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22944/tid=22949] ppid=22943 vsize=874716 CPUtime=0
/proc/22944/task/22949/stat : 22949 (java) S 22943 22930 21659 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24525407 895709184 28342 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22944/tid=22950] ppid=22943 vsize=874716 CPUtime=0.19
/proc/22944/task/22950/stat : 22950 (java) S 22943 22930 21659 0 -1 64 1488 0 0 0 19 0 0 0 15 0 9 0 24525407 895709184 28342 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22944/tid=22951] ppid=22943 vsize=874716 CPUtime=0
/proc/22944/task/22951/stat : 22951 (java) S 22943 22930 21659 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24525407 895709184 28342 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22944/tid=22952] ppid=22943 vsize=874716 CPUtime=0
/proc/22944/task/22952/stat : 22952 (java) S 22943 22930 21659 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24525407 895709184 28342 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 896940

[startup+12.7023 s]
/proc/loadavg: 2.10 2.20 2.10 3/84 22952
/proc/meminfo: memFree=1615096/2055920 swapFree=4192812/4192956
[pid=22930] ppid=22928 vsize=16868 CPUtime=1.61
/proc/22930/stat : 22930 (sugar) S 22928 22930 21659 0 -1 4194304 1310 13780 0 1 5 2 147 7 16 0 1 0 24525237 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22930/statm: 4217 1111 409 3 0 796 0
[pid=22943] ppid=22930 vsize=5356 CPUtime=0
/proc/22943/stat : 22943 (sh) S 22930 22930 21659 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24525402 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22943/statm: 1339 233 193 169 0 50 0
[pid=22944] ppid=22943 vsize=868696 CPUtime=10.89
/proc/22944/stat : 22944 (java) S 22943 22930 21659 0 -1 0 39602 0 1 0 1031 58 0 0 18 0 9 0 24525403 889544704 26890 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22944/statm: 217174 26890 2591 9 0 211651 0
[pid=22944/tid=22945] ppid=22943 vsize=868696 CPUtime=8.11
/proc/22944/task/22945/stat : 22945 (java) R 22943 22930 21659 0 -1 64 3945 0 1 0 772 39 0 0 25 0 9 0 24525403 889544704 26890 996147200 134512640 134550932 4294955936 18446744073709551615 4126774924 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22944/tid=22946] ppid=22943 vsize=868696 CPUtime=2.52
/proc/22944/task/22946/stat : 22946 (java) S 22943 22930 21659 0 -1 64 33428 0 0 0 235 17 0 0 16 0 9 0 24525405 889544704 26890 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22944/tid=22947] ppid=22943 vsize=868696 CPUtime=0
/proc/22944/task/22947/stat : 22947 (java) S 22943 22930 21659 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24525405 889544704 26890 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22944/tid=22948] ppid=22943 vsize=868696 CPUtime=0
/proc/22944/task/22948/stat : 22948 (java) S 22943 22930 21659 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24525405 889544704 26890 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22944/tid=22949] ppid=22943 vsize=868696 CPUtime=0
/proc/22944/task/22949/stat : 22949 (java) S 22943 22930 21659 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24525407 889544704 26890 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22944/tid=22950] ppid=22943 vsize=868696 CPUtime=0.23
/proc/22944/task/22950/stat : 22950 (java) S 22943 22930 21659 0 -1 64 1525 0 0 0 23 0 0 0 16 0 9 0 24525407 889544704 26890 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22944/tid=22951] ppid=22943 vsize=868696 CPUtime=0
/proc/22944/task/22951/stat : 22951 (java) S 22943 22930 21659 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24525407 889544704 26890 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22944/tid=22952] ppid=22943 vsize=868696 CPUtime=0
/proc/22944/task/22952/stat : 22952 (java) S 22943 22930 21659 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24525407 889544704 26890 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 890920

[startup+25.5025 s]
/proc/loadavg: 2.08 2.19 2.10 3/84 22952
/proc/meminfo: memFree=1467320/2055920 swapFree=4192812/4192956
[pid=22930] ppid=22928 vsize=16868 CPUtime=1.61
/proc/22930/stat : 22930 (sugar) S 22928 22930 21659 0 -1 4194304 1310 13780 0 1 5 2 147 7 16 0 1 0 24525237 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22930/statm: 4217 1111 409 3 0 796 0
[pid=22943] ppid=22930 vsize=5356 CPUtime=0
/proc/22943/stat : 22943 (sh) S 22930 22930 21659 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24525402 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22943/statm: 1339 233 193 169 0 50 0
[pid=22944] ppid=22943 vsize=868696 CPUtime=23.29
/proc/22944/stat : 22944 (java) S 22943 22930 21659 0 -1 0 40105 0 1 0 2183 146 0 0 18 0 9 0 24525403 889544704 26890 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22944/statm: 217174 26890 2591 9 0 211651 0
[pid=22944/tid=22945] ppid=22943 vsize=868696 CPUtime=20.22
/proc/22944/task/22945/stat : 22945 (java) R 22943 22930 21659 0 -1 64 4448 0 1 0 1899 123 0 0 25 0 9 0 24525403 889544704 26890 996147200 134512640 134550932 4294955936 18446744073709551615 102094027 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22944/tid=22946] ppid=22943 vsize=868696 CPUtime=2.82
/proc/22944/task/22946/stat : 22946 (java) S 22943 22930 21659 0 -1 64 33428 0 0 0 260 22 0 0 16 0 9 0 24525405 889544704 26890 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22944/tid=22947] ppid=22943 vsize=868696 CPUtime=0
/proc/22944/task/22947/stat : 22947 (java) S 22943 22930 21659 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24525405 889544704 26890 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22944/tid=22948] ppid=22943 vsize=868696 CPUtime=0
/proc/22944/task/22948/stat : 22948 (java) S 22943 22930 21659 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24525405 889544704 26890 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22944/tid=22949] ppid=22943 vsize=868696 CPUtime=0

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

/proc/22954/stat : 22954 (minisat) R 22953 22930 21659 0 -1 4194304 152858 0 0 0 137816 115 0 0 25 0 1 0 24528230 651055104 152844 996147200 134512640 135127466 4294956256 18446744073709551615 134527131 0 0 4096 3 0 0 0 17 1 0 0
/proc/22954/statm: 158949 152844 76 150 0 158796 0
Current children cumulated CPU time (s) 1408.35
Current children cumulated vsize (KiB) 658020

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 22963
/proc/meminfo: memFree=895520/2055920 swapFree=4192812/4192956
[pid=22930] ppid=22928 vsize=16868 CPUtime=29.04
/proc/22930/stat : 22930 (sugar) S 22928 22930 21659 0 -1 4194304 1376 54358 0 2 5 2 2709 188 16 0 1 0 24525237 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22930/statm: 4217 1113 409 3 0 796 0
[pid=22953] ppid=22930 vsize=5356 CPUtime=0
/proc/22953/stat : 22953 (sh) S 22930 22930 21659 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24528230 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22953/statm: 1339 232 193 169 0 50 0
[pid=22954] ppid=22953 vsize=640552 CPUtime=1438.75
/proc/22954/stat : 22954 (minisat) R 22953 22930 21659 0 -1 4194304 154042 0 0 0 143759 116 0 0 25 0 1 0 24528230 655925248 154028 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22954/statm: 160138 154028 76 150 0 159985 0
Current children cumulated CPU time (s) 1467.79
Current children cumulated vsize (KiB) 662776

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 22963
/proc/meminfo: memFree=891296/2055920 swapFree=4192812/4192956
[pid=22930] ppid=22928 vsize=16868 CPUtime=29.04
/proc/22930/stat : 22930 (sugar) S 22928 22930 21659 0 -1 4194304 1376 54358 0 2 5 2 2709 188 16 0 1 0 24525237 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22930/statm: 4217 1113 409 3 0 796 0
[pid=22953] ppid=22930 vsize=5356 CPUtime=0
/proc/22953/stat : 22953 (sh) S 22930 22930 21659 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24528230 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22953/statm: 1339 232 193 169 0 50 0
[pid=22954] ppid=22953 vsize=644652 CPUtime=1498.18
/proc/22954/stat : 22954 (minisat) R 22953 22930 21659 0 -1 4194304 155098 0 0 0 149700 118 0 0 25 0 1 0 24528230 660123648 155084 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22954/statm: 161163 155084 76 150 0 161010 0
Current children cumulated CPU time (s) 1527.22
Current children cumulated vsize (KiB) 666876

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 22963
/proc/meminfo: memFree=886944/2055920 swapFree=4192812/4192956
[pid=22930] ppid=22928 vsize=16868 CPUtime=29.04
/proc/22930/stat : 22930 (sugar) S 22928 22930 21659 0 -1 4194304 1376 54358 0 2 5 2 2709 188 16 0 1 0 24525237 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22930/statm: 4217 1113 409 3 0 796 0
[pid=22953] ppid=22930 vsize=5356 CPUtime=0
/proc/22953/stat : 22953 (sh) S 22930 22930 21659 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24528230 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22953/statm: 1339 232 193 169 0 50 0
[pid=22954] ppid=22953 vsize=649008 CPUtime=1557.63
/proc/22954/stat : 22954 (minisat) R 22953 22930 21659 0 -1 4194304 156184 0 0 0 155643 120 0 0 25 0 1 0 24528230 664584192 156170 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22954/statm: 162252 156170 76 150 0 162099 0
Current children cumulated CPU time (s) 1586.67
Current children cumulated vsize (KiB) 671232

[startup+1662.3 s]
/proc/loadavg: 1.93 1.98 1.99 3/76 23019
/proc/meminfo: memFree=881656/2055920 swapFree=4192812/4192956
[pid=22930] ppid=22928 vsize=16868 CPUtime=29.04
/proc/22930/stat : 22930 (sugar) S 22928 22930 21659 0 -1 4194304 1376 54358 0 2 5 2 2709 188 16 0 1 0 24525237 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22930/statm: 4217 1113 409 3 0 796 0
[pid=22953] ppid=22930 vsize=5356 CPUtime=0
/proc/22953/stat : 22953 (sh) S 22930 22930 21659 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24528230 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22953/statm: 1339 232 193 169 0 50 0
[pid=22954] ppid=22953 vsize=653904 CPUtime=1617.13
/proc/22954/stat : 22954 (minisat) R 22953 22930 21659 0 -1 4194304 157398 0 0 0 161591 122 0 0 25 0 1 0 24528230 669597696 157384 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22954/statm: 163476 157384 76 150 0 163323 0
Current children cumulated CPU time (s) 1646.17
Current children cumulated vsize (KiB) 676128

[startup+1722.3 s]
/proc/loadavg: 1.97 1.98 1.99 3/76 23019
/proc/meminfo: memFree=876408/2055920 swapFree=4192812/4192956
[pid=22930] ppid=22928 vsize=16868 CPUtime=29.04
/proc/22930/stat : 22930 (sugar) S 22928 22930 21659 0 -1 4194304 1376 54358 0 2 5 2 2709 188 16 0 1 0 24525237 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22930/statm: 4217 1113 409 3 0 796 0
[pid=22953] ppid=22930 vsize=5356 CPUtime=0
/proc/22953/stat : 22953 (sh) S 22930 22930 21659 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24528230 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22953/statm: 1339 232 193 169 0 50 0
[pid=22954] ppid=22953 vsize=659188 CPUtime=1677.11
/proc/22954/stat : 22954 (minisat) R 22953 22930 21659 0 -1 4194304 158747 0 0 0 167588 123 0 0 25 0 1 0 24528230 675008512 158733 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22954/statm: 164797 158733 76 150 0 164644 0
Current children cumulated CPU time (s) 1706.15
Current children cumulated vsize (KiB) 681412

[startup+1782.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 23019
/proc/meminfo: memFree=870392/2055920 swapFree=4192812/4192956
[pid=22930] ppid=22928 vsize=16868 CPUtime=29.04
/proc/22930/stat : 22930 (sugar) S 22928 22930 21659 0 -1 4194304 1376 54358 0 2 5 2 2709 188 16 0 1 0 24525237 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22930/statm: 4217 1113 409 3 0 796 0
[pid=22953] ppid=22930 vsize=5356 CPUtime=0
/proc/22953/stat : 22953 (sh) S 22930 22930 21659 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24528230 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22953/statm: 1339 232 193 169 0 50 0
[pid=22954] ppid=22953 vsize=664868 CPUtime=1737.08
/proc/22954/stat : 22954 (minisat) R 22953 22930 21659 0 -1 4194304 160159 0 0 0 173584 124 0 0 25 0 1 0 24528230 680824832 160145 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/22954/statm: 166217 160145 76 150 0 166064 0
Current children cumulated CPU time (s) 1766.12
Current children cumulated vsize (KiB) 687092



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.2 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 23019
/proc/meminfo: memFree=867704/2055920 swapFree=4192812/4192956
[pid=22930] ppid=22928 vsize=16868 CPUtime=29.04
/proc/22930/stat : 22930 (sugar) S 22928 22930 21659 0 -1 4194304 1376 54358 0 2 5 2 2709 188 16 0 1 0 24525237 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22930/statm: 4217 1113 409 3 0 796 0
[pid=22953] ppid=22930 vsize=5356 CPUtime=0
/proc/22953/stat : 22953 (sh) S 22930 22930 21659 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24528230 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22953/statm: 1339 232 193 169 0 50 0
[pid=22954] ppid=22953 vsize=667508 CPUtime=1770.98
/proc/22954/stat : 22954 (minisat) R 22953 22930 21659 0 -1 4194304 160827 0 0 0 176973 125 0 0 25 0 1 0 24528230 683528192 160813 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22954/statm: 166877 160813 76 150 0 166724 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 689732

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

############
# WARNING:
# current cumulated CPU time (29.07 s) is less than in the last sample (1800.02 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (1770.95 s) to the 'lost time'.

[startup+1816.2 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 23019
/proc/meminfo: memFree=867704/2055920 swapFree=4192812/4192956
[pid=22930] ppid=22928 vsize=16868 CPUtime=29.04
/proc/22930/stat : 22930 (sugar) S 22928 22930 21659 0 -1 4194304 1376 54358 0 2 5 2 2709 188 16 0 1 0 24525237 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22930/statm: 4217 1113 409 3 0 796 0
[pid=22953] ppid=22930 vsize=5356 CPUtime=0
/proc/22953/stat : 22953 (sh) S 22930 22930 21659 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24528230 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22953/statm: 1339 232 193 169 0 50 0
[pid=22954] ppid=22953 vsize=667508 CPUtime=1770.98
/proc/22954/stat : 22954 (minisat) R 22953 22930 21659 0 -1 4194304 160827 0 0 0 176973 125 0 0 25 0 1 0 24528230 683528192 160813 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22954/statm: 166877 160813 76 150 0 166724 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 689732

[startup+1816.32 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 23019
/proc/meminfo: memFree=867704/2055920 swapFree=4192812/4192956
[pid=22930] ppid=22928 vsize=16868 CPUtime=29.07
/proc/22930/stat : 22930 (sugar) R 22928 22930 21659 0 -1 4194304 1423 54635 0 2 5 4 2709 189 17 0 1 0 24525237 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 253307360297 0 0 4224 16386 0 0 0 17 0 0 0
/proc/22930/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 29.07
Current children cumulated vsize (KiB) 16868
#
############


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

[startup+1816.4 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 23019
/proc/meminfo: memFree=867704/2055920 swapFree=4192812/4192956
[pid=22930] ppid=22928 vsize=16868 CPUtime=29.15
/proc/22930/stat : 22930 (sugar) R 22928 22930 21659 0 -1 4194304 1423 54635 0 2 5 12 2709 189 17 0 1 0 24525237 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 253307360297 0 0 4224 16386 0 0 0 17 0 0 0
/proc/22930/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 29.15
Current children cumulated vsize (KiB) 16868

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 1770.95
#  lost CPU user time (s): 1769.73
#  lost CPU system time (s): 1.22

Real time (s): 1816.43
CPU time (s): 1800.14
CPU user time (s): 1796.88
CPU system time (s): 3.26669
CPU usage (%): 99.1035
Max. virtual memory (cumulated for all children) (KiB): 912304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 27.1479
system time used= 2.04669
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56117
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= 11756
involuntary context switches= 12187

runsolver used 1.9997 second user time and 6.13907 second system time

The end

Launcher Data

Begin job on node25 at 2009-07-12 06:56:29
IDJOB=2082071
IDBENCH=57527
IDSOLVER=739
FILE ID=node25/2082071-1247374589
PBS_JOBID= 9507143
Free space on /tmp= 66316 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/super-queens/normalized-super-queens-4.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-2082071-1247374589/watcher-2082071-1247374589 -o /tmp/evaluation-result-2082071-1247374589/solver-2082071-1247374589 -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-2082071-1247374589.xml

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

MD5SUM BENCH= 86f27dad5b32c8754684e5fda2e6b575
RANDOM SEED=1419484578

node25.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.231
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.231
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:       1775664 kB
Buffers:         37812 kB
Cached:         162108 kB
SwapCached:          0 kB
Active:         145728 kB
Inactive:        74460 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1775664 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3888 kB
Writeback:           0 kB
Mapped:          31024 kB
Slab:            45312 kB
Committed_AS:   238612 kB
PageTables:       1852 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 node25 at 2009-07-12 07:26:47