Trace number 1083331

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.17 1814.6

General information on the benchmark

Namecsp/super-js/super-js-taillard-20/
normalized-super-js-taillard-20-20.xml
MD5SUMec7cdf4fe94a5d252afb76f2304f2c35
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 variables800
Number of constraints12940
Maximum constraint arity2
Maximum domain size1697
Number of constraints which are defined in extension0
Number of constraints which are defined in intension12940
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul  5 05:03:15 2008
0.00/0.04	c 0	PID 27345
0.00/0.04	c 0	HOST node77.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1083331-1215226995.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-1083331-1215226995.xml' 'HOME/temp.csp'
0.96/1.03	c 1	96 domains, 800 variables, 4 predicates, 0 relations, 12940 constraints
0.96/1.09	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.96/1.09	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.00/1.17	c 1	Parsing HOME/temp.csp
1.00/1.49	c 2	parsed 10000 expressions
1.00/1.59	c 2	parsed 13840 expressions
1.00/1.59	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.00/1.59	c 2	Converting to clausal form CSP
1.00/1.78	c 2	converted 1384 (10%) expressions
1.00/1.85	c 2	converted 2768 (20%) expressions
1.00/1.88	c 2	converted 4152 (30%) expressions
1.00/1.92	c 2	converted 5536 (40%) expressions
1.00/2.01	c 2	converted 6920 (50%) expressions
1.00/2.04	c 2	converted 8304 (60%) expressions
1.00/2.08	c 2	converted 9688 (70%) expressions
1.98/2.12	c 2	converted 11072 (80%) expressions
1.98/2.16	c 2	converted 12456 (90%) expressions
1.98/2.20	c 2	converted 13840 (100%) expressions
1.98/2.20	c 2	CSP : 800 integers, 0 booleans, 12940 clauses, largest domain size 1697
1.98/2.20	c 2	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.98/2.20	c 2	Propagation in CSP
2.78/2.98	c 3	761976 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.78/2.98	c 3	CSP : 800 integers, 0 booleans, 12940 clauses, largest domain size 939
2.78/2.98	c 3	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.78/2.98	c 3	Simplifing CSP by introducing new Boolean variables
3.08/3.21	c 3	CSP : 800 integers, 23600 booleans, 36540 clauses, largest domain size 939
3.08/3.21	c 3	Heap : 21 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.17/3.32	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.26/3.42	c 4	80 (10%) CSP integer variables are encoded (61840 clauses, 905482 bytes)
3.26/3.49	c 4	160 (20%) CSP integer variables are encoded (120080 clauses, 1819501 bytes)
3.36/3.57	c 4	240 (30%) CSP integer variables are encoded (179760 clauses, 2834061 bytes)
3.46/3.65	c 4	320 (40%) CSP integer variables are encoded (243600 clauses, 3919341 bytes)
3.46/3.70	c 4	400 (50%) CSP integer variables are encoded (284040 clauses, 4606821 bytes)
3.56/3.77	c 4	480 (60%) CSP integer variables are encoded (342200 clauses, 5595541 bytes)
3.66/3.84	c 4	560 (70%) CSP integer variables are encoded (390040 clauses, 6408821 bytes)
3.77/3.90	c 4	640 (80%) CSP integer variables are encoded (445480 clauses, 7351301 bytes)
3.77/3.97	c 4	720 (90%) CSP integer variables are encoded (500320 clauses, 8283581 bytes)
3.86/4.03	c 4	800 (100%) CSP integer variables are encoded (554720 clauses, 9208381 bytes)
5.95/6.12	c 6	3654 (10%) CSP clauses are encoded (1648487 clauses, 34495611 bytes)
7.82/8.07	c 8	7308 (20%) CSP clauses are encoded (2671601 clauses, 58503199 bytes)
9.61/9.90	c 10	10962 (30%) CSP clauses are encoded (3629005 clauses, 81001962 bytes)
11.59/11.85	c 12	14616 (40%) CSP clauses are encoded (4648136 clauses, 106012321 bytes)
13.37/13.66	c 14	18270 (50%) CSP clauses are encoded (5587190 clauses, 129016114 bytes)
15.24/15.52	c 16	21924 (60%) CSP clauses are encoded (6556924 clauses, 152727820 bytes)
16.84/17.14	c 17	25578 (70%) CSP clauses are encoded (7403096 clauses, 173364289 bytes)
18.33/18.67	c 19	29232 (80%) CSP clauses are encoded (8207867 clauses, 192918723 bytes)
20.23/20.60	c 21	32886 (90%) CSP clauses are encoded (9210043 clauses, 217109370 bytes)
22.12/22.60	c 23	36540 (100%) CSP clauses are encoded (10315806 clauses, 242794505 bytes)
22.22/22.60	c 23	36540 CSP clauses encoded
22.22/22.60	c 23	Writing map file : HOME/temp.map
22.22/22.62	c 23	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
22.22/22.62	c 23	SAT : 579120 SAT variables, 10315806 SAT clauses, 242794505 bytes
22.22/22.62	c 23	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
22.22/22.65	c 23	SOLVING HOME/temp.cnf
22.22/22.65	c 23	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
22.22/22.65	c 23	This is MiniSat 2.0 beta
22.22/22.65	c 23	WARNING: for repeatability, setting FPU to use double precision
22.22/22.65	c 23	============================[ Problem Statistics ]=============================
22.22/22.65	c 23	|                                                                             |
22.22/22.66	c 23	|  Number of variables:  579120                                               |
22.22/22.66	c 23	|  Number of clauses:    10315806                                             |
27.85/28.33	c 28	|  Parsing time:         4.86         s                                       |
28.15/28.63	c 29	============================[ Search Statistics ]==============================
28.15/28.63	c 29	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
28.15/28.63	c 29	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
28.15/28.63	c 29	===============================================================================
28.15/28.63	c 29	|         0 |  575976 10312662 29558117 |  3437554        0    nan |  0.000 % |
32.60/33.12	c 33	|       100 |  575976 10312662 29558117 |  3781309      100     35 |  0.543 % |
40.24/40.84	c 41	|       250 |  575976 10312662 29558117 |  4159440      250     26 |  0.543 % |
48.47/49.13	c 49	|       477 |  575976 10312662 29558117 |  4575384      477     23 |  0.543 % |
58.78/59.54	c 60	|       814 |  575976 10312662 29558117 |  5032922      814     26 |  0.543 % |
73.54/74.48	c 75	|      1322 |  575976 10312662 29558117 |  5536215     1322     26 |  0.543 % |
101.90/103.10	c 103	|      2084 |  575952 10312148 29556656 |  6089836     2081     26 |  0.552 % |
135.71/137.13	c 137	|      3223 |  575916 10311536 29554953 |  6698820     3219     28 |  0.553 % |
194.58/196.56	c 197	|      4931 |  575916 10311536 29554953 |  7368702     4927     30 |  0.553 % |
285.48/288.23	c 288	|      7493 |  575916 10311536 29554953 |  8105572     7489     32 |  0.553 % |
407.70/411.54	c 412	|     11340 |  575837 10309924 29550381 |  8916129    11332     32 |  0.573 % |
616.38/622.01	c 622	|     17106 |  575671 10306835 29541689 |  9807742    17090     33 |  0.596 % |
925.27/933.62	c 934	|     25756 |  575097 10296954 29513856 | 10788517    25701     34 |  0.695 % |
1380.62/1392.66	c 1393	|     38730 |  574789 10291466 29498338 | 11867368    38656     39 |  0.748 % |
1800.07/1814.41	c ERROR INTERRUPTED
1800.07/1814.48	s UNKNOWN
1800.07/1814.48	c 1815	CPU 20.58 (0.03 0.01 20.55 1.68)
1800.07/1814.48	c 1815	END Sat Jul  5 05:33:30 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-1083331-1215226995/watcher-1083331-1215226995 -o /tmp/evaluation-result-1083331-1215226995/solver-1083331-1215226995 -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-1083331-1215226995.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 1.99 1.99 4/81 27345
/proc/meminfo: memFree=1534880/2055920 swapFree=4166000/4192956
[pid=27345] ppid=27343 vsize=12272 CPUtime=0
/proc/27345/stat : 27345 (sugar) R 27343 27345 24139 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 635917311 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 228052745214 0 0 4224 0 0 0 0 17 1 0 0
/proc/27345/statm: 3068 327 246 3 0 168 0

[startup+0.0608051 s]
/proc/loadavg: 2.00 1.99 1.99 4/81 27345
/proc/meminfo: memFree=1534880/2055920 swapFree=4166000/4192956
[pid=27345] ppid=27343 vsize=13600 CPUtime=0.03
/proc/27345/stat : 27345 (sugar) S 27343 27345 24139 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 635917311 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27345/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101814 s]
/proc/loadavg: 2.00 1.99 1.99 4/81 27345
/proc/meminfo: memFree=1534880/2055920 swapFree=4166000/4192956
[pid=27345] ppid=27343 vsize=13600 CPUtime=0.03
/proc/27345/stat : 27345 (sugar) S 27343 27345 24139 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 635917311 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27345/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301853 s]
/proc/loadavg: 2.00 1.99 1.99 4/81 27345
/proc/meminfo: memFree=1534880/2055920 swapFree=4166000/4192956
[pid=27345] ppid=27343 vsize=13600 CPUtime=0.03
/proc/27345/stat : 27345 (sugar) S 27343 27345 24139 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 635917311 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27345/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701938 s]
/proc/loadavg: 2.00 1.99 1.99 4/81 27345
/proc/meminfo: memFree=1534880/2055920 swapFree=4166000/4192956
[pid=27345] ppid=27343 vsize=13600 CPUtime=0.03
/proc/27345/stat : 27345 (sugar) S 27343 27345 24139 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 635917311 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27345/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50109 s]
/proc/loadavg: 2.08 2.00 2.00 3/92 27357
/proc/meminfo: memFree=1507080/2055920 swapFree=4166000/4192956
[pid=27345] ppid=27343 vsize=13600 CPUtime=1
/proc/27345/stat : 27345 (sugar) S 27343 27345 24139 0 -1 4194304 973 10473 0 1 2 1 91 6 15 0 1 0 635917311 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27345/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 13600

[startup+3.10241 s]
/proc/loadavg: 2.08 2.00 2.00 3/92 27367
/proc/meminfo: memFree=1511624/2055920 swapFree=4166000/4192956
[pid=27345] ppid=27343 vsize=13600 CPUtime=1
/proc/27345/stat : 27345 (sugar) S 27343 27345 24139 0 -1 4194304 974 10473 0 1 2 1 91 6 15 0 1 0 635917311 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27345/statm: 3400 797 370 3 0 500 0
[pid=27358] ppid=27345 vsize=5356 CPUtime=0
/proc/27358/stat : 27358 (sh) S 27345 27345 24139 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 635917420 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27358/statm: 1339 233 193 169 0 50 0
[pid=27359] ppid=27358 vsize=868620 CPUtime=1.97
/proc/27359/stat : 27359 (java) S 27358 27345 24139 0 -1 0 11425 0 1 0 191 6 0 0 20 0 9 0 635917420 889466880 10424 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27359/statm: 217155 10424 2540 9 0 211730 0
[pid=27359/tid=27360] ppid=27358 vsize=868620 CPUtime=1.31
/proc/27359/task/27360/stat : 27360 (java) R 27358 27345 24139 0 -1 64 2835 0 1 0 129 2 0 0 25 0 9 0 635917421 889466880 10424 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27359/tid=27361] ppid=27358 vsize=868620 CPUtime=0.45
/proc/27359/task/27361/stat : 27361 (java) R 27358 27345 24139 0 -1 64 6439 0 0 0 43 2 0 0 16 0 9 0 635917422 889466880 10424 996147200 134512640 134550740 4294955952 18446744073709551615 102721931 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27359/tid=27362] ppid=27358 vsize=868620 CPUtime=0
/proc/27359/task/27362/stat : 27362 (java) S 27358 27345 24139 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 635917422 889466880 10424 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27359/tid=27363] ppid=27358 vsize=868620 CPUtime=0
/proc/27359/task/27363/stat : 27363 (java) S 27358 27345 24139 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 635917422 889466880 10424 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27359/tid=27364] ppid=27358 vsize=868620 CPUtime=0
/proc/27359/task/27364/stat : 27364 (java) S 27358 27345 24139 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 635917424 889466880 10424 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27359/tid=27365] ppid=27358 vsize=868620 CPUtime=0.18
/proc/27359/task/27365/stat : 27365 (java) S 27358 27345 24139 0 -1 64 1455 0 0 0 18 0 0 0 16 0 9 0 635917424 889466880 10424 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27359/tid=27366] ppid=27358 vsize=868620 CPUtime=0
/proc/27359/task/27366/stat : 27366 (java) S 27358 27345 24139 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 635917424 889466880 10424 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27359/tid=27367] ppid=27358 vsize=868620 CPUtime=0
/proc/27359/task/27367/stat : 27367 (java) S 27358 27345 24139 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 635917424 889466880 10424 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 887576

[startup+6.30104 s]
/proc/loadavg: 2.08 2.00 2.00 3/92 27367
/proc/meminfo: memFree=1473864/2055920 swapFree=4166000/4192956
[pid=27345] ppid=27343 vsize=13600 CPUtime=1.01
/proc/27345/stat : 27345 (sugar) S 27343 27345 24139 0 -1 4194304 974 10473 0 1 3 1 91 6 16 0 1 0 635917311 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27345/statm: 3400 797 370 3 0 500 0
[pid=27358] ppid=27345 vsize=5356 CPUtime=0
/proc/27358/stat : 27358 (sh) S 27345 27345 24139 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 635917420 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27358/statm: 1339 233 193 169 0 50 0
[pid=27359] ppid=27358 vsize=868480 CPUtime=5.14
/proc/27359/stat : 27359 (java) S 27358 27345 24139 0 -1 0 12114 0 1 0 484 30 0 0 20 0 9 0 635917420 889323520 10556 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27359/statm: 217120 10556 2565 9 0 211667 0
[pid=27359/tid=27360] ppid=27358 vsize=868480 CPUtime=4.12
/proc/27359/task/27360/stat : 27360 (java) R 27358 27345 24139 0 -1 64 3403 0 1 0 389 23 0 0 25 0 9 0 635917421 889323520 10556 996147200 134512640 134550740 4294955952 18446744073709551615 4126591441 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27359/tid=27361] ppid=27358 vsize=868480 CPUtime=0.75
/proc/27359/task/27361/stat : 27361 (java) S 27358 27345 24139 0 -1 64 6526 0 0 0 71 4 0 0 16 0 9 0 635917422 889323520 10556 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27359/tid=27362] ppid=27358 vsize=868480 CPUtime=0
/proc/27359/task/27362/stat : 27362 (java) S 27358 27345 24139 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 635917422 889323520 10556 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27359/tid=27363] ppid=27358 vsize=868480 CPUtime=0
/proc/27359/task/27363/stat : 27363 (java) S 27358 27345 24139 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 635917422 889323520 10556 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27359/tid=27364] ppid=27358 vsize=868480 CPUtime=0
/proc/27359/task/27364/stat : 27364 (java) S 27358 27345 24139 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 635917424 889323520 10556 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27359/tid=27365] ppid=27358 vsize=868480 CPUtime=0.23
/proc/27359/task/27365/stat : 27365 (java) S 27358 27345 24139 0 -1 64 1489 0 0 0 23 0 0 0 16 0 9 0 635917424 889323520 10556 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27359/tid=27366] ppid=27358 vsize=868480 CPUtime=0
/proc/27359/task/27366/stat : 27366 (java) S 27358 27345 24139 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 635917424 889323520 10556 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27359/tid=27367] ppid=27358 vsize=868480 CPUtime=0
/proc/27359/task/27367/stat : 27367 (java) S 27358 27345 24139 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 635917424 889323520 10556 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 887436

[startup+12.7023 s]
/proc/loadavg: 2.22 2.04 2.01 3/92 27367
/proc/meminfo: memFree=1390024/2055920 swapFree=4166000/4192956
[pid=27345] ppid=27343 vsize=13600 CPUtime=1.01
/proc/27345/stat : 27345 (sugar) S 27343 27345 24139 0 -1 4194304 974 10473 0 1 3 1 91 6 16 0 1 0 635917311 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27345/statm: 3400 797 370 3 0 500 0
[pid=27358] ppid=27345 vsize=5356 CPUtime=0
/proc/27358/stat : 27358 (sh) S 27345 27345 24139 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 635917420 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27358/statm: 1339 233 193 169 0 50 0
[pid=27359] ppid=27358 vsize=868480 CPUtime=11.47
/proc/27359/stat : 27359 (java) S 27358 27345 24139 0 -1 0 12991 0 1 0 1069 78 0 0 20 0 9 0 635917420 889323520 10556 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27359/statm: 217120 10556 2565 9 0 211667 0
[pid=27359/tid=27360] ppid=27358 vsize=868480 CPUtime=10.17
/proc/27359/task/27360/stat : 27360 (java) R 27358 27345 24139 0 -1 64 4280 0 1 0 951 66 0 0 25 0 9 0 635917421 889323520 10556 996147200 134512640 134550740 4294955952 18446744073709551615 4126591581 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27359/tid=27361] ppid=27358 vsize=868480 CPUtime=1.03
/proc/27359/task/27361/stat : 27361 (java) S 27358 27345 24139 0 -1 64 6526 0 0 0 94 9 0 0 16 0 9 0 635917422 889323520 10556 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27359/tid=27362] ppid=27358 vsize=868480 CPUtime=0
/proc/27359/task/27362/stat : 27362 (java) S 27358 27345 24139 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 635917422 889323520 10556 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27359/tid=27363] ppid=27358 vsize=868480 CPUtime=0
/proc/27359/task/27363/stat : 27363 (java) S 27358 27345 24139 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 635917422 889323520 10556 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27359/tid=27364] ppid=27358 vsize=868480 CPUtime=0
/proc/27359/task/27364/stat : 27364 (java) S 27358 27345 24139 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 635917424 889323520 10556 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27359/tid=27365] ppid=27358 vsize=868480 CPUtime=0.23
/proc/27359/task/27365/stat : 27365 (java) S 27358 27345 24139 0 -1 64 1489 0 0 0 23 0 0 0 16 0 9 0 635917424 889323520 10556 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27359/tid=27366] ppid=27358 vsize=868480 CPUtime=0
/proc/27359/task/27366/stat : 27366 (java) S 27358 27345 24139 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 635917424 889323520 10556 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27359/tid=27367] ppid=27358 vsize=868480 CPUtime=0
/proc/27359/task/27367/stat : 27367 (java) S 27358 27345 24139 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 635917424 889323520 10556 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 887436

[startup+25.5018 s]
/proc/loadavg: 2.50 2.10 2.03 3/84 27369
/proc/meminfo: memFree=1067848/2055920 swapFree=4166000/4192956
[pid=27345] ppid=27343 vsize=13600 CPUtime=22.27
/proc/27345/stat : 27345 (sugar) S 27343 27345 24139 0 -1 4194304 1033 25138 0 2 3 1 2055 168 16 0 1 0 635917311 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27345/statm: 3400 799 370 3 0 500 0
[pid=27368] ppid=27345 vsize=5356 CPUtime=0
/proc/27368/stat : 27368 (sh) S 27345 27345 24139 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 635919576 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27368/statm: 1339 232 193 169 0 50 0
[pid=27369] ppid=27368 vsize=240692 CPUtime=2.8
/proc/27369/stat : 27369 (minisat) R 27368 27345 24139 0 -1 4194304 57649 0 0 0 241 39 0 0 25 0 1 0 635919576 246468608 57635 996147200 134512640 135127466 4294956256 18446744073709551615 134513998 0 0 4096 3 0 0 0 17 0 0 0
/proc/27369/statm: 60173 57635 62 150 0 60020 0
Current children cumulated CPU time (s) 25.07
Current children cumulated vsize (KiB) 259648

[startup+51.1019 s]
/proc/loadavg: 3.48 2.36 2.12 3/84 27369
/proc/meminfo: memFree=810392/2055920 swapFree=4166000/4192956
[pid=27345] ppid=27343 vsize=13600 CPUtime=22.27
/proc/27345/stat : 27345 (sugar) S 27343 27345 24139 0 -1 4194304 1033 25138 0 2 3 1 2055 168 16 0 1 0 635917311 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27345/statm: 3400 799 370 3 0 500 0
[pid=27368] ppid=27345 vsize=5356 CPUtime=0
/proc/27368/stat : 27368 (sh) S 27345 27345 24139 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 635919576 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27368/statm: 1339 232 193 169 0 50 0
[pid=27369] ppid=27368 vsize=482904 CPUtime=28.18
/proc/27369/stat : 27369 (minisat) R 27368 27345 24139 0 -1 4194304 116984 0 0 0 2736 82 0 0 25 0 1 0 635919576 494493696 116970 996147200 134512640 135127466 4294956256 18446744073709551615 134706298 0 0 4096 3 0 0 0 17 0 0 0
/proc/27369/statm: 120726 116970 76 150 0 120573 0
Current children cumulated CPU time (s) 50.45
Current children cumulated vsize (KiB) 501860

[startup+102.306 s]
/proc/loadavg: 4.62 2.87 2.30 3/84 27370
/proc/meminfo: memFree=807000/2055920 swapFree=4166000/4192956
[pid=27345] ppid=27343 vsize=13600 CPUtime=22.27
/proc/27345/stat : 27345 (sugar) S 27343 27345 24139 0 -1 4194304 1033 25138 0 2 3 1 2055 168 16 0 1 0 635917311 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27345/statm: 3400 799 370 3 0 500 0
[pid=27368] ppid=27345 vsize=5356 CPUtime=0
/proc/27368/stat : 27368 (sh) S 27345 27345 24139 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 635919576 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27368/statm: 1339 232 193 169 0 50 0
[pid=27369] ppid=27368 vsize=488572 CPUtime=78.94
/proc/27369/stat : 27369 (minisat) R 27368 27345 24139 0 -1 4194304 118204 0 0 0 7810 84 0 0 25 0 1 0 635919576 500297728 118190 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27369/statm: 122143 118190 76 150 0 121990 0

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

[pid=27368] ppid=27345 vsize=5356 CPUtime=0
/proc/27368/stat : 27368 (sh) S 27345 27345 24139 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 635919576 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27368/statm: 1339 232 193 169 0 50 0
[pid=27369] ppid=27368 vsize=496680 CPUtime=1387.9
/proc/27369/stat : 27369 (minisat) R 27368 27345 24139 0 -1 4194304 120269 0 0 0 138695 95 0 0 25 0 1 0 635919576 508600320 120255 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 0 0 0
/proc/27369/statm: 124170 120255 76 150 0 124017 0
Current children cumulated CPU time (s) 1410.17
Current children cumulated vsize (KiB) 515636

[startup+1482.3 s]
/proc/loadavg: 3.93 3.00 2.52 3/78 27423
/proc/meminfo: memFree=428272/2055920 swapFree=4166000/4192956
[pid=27345] ppid=27343 vsize=13600 CPUtime=22.27
/proc/27345/stat : 27345 (sugar) S 27343 27345 24139 0 -1 4194304 1033 25138 0 2 3 1 2055 168 16 0 1 0 635917311 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27345/statm: 3400 799 370 3 0 500 0
[pid=27368] ppid=27345 vsize=5356 CPUtime=0
/proc/27368/stat : 27368 (sh) S 27345 27345 24139 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 635919576 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27368/statm: 1339 232 193 169 0 50 0
[pid=27369] ppid=27368 vsize=496944 CPUtime=1447.41
/proc/27369/stat : 27369 (minisat) R 27368 27345 24139 0 -1 4194304 120337 0 0 0 144645 96 0 0 25 0 1 0 635919576 508870656 120323 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27369/statm: 124236 120323 76 150 0 124083 0
Current children cumulated CPU time (s) 1469.68
Current children cumulated vsize (KiB) 515900

[startup+1542.3 s]
/proc/loadavg: 3.47 3.04 2.56 3/78 27423
/proc/meminfo: memFree=432496/2055920 swapFree=4166000/4192956
[pid=27345] ppid=27343 vsize=13600 CPUtime=22.27
/proc/27345/stat : 27345 (sugar) S 27343 27345 24139 0 -1 4194304 1033 25138 0 2 3 1 2055 168 16 0 1 0 635917311 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27345/statm: 3400 799 370 3 0 500 0
[pid=27368] ppid=27345 vsize=5356 CPUtime=0
/proc/27368/stat : 27368 (sh) S 27345 27345 24139 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 635919576 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27368/statm: 1339 232 193 169 0 50 0
[pid=27369] ppid=27368 vsize=497420 CPUtime=1507.07
/proc/27369/stat : 27369 (minisat) R 27368 27345 24139 0 -1 4194304 120450 0 0 0 150610 97 0 0 25 0 1 0 635919576 509358080 120436 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/27369/statm: 124355 120436 76 150 0 124202 0
Current children cumulated CPU time (s) 1529.34
Current children cumulated vsize (KiB) 516376

[startup+1602.3 s]
/proc/loadavg: 2.54 2.85 2.52 3/78 27423
/proc/meminfo: memFree=432624/2055920 swapFree=4166000/4192956
[pid=27345] ppid=27343 vsize=13600 CPUtime=22.27
/proc/27345/stat : 27345 (sugar) S 27343 27345 24139 0 -1 4194304 1033 25138 0 2 3 1 2055 168 16 0 1 0 635917311 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27345/statm: 3400 799 370 3 0 500 0
[pid=27368] ppid=27345 vsize=5356 CPUtime=0
/proc/27368/stat : 27368 (sh) S 27345 27345 24139 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 635919576 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27368/statm: 1339 232 193 169 0 50 0
[pid=27369] ppid=27368 vsize=497816 CPUtime=1566.76
/proc/27369/stat : 27369 (minisat) R 27368 27345 24139 0 -1 4194304 120530 0 0 0 156579 97 0 0 25 0 1 0 635919576 509763584 120516 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27369/statm: 124454 120516 76 150 0 124301 0
Current children cumulated CPU time (s) 1589.03
Current children cumulated vsize (KiB) 516772

[startup+1662.3 s]
/proc/loadavg: 2.20 2.69 2.49 3/78 27423
/proc/meminfo: memFree=432304/2055920 swapFree=4166000/4192956
[pid=27345] ppid=27343 vsize=13600 CPUtime=22.27
/proc/27345/stat : 27345 (sugar) S 27343 27345 24139 0 -1 4194304 1033 25138 0 2 3 1 2055 168 16 0 1 0 635917311 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27345/statm: 3400 799 370 3 0 500 0
[pid=27368] ppid=27345 vsize=5356 CPUtime=0
/proc/27368/stat : 27368 (sh) S 27345 27345 24139 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 635919576 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27368/statm: 1339 232 193 169 0 50 0
[pid=27369] ppid=27368 vsize=498080 CPUtime=1626.46
/proc/27369/stat : 27369 (minisat) R 27368 27345 24139 0 -1 4194304 120594 0 0 0 162549 97 0 0 25 0 1 0 635919576 510033920 120580 996147200 134512640 135127466 4294956256 18446744073709551615 134531706 0 0 4096 3 0 0 0 17 0 0 0
/proc/27369/statm: 124520 120580 76 150 0 124367 0
Current children cumulated CPU time (s) 1648.73
Current children cumulated vsize (KiB) 517036

[startup+1722.3 s]
/proc/loadavg: 2.07 2.56 2.45 3/78 27423
/proc/meminfo: memFree=431600/2055920 swapFree=4166000/4192956
[pid=27345] ppid=27343 vsize=13600 CPUtime=22.27
/proc/27345/stat : 27345 (sugar) S 27343 27345 24139 0 -1 4194304 1033 25138 0 2 3 1 2055 168 16 0 1 0 635917311 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27345/statm: 3400 799 370 3 0 500 0
[pid=27368] ppid=27345 vsize=5356 CPUtime=0
/proc/27368/stat : 27368 (sh) S 27345 27345 24139 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 635919576 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27368/statm: 1339 232 193 169 0 50 0
[pid=27369] ppid=27368 vsize=498344 CPUtime=1686.17
/proc/27369/stat : 27369 (minisat) R 27368 27345 24139 0 -1 4194304 120681 0 0 0 168519 98 0 0 25 0 1 0 635919576 510304256 120667 996147200 134512640 135127466 4294956256 18446744073709551615 134522666 0 0 4096 3 0 0 0 17 0 0 0
/proc/27369/statm: 124586 120667 76 150 0 124433 0
Current children cumulated CPU time (s) 1708.44
Current children cumulated vsize (KiB) 517300

[startup+1782.3 s]
/proc/loadavg: 2.02 2.46 2.42 3/78 27423
/proc/meminfo: memFree=430512/2055920 swapFree=4166000/4192956
[pid=27345] ppid=27343 vsize=13600 CPUtime=22.27
/proc/27345/stat : 27345 (sugar) S 27343 27345 24139 0 -1 4194304 1033 25138 0 2 3 1 2055 168 16 0 1 0 635917311 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27345/statm: 3400 799 370 3 0 500 0
[pid=27368] ppid=27345 vsize=5356 CPUtime=0
/proc/27368/stat : 27368 (sh) S 27345 27345 24139 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 635919576 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27368/statm: 1339 232 193 169 0 50 0
[pid=27369] ppid=27368 vsize=498872 CPUtime=1745.86
/proc/27369/stat : 27369 (minisat) R 27368 27345 24139 0 -1 4194304 120821 0 0 0 174488 98 0 0 25 0 1 0 635919576 510844928 120807 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27369/statm: 124718 120807 76 150 0 124565 0
Current children cumulated CPU time (s) 1768.13
Current children cumulated vsize (KiB) 517828



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.4 s]
/proc/loadavg: 2.01 2.41 2.41 3/78 27423
/proc/meminfo: memFree=430000/2055920 swapFree=4166000/4192956
[pid=27345] ppid=27343 vsize=13600 CPUtime=22.27
/proc/27345/stat : 27345 (sugar) S 27343 27345 24139 0 -1 4194304 1033 25138 0 2 3 1 2055 168 16 0 1 0 635917311 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27345/statm: 3400 799 370 3 0 500 0
[pid=27368] ppid=27345 vsize=5356 CPUtime=0
/proc/27368/stat : 27368 (sh) S 27345 27345 24139 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 635919576 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27368/statm: 1339 232 193 169 0 50 0
[pid=27369] ppid=27368 vsize=499412 CPUtime=1777.8
/proc/27369/stat : 27369 (minisat) R 27368 27345 24139 0 -1 4194304 120929 0 0 0 177682 98 0 0 25 0 1 0 635919576 511397888 120915 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/27369/statm: 124853 120915 76 150 0 124700 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 518368

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

[startup+1814.4 s]
/proc/loadavg: 2.01 2.41 2.41 3/78 27423
/proc/meminfo: memFree=430000/2055920 swapFree=4166000/4192956
[pid=27345] ppid=27343 vsize=13600 CPUtime=22.27
/proc/27345/stat : 27345 (sugar) S 27343 27345 24139 0 -1 4194304 1033 25138 0 2 3 1 2055 168 16 0 1 0 635917311 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27345/statm: 3400 799 370 3 0 500 0
[pid=27368] ppid=27345 vsize=5356 CPUtime=0
/proc/27368/stat : 27368 (sh) S 27345 27345 24139 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 635919576 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27368/statm: 1339 232 193 169 0 50 0
[pid=27369] ppid=27368 vsize=499412 CPUtime=1777.8
/proc/27369/stat : 27369 (minisat) R 27368 27345 24139 0 -1 4194304 120929 0 0 0 177682 98 0 0 25 0 1 0 635919576 511397888 120915 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/27369/statm: 124853 120915 76 150 0 124700 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 518368

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

[startup+1814.52 s]
/proc/loadavg: 2.01 2.41 2.41 3/78 27423
/proc/meminfo: memFree=430000/2055920 swapFree=4166000/4192956
[pid=27345] ppid=27343 vsize=13600 CPUtime=22.31
/proc/27345/stat : 27345 (sugar) R 27343 27345 24139 0 -1 4194304 1070 25415 0 2 3 5 2055 168 16 0 1 0 635917311 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 228044018729 0 0 4224 16386 0 0 0 17 0 0 0
/proc/27345/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 22.31
Current children cumulated vsize (KiB) 13600

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

[startup+1814.6 s]
/proc/loadavg: 2.01 2.41 2.41 3/78 27423
/proc/meminfo: memFree=430000/2055920 swapFree=4166000/4192956
[pid=27345] ppid=27343 vsize=13600 CPUtime=22.39
/proc/27345/stat : 27345 (sugar) R 27343 27345 24139 0 -1 4194304 1070 25415 0 2 3 13 2055 168 16 0 1 0 635917311 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 228044018729 0 0 4224 16386 0 0 0 17 0 0 0
/proc/27345/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 22.39
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): 1777.76
#  lost CPU user time (s): 1776.82
#  lost CPU system time (s): 0.94

Real time (s): 1814.6
CPU time (s): 1800.17
CPU user time (s): 1797.41
CPU system time (s): 2.76072
CPU usage (%): 99.2047
Max. virtual memory (cumulated for all children) (KiB): 887576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20.5899
system time used= 1.82072
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26516
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= 22171
involuntary context switches= 22782

runsolver used 1.80672 second user time and 5.34519 second system time

The end

Launcher Data (download as text)

Begin job on node77 at 2008-07-05 05:03:15
IDJOB=1083331
IDBENCH=57467
IDSOLVER=346
FILE ID=node77/1083331-1215226995
PBS_JOBID= 7881740
Free space on /tmp= 66540 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/super-js/super-js-taillard-20/normalized-super-js-taillard-20-20.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-1083331-1215226995/watcher-1083331-1215226995 -o /tmp/evaluation-result-1083331-1215226995/solver-1083331-1215226995 -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-1083331-1215226995.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ec7cdf4fe94a5d252afb76f2304f2c35
RANDOM SEED=237791223

node77.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.274
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.274
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:       1535296 kB
Buffers:         69184 kB
Cached:         211516 kB
SwapCached:      20880 kB
Active:         361524 kB
Inactive:        93968 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1535296 kB
SwapTotal:     4192956 kB
SwapFree:      4166000 kB
Dirty:            2948 kB
Writeback:           0 kB
Mapped:         191004 kB
Slab:            50100 kB
Committed_AS:  1935176 kB
PageTables:       2080 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= 66372 MiB
End job on node77 at 2008-07-05 05:33:32