Trace number 1040970

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.13+minisat? (TO) 1800.07 1808.65

General information on the benchmark

Namecsp/allsquaresUnsat/
normalized-squaresUnsat-24-24.xml
MD5SUM601e43bf7d49691779e40a92658cf9e2
Bench CategoryGLOBAL (global constraints)
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 variables1152
Number of constraints1383
Maximum constraint arity24
Maximum domain size70
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1105
Global constraints used (with number of constraints)cumulative(2),weightedsum(276)

Solver Data (download as text)

0.01/0.12	c 0	Sugar v1-13 + HOME/minisat
0.01/0.12	c 0	BEGIN Wed Jul  2 13:44:38 2008
0.01/0.12	c 0	PID 25521
0.01/0.13	c 0	HOST node40.alineos.net
0.01/0.13	c 0	CONVERTING HOME/instance-1040970-1214999078.xml TO HOME/temp.csp
0.01/0.13	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1040970-1214999078.xml' 'HOME/temp.csp'
0.88/1.05	c 1	25 domains, 1152 variables, 2 predicates, 0 relations, 1383 constraints
0.88/1.08	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.88/1.08	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.94/1.17	c 1	Parsing HOME/temp.csp
0.94/1.38	c 1	parsed 2562 expressions
0.94/1.39	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.94/1.39	c 1	Converting to clausal form CSP
0.94/1.41	c 1	converted 257 (10%) expressions
0.94/1.42	c 1	converted 513 (20%) expressions
0.94/1.42	c 1	converted 769 (30%) expressions
0.94/1.43	c 1	converted 1025 (40%) expressions
0.94/1.56	c 1	converted 1281 (50%) expressions
0.94/1.62	c 1	converted 1538 (60%) expressions
0.94/1.65	c 1	converted 1794 (70%) expressions
0.94/1.68	c 2	converted 2050 (80%) expressions
0.94/1.70	c 2	converted 2306 (90%) expressions
2.33/2.57	c 2	converted 2562 (100%) expressions
2.33/2.57	c 2	CSP : 7592 integers, 2116 booleans, 19689 clauses, largest domain size 161
2.33/2.57	c 2	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.33/2.57	c 2	Propagation in CSP
2.53/2.71	c 3	18880 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.53/2.71	c 3	CSP : 7592 integers, 2116 booleans, 19689 clauses, largest domain size 71
2.53/2.71	c 3	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.53/2.72	c 3	Simplifing CSP by introducing new Boolean variables
2.53/2.74	c 3	CSP : 7592 integers, 2116 booleans, 19689 clauses, largest domain size 71
2.53/2.74	c 3	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.63/2.84	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.63/2.87	c 3	760 (10%) CSP integer variables are encoded (2666 clauses, 32545 bytes)
2.63/2.88	c 3	1519 (20%) CSP integer variables are encoded (7609 clauses, 96804 bytes)
2.63/2.90	c 3	2278 (30%) CSP integer variables are encoded (17075 clauses, 237203 bytes)
2.73/2.91	c 3	3037 (40%) CSP integer variables are encoded (27173 clauses, 388673 bytes)
2.73/2.93	c 3	3796 (50%) CSP integer variables are encoded (36663 clauses, 531023 bytes)
2.73/2.95	c 3	4556 (60%) CSP integer variables are encoded (46691 clauses, 681443 bytes)
2.73/2.96	c 3	5315 (70%) CSP integer variables are encoded (56227 clauses, 824483 bytes)
2.73/2.98	c 3	6074 (80%) CSP integer variables are encoded (66255 clauses, 974903 bytes)
2.73/2.99	c 3	6833 (90%) CSP integer variables are encoded (75743 clauses, 1117223 bytes)
2.83/3.00	c 3	7592 (100%) CSP integer variables are encoded (85739 clauses, 1267163 bytes)
3.02/3.24	c 3	1969 (10%) CSP clauses are encoded (177787 clauses, 2877734 bytes)
3.42/3.61	c 3	3938 (20%) CSP clauses are encoded (367461 clauses, 6473458 bytes)
3.72/3.96	c 4	5907 (30%) CSP clauses are encoded (542765 clauses, 10143120 bytes)
4.12/4.33	c 4	7876 (40%) CSP clauses are encoded (728608 clauses, 14037879 bytes)
4.42/4.69	c 5	9845 (50%) CSP clauses are encoded (916180 clauses, 17968365 bytes)
4.91/5.16	c 5	11814 (60%) CSP clauses are encoded (1155798 clauses, 22974482 bytes)
5.31/5.56	c 5	13783 (70%) CSP clauses are encoded (1356647 clauses, 27184410 bytes)
5.71/5.91	c 6	15752 (80%) CSP clauses are encoded (1530403 clauses, 30823239 bytes)
6.01/6.28	c 6	17721 (90%) CSP clauses are encoded (1715801 clauses, 34709940 bytes)
6.48/6.75	c 7	19689 (100%) CSP clauses are encoded (1942491 clauses, 39446376 bytes)
6.48/6.75	c 7	19689 CSP clauses encoded
6.48/6.75	c 7	Writing map file : HOME/temp.map
6.48/6.78	c 7	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.48/6.78	c 7	SAT : 95399 SAT variables, 1942491 SAT clauses, 39446376 bytes
6.48/6.78	c 7	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.58/6.83	c 7	SOLVING HOME/temp.cnf
6.58/6.83	c 7	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
6.58/6.83	c 7	This is MiniSat 2.0 beta
6.58/6.83	c 7	WARNING: for repeatability, setting FPU to use double precision
6.58/6.83	c 7	============================[ Problem Statistics ]=============================
6.58/6.83	c 7	|                                                                             |
6.58/6.83	c 7	|  Number of variables:  95399                                                |
6.58/6.83	c 7	|  Number of clauses:    1942491                                              |
7.55/7.86	c 8	|  Parsing time:         0.85         s                                       |
7.65/7.91	c 8	============================[ Search Statistics ]==============================
7.65/7.91	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.65/7.91	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.65/7.91	c 8	===============================================================================
7.65/7.91	c 8	|         0 |   95399  1942491  5592073 |   647497        0    nan |  0.000 % |
8.64/8.94	c 9	|       100 |   95399  1942491  5592073 |   712246      100     27 |  0.000 % |
10.53/10.81	c 11	|       250 |   95399  1942491  5592073 |   783471      250     28 |  0.000 % |
12.82/13.10	c 13	|       477 |   95399  1942491  5592073 |   861818      477     26 |  0.000 % |
15.80/16.19	c 16	|       816 |   95399  1942491  5592073 |   948000      816     32 |  0.000 % |
19.89/20.29	c 20	|      1322 |   95399  1942491  5592073 |  1042800     1322     29 |  0.000 % |
27.35/27.73	c 28	|      2081 |   95399  1942491  5592073 |  1147080     2081     27 |  0.000 % |
39.39/39.81	c 40	|      3220 |   95399  1942491  5592073 |  1261788     3220     30 |  0.000 % |
58.30/58.89	c 59	|      4929 |   95399  1942491  5592073 |  1387967     4929     34 |  0.000 % |
89.65/90.32	c 90	|      7491 |   95399  1942491  5592073 |  1526764     7491     33 |  0.000 % |
136.12/137.06	c 137	|     11335 |   95399  1942491  5592073 |  1679440    11335     34 |  0.000 % |
194.44/195.67	c 196	|     17101 |   95399  1942491  5592073 |  1847384    17101     35 |  0.000 % |
286.19/287.89	c 288	|     25750 |   95397  1942463  5591999 |  2032122    25749     36 |  0.002 % |
407.89/410.14	c 410	|     38724 |   95397  1942463  5591999 |  2235335    38723     35 |  0.002 % |
620.85/624.13	c 624	|     58185 |   95395  1942435  5591925 |  2458868    58183     37 |  0.004 % |
981.76/986.81	c 987	|     87378 |   95395  1942435  5591925 |  2704755    87376     37 |  0.004 % |
1479.03/1486.54	c 1486	|    131168 |   95395  1942435  5591925 |  2975231   131166     38 |  0.004 % |
1800.07/1808.61	c ERROR INTERRUPTED
1800.07/1808.63	s UNKNOWN
1800.07/1808.63	c 1808	CPU 6.18 (0.04 0.01 6.14 0.41)
1800.07/1808.63	c 1808	END Wed Jul  2 14:14:46 2008

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1040970-1214999078/watcher-1040970-1214999078 -o /tmp/evaluation-result-1040970-1214999078/solver-1040970-1214999078 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1040970-1214999078.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.50 2.39 1.96 4/74 25521
/proc/meminfo: memFree=1650880/2055920 swapFree=4114672/4192956
[pid=25521] ppid=25519 vsize=124 CPUtime=0
/proc/25521/stat : 25521 (sugar) D 25519 25521 24190 0 -1 4194304 38 0 0 0 0 0 0 0 20 0 1 0 1529575454 126976 23 996147200 4194304 4206940 548682068608 18446744073709551615 264516990441 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/25521/statm: 31 23 17 3 0 3 0

[startup+0.042554 s]
/proc/loadavg: 2.50 2.39 1.96 4/74 25521
/proc/meminfo: memFree=1650880/2055920 swapFree=4114672/4192956
[pid=25521] ppid=25519 vsize=12268 CPUtime=0
/proc/25521/stat : 25521 (sugar) D 25519 25521 24190 0 -1 4194304 352 0 0 0 0 0 0 0 18 0 1 0 1529575454 12562432 320 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/25521/statm: 3067 320 242 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.101561 s]
/proc/loadavg: 2.50 2.39 1.96 4/74 25521
/proc/meminfo: memFree=1650880/2055920 swapFree=4114672/4192956
[pid=25521] ppid=25519 vsize=12808 CPUtime=0.01
/proc/25521/stat : 25521 (sugar) R 25519 25521 24190 0 -1 4194304 582 0 0 0 1 0 0 0 18 0 1 0 1529575454 13115392 550 996147200 4194304 4206940 548682068608 18446744073709551615 264519482320 0 0 4224 0 0 0 0 17 1 0 0
/proc/25521/statm: 3202 550 316 3 0 302 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12808

[startup+0.301593 s]
/proc/loadavg: 2.50 2.39 1.96 4/74 25521
/proc/meminfo: memFree=1650880/2055920 swapFree=4114672/4192956
[pid=25521] ppid=25519 vsize=13600 CPUtime=0.04
/proc/25521/stat : 25521 (sugar) S 25519 25521 24190 0 -1 4194304 900 126 0 1 3 1 0 0 18 0 1 0 1529575454 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25521/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701642 s]
/proc/loadavg: 2.50 2.39 1.96 4/74 25521
/proc/meminfo: memFree=1650880/2055920 swapFree=4114672/4192956
[pid=25521] ppid=25519 vsize=13600 CPUtime=0.04
/proc/25521/stat : 25521 (sugar) S 25519 25521 24190 0 -1 4194304 900 126 0 1 3 1 0 0 18 0 1 0 1529575454 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25521/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50175 s]
/proc/loadavg: 2.50 2.39 1.96 4/85 25533
/proc/meminfo: memFree=1638176/2055920 swapFree=4114672/4192956
[pid=25521] ppid=25519 vsize=13600 CPUtime=0.94
/proc/25521/stat : 25521 (sugar) S 25519 25521 24190 0 -1 4194304 974 5151 0 2 3 1 86 4 15 0 1 0 1529575454 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25521/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.94
Current children cumulated vsize (KiB) 13600

[startup+3.10295 s]
/proc/loadavg: 2.46 2.38 1.96 4/85 25543
/proc/meminfo: memFree=1629728/2055920 swapFree=4114672/4192956
[pid=25521] ppid=25519 vsize=13600 CPUtime=0.94
/proc/25521/stat : 25521 (sugar) S 25519 25521 24190 0 -1 4194304 974 5151 0 2 3 1 86 4 15 0 1 0 1529575454 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25521/statm: 3400 797 370 3 0 500 0
[pid=25534] ppid=25521 vsize=5356 CPUtime=0
/proc/25534/stat : 25534 (sh) S 25521 25521 24190 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1529575562 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25534/statm: 1339 233 193 169 0 50 0
[pid=25535] ppid=25534 vsize=868468 CPUtime=1.99
/proc/25535/stat : 25535 (java) S 25534 25521 24190 0 -1 0 9822 0 1 0 191 8 0 0 18 0 9 0 1529575563 889311232 8839 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25535/statm: 217117 8839 2565 9 0 211664 0
[pid=25535/tid=25536] ppid=25534 vsize=868468 CPUtime=1.17
/proc/25535/task/25536/stat : 25536 (java) R 25534 25521 24190 0 -1 64 2893 0 1 0 115 2 0 0 25 0 9 0 1529575564 889311232 8839 996147200 134512640 134550740 4294955952 18446744073709551615 4126610167 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25535/tid=25537] ppid=25534 vsize=868468 CPUtime=0.48
/proc/25535/task/25537/stat : 25537 (java) S 25534 25521 24190 0 -1 64 4720 0 0 0 46 2 0 0 16 0 9 0 1529575565 889311232 8839 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25535/tid=25538] ppid=25534 vsize=868468 CPUtime=0
/proc/25535/task/25538/stat : 25538 (java) S 25534 25521 24190 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1529575565 889311232 8839 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25535/tid=25539] ppid=25534 vsize=868468 CPUtime=0
/proc/25535/task/25539/stat : 25539 (java) S 25534 25521 24190 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1529575565 889311232 8839 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25535/tid=25540] ppid=25534 vsize=868468 CPUtime=0
/proc/25535/task/25540/stat : 25540 (java) S 25534 25521 24190 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1529575567 889311232 8839 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25535/tid=25541] ppid=25534 vsize=868468 CPUtime=0.3
/proc/25535/task/25541/stat : 25541 (java) S 25534 25521 24190 0 -1 64 1517 0 0 0 29 1 0 0 16 0 9 0 1529575567 889311232 8839 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25535/tid=25542] ppid=25534 vsize=868468 CPUtime=0
/proc/25535/task/25542/stat : 25542 (java) S 25534 25521 24190 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1529575567 889311232 8839 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25535/tid=25543] ppid=25534 vsize=868468 CPUtime=0
/proc/25535/task/25543/stat : 25543 (java) S 25534 25521 24190 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1529575567 889311232 8839 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 887424

[startup+6.30137 s]
/proc/loadavg: 2.46 2.38 1.96 3/85 25543
/proc/meminfo: memFree=1596704/2055920 swapFree=4114672/4192956
[pid=25521] ppid=25519 vsize=13600 CPUtime=0.94
/proc/25521/stat : 25521 (sugar) S 25519 25521 24190 0 -1 4194304 974 5151 0 2 3 1 86 4 15 0 1 0 1529575454 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25521/statm: 3400 797 370 3 0 500 0
[pid=25534] ppid=25521 vsize=5356 CPUtime=0
/proc/25534/stat : 25534 (sh) S 25521 25521 24190 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1529575562 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25534/statm: 1339 233 193 169 0 50 0
[pid=25535] ppid=25534 vsize=868468 CPUtime=5.17
/proc/25535/stat : 25535 (java) S 25534 25521 24190 0 -1 0 10432 0 1 0 484 33 0 0 18 0 9 0 1529575563 889311232 8849 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25535/statm: 217117 8849 2565 9 0 211664 0
[pid=25535/tid=25536] ppid=25534 vsize=868468 CPUtime=4.15
/proc/25535/task/25536/stat : 25536 (java) R 25534 25521 24190 0 -1 64 3494 0 1 0 392 23 0 0 25 0 9 0 1529575564 889311232 8849 996147200 134512640 134550740 4294955952 18446744073709551615 4127140800 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25535/tid=25537] ppid=25534 vsize=868468 CPUtime=0.66
/proc/25535/task/25537/stat : 25537 (java) S 25534 25521 24190 0 -1 64 4720 0 0 0 60 6 0 0 16 0 9 0 1529575565 889311232 8849 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25535/tid=25538] ppid=25534 vsize=868468 CPUtime=0
/proc/25535/task/25538/stat : 25538 (java) S 25534 25521 24190 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1529575565 889311232 8849 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25535/tid=25539] ppid=25534 vsize=868468 CPUtime=0
/proc/25535/task/25539/stat : 25539 (java) S 25534 25521 24190 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1529575565 889311232 8849 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25535/tid=25540] ppid=25534 vsize=868468 CPUtime=0
/proc/25535/task/25540/stat : 25540 (java) S 25534 25521 24190 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1529575567 889311232 8849 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25535/tid=25541] ppid=25534 vsize=868468 CPUtime=0.32
/proc/25535/task/25541/stat : 25541 (java) S 25534 25521 24190 0 -1 64 1526 0 0 0 31 1 0 0 16 0 9 0 1529575567 889311232 8849 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25535/tid=25542] ppid=25534 vsize=868468 CPUtime=0
/proc/25535/task/25542/stat : 25542 (java) S 25534 25521 24190 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1529575567 889311232 8849 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25535/tid=25543] ppid=25534 vsize=868468 CPUtime=0
/proc/25535/task/25543/stat : 25543 (java) R 25534 25521 24190 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1529575567 889311232 8849 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 887424

[startup+12.7022 s]
/proc/loadavg: 2.39 2.37 1.96 3/77 25545
/proc/meminfo: memFree=1522080/2055920 swapFree=4114672/4192956
[pid=25521] ppid=25519 vsize=13600 CPUtime=6.6
/proc/25521/stat : 25521 (sugar) S 25519 25521 24190 0 -1 4194304 1033 15970 0 3 4 1 614 41 16 0 1 0 1529575454 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25521/statm: 3400 799 370 3 0 500 0
[pid=25544] ppid=25521 vsize=5356 CPUtime=0
/proc/25544/stat : 25544 (sh) S 25521 25521 24190 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529576137 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25544/statm: 1339 232 193 169 0 50 0
[pid=25545] ppid=25544 vsize=90120 CPUtime=5.82
/proc/25545/stat : 25545 (minisat) R 25544 25521 24190 0 -1 4194304 21699 0 0 0 565 17 0 0 25 0 1 0 1529576137 92282880 21685 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25545/statm: 22530 21685 76 150 0 22377 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 109076

[startup+25.5019 s]
/proc/loadavg: 2.40 2.38 1.96 3/77 25545
/proc/meminfo: memFree=1520608/2055920 swapFree=4114672/4192956
[pid=25521] ppid=25519 vsize=13600 CPUtime=6.6
/proc/25521/stat : 25521 (sugar) S 25519 25521 24190 0 -1 4194304 1033 15970 0 3 4 1 614 41 16 0 1 0 1529575454 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25521/statm: 3400 799 370 3 0 500 0
[pid=25544] ppid=25521 vsize=5356 CPUtime=0
/proc/25544/stat : 25544 (sh) S 25521 25521 24190 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529576137 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25544/statm: 1339 232 193 169 0 50 0
[pid=25545] ppid=25544 vsize=91308 CPUtime=18.56
/proc/25545/stat : 25545 (minisat) R 25544 25521 24190 0 -1 4194304 22005 0 0 0 1838 18 0 0 25 0 1 0 1529576137 93499392 21991 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25545/statm: 22827 21991 76 150 0 22674 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 110264

[startup+51.1012 s]
/proc/loadavg: 2.26 2.34 1.96 3/77 25545
/proc/meminfo: memFree=1518624/2055920 swapFree=4114672/4192956
[pid=25521] ppid=25519 vsize=13600 CPUtime=6.6
/proc/25521/stat : 25521 (sugar) S 25519 25521 24190 0 -1 4194304 1033 15970 0 3 4 1 614 41 16 0 1 0 1529575454 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25521/statm: 3400 799 370 3 0 500 0
[pid=25544] ppid=25521 vsize=5356 CPUtime=0
/proc/25544/stat : 25544 (sh) S 25521 25521 24190 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529576137 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25544/statm: 1339 232 193 169 0 50 0
[pid=25545] ppid=25544 vsize=93012 CPUtime=44.03
/proc/25545/stat : 25545 (minisat) R 25544 25521 24190 0 -1 4194304 22399 0 0 0 4385 18 0 0 25 0 1 0 1529576137 95244288 22385 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/25545/statm: 23253 22385 76 150 0 23100 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 111968

[startup+102.307 s]
/proc/loadavg: 2.15 2.30 1.97 3/77 25545
/proc/meminfo: memFree=1516000/2055920 swapFree=4114672/4192956
[pid=25521] ppid=25519 vsize=13600 CPUtime=6.6
/proc/25521/stat : 25521 (sugar) S 25519 25521 24190 0 -1 4194304 1033 15970 0 3 4 1 614 41 16 0 1 0 1529575454 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25521/statm: 3400 799 370 3 0 500 0
[pid=25544] ppid=25521 vsize=5356 CPUtime=0
/proc/25544/stat : 25544 (sh) S 25521 25521 24190 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529576137 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25544/statm: 1339 232 193 169 0 50 0
[pid=25545] ppid=25544 vsize=94112 CPUtime=94.99
/proc/25545/stat : 25545 (minisat) R 25544 25521 24190 0 -1 4194304 22690 0 0 0 9480 19 0 0 25 0 1 0 1529576137 96370688 22676 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/25545/statm: 23528 22676 76 150 0 23375 0
Current children cumulated CPU time (s) 101.59
Current children cumulated vsize (KiB) 113068

[startup+162.302 s]
/proc/loadavg: 2.10 2.26 1.97 3/77 25545
/proc/meminfo: memFree=1513632/2055920 swapFree=4114672/4192956
[pid=25521] ppid=25519 vsize=13600 CPUtime=6.6
/proc/25521/stat : 25521 (sugar) S 25519 25521 24190 0 -1 4194304 1033 15970 0 3 4 1 614 41 16 0 1 0 1529575454 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25521/statm: 3400 799 370 3 0 500 0
[pid=25544] ppid=25521 vsize=5356 CPUtime=0
/proc/25544/stat : 25544 (sh) S 25521 25521 24190 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529576137 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25544/statm: 1339 232 193 169 0 50 0
[pid=25545] ppid=25544 vsize=95168 CPUtime=154.7
/proc/25545/stat : 25545 (minisat) R 25544 25521 24190 0 -1 4194304 22958 0 0 0 15450 20 0 0 25 0 1 0 1529576137 97452032 22944 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25545/statm: 23792 22944 76 150 0 23639 0
Current children cumulated CPU time (s) 161.3

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

/proc/meminfo: memFree=1474920/2055920 swapFree=4114672/4192956
[pid=25521] ppid=25519 vsize=13600 CPUtime=6.6
/proc/25521/stat : 25521 (sugar) S 25519 25521 24190 0 -1 4194304 1033 15970 0 3 4 1 614 41 16 0 1 0 1529575454 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25521/statm: 3400 799 370 3 0 500 0
[pid=25544] ppid=25521 vsize=5356 CPUtime=0
/proc/25544/stat : 25544 (sh) S 25521 25521 24190 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529576137 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25544/statm: 1339 232 193 169 0 50 0
[pid=25545] ppid=25544 vsize=114752 CPUtime=1289.13
/proc/25545/stat : 25545 (minisat) R 25544 25521 24190 0 -1 4194304 27842 0 0 0 128884 29 0 0 25 0 1 0 1529576137 117506048 27828 996147200 134512640 135127466 4294956272 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/25545/statm: 28688 27828 76 150 0 28535 0
Current children cumulated CPU time (s) 1295.73
Current children cumulated vsize (KiB) 133708

[startup+1362.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/77 25551
/proc/meminfo: memFree=1472872/2055920 swapFree=4114672/4192956
[pid=25521] ppid=25519 vsize=13600 CPUtime=6.6
/proc/25521/stat : 25521 (sugar) S 25519 25521 24190 0 -1 4194304 1033 15970 0 3 4 1 614 41 16 0 1 0 1529575454 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25521/statm: 3400 799 370 3 0 500 0
[pid=25544] ppid=25521 vsize=5356 CPUtime=0
/proc/25544/stat : 25544 (sh) S 25521 25521 24190 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529576137 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25544/statm: 1339 232 193 169 0 50 0
[pid=25545] ppid=25544 vsize=115816 CPUtime=1348.83
/proc/25545/stat : 25545 (minisat) R 25544 25521 24190 0 -1 4194304 28100 0 0 0 134854 29 0 0 25 0 1 0 1529576137 118595584 28086 996147200 134512640 135127466 4294956272 18446744073709551615 134531107 0 0 4096 3 0 0 0 17 1 0 0
/proc/25545/statm: 28954 28086 76 150 0 28801 0
Current children cumulated CPU time (s) 1355.43
Current children cumulated vsize (KiB) 134772

[startup+1422.31 s]
/proc/loadavg: 2.00 2.02 2.00 3/77 25551
/proc/meminfo: memFree=1470376/2055920 swapFree=4114672/4192956
[pid=25521] ppid=25519 vsize=13600 CPUtime=6.6
/proc/25521/stat : 25521 (sugar) S 25519 25521 24190 0 -1 4194304 1033 15970 0 3 4 1 614 41 16 0 1 0 1529575454 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25521/statm: 3400 799 370 3 0 500 0
[pid=25544] ppid=25521 vsize=5356 CPUtime=0
/proc/25544/stat : 25544 (sh) S 25521 25521 24190 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529576137 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25544/statm: 1339 232 193 169 0 50 0
[pid=25545] ppid=25544 vsize=117012 CPUtime=1408.55
/proc/25545/stat : 25545 (minisat) R 25544 25521 24190 0 -1 4194304 28401 0 0 0 140825 30 0 0 25 0 1 0 1529576137 119820288 28387 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25545/statm: 29253 28387 76 150 0 29100 0
Current children cumulated CPU time (s) 1415.15
Current children cumulated vsize (KiB) 135968

[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/77 25551
/proc/meminfo: memFree=1467688/2055920 swapFree=4114672/4192956
[pid=25521] ppid=25519 vsize=13600 CPUtime=6.6
/proc/25521/stat : 25521 (sugar) S 25519 25521 24190 0 -1 4194304 1033 15970 0 3 4 1 614 41 16 0 1 0 1529575454 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25521/statm: 3400 799 370 3 0 500 0
[pid=25544] ppid=25521 vsize=5356 CPUtime=0
/proc/25544/stat : 25544 (sh) S 25521 25521 24190 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529576137 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25544/statm: 1339 232 193 169 0 50 0
[pid=25545] ppid=25544 vsize=118332 CPUtime=1468.25
/proc/25545/stat : 25545 (minisat) R 25544 25521 24190 0 -1 4194304 28753 0 0 0 146795 30 0 0 25 0 1 0 1529576137 121171968 28739 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25545/statm: 29583 28739 76 150 0 29430 0
Current children cumulated CPU time (s) 1474.85
Current children cumulated vsize (KiB) 137288

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/77 25551
/proc/meminfo: memFree=1465128/2055920 swapFree=4114672/4192956
[pid=25521] ppid=25519 vsize=13600 CPUtime=6.6
/proc/25521/stat : 25521 (sugar) S 25519 25521 24190 0 -1 4194304 1033 15970 0 3 4 1 614 41 16 0 1 0 1529575454 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25521/statm: 3400 799 370 3 0 500 0
[pid=25544] ppid=25521 vsize=5356 CPUtime=0
/proc/25544/stat : 25544 (sh) S 25521 25521 24190 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529576137 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25544/statm: 1339 232 193 169 0 50 0
[pid=25545] ppid=25544 vsize=119388 CPUtime=1527.96
/proc/25545/stat : 25545 (minisat) R 25544 25521 24190 0 -1 4194304 29029 0 0 0 152765 31 0 0 25 0 1 0 1529576137 122253312 29015 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25545/statm: 29847 29015 76 150 0 29694 0
Current children cumulated CPU time (s) 1534.56
Current children cumulated vsize (KiB) 138344

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 25551
/proc/meminfo: memFree=1463080/2055920 swapFree=4114672/4192956
[pid=25521] ppid=25519 vsize=13600 CPUtime=6.6
/proc/25521/stat : 25521 (sugar) S 25519 25521 24190 0 -1 4194304 1033 15970 0 3 4 1 614 41 16 0 1 0 1529575454 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25521/statm: 3400 799 370 3 0 500 0
[pid=25544] ppid=25521 vsize=5356 CPUtime=0
/proc/25544/stat : 25544 (sh) S 25521 25521 24190 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529576137 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25544/statm: 1339 232 193 169 0 50 0
[pid=25545] ppid=25544 vsize=120716 CPUtime=1587.67
/proc/25545/stat : 25545 (minisat) R 25544 25521 24190 0 -1 4194304 29271 0 0 0 158736 31 0 0 25 0 1 0 1529576137 123613184 29257 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25545/statm: 30179 29257 76 150 0 30026 0
Current children cumulated CPU time (s) 1594.27
Current children cumulated vsize (KiB) 139672

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 25551
/proc/meminfo: memFree=1460840/2055920 swapFree=4114672/4192956
[pid=25521] ppid=25519 vsize=13600 CPUtime=6.6
/proc/25521/stat : 25521 (sugar) S 25519 25521 24190 0 -1 4194304 1033 15970 0 3 4 1 614 41 16 0 1 0 1529575454 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25521/statm: 3400 799 370 3 0 500 0
[pid=25544] ppid=25521 vsize=5356 CPUtime=0
/proc/25544/stat : 25544 (sh) S 25521 25521 24190 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529576137 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25544/statm: 1339 232 193 169 0 50 0
[pid=25545] ppid=25544 vsize=121644 CPUtime=1647.38
/proc/25545/stat : 25545 (minisat) R 25544 25521 24190 0 -1 4194304 29518 0 0 0 164706 32 0 0 25 0 1 0 1529576137 124563456 29504 996147200 134512640 135127466 4294956272 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/25545/statm: 30411 29504 76 150 0 30258 0
Current children cumulated CPU time (s) 1653.98
Current children cumulated vsize (KiB) 140600

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 25579
/proc/meminfo: memFree=1692720/2055920 swapFree=4114672/4192956
[pid=25521] ppid=25519 vsize=13600 CPUtime=6.6
/proc/25521/stat : 25521 (sugar) S 25519 25521 24190 0 -1 4194304 1033 15970 0 3 4 1 614 41 16 0 1 0 1529575454 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25521/statm: 3400 799 370 3 0 500 0
[pid=25544] ppid=25521 vsize=5356 CPUtime=0
/proc/25544/stat : 25544 (sh) S 25521 25521 24190 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529576137 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25544/statm: 1339 232 193 169 0 50 0
[pid=25545] ppid=25544 vsize=122716 CPUtime=1707.23
/proc/25545/stat : 25545 (minisat) R 25544 25521 24190 0 -1 4194304 29803 0 0 0 170690 33 0 0 25 0 1 0 1529576137 125661184 29789 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25545/statm: 30679 29789 76 150 0 30526 0
Current children cumulated CPU time (s) 1713.83
Current children cumulated vsize (KiB) 141672

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 25579
/proc/meminfo: memFree=1691120/2055920 swapFree=4114672/4192956
[pid=25521] ppid=25519 vsize=13600 CPUtime=6.6
/proc/25521/stat : 25521 (sugar) S 25519 25521 24190 0 -1 4194304 1033 15970 0 3 4 1 614 41 16 0 1 0 1529575454 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25521/statm: 3400 799 370 3 0 500 0
[pid=25544] ppid=25521 vsize=5356 CPUtime=0
/proc/25544/stat : 25544 (sh) S 25521 25521 24190 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529576137 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25544/statm: 1339 232 193 169 0 50 0
[pid=25545] ppid=25544 vsize=124176 CPUtime=1767.19
/proc/25545/stat : 25545 (minisat) R 25544 25521 24190 0 -1 4194304 30182 0 0 0 176685 34 0 0 25 0 1 0 1529576137 127156224 30168 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25545/statm: 31044 30168 76 150 0 30891 0
Current children cumulated CPU time (s) 1773.79
Current children cumulated vsize (KiB) 143132



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 25579
/proc/meminfo: memFree=1690608/2055920 swapFree=4114672/4192956
[pid=25521] ppid=25519 vsize=13600 CPUtime=6.6
/proc/25521/stat : 25521 (sugar) S 25519 25521 24190 0 -1 4194304 1033 15970 0 3 4 1 614 41 16 0 1 0 1529575454 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25521/statm: 3400 799 370 3 0 500 0
[pid=25544] ppid=25521 vsize=5356 CPUtime=0
/proc/25544/stat : 25544 (sh) S 25521 25521 24190 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529576137 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25544/statm: 1339 232 193 169 0 50 0
[pid=25545] ppid=25544 vsize=124704 CPUtime=1793.47
/proc/25545/stat : 25545 (minisat) R 25544 25521 24190 0 -1 4194304 30305 0 0 0 179313 34 0 0 25 0 1 0 1529576137 127696896 30291 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/25545/statm: 31176 30291 76 150 0 31023 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 143660

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

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

Child status: 0

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

Real time (s): 1808.65
CPU time (s): 1800.07
CPU user time (s): 1799.31
CPU system time (s): 0.76
CPU usage (%): 99.5257
Max. virtual memory (cumulated for all children) (KiB): 887564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.18306
system time used= 0.447931
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17347
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7675
involuntary context switches= 7566

runsolver used 2.14567 second user time and 6.08408 second system time

The end

Launcher Data (download as text)

Begin job on node40 at 2008-07-02 13:44:38
IDJOB=1040970
IDBENCH=53759
IDSOLVER=346
FILE ID=node40/1040970-1214999078
PBS_JOBID= 7870843
Free space on /tmp= 66484 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/allsquaresUnsat/normalized-squaresUnsat-24-24.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1040970-1214999078/watcher-1040970-1214999078 -o /tmp/evaluation-result-1040970-1214999078/solver-1040970-1214999078 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1040970-1214999078.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 601e43bf7d49691779e40a92658cf9e2
RANDOM SEED=2054493249

node40.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.209
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.209
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:       1651360 kB
Buffers:          3220 kB
Cached:         108604 kB
SwapCached:      71844 kB
Active:         336708 kB
Inactive:        10320 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1651360 kB
SwapTotal:     4192956 kB
SwapFree:      4114672 kB
Dirty:            1540 kB
Writeback:           0 kB
Mapped:         242520 kB
Slab:            42276 kB
Committed_AS:  3099692 kB
PageTables:       2324 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= 66548 MiB
End job on node40 at 2008-07-02 14:14:48