Trace number 1069354

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 1816.09

General information on the benchmark

Namecsp/pseudoGLB/
normalized-robin16.xml
MD5SUMda80fa972f32e8c07ffdf076b58b8a94
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 variables14400
Number of constraints1088
Maximum constraint arity225
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)weightedsum(1088)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Fri Jul  4 10:20:07 2008
0.00/0.04	c 0	PID 2325
0.00/0.04	c 0	HOST node75.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1069354-1215159606.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1069354-1215159606.xml' 'HOME/temp.csp'
1.27/1.34	c 1	1 domains, 14400 variables, 0 predicates, 0 relations, 1088 constraints
1.31/1.40	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.31/1.40	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'
1.31/1.48	c 1	Parsing HOME/temp.csp
1.33/1.77	c 1	parsed 10000 expressions
3.29/3.44	c 3	parsed 15489 expressions
3.29/3.45	c 3	Heap : 25 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.29/3.45	c 3	Converting to clausal form CSP
3.29/3.49	c 3	converted 1549 (10%) expressions
3.29/3.49	c 3	converted 3098 (20%) expressions
3.29/3.50	c 3	converted 4647 (30%) expressions
3.29/3.50	c 3	converted 6196 (40%) expressions
3.39/3.50	c 3	converted 7745 (50%) expressions
3.39/3.50	c 3	converted 9294 (60%) expressions
3.39/3.50	c 3	converted 10843 (70%) expressions
3.39/3.52	c 3	converted 12392 (80%) expressions
3.39/3.52	c 3	converted 13941 (90%) expressions
14.77/15.00	c 14	converted 15489 (100%) expressions
14.77/15.02	c 15	CSP : 156224 integers, 0 booleans, 284736 clauses, largest domain size 114
14.77/15.02	c 15	Heap : 176 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
14.77/15.02	c 15	Propagation in CSP
17.64/17.96	c 17	425664 values, 0 unsatisfiable literals, and 0 valid clauses are removed
17.64/17.98	c 17	CSP : 156224 integers, 0 booleans, 284736 clauses, largest domain size 61
17.64/17.98	c 17	Heap : 184 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
17.73/18.05	c 18	Simplifing CSP by introducing new Boolean variables
17.84/18.15	c 18	CSP : 156224 integers, 0 booleans, 284736 clauses, largest domain size 61
17.84/18.15	c 18	Heap : 183 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
18.83/19.17	c 19	Encoding CSP to SAT : HOME/temp.cnf
18.93/19.23	c 19	15623 (10%) CSP integer variables are encoded (2970 clauses, 44614 bytes)
19.03/19.30	c 19	31245 (20%) CSP integer variables are encoded (42174 clauses, 632674 bytes)
19.03/19.36	c 19	46868 (30%) CSP integer variables are encoded (81429 clauses, 1261993 bytes)
19.13/19.43	c 19	62490 (40%) CSP integer variables are encoded (120886 clauses, 1932762 bytes)
19.13/19.49	c 19	78112 (50%) CSP integer variables are encoded (160265 clauses, 2602205 bytes)
19.22/19.56	c 19	93735 (60%) CSP integer variables are encoded (199584 clauses, 3270628 bytes)
19.32/19.62	c 19	109357 (70%) CSP integer variables are encoded (238788 clauses, 3937096 bytes)
19.32/19.69	c 19	124980 (80%) CSP integer variables are encoded (278037 clauses, 4604329 bytes)
19.43/19.74	c 19	140602 (90%) CSP integer variables are encoded (298042 clauses, 4944414 bytes)
19.43/19.77	c 19	156224 (100%) CSP integer variables are encoded (313664 clauses, 5209988 bytes)
20.52/20.88	c 20	28474 (10%) CSP clauses are encoded (852412 clauses, 16034315 bytes)
21.60/21.98	c 21	56948 (20%) CSP clauses are encoded (1391160 clauses, 27292111 bytes)
22.78/23.12	c 23	85421 (30%) CSP clauses are encoded (1929905 clauses, 39580104 bytes)
23.86/24.26	c 24	113895 (40%) CSP clauses are encoded (2468653 clauses, 51871557 bytes)
24.96/25.38	c 25	142368 (50%) CSP clauses are encoded (3007400 clauses, 64162977 bytes)
26.14/26.50	c 26	170842 (60%) CSP clauses are encoded (3546148 clauses, 76454436 bytes)
27.23/27.62	c 27	199316 (70%) CSP clauses are encoded (4084896 clauses, 88789174 bytes)
28.30/28.78	c 28	227789 (80%) CSP clauses are encoded (4624171 clauses, 101142187 bytes)
28.70/29.20	c 29	256263 (90%) CSP clauses are encoded (4737683 clauses, 103275514 bytes)
29.19/29.61	c 29	284736 (100%) CSP clauses are encoded (4851200 clauses, 105413495 bytes)
29.19/29.61	c 29	284736 CSP clauses encoded
29.19/29.61	c 29	Writing map file : HOME/temp.map
29.19/29.70	c 29	Heap : 150 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
29.19/29.70	c 29	SAT : 469888 SAT variables, 4851200 SAT clauses, 105413495 bytes
29.19/29.70	c 29	Heap : 150 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
29.29/29.78	c 29	SOLVING HOME/temp.cnf
29.29/29.78	c 29	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
29.29/29.78	c 29	This is MiniSat 2.0 beta
29.29/29.78	c 29	WARNING: for repeatability, setting FPU to use double precision
29.29/29.78	c 29	============================[ Problem Statistics ]=============================
29.29/29.78	c 29	|                                                                             |
29.29/29.78	c 29	|  Number of variables:  469888                                               |
29.29/29.78	c 29	|  Number of clauses:    4851200                                              |
31.82/32.37	c 32	|  Parsing time:         2.19         s                                       |
32.03/32.50	c 32	============================[ Search Statistics ]==============================
32.03/32.50	c 32	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
32.03/32.50	c 32	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
32.03/32.50	c 32	===============================================================================
32.03/32.50	c 32	|         0 |  469888  4851200 13242816 |  1617066        0    nan |  0.000 % |
33.21/33.73	c 33	|       102 |  469888  4851200 13242816 |  1778773      102     45 |  0.000 % |
34.70/35.26	c 35	|       253 |  469888  4851200 13242816 |  1956650      253    134 |  0.000 % |
37.47/38.07	c 38	|       479 |  469888  4851200 13242816 |  2152315      479    143 |  0.000 % |
40.64/41.25	c 41	|       817 |  469888  4851200 13242816 |  2367547      817    152 |  0.000 % |
45.52/46.12	c 46	|      1323 |  469888  4851200 13242816 |  2604302     1323    140 |  0.000 % |
52.75/53.44	c 53	|      2082 |  469888  4851200 13242816 |  2864732     2082    136 |  0.000 % |
61.87/62.69	c 62	|      3221 |  469888  4851200 13242816 |  3151205     3221    173 |  0.000 % |
74.97/75.87	c 75	|      4929 |  469888  4851200 13242816 |  3466326     4929    196 |  0.000 % |
94.71/95.85	c 95	|      7491 |  469888  4851200 13242816 |  3812958     7491    198 |  0.000 % |
129.31/130.77	c 130	|     11335 |  469888  4851200 13242816 |  4194254    11335    262 |  0.000 % |
197.19/199.12	c 199	|     17102 |  469888  4851200 13242816 |  4613679    17102    267 |  0.000 % |
273.10/275.69	c 275	|     25751 |  469888  4851200 13242816 |  5075047    25751    453 |  0.000 % |
375.79/379.18	c 379	|     38726 |  469888  4851200 13242816 |  5582552    38726    406 |  0.000 % |
571.96/576.86	c 576	|     58187 |  469887  4851195 13242806 |  6140807    58186    547 |  0.000 % |
869.16/876.36	c 876	|     87380 |  469887  4851195 13242806 |  6754888    87379    608 |  0.000 % |
1522.82/1536.15	c 1536	|    131171 |  469887  4851195 13242806 |  7430377   131170    988 |  0.000 % |
1800.00/1815.91	c ERROR INTERRUPTED
29.35/1816.03	s UNKNOWN
29.35/1816.03	c 1816	CPU 28.13 (0.04 0.01 28.09 1.21)
29.35/1816.03	c 1816	END Fri Jul  4 10:50:23 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-1069354-1215159606/watcher-1069354-1215159606 -o /tmp/evaluation-result-1069354-1215159606/solver-1069354-1215159606 -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-1069354-1215159606.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.00 2.00 1.97 4/74 2325
/proc/meminfo: memFree=1318704/2055920 swapFree=4180584/4192956
[pid=2325] ppid=2323 vsize=12268 CPUtime=0
/proc/2325/stat : 2325 (sugar) R 2323 2325 32529 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1994910422 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 231891581950 0 0 4224 0 0 0 0 17 0 0 0
/proc/2325/statm: 3067 316 241 3 0 167 0

[startup+0.0924201 s]
/proc/loadavg: 2.00 2.00 1.97 4/74 2325
/proc/meminfo: memFree=1318704/2055920 swapFree=4180584/4192956
[pid=2325] ppid=2323 vsize=13600 CPUtime=0.03
/proc/2325/stat : 2325 (sugar) S 2323 2325 32529 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 1994910422 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2325/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102422 s]
/proc/loadavg: 2.00 2.00 1.97 4/74 2325
/proc/meminfo: memFree=1318704/2055920 swapFree=4180584/4192956
[pid=2325] ppid=2323 vsize=13600 CPUtime=0.03
/proc/2325/stat : 2325 (sugar) S 2323 2325 32529 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 1994910422 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2325/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302444 s]
/proc/loadavg: 2.00 2.00 1.97 4/74 2325
/proc/meminfo: memFree=1318704/2055920 swapFree=4180584/4192956
[pid=2325] ppid=2323 vsize=13600 CPUtime=0.03
/proc/2325/stat : 2325 (sugar) S 2323 2325 32529 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 1994910422 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2325/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702492 s]
/proc/loadavg: 2.00 2.00 1.97 4/74 2325
/proc/meminfo: memFree=1318704/2055920 swapFree=4180584/4192956
[pid=2325] ppid=2323 vsize=13600 CPUtime=0.03
/proc/2325/stat : 2325 (sugar) S 2323 2325 32529 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 1994910422 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2325/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50158 s]
/proc/loadavg: 2.00 2.00 1.97 3/85 2337
/proc/meminfo: memFree=1291992/2055920 swapFree=4180584/4192956
[pid=2325] ppid=2323 vsize=13600 CPUtime=1.33
/proc/2325/stat : 2325 (sugar) S 2323 2325 32529 0 -1 4194304 973 10041 0 1 3 0 122 8 15 0 1 0 1994910422 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2325/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 13600

[startup+3.10178 s]
/proc/loadavg: 2.00 2.00 1.97 4/85 2347
/proc/meminfo: memFree=1300560/2055920 swapFree=4180584/4192956
[pid=2325] ppid=2323 vsize=13600 CPUtime=1.33
/proc/2325/stat : 2325 (sugar) S 2323 2325 32529 0 -1 4194304 973 10041 0 1 3 0 122 8 15 0 1 0 1994910422 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2325/statm: 3400 797 370 3 0 500 0
[pid=2338] ppid=2325 vsize=5356 CPUtime=0
/proc/2338/stat : 2338 (sh) S 2325 2325 32529 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994910563 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2338/statm: 1339 233 193 169 0 50 0
[pid=2339] ppid=2338 vsize=864320 CPUtime=1.66
/proc/2339/stat : 2339 (java) S 2338 2325 32529 0 -1 0 10193 0 1 0 160 6 0 0 19 0 9 0 1994910563 885063680 9242 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2339/statm: 216080 9242 2532 9 0 210662 0
[pid=2339/tid=2340] ppid=2338 vsize=864320 CPUtime=1.05
/proc/2339/task/2340/stat : 2340 (java) R 2338 2325 32529 0 -1 64 2711 0 1 0 104 1 0 0 25 0 9 0 1994910564 885063680 9242 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2339/tid=2341] ppid=2338 vsize=864320 CPUtime=0.52
/proc/2339/task/2341/stat : 2341 (java) R 2338 2325 32529 0 -1 64 6448 0 0 0 49 3 0 0 16 0 9 0 1994910565 885063680 9242 996147200 134512640 134550740 4294955952 18446744073709551615 102731825 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2339/tid=2342] ppid=2338 vsize=864320 CPUtime=0
/proc/2339/task/2342/stat : 2342 (java) S 2338 2325 32529 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994910565 885063680 9242 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2339/tid=2343] ppid=2338 vsize=864320 CPUtime=0
/proc/2339/task/2343/stat : 2343 (java) S 2338 2325 32529 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1994910565 885063680 9242 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2339/tid=2344] ppid=2338 vsize=864320 CPUtime=0
/proc/2339/task/2344/stat : 2344 (java) S 2338 2325 32529 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1994910567 885063680 9242 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2339/tid=2345] ppid=2338 vsize=864320 CPUtime=0.06
/proc/2339/task/2345/stat : 2345 (java) S 2338 2325 32529 0 -1 64 337 0 0 0 6 0 0 0 16 0 9 0 1994910567 885063680 9242 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2339/tid=2346] ppid=2338 vsize=864320 CPUtime=0
/proc/2339/task/2346/stat : 2346 (java) S 2338 2325 32529 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1994910567 885063680 9242 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2339/tid=2347] ppid=2338 vsize=864320 CPUtime=0
/proc/2339/task/2347/stat : 2347 (java) S 2338 2325 32529 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1994910567 885063680 9242 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 883276

[startup+6.30216 s]
/proc/loadavg: 2.00 2.00 1.97 3/85 2347
/proc/meminfo: memFree=1248464/2055920 swapFree=4180584/4192956
[pid=2325] ppid=2323 vsize=13600 CPUtime=1.33
/proc/2325/stat : 2325 (sugar) S 2323 2325 32529 0 -1 4194304 974 10041 0 1 3 0 122 8 16 0 1 0 1994910422 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2325/statm: 3400 797 370 3 0 500 0
[pid=2338] ppid=2325 vsize=5356 CPUtime=0
/proc/2338/stat : 2338 (sh) S 2325 2325 32529 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994910563 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2338/statm: 1339 233 193 169 0 50 0
[pid=2339] ppid=2338 vsize=868416 CPUtime=4.83
/proc/2339/stat : 2339 (java) S 2338 2325 32529 0 -1 0 32514 0 1 0 464 19 0 0 19 0 9 0 1994910563 889257984 20995 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2339/statm: 217104 20995 2541 9 0 211679 0
[pid=2339/tid=2340] ppid=2338 vsize=868416 CPUtime=2.85
/proc/2339/task/2340/stat : 2340 (java) R 2338 2325 32529 0 -1 64 3711 0 1 0 282 3 0 0 25 0 9 0 1994910564 889257984 20995 996147200 134512640 134550740 4294955952 18446744073709551615 4126638799 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2339/tid=2341] ppid=2338 vsize=868416 CPUtime=1.76
/proc/2339/task/2341/stat : 2341 (java) S 2338 2325 32529 0 -1 64 26623 0 0 0 162 14 0 0 16 0 9 0 1994910565 889257984 20995 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2339/tid=2342] ppid=2338 vsize=868416 CPUtime=0
/proc/2339/task/2342/stat : 2342 (java) S 2338 2325 32529 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994910565 889257984 20995 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2339/tid=2343] ppid=2338 vsize=868416 CPUtime=0
/proc/2339/task/2343/stat : 2343 (java) S 2338 2325 32529 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1994910565 889257984 20995 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2339/tid=2344] ppid=2338 vsize=868416 CPUtime=0
/proc/2339/task/2344/stat : 2344 (java) S 2338 2325 32529 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1994910567 889257984 20995 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2339/tid=2345] ppid=2338 vsize=868416 CPUtime=0.18
/proc/2339/task/2345/stat : 2345 (java) S 2338 2325 32529 0 -1 64 1483 0 0 0 18 0 0 0 17 0 9 0 1994910567 889257984 20995 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2339/tid=2346] ppid=2338 vsize=868416 CPUtime=0
/proc/2339/task/2346/stat : 2346 (java) S 2338 2325 32529 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1994910567 889257984 20995 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2339/tid=2347] ppid=2338 vsize=868416 CPUtime=0
/proc/2339/task/2347/stat : 2347 (java) S 2338 2325 32529 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1994910567 889257984 20995 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 887372

[startup+12.7029 s]
/proc/loadavg: 2.00 2.00 1.97 4/85 2347
/proc/meminfo: memFree=1149520/2055920 swapFree=4180584/4192956
[pid=2325] ppid=2323 vsize=13600 CPUtime=1.33
/proc/2325/stat : 2325 (sugar) S 2323 2325 32529 0 -1 4194304 974 10041 0 1 3 0 122 8 16 0 1 0 1994910422 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2325/statm: 3400 797 370 3 0 500 0
[pid=2338] ppid=2325 vsize=5356 CPUtime=0
/proc/2338/stat : 2338 (sh) S 2325 2325 32529 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994910563 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2338/statm: 1339 233 193 169 0 50 0
[pid=2339] ppid=2338 vsize=868416 CPUtime=11.16
/proc/2339/stat : 2339 (java) S 2338 2325 32529 0 -1 0 67470 0 1 0 1080 36 0 0 19 0 9 0 1994910563 889257984 46577 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2339/statm: 217104 46577 2541 9 0 211679 0
[pid=2339/tid=2340] ppid=2338 vsize=868416 CPUtime=7.13
/proc/2339/task/2340/stat : 2340 (java) R 2338 2325 32529 0 -1 64 4470 0 1 0 709 4 0 0 25 0 9 0 1994910564 889257984 46577 996147200 134512640 134550740 4294955952 18446744073709551615 4126498039 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2339/tid=2341] ppid=2338 vsize=868416 CPUtime=3.81
/proc/2339/task/2341/stat : 2341 (java) S 2338 2325 32529 0 -1 64 60820 0 0 0 352 29 0 0 16 0 9 0 1994910565 889257984 46577 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2339/tid=2342] ppid=2338 vsize=868416 CPUtime=0
/proc/2339/task/2342/stat : 2342 (java) S 2338 2325 32529 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994910565 889257984 46577 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2339/tid=2343] ppid=2338 vsize=868416 CPUtime=0
/proc/2339/task/2343/stat : 2343 (java) S 2338 2325 32529 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1994910565 889257984 46577 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2339/tid=2344] ppid=2338 vsize=868416 CPUtime=0
/proc/2339/task/2344/stat : 2344 (java) S 2338 2325 32529 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1994910567 889257984 46577 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2339/tid=2345] ppid=2338 vsize=868416 CPUtime=0.18
/proc/2339/task/2345/stat : 2345 (java) S 2338 2325 32529 0 -1 64 1483 0 0 0 18 0 0 0 17 0 9 0 1994910567 889257984 46577 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2339/tid=2346] ppid=2338 vsize=868416 CPUtime=0
/proc/2339/task/2346/stat : 2346 (java) S 2338 2325 32529 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1994910567 889257984 46577 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2339/tid=2347] ppid=2338 vsize=868416 CPUtime=0
/proc/2339/task/2347/stat : 2347 (java) S 2338 2325 32529 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1994910567 889257984 46577 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 887372

[startup+25.5024 s]
/proc/loadavg: 2.00 2.00 1.97 3/85 2347
/proc/meminfo: memFree=1046992/2055920 swapFree=4180584/4192956
[pid=2325] ppid=2323 vsize=13600 CPUtime=1.33
/proc/2325/stat : 2325 (sugar) S 2323 2325 32529 0 -1 4194304 974 10041 0 1 3 0 122 8 16 0 1 0 1994910422 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2325/statm: 3400 797 370 3 0 500 0
[pid=2338] ppid=2325 vsize=5356 CPUtime=0
/proc/2338/stat : 2338 (sh) S 2325 2325 32529 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994910563 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2338/statm: 1339 233 193 169 0 50 0
[pid=2339] ppid=2338 vsize=868528 CPUtime=23.82
/proc/2339/stat : 2339 (java) S 2338 2325 32529 0 -1 0 86209 0 1 0 2297 85 0 0 19 0 9 0 1994910563 889372672 53249 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2339/statm: 217132 53249 2565 9 0 211679 0
[pid=2339/tid=2340] ppid=2338 vsize=868528 CPUtime=17.1
/proc/2339/task/2340/stat : 2340 (java) R 2338 2325 32529 0 -1 64 5643 0 1 0 1665 45 0 0 25 0 9 0 1994910564 889372672 53249 996147200 134512640 134550740 4294955952 18446744073709551615 4126619147 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2339/tid=2341] ppid=2338 vsize=868528 CPUtime=6.43
/proc/2339/task/2341/stat : 2341 (java) S 2338 2325 32529 0 -1 64 78347 0 0 0 605 38 0 0 16 0 9 0 1994910565 889372672 53249 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2339/tid=2342] ppid=2338 vsize=868528 CPUtime=0
/proc/2339/task/2342/stat : 2342 (java) S 2338 2325 32529 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994910565 889372672 53249 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2339/tid=2343] ppid=2338 vsize=868528 CPUtime=0
/proc/2339/task/2343/stat : 2343 (java) S 2338 2325 32529 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1994910565 889372672 53249 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2339/tid=2344] ppid=2338 vsize=868528 CPUtime=0
/proc/2339/task/2344/stat : 2344 (java) S 2338 2325 32529 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1994910567 889372672 53249 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2339/tid=2345] ppid=2338 vsize=868528 CPUtime=0.26
/proc/2339/task/2345/stat : 2345 (java) S 2338 2325 32529 0 -1 64 1522 0 0 0 25 1 0 0 16 0 9 0 1994910567 889372672 53249 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2339/tid=2346] ppid=2338 vsize=868528 CPUtime=0
/proc/2339/task/2346/stat : 2346 (java) S 2338 2325 32529 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1994910567 889372672 53249 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2339/tid=2347] ppid=2338 vsize=868528 CPUtime=0
/proc/2339/task/2347/stat : 2347 (java) S 2338 2325 32529 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1994910567 889372672 53249 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 887484

[startup+51.1024 s]
/proc/loadavg: 2.00 2.00 1.97 3/77 2349
/proc/meminfo: memFree=981200/2055920 swapFree=4180584/4192956
[pid=2325] ppid=2323 vsize=13600 CPUtime=29.35
/proc/2325/stat : 2325 (sugar) S 2323 2325 32529 0 -1 4194304 1033 96631 0 2 4 1 2809 121 16 0 1 0 1994910422 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2325/statm: 3400 799 370 3 0 500 0
[pid=2348] ppid=2325 vsize=5356 CPUtime=0
/proc/2348/stat : 2348 (sh) S 2325 2325 32529 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994913401 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2348/statm: 1339 232 193 169 0 50 0
[pid=2349] ppid=2348 vsize=235248 CPUtime=21.12
/proc/2349/stat : 2349 (minisat) R 2348 2325 32529 0 -1 4194304 56376 0 0 0 2074 38 0 0 25 0 1 0 1994913401 240893952 56362 996147200 134512640 135127466 4294956272 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0

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

Current children cumulated CPU time (s) 1410.09
Current children cumulated vsize (KiB) 721244

[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 2.01 3/87 2395
/proc/meminfo: memFree=842112/2055920 swapFree=4180584/4192956
[pid=2325] ppid=2323 vsize=13600 CPUtime=29.35
/proc/2325/stat : 2325 (sugar) S 2323 2325 32529 0 -1 4194304 1033 96631 0 2 4 1 2809 121 16 0 1 0 1994910422 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2325/statm: 3400 799 370 3 0 500 0
[pid=2348] ppid=2325 vsize=5356 CPUtime=0
/proc/2348/stat : 2348 (sh) S 2325 2325 32529 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994913401 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2348/statm: 1339 232 193 169 0 50 0
[pid=2349] ppid=2348 vsize=730836 CPUtime=1440.18
/proc/2349/stat : 2349 (minisat) R 2348 2325 32529 0 -1 4194304 180045 0 0 0 143897 121 0 0 25 0 1 0 1994913401 748376064 180031 996147200 134512640 135127466 4294956272 18446744073709551615 134527053 0 0 4096 3 0 0 0 17 1 0 0
/proc/2349/statm: 182709 180031 76 150 0 182556 0
Current children cumulated CPU time (s) 1469.53
Current children cumulated vsize (KiB) 749792

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.01 3/87 2395
/proc/meminfo: memFree=821952/2055920 swapFree=4180584/4192956
[pid=2325] ppid=2323 vsize=13600 CPUtime=29.35
/proc/2325/stat : 2325 (sugar) S 2323 2325 32529 0 -1 4194304 1033 96631 0 2 4 1 2809 121 16 0 1 0 1994910422 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2325/statm: 3400 799 370 3 0 500 0
[pid=2348] ppid=2325 vsize=5356 CPUtime=0
/proc/2348/stat : 2348 (sh) S 2325 2325 32529 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994913401 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2348/statm: 1339 232 193 169 0 50 0
[pid=2349] ppid=2348 vsize=750480 CPUtime=1499.62
/proc/2349/stat : 2349 (minisat) R 2348 2325 32529 0 -1 4194304 184938 0 0 0 149837 125 0 0 25 0 1 0 1994913401 768491520 184924 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/2349/statm: 187620 184924 76 150 0 187467 0
Current children cumulated CPU time (s) 1528.97
Current children cumulated vsize (KiB) 769436

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/87 2395
/proc/meminfo: memFree=811968/2055920 swapFree=4180584/4192956
[pid=2325] ppid=2323 vsize=13600 CPUtime=29.35
/proc/2325/stat : 2325 (sugar) S 2323 2325 32529 0 -1 4194304 1033 96631 0 2 4 1 2809 121 16 0 1 0 1994910422 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2325/statm: 3400 799 370 3 0 500 0
[pid=2348] ppid=2325 vsize=5356 CPUtime=0
/proc/2348/stat : 2348 (sh) S 2325 2325 32529 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994913401 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2348/statm: 1339 232 193 169 0 50 0
[pid=2349] ppid=2348 vsize=760580 CPUtime=1559.05
/proc/2349/stat : 2349 (minisat) R 2348 2325 32529 0 -1 4194304 187477 0 0 0 155779 126 0 0 25 0 1 0 1994913401 778833920 187463 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/2349/statm: 190145 187463 76 150 0 189992 0
Current children cumulated CPU time (s) 1588.4
Current children cumulated vsize (KiB) 779536

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 2396
/proc/meminfo: memFree=803904/2055920 swapFree=4180584/4192956
[pid=2325] ppid=2323 vsize=13600 CPUtime=29.35
/proc/2325/stat : 2325 (sugar) S 2323 2325 32529 0 -1 4194304 1033 96631 0 2 4 1 2809 121 16 0 1 0 1994910422 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2325/statm: 3400 799 370 3 0 500 0
[pid=2348] ppid=2325 vsize=5356 CPUtime=0
/proc/2348/stat : 2348 (sh) S 2325 2325 32529 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994913401 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2348/statm: 1339 232 193 169 0 50 0
[pid=2349] ppid=2348 vsize=768780 CPUtime=1618.49
/proc/2349/stat : 2349 (minisat) R 2348 2325 32529 0 -1 4194304 189466 0 0 0 161721 128 0 0 25 0 1 0 1994913401 787230720 189452 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/2349/statm: 192195 189452 76 150 0 192042 0
Current children cumulated CPU time (s) 1647.84
Current children cumulated vsize (KiB) 787736

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 2397
/proc/meminfo: memFree=792896/2055920 swapFree=4180584/4192956
[pid=2325] ppid=2323 vsize=13600 CPUtime=29.35
/proc/2325/stat : 2325 (sugar) S 2323 2325 32529 0 -1 4194304 1033 96631 0 2 4 1 2809 121 16 0 1 0 1994910422 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2325/statm: 3400 799 370 3 0 500 0
[pid=2348] ppid=2325 vsize=5356 CPUtime=0
/proc/2348/stat : 2348 (sh) S 2325 2325 32529 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994913401 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2348/statm: 1339 232 193 169 0 50 0
[pid=2349] ppid=2348 vsize=779768 CPUtime=1677.93
/proc/2349/stat : 2349 (minisat) R 2348 2325 32529 0 -1 4194304 192209 0 0 0 167663 130 0 0 25 0 1 0 1994913401 798482432 192195 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/2349/statm: 194942 192195 76 150 0 194789 0
Current children cumulated CPU time (s) 1707.28
Current children cumulated vsize (KiB) 798724

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 2397
/proc/meminfo: memFree=782336/2055920 swapFree=4180584/4192956
[pid=2325] ppid=2323 vsize=13600 CPUtime=29.35
/proc/2325/stat : 2325 (sugar) S 2323 2325 32529 0 -1 4194304 1033 96631 0 2 4 1 2809 121 16 0 1 0 1994910422 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2325/statm: 3400 799 370 3 0 500 0
[pid=2348] ppid=2325 vsize=5356 CPUtime=0
/proc/2348/stat : 2348 (sh) S 2325 2325 32529 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994913401 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2348/statm: 1339 232 193 169 0 50 0
[pid=2349] ppid=2348 vsize=789968 CPUtime=1737.36
/proc/2349/stat : 2349 (minisat) R 2348 2325 32529 0 -1 4194304 194785 0 0 0 173603 133 0 0 25 0 1 0 1994913401 808927232 194771 996147200 134512640 135127466 4294956272 18446744073709551615 134522614 0 0 4096 3 0 0 0 17 1 0 0
/proc/2349/statm: 197492 194771 76 150 0 197339 0
Current children cumulated CPU time (s) 1766.71
Current children cumulated vsize (KiB) 808924



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 2397
/proc/meminfo: memFree=771904/2055920 swapFree=4180584/4192956
[pid=2325] ppid=2323 vsize=13600 CPUtime=29.35
/proc/2325/stat : 2325 (sugar) S 2323 2325 32529 0 -1 4194304 1033 96631 0 2 4 1 2809 121 16 0 1 0 1994910422 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2325/statm: 3400 799 370 3 0 500 0
[pid=2348] ppid=2325 vsize=5356 CPUtime=0
/proc/2348/stat : 2348 (sh) S 2325 2325 32529 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994913401 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2348/statm: 1339 232 193 169 0 50 0
[pid=2349] ppid=2348 vsize=800424 CPUtime=1770.65
/proc/2349/stat : 2349 (minisat) R 2348 2325 32529 0 -1 4194304 197399 0 0 0 176929 136 0 0 25 0 1 0 1994913401 819634176 197385 996147200 134512640 135127466 4294956272 18446744073709551615 134527053 0 0 4096 3 0 0 0 17 1 0 0
/proc/2349/statm: 200106 197385 76 150 0 199953 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 819380

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

[startup+1815.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 2397
/proc/meminfo: memFree=771904/2055920 swapFree=4180584/4192956
[pid=2325] ppid=2323 vsize=13600 CPUtime=29.35
/proc/2325/stat : 2325 (sugar) S 2323 2325 32529 0 -1 4194304 1033 96631 0 2 4 1 2809 121 16 0 1 0 1994910422 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2325/statm: 3400 799 370 3 0 500 0
[pid=2348] ppid=2325 vsize=5356 CPUtime=0
/proc/2348/stat : 2348 (sh) S 2325 2325 32529 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994913401 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2348/statm: 1339 232 193 169 0 50 0
[pid=2349] ppid=2348 vsize=800424 CPUtime=1770.65
/proc/2349/stat : 2349 (minisat) R 2348 2325 32529 0 -1 4194304 197399 0 0 0 176929 136 0 0 25 0 1 0 1994913401 819634176 197385 996147200 134512640 135127466 4294956272 18446744073709551615 134527053 0 0 4096 3 0 0 0 17 1 0 0
/proc/2349/statm: 200106 197385 76 150 0 199953 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 819380

# WARNING:
# current cumulated CPU time (29.35 s) is less than in the last sample (1800 s)
# The time of a child was probably not reported to its father.
# (see the samples just above and below)
# Adding the difference (1770.65 s) to the 'lost time'.

[startup+1816.02 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 2398
/proc/meminfo: memFree=1520760/2055920 swapFree=4180584/4192956
[pid=2325] ppid=2323 vsize=13600 CPUtime=29.35
/proc/2325/stat : 2325 (sugar) S 2323 2325 32529 0 -1 4194304 1045 96631 0 2 4 1 2809 121 16 0 1 0 1994910422 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/2325/statm: 3400 799 370 3 0 500 0
[pid=2348] ppid=2325 vsize=0 CPUtime=0
/proc/2348/stat : 2348 (sh) Z 2325 2325 32529 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 1994913401 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/2348/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 29.35
Current children cumulated vsize (KiB) 13600

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

[startup+1816.02 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 2398
/proc/meminfo: memFree=1520760/2055920 swapFree=4180584/4192956
[pid=2325] ppid=2323 vsize=13600 CPUtime=29.35
/proc/2325/stat : 2325 (sugar) S 2323 2325 32529 0 -1 4194304 1045 96631 0 2 4 1 2809 121 16 0 1 0 1994910422 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/2325/statm: 3400 799 370 3 0 500 0
[pid=2348] ppid=2325 vsize=0 CPUtime=0
/proc/2348/stat : 2348 (sh) Z 2325 2325 32529 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 1994913401 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/2348/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 29.35
Current children cumulated vsize (KiB) 13600

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.65
#  lost CPU user time (s): 1769.29
#  lost CPU system time (s): 1.36

Real time (s): 1816.09
CPU time (s): 1800.07
CPU user time (s): 1797.43
CPU system time (s): 2.6438
CPU usage (%): 99.1183
Max. virtual memory (cumulated for all children) (KiB): 909864

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 28.1407
system time used= 1.2838
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 98009
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= 7241
involuntary context switches= 7633

runsolver used 2.19267 second user time and 5.34619 second system time

The end

Launcher Data (download as text)

Begin job on node75 at 2008-07-04 10:20:06
IDJOB=1069354
IDBENCH=55604
IDSOLVER=346
FILE ID=node75/1069354-1215159606
PBS_JOBID= 7877399
Free space on /tmp= 66356 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/pseudoGLB/normalized-robin16.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-1069354-1215159606/watcher-1069354-1215159606 -o /tmp/evaluation-result-1069354-1215159606/solver-1069354-1215159606 -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-1069354-1215159606.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= da80fa972f32e8c07ffdf076b58b8a94
RANDOM SEED=419523683

node75.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.229
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.229
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1319184 kB
Buffers:         59708 kB
Cached:         398072 kB
SwapCached:       6320 kB
Active:         587192 kB
Inactive:        84072 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1319184 kB
SwapTotal:     4192956 kB
SwapFree:      4180584 kB
Dirty:           84660 kB
Writeback:           0 kB
Mapped:         220476 kB
Slab:            50276 kB
Committed_AS:  4339908 kB
PageTables:       2308 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= 66532 MiB
End job on node75 at 2008-07-04 10:50:24