Trace number 2081400

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namecsp/queenAttacking/
normalized-queenAttacking-10.xml
MD5SUM4767daf10c71e50004bb1bec7a8e5909
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables101
Number of constraints4975
Maximum constraint arity2
Maximum domain size100
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4975
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:24:47 2009
0.00/0.08	c 0	PID 23157
0.00/0.08	c 0	HOST node42.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2081400-1247372687.xml TO HOME/temp.csp
0.00/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-2081400-1247372687.xml' 'HOME/temp.csp'
0.06/0.86	c 1	2 domains, 101 variables, 3 predicates, 0 relations, 4975 constraints
0.06/0.87	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.87	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.82/0.95	c 1	Parsing HOME/temp.csp
0.93/1.07	c 1	parsed 5081 expressions
0.93/1.08	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.93/1.08	c 1	Converting to clausal form CSP
1.23/1.34	c 1	converted 509 (10%) expressions
1.23/1.37	c 1	converted 1017 (20%) expressions
1.32/1.40	c 1	converted 1525 (30%) expressions
1.32/1.42	c 1	converted 2033 (40%) expressions
1.32/1.44	c 1	converted 2541 (50%) expressions
1.32/1.46	c 1	converted 3049 (60%) expressions
1.42/1.53	c 2	converted 3557 (70%) expressions
1.42/1.56	c 2	converted 4065 (80%) expressions
1.42/1.59	c 2	converted 4573 (90%) expressions
1.52/1.62	c 2	converted 5081 (100%) expressions
1.52/1.62	c 2	CSP : 530 integers, 298 booleans, 6892 clauses, largest domain size 100
1.52/1.62	c 2	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.52/1.62	c 2	Propagation in CSP
1.52/1.66	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.52/1.67	c 2	CSP : 530 integers, 298 booleans, 6892 clauses, largest domain size 100
1.52/1.67	c 2	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.52/1.67	c 2	Simplifing CSP by introducing new Boolean variables
1.62/1.78	c 2	CSP : 530 integers, 10942 booleans, 17536 clauses, largest domain size 100
1.62/1.78	c 2	Heap : 9 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.71/1.85	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.71/1.88	c 2	53 (10%) CSP integer variables are encoded (5109 clauses, 64292 bytes)
1.71/1.89	c 2	106 (20%) CSP integer variables are encoded (9838 clauses, 125769 bytes)
1.71/1.89	c 2	159 (30%) CSP integer variables are encoded (10257 clauses, 131957 bytes)
1.71/1.89	c 2	212 (40%) CSP integer variables are encoded (10681 clauses, 138317 bytes)
1.71/1.89	c 2	265 (50%) CSP integer variables are encoded (11105 clauses, 144677 bytes)
1.71/1.90	c 2	318 (60%) CSP integer variables are encoded (11529 clauses, 151037 bytes)
1.71/1.90	c 2	371 (70%) CSP integer variables are encoded (11953 clauses, 157397 bytes)
1.71/1.90	c 2	424 (80%) CSP integer variables are encoded (12377 clauses, 163757 bytes)
1.82/1.90	c 2	477 (90%) CSP integer variables are encoded (12801 clauses, 170117 bytes)
1.82/1.90	c 2	530 (100%) CSP integer variables are encoded (13225 clauses, 176477 bytes)
2.01/2.19	c 2	1754 (10%) CSP clauses are encoded (117979 clauses, 2406352 bytes)
2.31/2.43	c 2	3508 (20%) CSP clauses are encoded (228347 clauses, 4489196 bytes)
2.50/2.65	c 3	5261 (30%) CSP clauses are encoded (338714 clauses, 6672956 bytes)
2.71/2.85	c 3	7015 (40%) CSP clauses are encoded (448010 clauses, 8843876 bytes)
2.90/3.06	c 3	8768 (50%) CSP clauses are encoded (557305 clauses, 11014782 bytes)
3.10/3.27	c 3	10522 (60%) CSP clauses are encoded (665525 clauses, 13164082 bytes)
3.30/3.48	c 4	12276 (70%) CSP clauses are encoded (772483 clauses, 15288730 bytes)
3.50/3.68	c 4	14029 (80%) CSP clauses are encoded (877094 clauses, 17366480 bytes)
3.70/3.87	c 4	15783 (90%) CSP clauses are encoded (978201 clauses, 19374989 bytes)
3.89/4.04	c 4	17536 (100%) CSP clauses are encoded (1064381 clauses, 21086652 bytes)
3.89/4.04	c 4	17536 CSP clauses encoded
3.89/4.04	c 4	Writing map file : HOME/temp.map
3.89/4.05	c 4	Heap : 6 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.89/4.05	c 4	SAT : 24697 SAT variables, 1064381 SAT clauses, 21086652 bytes
3.89/4.05	c 4	Heap : 6 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.89/4.06	c 4	SOLVING HOME/temp.cnf
3.89/4.06	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.89/4.06	c 4	This is MiniSat 2.0 beta
3.89/4.06	c 4	WARNING: for repeatability, setting FPU to use double precision
3.89/4.06	c 4	============================[ Problem Statistics ]=============================
3.89/4.06	c 4	|                                                                             |
3.89/4.06	c 4	|  Number of variables:  24697                                                |
3.89/4.06	c 4	|  Number of clauses:    1064381                                              |
4.47/4.66	c 5	|  Parsing time:         0.51         s                                       |
4.47/4.68	c 5	============================[ Search Statistics ]==============================
4.47/4.68	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.47/4.69	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.47/4.69	c 5	===============================================================================
4.47/4.69	c 5	|         0 |   24697  1064381  3183298 |   354793        0    nan |  0.000 % |
4.68/4.88	c 5	|       101 |   24697  1064381  3183298 |   390273      101      8 |  0.000 % |
4.87/5.02	c 5	|       251 |   24697  1064381  3183298 |   429300      251      9 |  0.000 % |
4.97/5.14	c 5	|       477 |   24697  1064381  3183298 |   472230      477     12 |  0.000 % |
5.17/5.35	c 5	|       816 |   24697  1064381  3183298 |   519453      816     12 |  0.000 % |
5.47/5.64	c 6	|      1323 |   24697  1064381  3183298 |   571398     1323     12 |  0.000 % |
5.96/6.12	c 6	|      2082 |   24697  1064381  3183298 |   628538     2082     12 |  0.000 % |
6.46/6.66	c 7	|      3221 |   24697  1064381  3183298 |   691392     3221     13 |  0.000 % |
7.35/7.55	c 8	|      4929 |   24697  1064381  3183298 |   760531     4929     13 |  0.000 % |
8.83/9.01	c 9	|      7491 |   24697  1064381  3183298 |   836584     7491     13 |  0.000 % |
11.01/11.27	c 11	|     11335 |   24697  1064381  3183298 |   920243    11335     13 |  0.000 % |
14.48/14.74	c 15	|     17102 |   24697  1064381  3183298 |  1012267    17102     15 |  0.000 % |
19.03/19.31	c 19	|     25751 |   24697  1064381  3183298 |  1113494    25751     17 |  0.000 % |
26.26/26.68	c 27	|     38725 |   24697  1064381  3183298 |  1224843    38725     18 |  0.000 % |
40.32/40.73	c 41	|     58186 |   24697  1064381  3183298 |  1347328    58186     20 |  0.000 % |
59.01/59.49	c 60	|     87378 |   24697  1064381  3183298 |  1482061    87378     23 |  0.000 % |
94.47/94.91	c 95	|    131167 |   24697  1064381  3183298 |  1630267   131167     27 |  0.000 % |
201.32/201.84	c 202	|    196852 |   24697  1064381  3183298 |  1793294   196852     36 |  0.000 % |
321.67/322.20	c 322	|    295378 |   24697  1064381  3183298 |  1972623   295378     38 |  0.000 % |
769.05/769.83	c 770	|    443168 |   24697  1064381  3183298 |  2169885   443168     55 |  0.000 % |
1186.77/1187.75	c 1188	|    664851 |   24697  1064381  3183298 |  2386874   664851     52 |  0.000 % |
1800.09/1801.31	c ERROR INTERRUPTED
1800.09/1801.36	s UNKNOWN
1800.09/1801.36	c 1801	CPU 3.96 (0.06 0.01 3.61 0.28)
1800.09/1801.36	c 1801	END Sun Jul 12 06:54:48 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-2081400-1247372687/watcher-2081400-1247372687 -o /tmp/evaluation-result-2081400-1247372687/solver-2081400-1247372687 -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-2081400-1247372687.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.00 2.00 2.00 4/74 23157
/proc/meminfo: memFree=1344216/2055920 swapFree=4192812/4192956
[pid=23157] ppid=23155 vsize=12000 CPUtime=0
/proc/23157/stat : 23157 (sugar) R 23155 23157 19160 0 -1 4194304 207 0 0 0 0 0 0 0 22 0 1 0 24332623 12288000 175 996147200 4194304 4206940 548682068608 18446744073709551615 259435017792 0 0 4224 0 0 0 0 17 1 0 0
/proc/23157/statm: 3000 175 136 3 0 100 0

[startup+0.0846569 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 23157
/proc/meminfo: memFree=1344216/2055920 swapFree=4192812/4192956
[pid=23157] ppid=23155 vsize=16868 CPUtime=0.06
/proc/23157/stat : 23157 (sugar) S 23155 23157 19160 0 -1 4194304 1209 128 0 0 5 1 0 0 18 0 1 0 24332623 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23157/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.101886 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 23157
/proc/meminfo: memFree=1344216/2055920 swapFree=4192812/4192956
[pid=23157] ppid=23155 vsize=16868 CPUtime=0.06
/proc/23157/stat : 23157 (sugar) S 23155 23157 19160 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24332623 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23157/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301911 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 23157
/proc/meminfo: memFree=1344216/2055920 swapFree=4192812/4192956
[pid=23157] ppid=23155 vsize=16868 CPUtime=0.06
/proc/23157/stat : 23157 (sugar) S 23155 23157 19160 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24332623 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23157/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701989 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 23157
/proc/meminfo: memFree=1344216/2055920 swapFree=4192812/4192956
[pid=23157] ppid=23155 vsize=16868 CPUtime=0.06
/proc/23157/stat : 23157 (sugar) S 23155 23157 19160 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24332623 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23157/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50215 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 23179
/proc/meminfo: memFree=1336192/2055920 swapFree=4192812/4192956
[pid=23157] ppid=23155 vsize=16868 CPUtime=0.83
/proc/23157/stat : 23157 (sugar) S 23155 23157 19160 0 -1 4194304 1309 7356 0 1 6 1 71 5 15 0 1 0 24332623 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23157/statm: 4217 1111 409 3 0 796 0
[pid=23170] ppid=23157 vsize=5356 CPUtime=0
/proc/23170/stat : 23170 (sh) S 23157 23157 19160 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24332711 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23170/statm: 1339 233 193 169 0 50 0
[pid=23171] ppid=23170 vsize=869660 CPUtime=0.59
/proc/23171/stat : 23171 (java) S 23170 23157 19160 0 -1 0 6133 0 1 0 56 3 0 0 18 0 9 0 24332711 890531840 5511 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23171/statm: 217415 5511 1855 9 0 211920 0
[pid=23171/tid=23172] ppid=23170 vsize=869660 CPUtime=0.34
/proc/23171/task/23172/stat : 23172 (java) R 23170 23157 19160 0 -1 64 2673 0 1 0 33 1 0 0 22 0 9 0 24332712 890531840 5511 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23171/tid=23173] ppid=23170 vsize=869660 CPUtime=0.07
/proc/23171/task/23173/stat : 23173 (java) R 23170 23157 19160 0 -1 64 1293 0 0 0 7 0 0 0 16 0 9 0 24332713 890531840 5511 996147200 134512640 134550932 4294955936 18446744073709551615 102510078 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23171/tid=23174] ppid=23170 vsize=869660 CPUtime=0
/proc/23171/task/23174/stat : 23174 (java) S 23170 23157 19160 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 24332713 890531840 5511 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23171/tid=23175] ppid=23170 vsize=869660 CPUtime=0
/proc/23171/task/23175/stat : 23175 (java) S 23170 23157 19160 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 24332713 890531840 5511 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23171/tid=23176] ppid=23170 vsize=869660 CPUtime=0
/proc/23171/task/23176/stat : 23176 (java) S 23170 23157 19160 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24332715 890531840 5511 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23171/tid=23177] ppid=23170 vsize=869660 CPUtime=0.15
/proc/23171/task/23177/stat : 23177 (java) S 23170 23157 19160 0 -1 64 1472 0 0 0 15 0 0 0 16 0 9 0 24332716 890531840 5511 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23171/tid=23178] ppid=23170 vsize=869660 CPUtime=0
/proc/23171/task/23178/stat : 23178 (java) S 23170 23157 19160 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24332716 890531840 5511 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23171/tid=23179] ppid=23170 vsize=869660 CPUtime=0
/proc/23171/task/23179/stat : 23179 (java) S 23170 23157 19160 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 24332716 890531840 5511 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 891884

[startup+3.10245 s]
/proc/loadavg: 2.08 2.02 2.01 3/85 23179
/proc/meminfo: memFree=1318784/2055920 swapFree=4192812/4192956
[pid=23157] ppid=23155 vsize=16868 CPUtime=0.83
/proc/23157/stat : 23157 (sugar) S 23155 23157 19160 0 -1 4194304 1310 7356 0 1 6 1 71 5 15 0 1 0 24332623 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23157/statm: 4217 1111 409 3 0 796 0
[pid=23170] ppid=23157 vsize=5356 CPUtime=0
/proc/23170/stat : 23170 (sh) S 23157 23157 19160 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24332711 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23170/statm: 1339 233 193 169 0 50 0
[pid=23171] ppid=23170 vsize=869712 CPUtime=2.17
/proc/23171/stat : 23171 (java) S 23170 23157 19160 0 -1 0 8772 0 1 0 203 14 0 0 18 0 9 0 24332711 890585088 7640 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23171/statm: 217428 7640 2592 9 0 211905 0
[pid=23171/tid=23172] ppid=23170 vsize=869712 CPUtime=1.56
/proc/23171/task/23172/stat : 23172 (java) R 23170 23157 19160 0 -1 64 3065 0 1 0 148 8 0 0 25 0 9 0 24332712 890585088 7640 996147200 134512640 134550932 4294955936 18446744073709551615 4126924847 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23171/tid=23173] ppid=23170 vsize=869712 CPUtime=0.36
/proc/23171/task/23173/stat : 23173 (java) S 23170 23157 19160 0 -1 64 3475 0 0 0 32 4 0 0 16 0 9 0 24332713 890585088 7640 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23171/tid=23174] ppid=23170 vsize=869712 CPUtime=0
/proc/23171/task/23174/stat : 23174 (java) S 23170 23157 19160 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24332713 890585088 7640 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23171/tid=23175] ppid=23170 vsize=869712 CPUtime=0
/proc/23171/task/23175/stat : 23175 (java) S 23170 23157 19160 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24332713 890585088 7640 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23171/tid=23176] ppid=23170 vsize=869712 CPUtime=0
/proc/23171/task/23176/stat : 23176 (java) S 23170 23157 19160 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24332715 890585088 7640 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23171/tid=23177] ppid=23170 vsize=869712 CPUtime=0.23
/proc/23171/task/23177/stat : 23177 (java) S 23170 23157 19160 0 -1 64 1532 0 0 0 23 0 0 0 16 0 9 0 24332716 890585088 7640 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23171/tid=23178] ppid=23170 vsize=869712 CPUtime=0
/proc/23171/task/23178/stat : 23178 (java) S 23170 23157 19160 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24332716 890585088 7640 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23171/tid=23179] ppid=23170 vsize=869712 CPUtime=0
/proc/23171/task/23179/stat : 23179 (java) S 23170 23157 19160 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 24332716 890585088 7640 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 891936

[startup+6.30106 s]
/proc/loadavg: 2.08 2.02 2.01 3/77 23181
/proc/meminfo: memFree=1269376/2055920 swapFree=4192812/4192956
[pid=23157] ppid=23155 vsize=16868 CPUtime=3.96
/proc/23157/stat : 23157 (sugar) S 23155 23157 19160 0 -1 4194304 1376 16692 0 2 6 1 361 28 15 0 1 0 24332623 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23157/statm: 4217 1113 409 3 0 796 0
[pid=23180] ppid=23157 vsize=5356 CPUtime=0
/proc/23180/stat : 23180 (sh) S 23157 23157 19160 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24333029 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23180/statm: 1339 232 193 169 0 50 0
[pid=23181] ppid=23180 vsize=52748 CPUtime=2.2
/proc/23181/stat : 23181 (minisat) R 23180 23157 19160 0 -1 4194304 12545 0 0 0 211 9 0 0 25 0 1 0 24333029 54013952 12531 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23181/statm: 13187 12531 76 150 0 13034 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 74972

[startup+12.7013 s]
/proc/loadavg: 2.07 2.02 2.01 3/77 23181
/proc/meminfo: memFree=1268416/2055920 swapFree=4192812/4192956
[pid=23157] ppid=23155 vsize=16868 CPUtime=3.96
/proc/23157/stat : 23157 (sugar) S 23155 23157 19160 0 -1 4194304 1376 16692 0 2 6 1 361 28 16 0 1 0 24332623 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23157/statm: 4217 1113 409 3 0 796 0
[pid=23180] ppid=23157 vsize=5356 CPUtime=0
/proc/23180/stat : 23180 (sh) S 23157 23157 19160 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24333029 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23180/statm: 1339 232 193 169 0 50 0
[pid=23181] ppid=23180 vsize=53936 CPUtime=8.54
/proc/23181/stat : 23181 (minisat) R 23180 23157 19160 0 -1 4194304 12839 0 0 0 845 9 0 0 25 0 1 0 24333029 55230464 12825 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 1 0 0
/proc/23181/statm: 13484 12825 76 150 0 13331 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 76160

[startup+25.5017 s]
/proc/loadavg: 2.06 2.01 2.01 3/77 23181
/proc/meminfo: memFree=1266048/2055920 swapFree=4192812/4192956
[pid=23157] ppid=23155 vsize=16868 CPUtime=3.96
/proc/23157/stat : 23157 (sugar) S 23155 23157 19160 0 -1 4194304 1376 16692 0 2 6 1 361 28 16 0 1 0 24332623 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23157/statm: 4217 1113 409 3 0 796 0
[pid=23180] ppid=23157 vsize=5356 CPUtime=0
/proc/23180/stat : 23180 (sh) S 23157 23157 19160 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24333029 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23180/statm: 1339 232 193 169 0 50 0
[pid=23181] ppid=23180 vsize=56368 CPUtime=21.21
/proc/23181/stat : 23181 (minisat) R 23180 23157 19160 0 -1 4194304 13464 0 0 0 2111 10 0 0 25 0 1 0 24333029 57720832 13450 996147200 134512640 135127466 4294956256 18446744073709551615 134530809 0 0 4096 3 0 0 0 17 1 0 0
/proc/23181/statm: 14092 13450 76 150 0 13939 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 78592

[startup+51.1016 s]
/proc/loadavg: 1.97 2.00 2.00 3/84 23223
/proc/meminfo: memFree=1670464/2055920 swapFree=4192812/4192956
[pid=23157] ppid=23155 vsize=16868 CPUtime=3.96
/proc/23157/stat : 23157 (sugar) S 23155 23157 19160 0 -1 4194304 1376 16692 0 2 6 1 361 28 16 0 1 0 24332623 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23157/statm: 4217 1113 409 3 0 796 0
[pid=23180] ppid=23157 vsize=5356 CPUtime=0
/proc/23180/stat : 23180 (sh) S 23157 23157 19160 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24333029 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23180/statm: 1339 232 193 169 0 50 0
[pid=23181] ppid=23180 vsize=60792 CPUtime=46.75
/proc/23181/stat : 23181 (minisat) R 23180 23157 19160 0 -1 4194304 14548 0 0 0 4662 13 0 0 25 0 1 0 24333029 62251008 14534 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23181/statm: 15198 14534 76 150 0 15045 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 83016

[startup+102.306 s]
/proc/loadavg: 1.99 2.00 2.00 3/84 23223
/proc/meminfo: memFree=1657792/2055920 swapFree=4192812/4192956
[pid=23157] ppid=23155 vsize=16868 CPUtime=3.96
/proc/23157/stat : 23157 (sugar) S 23155 23157 19160 0 -1 4194304 1376 16692 0 2 6 1 361 28 16 0 1 0 24332623 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23157/statm: 4217 1113 409 3 0 796 0
[pid=23180] ppid=23157 vsize=5356 CPUtime=0
/proc/23180/stat : 23180 (sh) S 23157 23157 19160 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24333029 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23180/statm: 1339 232 193 169 0 50 0
[pid=23181] ppid=23180 vsize=72328 CPUtime=97.92
/proc/23181/stat : 23181 (minisat) R 23180 23157 19160 0 -1 4194304 17378 0 0 0 9774 18 0 0 25 0 1 0 24333029 74063872 17364 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/23181/statm: 18082 17364 76 150 0 17929 0
Current children cumulated CPU time (s) 101.88
Current children cumulated vsize (KiB) 94552

[startup+162.303 s]
/proc/loadavg: 1.99 2.00 2.00 3/84 23223
/proc/meminfo: memFree=1646784/2055920 swapFree=4192812/4192956
[pid=23157] ppid=23155 vsize=16868 CPUtime=3.96
/proc/23157/stat : 23157 (sugar) S 23155 23157 19160 0 -1 4194304 1376 16692 0 2 6 1 361 28 16 0 1 0 24332623 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23157/statm: 4217 1113 409 3 0 796 0
[pid=23180] ppid=23157 vsize=5356 CPUtime=0
/proc/23180/stat : 23180 (sh) S 23157 23157 19160 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24333029 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

/proc/meminfo: memFree=1497344/2055920 swapFree=4192812/4192956
[pid=23157] ppid=23155 vsize=16868 CPUtime=3.96
/proc/23157/stat : 23157 (sugar) S 23155 23157 19160 0 -1 4194304 1376 16692 0 2 6 1 361 28 16 0 1 0 24332623 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23157/statm: 4217 1113 409 3 0 796 0
[pid=23180] ppid=23157 vsize=5356 CPUtime=0
/proc/23180/stat : 23180 (sh) S 23157 23157 19160 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24333029 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23180/statm: 1339 232 193 169 0 50 0
[pid=23181] ppid=23180 vsize=230972 CPUtime=1357.33
/proc/23181/stat : 23181 (minisat) R 23180 23157 19160 0 -1 4194304 56771 0 0 0 135668 65 0 0 25 0 1 0 24333029 236515328 56757 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23181/statm: 57743 56757 76 150 0 57590 0
Current children cumulated CPU time (s) 1361.29
Current children cumulated vsize (KiB) 253196

[startup+1422.31 s]
/proc/loadavg: 1.99 2.00 2.00 3/84 23223
/proc/meminfo: memFree=1491072/2055920 swapFree=4192812/4192956
[pid=23157] ppid=23155 vsize=16868 CPUtime=3.96
/proc/23157/stat : 23157 (sugar) S 23155 23157 19160 0 -1 4194304 1376 16692 0 2 6 1 361 28 16 0 1 0 24332623 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23157/statm: 4217 1113 409 3 0 796 0
[pid=23180] ppid=23157 vsize=5356 CPUtime=0
/proc/23180/stat : 23180 (sh) S 23157 23157 19160 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24333029 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23180/statm: 1339 232 193 169 0 50 0
[pid=23181] ppid=23180 vsize=236912 CPUtime=1417.31
/proc/23181/stat : 23181 (minisat) R 23180 23157 19160 0 -1 4194304 58303 0 0 0 141664 67 0 0 25 0 1 0 24333029 242597888 58289 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23181/statm: 59228 58289 76 150 0 59075 0
Current children cumulated CPU time (s) 1421.27
Current children cumulated vsize (KiB) 259136

[startup+1482.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/84 23223
/proc/meminfo: memFree=1485312/2055920 swapFree=4192812/4192956
[pid=23157] ppid=23155 vsize=16868 CPUtime=3.96
/proc/23157/stat : 23157 (sugar) S 23155 23157 19160 0 -1 4194304 1376 16692 0 2 6 1 361 28 16 0 1 0 24332623 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23157/statm: 4217 1113 409 3 0 796 0
[pid=23180] ppid=23157 vsize=5356 CPUtime=0
/proc/23180/stat : 23180 (sh) S 23157 23157 19160 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24333029 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23180/statm: 1339 232 193 169 0 50 0
[pid=23181] ppid=23180 vsize=242736 CPUtime=1477.28
/proc/23181/stat : 23181 (minisat) R 23180 23157 19160 0 -1 4194304 59769 0 0 0 147660 68 0 0 25 0 1 0 24333029 248561664 59755 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23181/statm: 60684 59755 76 150 0 60531 0
Current children cumulated CPU time (s) 1481.24
Current children cumulated vsize (KiB) 264960

[startup+1542.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/84 23223
/proc/meminfo: memFree=1478144/2055920 swapFree=4192812/4192956
[pid=23157] ppid=23155 vsize=16868 CPUtime=3.96
/proc/23157/stat : 23157 (sugar) S 23155 23157 19160 0 -1 4194304 1376 16692 0 2 6 1 361 28 16 0 1 0 24332623 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23157/statm: 4217 1113 409 3 0 796 0
[pid=23180] ppid=23157 vsize=5356 CPUtime=0
/proc/23180/stat : 23180 (sh) S 23157 23157 19160 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24333029 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23180/statm: 1339 232 193 169 0 50 0
[pid=23181] ppid=23180 vsize=249740 CPUtime=1537.25
/proc/23181/stat : 23181 (minisat) R 23180 23157 19160 0 -1 4194304 61530 0 0 0 153655 70 0 0 25 0 1 0 24333029 255733760 61516 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 0 0 0
/proc/23181/statm: 62435 61516 76 150 0 62282 0
Current children cumulated CPU time (s) 1541.21
Current children cumulated vsize (KiB) 271964

[startup+1602.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/84 23225
/proc/meminfo: memFree=1472320/2055920 swapFree=4192812/4192956
[pid=23157] ppid=23155 vsize=16868 CPUtime=3.96
/proc/23157/stat : 23157 (sugar) S 23155 23157 19160 0 -1 4194304 1376 16692 0 2 6 1 361 28 16 0 1 0 24332623 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23157/statm: 4217 1113 409 3 0 796 0
[pid=23180] ppid=23157 vsize=5356 CPUtime=0
/proc/23180/stat : 23180 (sh) S 23157 23157 19160 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24333029 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23180/statm: 1339 232 193 169 0 50 0
[pid=23181] ppid=23180 vsize=255552 CPUtime=1597.22
/proc/23181/stat : 23181 (minisat) R 23180 23157 19160 0 -1 4194304 62994 0 0 0 159651 71 0 0 25 0 1 0 24333029 261685248 62980 996147200 134512640 135127466 4294956256 18446744073709551615 134527131 0 0 4096 3 0 0 0 17 0 0 0
/proc/23181/statm: 63888 62980 76 150 0 63735 0
Current children cumulated CPU time (s) 1601.18
Current children cumulated vsize (KiB) 277776

[startup+1662.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/84 23225
/proc/meminfo: memFree=1466880/2055920 swapFree=4192812/4192956
[pid=23157] ppid=23155 vsize=16868 CPUtime=3.96
/proc/23157/stat : 23157 (sugar) S 23155 23157 19160 0 -1 4194304 1376 16692 0 2 6 1 361 28 16 0 1 0 24332623 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23157/statm: 4217 1113 409 3 0 796 0
[pid=23180] ppid=23157 vsize=5356 CPUtime=0
/proc/23180/stat : 23180 (sh) S 23157 23157 19160 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24333029 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23180/statm: 1339 232 193 169 0 50 0
[pid=23181] ppid=23180 vsize=260964 CPUtime=1657.19
/proc/23181/stat : 23181 (minisat) R 23180 23157 19160 0 -1 4194304 64338 0 0 0 165646 73 0 0 25 0 1 0 24333029 267227136 64324 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23181/statm: 65241 64324 76 150 0 65088 0
Current children cumulated CPU time (s) 1661.15
Current children cumulated vsize (KiB) 283188

[startup+1722.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/84 23225
/proc/meminfo: memFree=1461504/2055920 swapFree=4192812/4192956
[pid=23157] ppid=23155 vsize=16868 CPUtime=3.96
/proc/23157/stat : 23157 (sugar) S 23155 23157 19160 0 -1 4194304 1376 16692 0 2 6 1 361 28 16 0 1 0 24332623 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23157/statm: 4217 1113 409 3 0 796 0
[pid=23180] ppid=23157 vsize=5356 CPUtime=0
/proc/23180/stat : 23180 (sh) S 23157 23157 19160 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24333029 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23180/statm: 1339 232 193 169 0 50 0
[pid=23181] ppid=23180 vsize=266252 CPUtime=1717.17
/proc/23181/stat : 23181 (minisat) R 23180 23157 19160 0 -1 4194304 65694 0 0 0 171642 75 0 0 25 0 1 0 24333029 272642048 65680 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23181/statm: 66563 65680 76 150 0 66410 0
Current children cumulated CPU time (s) 1721.13
Current children cumulated vsize (KiB) 288476

[startup+1782.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/84 23225
/proc/meminfo: memFree=1455808/2055920 swapFree=4192812/4192956
[pid=23157] ppid=23155 vsize=16868 CPUtime=3.96
/proc/23157/stat : 23157 (sugar) S 23155 23157 19160 0 -1 4194304 1376 16692 0 2 6 1 361 28 16 0 1 0 24332623 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23157/statm: 4217 1113 409 3 0 796 0
[pid=23180] ppid=23157 vsize=5356 CPUtime=0
/proc/23180/stat : 23180 (sh) S 23157 23157 19160 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24333029 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23180/statm: 1339 232 193 169 0 50 0
[pid=23181] ppid=23180 vsize=271800 CPUtime=1777.14
/proc/23181/stat : 23181 (minisat) R 23180 23157 19160 0 -1 4194304 67094 0 0 0 177637 77 0 0 25 0 1 0 24333029 278323200 67080 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/23181/statm: 67950 67080 76 150 0 67797 0
Current children cumulated CPU time (s) 1781.1
Current children cumulated vsize (KiB) 294024



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/84 23225
/proc/meminfo: memFree=1454144/2055920 swapFree=4192812/4192956
[pid=23157] ppid=23155 vsize=16868 CPUtime=3.96
/proc/23157/stat : 23157 (sugar) S 23155 23157 19160 0 -1 4194304 1376 16692 0 2 6 1 361 28 16 0 1 0 24332623 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23157/statm: 4217 1113 409 3 0 796 0
[pid=23180] ppid=23157 vsize=5356 CPUtime=0
/proc/23180/stat : 23180 (sh) S 23157 23157 19160 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24333029 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23180/statm: 1339 232 193 169 0 50 0
[pid=23181] ppid=23180 vsize=273384 CPUtime=1796.13
/proc/23181/stat : 23181 (minisat) R 23180 23157 19160 0 -1 4194304 67490 0 0 0 179536 77 0 0 25 0 1 0 24333029 279945216 67476 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/23181/statm: 68346 67476 76 150 0 68193 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 295608

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

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

[startup+1801.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/84 23225
/proc/meminfo: memFree=1454144/2055920 swapFree=4192812/4192956
[pid=23157] ppid=23155 vsize=16868 CPUtime=3.96
/proc/23157/stat : 23157 (sugar) S 23155 23157 19160 0 -1 4194304 1376 16692 0 2 6 1 361 28 16 0 1 0 24332623 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23157/statm: 4217 1113 409 3 0 796 0
[pid=23180] ppid=23157 vsize=5356 CPUtime=0
/proc/23180/stat : 23180 (sh) S 23157 23157 19160 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24333029 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23180/statm: 1339 232 193 169 0 50 0
[pid=23181] ppid=23180 vsize=273384 CPUtime=1796.13
/proc/23181/stat : 23181 (minisat) R 23180 23157 19160 0 -1 4194304 67490 0 0 0 179536 77 0 0 25 0 1 0 24333029 279945216 67476 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/23181/statm: 68346 67476 76 150 0 68193 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 295608

Child status: 0

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

Real time (s): 1801.36
CPU time (s): 1800.09
CPU user time (s): 1799.03
CPU system time (s): 1.06
CPU usage (%): 99.9295
Max. virtual memory (cumulated for all children) (KiB): 892012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.68644
system time used= 0.314952
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18451
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= 7175
involuntary context switches= 7096

runsolver used 1.9987 second user time and 6.20706 second system time

The end

Launcher Data

Begin job on node42 at 2009-07-12 06:24:47
IDJOB=2081400
IDBENCH=57394
IDSOLVER=739
FILE ID=node42/2081400-1247372687
PBS_JOBID= 9507073
Free space on /tmp= 66148 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/queenAttacking/normalized-queenAttacking-10.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-2081400-1247372687/watcher-2081400-1247372687 -o /tmp/evaluation-result-2081400-1247372687/solver-2081400-1247372687 -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-2081400-1247372687.xml

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

MD5SUM BENCH= 4767daf10c71e50004bb1bec7a8e5909
RANDOM SEED=444670216

node42.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.283
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.283
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:       1344696 kB
Buffers:         40792 kB
Cached:         324028 kB
SwapCached:          0 kB
Active:         581044 kB
Inactive:        73968 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1344696 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1964 kB
Writeback:           0 kB
Mapped:         301304 kB
Slab:            40816 kB
Committed_AS:   457012 kB
PageTables:       2416 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= 66308 MiB
End job on node42 at 2009-07-12 06:54:50