Trace number 2068134

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+minisat? (TO) 1800.16 1802.19

General information on the benchmark

Namecsp/pseudo/mpsReduced/
normalized-mps-red-air06.xml
MD5SUM00668b6a7dafa5fe6313e8c116ffb6c0
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark908.878
Satisfiable
(Un)Satisfiability was proved
Number of variables8627
Number of constraints1640
Maximum constraint arity461
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1640
Global constraints used (with number of constraints)

Solver Data

0.03/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.03/0.07	c 0	BEGIN Sat Jul 11 23:03:03 2009
0.03/0.07	c 0	PID 15602
0.03/0.07	c 0	HOST node8.alineos.net
0.03/0.07	c 0	CONVERTING HOME/instance-2068134-1247346182.xml TO HOME/temp.csp
0.03/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2068134-1247346182.xml' 'HOME/temp.csp'
1.26/1.33	c 1	2 domains, 8627 variables, 450 predicates, 0 relations, 1640 constraints
1.26/1.38	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.26/1.38	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.31/1.46	c 1	Parsing HOME/temp.csp
2.70/2.83	c 3	parsed 10000 expressions
2.90/3.02	c 3	parsed 10719 expressions
2.90/3.03	c 3	Heap : 27 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.90/3.03	c 3	Converting to clausal form CSP
2.90/3.06	c 3	converted 1072 (10%) expressions
2.90/3.07	c 3	converted 2144 (20%) expressions
2.90/3.07	c 3	converted 3216 (30%) expressions
2.90/3.07	c 3	converted 4288 (40%) expressions
2.90/3.07	c 3	converted 5360 (50%) expressions
2.90/3.08	c 3	converted 6432 (60%) expressions
2.90/3.08	c 3	converted 7504 (70%) expressions
2.90/3.08	c 3	converted 8576 (80%) expressions
3.87/4.04	c 4	converted 9648 (90%) expressions
8.92/9.10	c 9	converted 10719 (100%) expressions
8.92/9.11	c 9	CSP : 43020 integers, 0 booleans, 70414 clauses, largest domain size 155
8.92/9.11	c 9	Heap : 79 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
8.92/9.11	c 9	Propagation in CSP
10.80/11.01	c 11	152467 values, 0 unsatisfiable literals, and 3 valid clauses are removed
10.80/11.01	c 11	CSP : 43020 integers, 0 booleans, 70411 clauses, largest domain size 154
10.80/11.01	c 11	Heap : 78 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
10.80/11.04	c 11	Simplifing CSP by introducing new Boolean variables
10.80/11.07	c 11	CSP : 43020 integers, 0 booleans, 70411 clauses, largest domain size 154
10.80/11.07	c 11	Heap : 83 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
11.20/11.42	c 11	Encoding CSP to SAT : HOME/temp.cnf
11.20/11.46	c 11	4302 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
11.20/11.47	c 11	8604 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
11.20/11.50	c 11	12906 (30%) CSP integer variables are encoded (18754 clauses, 279325 bytes)
11.30/11.52	c 11	17208 (40%) CSP integer variables are encoded (38806 clauses, 580105 bytes)
11.30/11.56	c 11	21510 (50%) CSP integer variables are encoded (65246 clauses, 976705 bytes)
11.30/11.60	c 11	25812 (60%) CSP integer variables are encoded (94903 clauses, 1457447 bytes)
11.39/11.63	c 11	30114 (70%) CSP integer variables are encoded (120019 clauses, 1884419 bytes)
11.39/11.68	c 11	34416 (80%) CSP integer variables are encoded (149344 clauses, 2382944 bytes)
11.49/11.72	c 11	38718 (90%) CSP integer variables are encoded (186201 clauses, 3009513 bytes)
11.49/11.77	c 12	43020 (100%) CSP integer variables are encoded (219401 clauses, 3573913 bytes)
25.54/25.93	c 26	7042 (10%) CSP clauses are encoded (891931 clauses, 23344296 bytes)
42.76/43.35	c 43	14083 (20%) CSP clauses are encoded (1633135 clauses, 45986021 bytes)
45.44/46.05	c 46	21124 (30%) CSP clauses are encoded (2035752 clauses, 55504251 bytes)
58.20/58.98	c 59	28165 (40%) CSP clauses are encoded (2957750 clauses, 81096179 bytes)
93.03/94.17	c 94	35206 (50%) CSP clauses are encoded (4405219 clauses, 127469693 bytes)
94.81/95.93	c 96	42247 (60%) CSP clauses are encoded (4793120 clauses, 136756835 bytes)
97.29/98.40	c 98	49288 (70%) CSP clauses are encoded (5318647 clauses, 149679847 bytes)
103.13/104.35	c 104	56329 (80%) CSP clauses are encoded (6121480 clauses, 170849700 bytes)
125.58/127.09	c 127	63370 (90%) CSP clauses are encoded (7553664 clauses, 213569024 bytes)
130.61/132.15	c 132	70411 (100%) CSP clauses are encoded (8435534 clauses, 235907479 bytes)
130.61/132.15	c 132	70411 CSP clauses encoded
130.61/132.15	c 132	Writing map file : HOME/temp.map
130.61/132.18	c 132	Heap : 47 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
130.61/132.18	c 132	SAT : 262357 SAT variables, 8435534 SAT clauses, 235907479 bytes
130.61/132.18	c 132	Heap : 47 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
130.70/132.22	c 132	SOLVING HOME/temp.cnf
130.70/132.22	c 132	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
130.70/132.22	c 132	This is MiniSat 2.0 beta
130.70/132.22	c 132	WARNING: for repeatability, setting FPU to use double precision
130.70/132.22	c 132	============================[ Problem Statistics ]=============================
130.70/132.22	c 132	|                                                                             |
130.70/132.22	c 132	|  Number of variables:  262357                                               |
130.70/132.22	c 132	|  Number of clauses:    8435534                                              |
135.60/137.10	c 137	|  Parsing time:         4.28         s                                       |
135.91/137.42	c 137	============================[ Search Statistics ]==============================
135.91/137.42	c 137	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
135.91/137.42	c 137	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
135.91/137.42	c 137	===============================================================================
135.91/137.42	c 137	|         0 |  262357  8435534 36057443 |  2811844        0    nan |  0.000 % |
139.20/140.75	c 140	|       100 |  262344  8435534 36057443 |  3093029       90     29 |  0.127 % |
143.20/144.79	c 145	|       250 |  262337  8435534 36057443 |  3402332      233     39 |  0.202 % |
148.40/149.99	c 150	|       475 |  262324  8435534 36057443 |  3742565      444     37 |  0.362 % |
157.69/159.21	c 159	|       812 |  262299  8435534 36057443 |  4116821      759     37 |  0.622 % |
168.89/170.50	c 170	|      1319 |  262274  8435534 36057443 |  4528503     1242     48 |  0.867 % |
184.19/185.80	c 186	|      2078 |  262257  8435534 36057443 |  4981354     1986     48 |  1.065 % |
213.48/215.02	c 215	|      3217 |  259134  8253302 35170526 |  5479489     2954     47 |  1.318 % |
248.88/250.48	c 250	|      4926 |  259093  8253302 35170526 |  6027438     4626     53 |  2.136 % |
310.56/312.11	c 312	|      7488 |  255897  8071173 34288198 |  6630182     6785     55 |  3.073 % |
405.23/406.83	c 407	|     11332 |  252733  7884521 33396011 |  7293200    10214     59 |  3.695 % |
540.50/542.13	c 542	|     17098 |  250783  7776795 32883285 |  8022520    15591     65 |  4.562 % |
729.65/731.35	c 731	|     25747 |  247813  7606985 32084472 |  8824773    23624     79 |  5.610 % |
996.46/998.23	c 998	|     38721 |  244613  7423007 31223019 |  9707250    35900     93 |  6.818 % |
1376.47/1378.36	c 1378	|     58182 |  243248  7348797 30884103 | 10677975    55015    125 |  7.295 % |
1800.07/1802.01	c ERROR INTERRUPTED
1800.07/1802.08	s UNKNOWN
1800.07/1802.08	c 1802	CPU 130.75 (0.06 0.02 128.93 1.74)
1800.07/1802.08	c 1802	END Sat Jul 11 23:33:05 2009

Verifier Data

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

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2068134-1247346182/watcher-2068134-1247346182 -o /tmp/evaluation-result-2068134-1247346182/solver-2068134-1247346182 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2068134-1247346182.xml 

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


[startup+0 s]
/proc/loadavg: 2.64 2.44 2.18 4/84 15602
/proc/meminfo: memFree=1513632/2055920 swapFree=4192948/4192956
[pid=15602] ppid=15600 vsize=12268 CPUtime=0
/proc/15602/stat : 15602 (sugar) R 15600 15602 13693 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 21685523 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 228706424396 0 0 4224 0 0 0 0 17 1 0 0
/proc/15602/statm: 3067 316 241 3 0 167 0

[startup+0.04824 s]
/proc/loadavg: 2.64 2.44 2.18 4/84 15602
/proc/meminfo: memFree=1513632/2055920 swapFree=4192948/4192956
[pid=15602] ppid=15600 vsize=14644 CPUtime=0.03
/proc/15602/stat : 15602 (sugar) R 15600 15602 13693 0 -1 4194304 789 0 0 0 2 1 0 0 20 0 1 0 21685523 14995456 757 996147200 4194304 4206940 548682068608 18446744073709551615 228703926316 0 0 4224 0 0 0 0 17 0 0 0
/proc/15602/statm: 3661 757 343 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 14644

[startup+0.101215 s]
/proc/loadavg: 2.64 2.44 2.18 4/84 15602
/proc/meminfo: memFree=1513632/2055920 swapFree=4192948/4192956
[pid=15602] ppid=15600 vsize=16868 CPUtime=0.06
/proc/15602/stat : 15602 (sugar) S 15600 15602 13693 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 21685523 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15602/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301232 s]
/proc/loadavg: 2.64 2.44 2.18 4/84 15602
/proc/meminfo: memFree=1513632/2055920 swapFree=4192948/4192956
[pid=15602] ppid=15600 vsize=16868 CPUtime=0.06
/proc/15602/stat : 15602 (sugar) S 15600 15602 13693 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 21685523 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15602/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701272 s]
/proc/loadavg: 2.64 2.44 2.18 4/84 15602
/proc/meminfo: memFree=1513632/2055920 swapFree=4192948/4192956
[pid=15602] ppid=15600 vsize=16868 CPUtime=0.06
/proc/15602/stat : 15602 (sugar) S 15600 15602 13693 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 21685523 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15602/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50135 s]
/proc/loadavg: 2.64 2.44 2.18 3/95 15614
/proc/meminfo: memFree=1486856/2055920 swapFree=4192948/4192956
[pid=15602] ppid=15600 vsize=16868 CPUtime=1.31
/proc/15602/stat : 15602 (sugar) S 15600 15602 13693 0 -1 4194304 1309 9654 0 1 5 2 118 6 15 0 1 0 21685523 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15602/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 16868

[startup+3.1025 s]
/proc/loadavg: 2.64 2.44 2.18 3/95 15624
/proc/meminfo: memFree=1491464/2055920 swapFree=4192948/4192956
[pid=15602] ppid=15600 vsize=16868 CPUtime=1.31
/proc/15602/stat : 15602 (sugar) S 15600 15602 13693 0 -1 4194304 1309 9654 0 1 5 2 118 6 15 0 1 0 21685523 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15602/statm: 4217 1111 409 3 0 796 0
[pid=15615] ppid=15602 vsize=5356 CPUtime=0
/proc/15615/stat : 15615 (sh) S 15602 15602 13693 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21685662 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15615/statm: 1339 233 193 169 0 50 0
[pid=15616] ppid=15615 vsize=864260 CPUtime=1.68
/proc/15616/stat : 15616 (java) S 15615 15602 13693 0 -1 0 12781 0 1 0 163 5 0 0 20 0 9 0 21685662 885002240 11832 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15616/statm: 216065 11832 2568 9 0 210570 0
[pid=15616/tid=15617] ppid=15615 vsize=864260 CPUtime=1.1
/proc/15616/task/15617/stat : 15617 (java) R 15615 15602 13693 0 -1 64 2905 0 1 0 108 2 0 0 25 0 9 0 21685663 885002240 11832 996147200 134512640 134550932 4294955936 18446744073709551615 4126513627 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15616/tid=15618] ppid=15615 vsize=864260 CPUtime=0.51
/proc/15616/task/15618/stat : 15618 (java) S 15615 15602 13693 0 -1 64 8858 0 0 0 49 2 0 0 16 0 9 0 21685664 885002240 11832 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15616/tid=15619] ppid=15615 vsize=864260 CPUtime=0
/proc/15616/task/15619/stat : 15619 (java) S 15615 15602 13693 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21685664 885002240 11832 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15616/tid=15620] ppid=15615 vsize=864260 CPUtime=0
/proc/15616/task/15620/stat : 15620 (java) S 15615 15602 13693 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 21685664 885002240 11832 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15616/tid=15621] ppid=15615 vsize=864260 CPUtime=0
/proc/15616/task/15621/stat : 15621 (java) S 15615 15602 13693 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21685666 885002240 11832 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15616/tid=15622] ppid=15615 vsize=864260 CPUtime=0.04
/proc/15616/task/15622/stat : 15622 (java) S 15615 15602 13693 0 -1 64 314 0 0 0 4 0 0 0 16 0 9 0 21685666 885002240 11832 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15616/tid=15623] ppid=15615 vsize=864260 CPUtime=0
/proc/15616/task/15623/stat : 15623 (java) S 15615 15602 13693 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21685666 885002240 11832 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15616/tid=15624] ppid=15615 vsize=864260 CPUtime=0
/proc/15616/task/15624/stat : 15624 (java) S 15615 15602 13693 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21685666 885002240 11832 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 886484

[startup+6.30281 s]
/proc/loadavg: 2.59 2.43 2.18 3/95 15624
/proc/meminfo: memFree=1443464/2055920 swapFree=4192948/4192956
[pid=15602] ppid=15600 vsize=16868 CPUtime=1.31
/proc/15602/stat : 15602 (sugar) S 15600 15602 13693 0 -1 4194304 1309 9654 0 1 5 2 118 6 16 0 1 0 21685523 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15602/statm: 4217 1111 409 3 0 796 0
[pid=15615] ppid=15602 vsize=5356 CPUtime=0
/proc/15615/stat : 15615 (sh) S 15602 15602 13693 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21685662 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15615/statm: 1339 233 193 169 0 50 0
[pid=15616] ppid=15615 vsize=889584 CPUtime=4.84
/proc/15616/stat : 15616 (java) S 15615 15602 13693 0 -1 0 31346 0 1 0 468 16 0 0 20 0 9 0 21685662 910934016 25101 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15616/statm: 222396 25101 2567 9 0 216901 0
[pid=15616/tid=15617] ppid=15615 vsize=889584 CPUtime=3.32
/proc/15616/task/15617/stat : 15617 (java) R 15615 15602 13693 0 -1 64 3254 0 1 0 330 2 0 0 25 0 9 0 21685663 910934016 25101 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15616/tid=15618] ppid=15615 vsize=889584 CPUtime=1.33
/proc/15616/task/15618/stat : 15618 (java) R 15615 15602 13693 0 -1 64 25903 0 0 0 122 11 0 0 16 0 9 0 21685664 910934016 25101 996147200 134512640 134550932 4294955936 18446744073709551615 104189893 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15616/tid=15619] ppid=15615 vsize=889584 CPUtime=0
/proc/15616/task/15619/stat : 15619 (java) S 15615 15602 13693 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21685664 910934016 25101 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15616/tid=15620] ppid=15615 vsize=889584 CPUtime=0
/proc/15616/task/15620/stat : 15620 (java) S 15615 15602 13693 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21685664 910934016 25101 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15616/tid=15621] ppid=15615 vsize=889584 CPUtime=0
/proc/15616/task/15621/stat : 15621 (java) S 15615 15602 13693 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21685666 910934016 25101 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15616/tid=15622] ppid=15615 vsize=889584 CPUtime=0.16
/proc/15616/task/15622/stat : 15622 (java) S 15615 15602 13693 0 -1 64 1485 0 0 0 15 1 0 0 16 0 9 0 21685666 910934016 25101 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15616/tid=15623] ppid=15615 vsize=889584 CPUtime=0
/proc/15616/task/15623/stat : 15623 (java) S 15615 15602 13693 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21685666 910934016 25101 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15616/tid=15624] ppid=15615 vsize=889584 CPUtime=0
/proc/15616/task/15624/stat : 15624 (java) S 15615 15602 13693 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21685666 910934016 25101 996147200 134512640 134550932 4294955936 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) 911808

[startup+12.7024 s]
/proc/loadavg: 2.54 2.42 2.18 3/95 15624
/proc/meminfo: memFree=1405512/2055920 swapFree=4192948/4192956
[pid=15602] ppid=15600 vsize=16868 CPUtime=1.31
/proc/15602/stat : 15602 (sugar) S 15600 15602 13693 0 -1 4194304 1310 9654 0 1 5 2 118 6 16 0 1 0 21685523 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15602/statm: 4217 1111 409 3 0 796 0
[pid=15615] ppid=15602 vsize=5356 CPUtime=0
/proc/15615/stat : 15615 (sh) S 15602 15602 13693 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21685662 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15615/statm: 1339 233 193 169 0 50 0
[pid=15616] ppid=15615 vsize=868704 CPUtime=11.17
/proc/15616/stat : 15616 (java) S 15615 15602 13693 0 -1 0 40250 0 1 0 1093 24 0 0 20 0 9 0 21685662 889552896 27083 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15616/statm: 217176 27083 2591 9 0 211653 0
[pid=15616/tid=15617] ppid=15615 vsize=868704 CPUtime=8.57
/proc/15616/task/15617/stat : 15617 (java) R 15615 15602 13693 0 -1 64 3833 0 1 0 852 5 0 0 25 0 9 0 21685663 889552896 27083 996147200 134512640 134550932 4294955936 18446744073709551615 4126555657 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15616/tid=15618] ppid=15615 vsize=868704 CPUtime=2.36
/proc/15616/task/15618/stat : 15618 (java) S 15615 15602 13693 0 -1 64 34193 0 0 0 220 16 0 0 16 0 9 0 21685664 889552896 27083 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15616/tid=15619] ppid=15615 vsize=868704 CPUtime=0
/proc/15616/task/15619/stat : 15619 (java) S 15615 15602 13693 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21685664 889552896 27083 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15616/tid=15620] ppid=15615 vsize=868704 CPUtime=0
/proc/15616/task/15620/stat : 15620 (java) S 15615 15602 13693 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21685664 889552896 27083 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15616/tid=15621] ppid=15615 vsize=868704 CPUtime=0
/proc/15616/task/15621/stat : 15621 (java) S 15615 15602 13693 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21685666 889552896 27083 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15616/tid=15622] ppid=15615 vsize=868704 CPUtime=0.21
/proc/15616/task/15622/stat : 15622 (java) S 15615 15602 13693 0 -1 64 1520 0 0 0 20 1 0 0 15 0 9 0 21685666 889552896 27083 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15616/tid=15623] ppid=15615 vsize=868704 CPUtime=0
/proc/15616/task/15623/stat : 15623 (java) S 15615 15602 13693 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21685666 889552896 27083 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15616/tid=15624] ppid=15615 vsize=868704 CPUtime=0
/proc/15616/task/15624/stat : 15624 (java) S 15615 15602 13693 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21685666 889552896 27083 996147200 134512640 134550932 4294955936 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) 890928

[startup+25.5026 s]
/proc/loadavg: 2.42 2.40 2.17 3/95 15624
/proc/meminfo: memFree=1386952/2055920 swapFree=4192948/4192956
[pid=15602] ppid=15600 vsize=16868 CPUtime=1.31
/proc/15602/stat : 15602 (sugar) S 15600 15602 13693 0 -1 4194304 1310 9654 0 1 5 2 118 6 16 0 1 0 21685523 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15602/statm: 4217 1111 409 3 0 796 0
[pid=15615] ppid=15602 vsize=5356 CPUtime=0
/proc/15615/stat : 15615 (sh) S 15602 15602 13693 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21685662 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15615/statm: 1339 233 193 169 0 50 0
[pid=15616] ppid=15615 vsize=868704 CPUtime=23.84
/proc/15616/stat : 15616 (java) S 15615 15602 13693 0 -1 0 40394 0 1 0 2346 38 0 0 20 0 9 0 21685662 889552896 27089 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15616/statm: 217176 27089 2591 9 0 211653 0
[pid=15616/tid=15617] ppid=15615 vsize=868704 CPUtime=21.16
/proc/15616/task/15617/stat : 15617 (java) R 15615 15602 13693 0 -1 64 3971 0 1 0 2098 18 0 0 25 0 9 0 21685663 889552896 27089 996147200 134512640 134550932 4294955936 18446744073709551615 4127047261 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15616/tid=15618] ppid=15615 vsize=868704 CPUtime=2.43
/proc/15616/task/15618/stat : 15618 (java) S 15615 15602 13693 0 -1 64 34193 0 0 0 226 17 0 0 16 0 9 0 21685664 889552896 27089 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15616/tid=15619] ppid=15615 vsize=868704 CPUtime=0
/proc/15616/task/15619/stat : 15619 (java) S 15615 15602 13693 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21685664 889552896 27089 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15616/tid=15620] ppid=15615 vsize=868704 CPUtime=0
/proc/15616/task/15620/stat : 15620 (java) S 15615 15602 13693 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21685664 889552896 27089 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15616/tid=15621] ppid=15615 vsize=868704 CPUtime=0
/proc/15616/task/15621/stat : 15621 (java) S 15615 15602 13693 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21685666 889552896 27089 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15616/tid=15622] ppid=15615 vsize=868704 CPUtime=0.22
/proc/15616/task/15622/stat : 15622 (java) S 15615 15602 13693 0 -1 64 1526 0 0 0 21 1 0 0 17 0 9 0 21685666 889552896 27089 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15616/tid=15623] ppid=15615 vsize=868704 CPUtime=0
/proc/15616/task/15623/stat : 15623 (java) S 15615 15602 13693 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21685666 889552896 27089 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15616/tid=15624] ppid=15615 vsize=868704 CPUtime=0
/proc/15616/task/15624/stat : 15624 (java) S 15615 15602 13693 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21685666 889552896 27089 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 890928

[startup+51.102 s]
/proc/loadavg: 2.28 2.37 2.17 3/95 15624
/proc/meminfo: memFree=1343944/2055920 swapFree=4192948/4192956
[pid=15602] ppid=15600 vsize=16868 CPUtime=1.31
/proc/15602/stat : 15602 (sugar) S 15600 15602 13693 0 -1 4194304 1310 9654 0 1 5 2 118 6 16 0 1 0 21685523 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15602/statm: 4217 1111 409 3 0 796 0
[pid=15615] ppid=15602 vsize=5356 CPUtime=0
/proc/15615/stat : 15615 (sh) S 15602 15602 13693 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21685662 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15615/statm: 1339 233 193 169 0 50 0
[pid=15616] ppid=15615 vsize=868704 CPUtime=49.17
/proc/15616/stat : 15616 (java) S 15615 15602 13693 0 -1 0 40702 0 1 0 4852 65 0 0 20 0 9 0 21685662 889552896 27089 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15616/statm: 217176 27089 2591 9 0 211653 0

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

/proc/15626/stat : 15626 (minisat) R 15625 15602 13693 0 -1 4194304 109560 0 0 0 128904 68 0 0 25 0 1 0 21698746 466898944 109546 996147200 134512640 135127466 4294956256 18446744073709551615 134530949 0 0 4096 3 0 0 0 17 1 0 0
/proc/15626/statm: 113989 109546 75 150 0 113836 0
Current children cumulated CPU time (s) 1420.46
Current children cumulated vsize (KiB) 478180

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/84 15664
/proc/meminfo: memFree=856600/2055920 swapFree=4192948/4192956
[pid=15602] ppid=15600 vsize=16868 CPUtime=130.74
/proc/15602/stat : 15602 (sugar) S 15600 15602 13693 0 -1 4194304 1376 51713 0 2 6 2 12893 173 16 0 1 0 21685523 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15602/statm: 4217 1113 409 3 0 796 0
[pid=15625] ppid=15602 vsize=5356 CPUtime=0
/proc/15625/stat : 15625 (sh) S 15602 15602 13693 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21698745 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15625/statm: 1339 232 193 169 0 50 0
[pid=15626] ppid=15625 vsize=458200 CPUtime=1349.7
/proc/15626/stat : 15626 (minisat) R 15625 15602 13693 0 -1 4194304 110127 0 0 0 134902 68 0 0 25 0 1 0 21698746 469196800 110113 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/15626/statm: 114550 110113 75 150 0 114397 0
Current children cumulated CPU time (s) 1480.44
Current children cumulated vsize (KiB) 480424

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/84 15664
/proc/meminfo: memFree=855128/2055920 swapFree=4192948/4192956
[pid=15602] ppid=15600 vsize=16868 CPUtime=130.74
/proc/15602/stat : 15602 (sugar) S 15600 15602 13693 0 -1 4194304 1376 51713 0 2 6 2 12893 173 16 0 1 0 21685523 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15602/statm: 4217 1113 409 3 0 796 0
[pid=15625] ppid=15602 vsize=5356 CPUtime=0
/proc/15625/stat : 15625 (sh) S 15602 15602 13693 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21698745 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15625/statm: 1339 232 193 169 0 50 0
[pid=15626] ppid=15625 vsize=459772 CPUtime=1409.68
/proc/15626/stat : 15626 (minisat) R 15625 15602 13693 0 -1 4194304 110472 0 0 0 140900 68 0 0 25 0 1 0 21698746 470806528 110458 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 1 0 0
/proc/15626/statm: 114943 110458 75 150 0 114790 0
Current children cumulated CPU time (s) 1540.42
Current children cumulated vsize (KiB) 481996

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 15664
/proc/meminfo: memFree=852312/2055920 swapFree=4192948/4192956
[pid=15602] ppid=15600 vsize=16868 CPUtime=130.74
/proc/15602/stat : 15602 (sugar) S 15600 15602 13693 0 -1 4194304 1376 51713 0 2 6 2 12893 173 16 0 1 0 21685523 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15602/statm: 4217 1113 409 3 0 796 0
[pid=15625] ppid=15602 vsize=5356 CPUtime=0
/proc/15625/stat : 15625 (sh) S 15602 15602 13693 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21698745 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15625/statm: 1339 232 193 169 0 50 0
[pid=15626] ppid=15625 vsize=462412 CPUtime=1469.67
/proc/15626/stat : 15626 (minisat) R 15625 15602 13693 0 -1 4194304 111152 0 0 0 146898 69 0 0 25 0 1 0 21698746 473509888 111138 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15626/statm: 115603 111138 75 150 0 115450 0
Current children cumulated CPU time (s) 1600.41
Current children cumulated vsize (KiB) 484636

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 15664
/proc/meminfo: memFree=850520/2055920 swapFree=4192948/4192956
[pid=15602] ppid=15600 vsize=16868 CPUtime=130.74
/proc/15602/stat : 15602 (sugar) S 15600 15602 13693 0 -1 4194304 1376 51713 0 2 6 2 12893 173 16 0 1 0 21685523 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15602/statm: 4217 1113 409 3 0 796 0
[pid=15625] ppid=15602 vsize=5356 CPUtime=0
/proc/15625/stat : 15625 (sh) S 15602 15602 13693 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21698745 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15625/statm: 1339 232 193 169 0 50 0
[pid=15626] ppid=15625 vsize=463996 CPUtime=1529.66
/proc/15626/stat : 15626 (minisat) R 15625 15602 13693 0 -1 4194304 111560 0 0 0 152896 70 0 0 25 0 1 0 21698746 475131904 111546 996147200 134512640 135127466 4294956256 18446744073709551615 134522617 0 0 4096 3 0 0 0 17 1 0 0
/proc/15626/statm: 115999 111546 75 150 0 115846 0
Current children cumulated CPU time (s) 1660.4
Current children cumulated vsize (KiB) 486220

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 15664
/proc/meminfo: memFree=848024/2055920 swapFree=4192948/4192956
[pid=15602] ppid=15600 vsize=16868 CPUtime=130.74
/proc/15602/stat : 15602 (sugar) S 15600 15602 13693 0 -1 4194304 1376 51713 0 2 6 2 12893 173 16 0 1 0 21685523 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15602/statm: 4217 1113 409 3 0 796 0
[pid=15625] ppid=15602 vsize=5356 CPUtime=0
/proc/15625/stat : 15625 (sh) S 15602 15602 13693 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21698745 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15625/statm: 1339 232 193 169 0 50 0
[pid=15626] ppid=15625 vsize=466504 CPUtime=1589.64
/proc/15626/stat : 15626 (minisat) R 15625 15602 13693 0 -1 4194304 112184 0 0 0 158894 70 0 0 25 0 1 0 21698746 477700096 112170 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15626/statm: 116626 112170 75 150 0 116473 0
Current children cumulated CPU time (s) 1720.38
Current children cumulated vsize (KiB) 488728

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 15664
/proc/meminfo: memFree=845656/2055920 swapFree=4192948/4192956
[pid=15602] ppid=15600 vsize=16868 CPUtime=130.74
/proc/15602/stat : 15602 (sugar) S 15600 15602 13693 0 -1 4194304 1376 51713 0 2 6 2 12893 173 16 0 1 0 21685523 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15602/statm: 4217 1113 409 3 0 796 0
[pid=15625] ppid=15602 vsize=5356 CPUtime=0
/proc/15625/stat : 15625 (sh) S 15602 15602 13693 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21698745 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15625/statm: 1339 232 193 169 0 50 0
[pid=15626] ppid=15625 vsize=468880 CPUtime=1649.63
/proc/15626/stat : 15626 (minisat) R 15625 15602 13693 0 -1 4194304 112763 0 0 0 164892 71 0 0 25 0 1 0 21698746 480133120 112749 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15626/statm: 117220 112749 75 150 0 117067 0
Current children cumulated CPU time (s) 1780.37
Current children cumulated vsize (KiB) 491104



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 15664
/proc/meminfo: memFree=844952/2055920 swapFree=4192948/4192956
[pid=15602] ppid=15600 vsize=16868 CPUtime=130.74
/proc/15602/stat : 15602 (sugar) S 15600 15602 13693 0 -1 4194304 1376 51713 0 2 6 2 12893 173 16 0 1 0 21685523 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15602/statm: 4217 1113 409 3 0 796 0
[pid=15625] ppid=15602 vsize=5356 CPUtime=0
/proc/15625/stat : 15625 (sh) S 15602 15602 13693 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21698745 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15625/statm: 1339 232 193 169 0 50 0
[pid=15626] ppid=15625 vsize=469544 CPUtime=1669.33
/proc/15626/stat : 15626 (minisat) R 15625 15602 13693 0 -1 4194304 112928 0 0 0 166862 71 0 0 25 0 1 0 21698746 480813056 112914 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15626/statm: 117386 112914 75 150 0 117233 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 491768

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

############
# WARNING:
# current cumulated CPU time (130.79 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 two samples below)
# Adding the difference (1669.28 s) to the 'lost time'.

[startup+1802 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 15664
/proc/meminfo: memFree=844952/2055920 swapFree=4192948/4192956
[pid=15602] ppid=15600 vsize=16868 CPUtime=130.74
/proc/15602/stat : 15602 (sugar) S 15600 15602 13693 0 -1 4194304 1376 51713 0 2 6 2 12893 173 16 0 1 0 21685523 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15602/statm: 4217 1113 409 3 0 796 0
[pid=15625] ppid=15602 vsize=5356 CPUtime=0
/proc/15625/stat : 15625 (sh) S 15602 15602 13693 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21698745 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15625/statm: 1339 232 193 169 0 50 0
[pid=15626] ppid=15625 vsize=469544 CPUtime=1669.33
/proc/15626/stat : 15626 (minisat) R 15625 15602 13693 0 -1 4194304 112928 0 0 0 166862 71 0 0 25 0 1 0 21698746 480813056 112914 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15626/statm: 117386 112914 75 150 0 117233 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 491768

[startup+1802.12 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 15664
/proc/meminfo: memFree=844952/2055920 swapFree=4192948/4192956
[pid=15602] ppid=15600 vsize=16868 CPUtime=130.79
/proc/15602/stat : 15602 (sugar) R 15600 15602 13693 0 -1 4194304 1423 51990 0 2 6 6 12893 174 16 0 1 0 21685523 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 228706718761 0 0 4224 16386 0 0 0 17 1 0 0
/proc/15602/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 130.79
Current children cumulated vsize (KiB) 16868
#
############


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

[startup+1802.12 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 15664
/proc/meminfo: memFree=844952/2055920 swapFree=4192948/4192956
[pid=15602] ppid=15600 vsize=16868 CPUtime=130.79
/proc/15602/stat : 15602 (sugar) R 15600 15602 13693 0 -1 4194304 1423 51990 0 2 6 6 12893 174 16 0 1 0 21685523 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 228706718761 0 0 4224 16386 0 0 0 17 1 0 0
/proc/15602/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 130.79
Current children cumulated vsize (KiB) 16868

Child status: 0

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

Real time (s): 1802.19
CPU time (s): 1800.16
CPU user time (s): 1797.62
CPU system time (s): 2.54071
CPU usage (%): 99.8871
Max. virtual memory (cumulated for all children) (KiB): 911808

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 128.996
system time used= 1.88071
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53472
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= 21488
involuntary context switches= 24364

runsolver used 2.21466 second user time and 5.32219 second system time

The end

Launcher Data

Begin job on node8 at 2009-07-11 23:03:03
IDJOB=2068134
IDBENCH=54808
IDSOLVER=739
FILE ID=node8/2068134-1247346182
PBS_JOBID= 9506755
Free space on /tmp= 66268 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/pseudo/mpsReduced/normalized-mps-red-air06.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2068134-1247346182/watcher-2068134-1247346182 -o /tmp/evaluation-result-2068134-1247346182/solver-2068134-1247346182 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2068134-1247346182.xml

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

MD5SUM BENCH= 00668b6a7dafa5fe6313e8c116ffb6c0
RANDOM SEED=1065712823

node8.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.213
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.213
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:       1514112 kB
Buffers:         47100 kB
Cached:         320772 kB
SwapCached:          8 kB
Active:         199376 kB
Inactive:       289192 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1514112 kB
SwapTotal:     4192956 kB
SwapFree:      4192948 kB
Dirty:            5164 kB
Writeback:           0 kB
Mapped:         136368 kB
Slab:            38180 kB
Committed_AS:   848108 kB
PageTables:       1944 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66264 MiB
End job on node8 at 2009-07-11 23:33:07