Trace number 2064097

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.07 1815.84

General information on the benchmark

Namecsp/compet02/
normalized-patat-02-comp-12.xml
MD5SUMd1654ea43962c938fe22704df22159b5
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark43.5614
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints28400
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension28200
Global constraints used (with number of constraints)alldifferent(200)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sat Jul 11 19:40:08 2009
0.00/0.08	c 0	PID 13668
0.00/0.08	c 0	HOST node2.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2064097-1247334008.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2064097-1247334008.xml' 'HOME/temp.csp'
1.95/2.03	c 2	19 domains, 800 variables, 1 predicates, 0 relations, 28400 constraints
1.95/2.08	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.95/2.08	c 2	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'
2.00/2.16	c 2	Parsing HOME/temp.csp
2.19/2.33	c 3	parsed 10000 expressions
2.30/2.48	c 3	parsed 20000 expressions
2.49/2.65	c 3	parsed 29220 expressions
2.49/2.66	c 3	Heap : 11 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.49/2.66	c 3	Converting to clausal form CSP
2.98/3.16	c 3	converted 2922 (10%) expressions
3.18/3.38	c 4	converted 5844 (20%) expressions
3.38/3.60	c 4	converted 8766 (30%) expressions
3.77/3.96	c 4	converted 11688 (40%) expressions
3.97/4.18	c 4	converted 14610 (50%) expressions
4.17/4.39	c 5	converted 17532 (60%) expressions
4.47/4.61	c 5	converted 20454 (70%) expressions
4.86/5.09	c 5	converted 23376 (80%) expressions
5.06/5.29	c 5	converted 26298 (90%) expressions
6.64/6.84	c 7	converted 29220 (100%) expressions
6.64/6.84	c 7	CSP : 800 integers, 0 booleans, 57817 clauses, largest domain size 45
6.64/6.84	c 7	Heap : 68 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.64/6.84	c 7	Propagation in CSP
6.83/7.04	c 7	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
6.83/7.04	c 7	CSP : 800 integers, 0 booleans, 57817 clauses, largest domain size 45
6.83/7.04	c 7	Heap : 68 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.83/7.07	c 7	Simplifing CSP by introducing new Boolean variables
8.41/8.63	c 9	CSP : 800 integers, 159159 booleans, 216976 clauses, largest domain size 45
8.41/8.63	c 9	Heap : 116 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
9.21/9.46	c 10	Encoding CSP to SAT : HOME/temp.cnf
9.31/9.52	c 10	80 (10%) CSP integer variables are encoded (3440 clauses, 42621 bytes)
9.31/9.52	c 10	160 (20%) CSP integer variables are encoded (6880 clauses, 87341 bytes)
9.31/9.52	c 10	240 (30%) CSP integer variables are encoded (10320 clauses, 133158 bytes)
9.31/9.53	c 10	320 (40%) CSP integer variables are encoded (13760 clauses, 184758 bytes)
9.31/9.54	c 10	400 (50%) CSP integer variables are encoded (17200 clauses, 236358 bytes)
9.31/9.54	c 10	480 (60%) CSP integer variables are encoded (17225 clauses, 236733 bytes)
9.31/9.54	c 10	560 (70%) CSP integer variables are encoded (17261 clauses, 237273 bytes)
9.31/9.54	c 10	640 (80%) CSP integer variables are encoded (17289 clauses, 237693 bytes)
9.31/9.55	c 10	720 (90%) CSP integer variables are encoded (17331 clauses, 238323 bytes)
9.31/9.55	c 10	800 (100%) CSP integer variables are encoded (17368 clauses, 238878 bytes)
10.30/10.58	c 11	21698 (10%) CSP clauses are encoded (462763 clauses, 8918718 bytes)
11.28/11.53	c 12	43396 (20%) CSP clauses are encoded (919028 clauses, 18126811 bytes)
12.17/12.47	c 13	65093 (30%) CSP clauses are encoded (1369580 clauses, 27247673 bytes)
13.16/13.41	c 14	86791 (40%) CSP clauses are encoded (1810599 clauses, 36224476 bytes)
14.14/14.40	c 15	108488 (50%) CSP clauses are encoded (2259846 clauses, 45591018 bytes)
15.13/15.43	c 16	130186 (60%) CSP clauses are encoded (2708441 clauses, 55676608 bytes)
16.41/16.75	c 17	151884 (70%) CSP clauses are encoded (3363387 clauses, 69631655 bytes)
17.70/18.06	c 18	173581 (80%) CSP clauses are encoded (4018552 clauses, 83674726 bytes)
19.07/19.41	c 20	195279 (90%) CSP clauses are encoded (4673938 clauses, 97729176 bytes)
20.35/20.74	c 21	216976 (100%) CSP clauses are encoded (5329499 clauses, 111739195 bytes)
20.35/20.74	c 21	216976 CSP clauses encoded
20.35/20.74	c 21	Writing map file : HOME/temp.map
20.35/20.77	c 21	Heap : 85 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
20.35/20.77	c 21	SAT : 177141 SAT variables, 5329499 SAT clauses, 111739195 bytes
20.35/20.78	c 21	Heap : 85 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
20.42/20.83	c 21	SOLVING HOME/temp.cnf
20.42/20.83	c 21	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
20.42/20.83	c 21	This is MiniSat 2.0 beta
20.42/20.83	c 21	WARNING: for repeatability, setting FPU to use double precision
20.42/20.83	c 21	============================[ Problem Statistics ]=============================
20.42/20.83	c 21	|                                                                             |
20.42/20.84	c 21	|  Number of variables:  177141                                               |
20.42/20.84	c 21	|  Number of clauses:    5329499                                              |
23.38/23.80	c 24	|  Parsing time:         2.52         s                                       |
23.49/23.94	c 24	============================[ Search Statistics ]==============================
23.49/23.94	c 24	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
23.49/23.94	c 24	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
23.49/23.94	c 24	===============================================================================
23.49/23.94	c 24	|         0 |  177141  5329499 15673127 |  1776499        0    nan |  0.000 % |
24.77/25.30	c 25	|       102 |  177141  5329499 15673127 |  1954149      102     27 |  0.000 % |
25.57/26.05	c 26	|       252 |  177141  5329499 15673127 |  2149564      252     18 |  0.000 % |
25.66/26.18	c 26	|       477 |  177141  5329499 15673127 |  2364521      477     16 |  0.000 % |
26.06/26.56	c 27	|       815 |  177141  5329499 15673127 |  2600973      815     14 |  0.000 % |
29.32/29.89	c 30	|      1321 |  177141  5329499 15673127 |  2861070     1321     31 |  0.000 % |
30.22/30.75	c 31	|      2080 |  177141  5329499 15673127 |  3147177     2080     27 |  0.000 % |
31.91/32.41	c 33	|      3219 |  177141  5329499 15673127 |  3461895     3219     24 |  0.000 % |
33.00/33.54	c 34	|      4927 |  177141  5329499 15673127 |  3808084     4927     24 |  0.000 % |
35.87/36.45	c 37	|      7489 |  177141  5329499 15673127 |  4188893     7489     30 |  0.000 % |
37.46/38.03	c 38	|     11333 |  177141  5329499 15673127 |  4607782    11333     26 |  0.000 % |
39.53/40.12	c 40	|     17099 |  177141  5329499 15673127 |  5068560    17099     26 |  0.000 % |
52.41/53.12	c 53	|     25748 |  177141  5329499 15673127 |  5575416    25748     35 |  0.000 % |
59.04/59.87	c 60	|     38723 |  177141  5329499 15673127 |  6132958    38723     31 |  0.000 % |
62.81/63.63	c 64	|     58184 |  177141  5329499 15673127 |  6746254    58184     27 |  0.000 % |
111.94/113.21	c 113	|     87376 |  177141  5329499 15673127 |  7420879    87376     42 |  0.000 % |
150.47/152.17	c 152	|    131166 |  177141  5329499 15673127 |  8162967   131166     39 |  0.000 % |
204.96/207.18	c 207	|    196850 |  177141  5329499 15673127 |  8979264   196850     37 |  0.000 % |
259.23/261.94	c 262	|    295376 |  177141  5329499 15673127 |  9877191   295376     33 |  0.000 % |
381.97/385.83	c 386	|    443166 |  177141  5329499 15673127 | 10864910   443166     33 |  0.000 % |
662.00/668.53	c 669	|    664851 |  177141  5329499 15673127 | 11951401   664851     42 |  0.000 % |
1150.34/1161.56	c 1162	|    997378 |  177141  5329499 15673127 | 13146541   997378     42 |  0.000 % |
1800.03/1815.72	c ERROR INTERRUPTED
1800.03/1815.79	s UNKNOWN
1800.03/1815.79	c 1816	CPU 20.47 (0.07 0.01 19.26 1.13)
1800.03/1815.79	c 1816	END Sat Jul 11 20:10:24 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-2064097-1247334008/watcher-2064097-1247334008 -o /tmp/evaluation-result-2064097-1247334008/solver-2064097-1247334008 -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-2064097-1247334008.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: 1.93 1.95 1.98 4/80 13668
/proc/meminfo: memFree=544728/2055920 swapFree=4192956/4192956
[pid=13668] ppid=13666 vsize=18576 CPUtime=0
/proc/13668/stat : 13668 (runsolver) R 13666 13668 13604 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 20468490 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 206381313319 0 0 4096 24578 0 0 0 17 1 0 0
/proc/13668/statm: 4644 284 249 26 0 2626 0

[startup+0.088177 s]
/proc/loadavg: 1.93 1.95 1.98 4/80 13668
/proc/meminfo: memFree=544728/2055920 swapFree=4192956/4192956
[pid=13668] ppid=13666 vsize=16868 CPUtime=0.07
/proc/13668/stat : 13668 (sugar) S 13666 13668 13604 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 20468490 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13668/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.101183 s]
/proc/loadavg: 1.93 1.95 1.98 4/80 13668
/proc/meminfo: memFree=544728/2055920 swapFree=4192956/4192956
[pid=13668] ppid=13666 vsize=16868 CPUtime=0.07
/proc/13668/stat : 13668 (sugar) S 13666 13668 13604 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 20468490 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13668/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301212 s]
/proc/loadavg: 1.93 1.95 1.98 4/80 13668
/proc/meminfo: memFree=544728/2055920 swapFree=4192956/4192956
[pid=13668] ppid=13666 vsize=16868 CPUtime=0.07
/proc/13668/stat : 13668 (sugar) S 13666 13668 13604 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 20468490 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13668/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.70129 s]
/proc/loadavg: 1.93 1.95 1.98 4/80 13668
/proc/meminfo: memFree=544728/2055920 swapFree=4192956/4192956
[pid=13668] ppid=13666 vsize=16868 CPUtime=0.07
/proc/13668/stat : 13668 (sugar) S 13666 13668 13604 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 20468490 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13668/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50243 s]
/proc/loadavg: 1.93 1.95 1.98 4/91 13680
/proc/meminfo: memFree=519680/2055920 swapFree=4192956/4192956
[pid=13668] ppid=13666 vsize=16868 CPUtime=0.07
/proc/13668/stat : 13668 (sugar) S 13666 13668 13604 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 20468490 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13668/statm: 4217 1111 409 3 0 796 0
[pid=13671] ppid=13668 vsize=5356 CPUtime=0
/proc/13671/stat : 13671 (sh) S 13668 13668 13604 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20468499 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13671/statm: 1339 233 193 169 0 50 0
[pid=13672] ppid=13671 vsize=865812 CPUtime=1.38
/proc/13672/stat : 13672 (java) S 13671 13668 13604 0 -1 0 14578 0 1 0 129 9 0 0 18 0 9 0 20468499 886591488 12607 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13672/statm: 216453 12607 2556 9 0 210965 0
[pid=13672/tid=13673] ppid=13671 vsize=865812 CPUtime=0.78
/proc/13672/task/13673/stat : 13673 (java) R 13671 13668 13604 0 -1 64 3069 0 1 0 75 3 0 0 24 0 9 0 20468500 886591488 12607 996147200 134512640 134550932 4294955984 18446744073709551615 4126700451 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13672/tid=13674] ppid=13671 vsize=865812 CPUtime=0.47
/proc/13672/task/13674/stat : 13674 (java) S 13671 13668 13604 0 -1 64 10287 0 0 0 42 5 0 0 16 0 9 0 20468501 886591488 12607 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13672/tid=13675] ppid=13671 vsize=865812 CPUtime=0
/proc/13672/task/13675/stat : 13675 (java) S 13671 13668 13604 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 20468502 886591488 12607 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13672/tid=13676] ppid=13671 vsize=865812 CPUtime=0
/proc/13672/task/13676/stat : 13676 (java) S 13671 13668 13604 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 20468502 886591488 12607 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13672/tid=13677] ppid=13671 vsize=865812 CPUtime=0
/proc/13672/task/13677/stat : 13677 (java) S 13671 13668 13604 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20468504 886591488 12607 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13672/tid=13678] ppid=13671 vsize=865812 CPUtime=0.11
/proc/13672/task/13678/stat : 13678 (java) S 13671 13668 13604 0 -1 64 515 0 0 0 11 0 0 0 16 0 9 0 20468504 886591488 12607 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13672/tid=13679] ppid=13671 vsize=865812 CPUtime=0
/proc/13672/task/13679/stat : 13679 (java) S 13671 13668 13604 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20468504 886591488 12607 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13672/tid=13680] ppid=13671 vsize=865812 CPUtime=0
/proc/13672/task/13680/stat : 13680 (java) S 13671 13668 13604 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 20468504 886591488 12607 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 888036

[startup+3.10173 s]
/proc/loadavg: 1.94 1.95 1.98 3/84 13683
/proc/meminfo: memFree=538872/2055920 swapFree=4192956/4192956
[pid=13668] ppid=13666 vsize=16868 CPUtime=1.99
/proc/13668/stat : 13668 (sugar) S 13666 13668 13604 0 -1 4194304 1309 16481 0 1 6 1 180 12 15 0 1 0 20468490 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13668/statm: 4217 1111 409 3 0 796 0
[pid=13681] ppid=13668 vsize=5356 CPUtime=0
/proc/13681/stat : 13681 (sh) S 13668 13668 13604 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20468698 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13681/statm: 1339 233 193 169 0 50 0
[pid=13682] ppid=13681 vsize=868620 CPUtime=0.99
/proc/13682/stat : 13682 (java) S 13681 13668 13604 0 -1 0 9838 0 1 0 92 7 0 0 18 0 9 0 20468699 889466880 8876 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13682/statm: 217155 8876 2566 9 0 211660 0
[pid=13682/tid=13683] ppid=13681 vsize=868620 CPUtime=0.48
/proc/13682/task/13683/stat : 13683 (java) R 13681 13668 13604 0 -1 64 2693 0 1 0 47 1 0 0 23 0 9 0 20468700 889466880 8876 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 890844

[startup+6.30232 s]
/proc/loadavg: 1.94 1.95 1.98 3/91 13690
/proc/meminfo: memFree=479360/2055920 swapFree=4192956/4192956
[pid=13668] ppid=13666 vsize=16868 CPUtime=1.99
/proc/13668/stat : 13668 (sugar) S 13666 13668 13604 0 -1 4194304 1309 16481 0 1 6 1 180 12 16 0 1 0 20468490 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13668/statm: 4217 1111 409 3 0 796 0
[pid=13681] ppid=13668 vsize=5356 CPUtime=0
/proc/13681/stat : 13681 (sh) S 13668 13668 13604 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20468698 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13681/statm: 1339 233 193 169 0 50 0
[pid=13682] ppid=13681 vsize=869624 CPUtime=4.15
/proc/13682/stat : 13682 (java) S 13681 13668 13604 0 -1 0 24156 0 1 0 401 14 0 0 18 0 9 0 20468699 890494976 22751 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13682/statm: 217406 22751 2566 9 0 211911 0
[pid=13682/tid=13683] ppid=13681 vsize=869624 CPUtime=2.46
/proc/13682/task/13683/stat : 13683 (java) R 13681 13668 13604 0 -1 64 3240 0 1 0 244 2 0 0 25 0 9 0 20468700 890494976 22751 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13682/tid=13684] ppid=13681 vsize=869624 CPUtime=1.47
/proc/13682/task/13684/stat : 13684 (java) R 13681 13668 13604 0 -1 64 18724 0 0 0 138 9 0 0 16 0 9 0 20468701 890494976 22751 996147200 134512640 134550932 4294955936 18446744073709551615 102758037 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13682/tid=13685] ppid=13681 vsize=869624 CPUtime=0
/proc/13682/task/13685/stat : 13685 (java) S 13681 13668 13604 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20468701 890494976 22751 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13682/tid=13686] ppid=13681 vsize=869624 CPUtime=0
/proc/13682/task/13686/stat : 13686 (java) S 13681 13668 13604 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 20468701 890494976 22751 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13682/tid=13687] ppid=13681 vsize=869624 CPUtime=0
/proc/13682/task/13687/stat : 13687 (java) S 13681 13668 13604 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20468704 890494976 22751 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13682/tid=13688] ppid=13681 vsize=869624 CPUtime=0.18
/proc/13682/task/13688/stat : 13688 (java) S 13681 13668 13604 0 -1 64 1489 0 0 0 17 1 0 0 17 0 9 0 20468704 890494976 22751 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13682/tid=13689] ppid=13681 vsize=869624 CPUtime=0
/proc/13682/task/13689/stat : 13689 (java) S 13681 13668 13604 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20468704 890494976 22751 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13682/tid=13690] ppid=13681 vsize=869624 CPUtime=0
/proc/13682/task/13690/stat : 13690 (java) S 13681 13668 13604 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20468704 890494976 22751 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 891848

[startup+12.7015 s]
/proc/loadavg: 1.95 1.95 1.98 3/91 13690
/proc/meminfo: memFree=382208/2055920 swapFree=4192956/4192956
[pid=13668] ppid=13666 vsize=16868 CPUtime=1.99
/proc/13668/stat : 13668 (sugar) S 13666 13668 13604 0 -1 4194304 1310 16481 0 1 6 1 180 12 16 0 1 0 20468490 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13668/statm: 4217 1111 409 3 0 796 0
[pid=13681] ppid=13668 vsize=5356 CPUtime=0
/proc/13681/stat : 13681 (sh) S 13668 13668 13604 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20468698 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13681/statm: 1339 233 193 169 0 50 0
[pid=13682] ppid=13681 vsize=868732 CPUtime=10.49
/proc/13682/stat : 13682 (java) S 13681 13668 13604 0 -1 0 51929 0 1 0 1001 48 0 0 18 0 9 0 20468699 889581568 36245 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13682/statm: 217183 36245 2593 9 0 211660 0
[pid=13682/tid=13683] ppid=13681 vsize=868732 CPUtime=6.08
/proc/13682/task/13683/stat : 13683 (java) R 13681 13668 13604 0 -1 64 4695 0 1 0 587 21 0 0 25 0 9 0 20468700 889581568 36245 996147200 134512640 134550932 4294955936 18446744073709551615 4126994195 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13682/tid=13684] ppid=13681 vsize=868732 CPUtime=4.1
/proc/13682/task/13684/stat : 13684 (java) S 13681 13668 13604 0 -1 64 44990 0 0 0 387 23 0 0 16 0 9 0 20468701 889581568 36245 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13682/tid=13685] ppid=13681 vsize=868732 CPUtime=0
/proc/13682/task/13685/stat : 13685 (java) S 13681 13668 13604 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20468701 889581568 36245 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13682/tid=13686] ppid=13681 vsize=868732 CPUtime=0
/proc/13682/task/13686/stat : 13686 (java) S 13681 13668 13604 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20468701 889581568 36245 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13682/tid=13687] ppid=13681 vsize=868732 CPUtime=0
/proc/13682/task/13687/stat : 13687 (java) S 13681 13668 13604 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20468704 889581568 36245 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13682/tid=13688] ppid=13681 vsize=868732 CPUtime=0.27
/proc/13682/task/13688/stat : 13688 (java) S 13681 13668 13604 0 -1 64 1541 0 0 0 26 1 0 0 16 0 9 0 20468704 889581568 36245 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13682/tid=13689] ppid=13681 vsize=868732 CPUtime=0
/proc/13682/task/13689/stat : 13689 (java) S 13681 13668 13604 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20468704 889581568 36245 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13682/tid=13690] ppid=13681 vsize=868732 CPUtime=0
/proc/13682/task/13690/stat : 13690 (java) S 13681 13668 13604 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20468704 889581568 36245 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 890956

[startup+25.5018 s]
/proc/loadavg: 1.95 1.95 1.98 3/83 13692
/proc/meminfo: memFree=202560/2055920 swapFree=4192956/4192956
[pid=13668] ppid=13666 vsize=16868 CPUtime=20.47
/proc/13668/stat : 13668 (sugar) S 13666 13668 13604 0 -1 4194304 1376 68893 0 2 7 1 1926 113 16 0 1 0 20468490 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13668/statm: 4217 1113 409 3 0 796 0
[pid=13691] ppid=13668 vsize=5356 CPUtime=0
/proc/13691/stat : 13691 (sh) S 13668 13668 13604 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20470574 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13691/statm: 1339 232 193 169 0 50 0
[pid=13692] ppid=13691 vsize=241932 CPUtime=4.6
/proc/13692/stat : 13692 (minisat) R 13691 13668 13604 0 -1 4194304 57248 0 0 0 416 44 0 0 25 0 1 0 20470574 247738368 57234 996147200 134512640 135127466 4294956256 18446744073709551615 134706298 0 0 4096 3 0 0 0 17 1 0 0
/proc/13692/statm: 60483 57234 76 150 0 60330 0
Current children cumulated CPU time (s) 25.07
Current children cumulated vsize (KiB) 264156

[startup+51.1015 s]
/proc/loadavg: 1.97 1.95 1.98 3/83 13692
/proc/meminfo: memFree=185024/2055920 swapFree=4192956/4192956
[pid=13668] ppid=13666 vsize=16868 CPUtime=20.47
/proc/13668/stat : 13668 (sugar) S 13666 13668 13604 0 -1 4194304 1376 68893 0 2 7 1 1926 113 16 0 1 0 20468490 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13668/statm: 4217 1113 409 3 0 796 0
[pid=13691] ppid=13668 vsize=5356 CPUtime=0
/proc/13691/stat : 13691 (sh) S 13668 13668 13604 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20470574 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13691/statm: 1339 232 193 169 0 50 0
[pid=13692] ppid=13691 vsize=256860 CPUtime=29.96
/proc/13692/stat : 13692 (minisat) R 13691 13668 13604 0 -1 4194304 61005 0 0 0 2949 47 0 0 25 0 1 0 20470574 263024640 60991 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 1 0 0
/proc/13692/statm: 64215 60991 76 150 0 64062 0
Current children cumulated CPU time (s) 50.43
Current children cumulated vsize (KiB) 279084

[startup+102.307 s]
/proc/loadavg: 1.99 1.96 1.98 3/83 13692
/proc/meminfo: memFree=171776/2055920 swapFree=4192956/4192956
[pid=13668] ppid=13666 vsize=16868 CPUtime=20.47
/proc/13668/stat : 13668 (sugar) S 13666 13668 13604 0 -1 4194304 1376 68893 0 2 7 1 1926 113 16 0 1 0 20468490 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0

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

/proc/13692/stat : 13692 (minisat) R 13691 13668 13604 0 -1 4194304 118763 0 0 0 138705 114 0 0 25 0 1 0 20470574 502063104 118749 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13692/statm: 122574 118749 76 150 0 122421 0
Current children cumulated CPU time (s) 1408.66
Current children cumulated vsize (KiB) 512520

[startup+1482.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/83 13700
/proc/meminfo: memFree=15160/2055920 swapFree=4192956/4192956
[pid=13668] ppid=13666 vsize=16868 CPUtime=20.47
/proc/13668/stat : 13668 (sugar) S 13666 13668 13604 0 -1 4194304 1376 68893 0 2 7 1 1926 113 16 0 1 0 20468490 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13668/statm: 4217 1113 409 3 0 796 0
[pid=13691] ppid=13668 vsize=5356 CPUtime=0
/proc/13691/stat : 13691 (sh) S 13668 13668 13604 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20470574 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13691/statm: 1339 232 193 169 0 50 0
[pid=13692] ppid=13691 vsize=500816 CPUtime=1447.61
/proc/13692/stat : 13692 (minisat) R 13691 13668 13604 0 -1 4194304 121427 0 0 0 144645 116 0 0 25 0 1 0 20470574 512835584 121413 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13692/statm: 125204 121413 76 150 0 125051 0
Current children cumulated CPU time (s) 1468.08
Current children cumulated vsize (KiB) 523040

[startup+1542.3 s]
/proc/loadavg: 1.99 1.97 1.98 4/83 13700
/proc/meminfo: memFree=14776/2055920 swapFree=4192956/4192956
[pid=13668] ppid=13666 vsize=16868 CPUtime=20.47
/proc/13668/stat : 13668 (sugar) S 13666 13668 13604 0 -1 4194304 1376 68893 0 2 7 1 1926 113 16 0 1 0 20468490 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13668/statm: 4217 1113 409 3 0 796 0
[pid=13691] ppid=13668 vsize=5356 CPUtime=0
/proc/13691/stat : 13691 (sh) S 13668 13668 13604 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20470574 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13691/statm: 1339 232 193 169 0 50 0
[pid=13692] ppid=13691 vsize=508632 CPUtime=1507.04
/proc/13692/stat : 13692 (minisat) R 13691 13668 13604 0 -1 4194304 123391 0 0 0 150585 119 0 0 25 0 1 0 20470574 520839168 123377 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13692/statm: 127158 123377 76 150 0 127005 0
Current children cumulated CPU time (s) 1527.51
Current children cumulated vsize (KiB) 530856

[startup+1602.3 s]
/proc/loadavg: 2.16 2.02 1.99 3/83 13700
/proc/meminfo: memFree=15104/2055920 swapFree=4192956/4192956
[pid=13668] ppid=13666 vsize=16868 CPUtime=20.47
/proc/13668/stat : 13668 (sugar) S 13666 13668 13604 0 -1 4194304 1376 68893 0 2 7 1 1926 113 16 0 1 0 20468490 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13668/statm: 4217 1113 409 3 0 796 0
[pid=13691] ppid=13668 vsize=5356 CPUtime=0
/proc/13691/stat : 13691 (sh) S 13668 13668 13604 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20470574 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13691/statm: 1339 232 193 169 0 50 0
[pid=13692] ppid=13691 vsize=517388 CPUtime=1566.47
/proc/13692/stat : 13692 (minisat) R 13691 13668 13604 0 -1 4194304 125596 0 0 0 156526 121 0 0 25 0 1 0 20470574 529805312 125582 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/13692/statm: 129347 125582 76 150 0 129194 0
Current children cumulated CPU time (s) 1586.94
Current children cumulated vsize (KiB) 539612

[startup+1662.3 s]
/proc/loadavg: 2.05 2.01 1.99 3/76 13731
/proc/meminfo: memFree=362352/2055920 swapFree=4192956/4192956
[pid=13668] ppid=13666 vsize=16868 CPUtime=20.47
/proc/13668/stat : 13668 (sugar) S 13666 13668 13604 0 -1 4194304 1376 68893 0 2 7 1 1926 113 16 0 1 0 20468490 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13668/statm: 4217 1113 409 3 0 796 0
[pid=13691] ppid=13668 vsize=5356 CPUtime=0
/proc/13691/stat : 13691 (sh) S 13668 13668 13604 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20470574 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13691/statm: 1339 232 193 169 0 50 0
[pid=13692] ppid=13691 vsize=528620 CPUtime=1626.24
/proc/13692/stat : 13692 (minisat) R 13691 13668 13604 0 -1 4194304 128399 0 0 0 162499 125 0 0 25 0 1 0 20470574 541306880 128385 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13692/statm: 132155 128385 76 150 0 132002 0
Current children cumulated CPU time (s) 1646.71
Current children cumulated vsize (KiB) 550844

[startup+1722.3 s]
/proc/loadavg: 2.10 2.02 2.00 2/70 13799
/proc/meminfo: memFree=368608/2055920 swapFree=4192956/4192956
[pid=13668] ppid=13666 vsize=16868 CPUtime=20.47
/proc/13668/stat : 13668 (sugar) S 13666 13668 13604 0 -1 4194304 1376 68893 0 2 7 1 1926 113 16 0 1 0 20468490 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13668/statm: 4217 1113 409 3 0 796 0
[pid=13691] ppid=13668 vsize=5356 CPUtime=0
/proc/13691/stat : 13691 (sh) S 13668 13668 13604 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20470574 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13691/statm: 1339 232 193 169 0 50 0
[pid=13692] ppid=13691 vsize=538676 CPUtime=1686.21
/proc/13692/stat : 13692 (minisat) R 13691 13668 13604 0 -1 4194304 130955 0 0 0 168491 130 0 0 25 0 1 0 20470574 551604224 130941 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13692/statm: 134669 130941 76 150 0 134516 0
Current children cumulated CPU time (s) 1706.68
Current children cumulated vsize (KiB) 560900

[startup+1782.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/84 13823
/proc/meminfo: memFree=303984/2055920 swapFree=4192956/4192956
[pid=13668] ppid=13666 vsize=16868 CPUtime=20.47
/proc/13668/stat : 13668 (sugar) S 13666 13668 13604 0 -1 4194304 1376 68893 0 2 7 1 1926 113 16 0 1 0 20468490 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13668/statm: 4217 1113 409 3 0 796 0
[pid=13691] ppid=13668 vsize=5356 CPUtime=0
/proc/13691/stat : 13691 (sh) S 13668 13668 13604 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20470574 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13691/statm: 1339 232 193 169 0 50 0
[pid=13692] ppid=13691 vsize=549152 CPUtime=1746.18
/proc/13692/stat : 13692 (minisat) R 13691 13668 13604 0 -1 4194304 133562 0 0 0 174485 133 0 0 25 0 1 0 20470574 562331648 133548 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13692/statm: 137288 133548 76 150 0 137135 0
Current children cumulated CPU time (s) 1766.65
Current children cumulated vsize (KiB) 571376



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.7 s]
/proc/loadavg: 2.02 2.01 2.00 3/84 13823
/proc/meminfo: memFree=298800/2055920 swapFree=4192956/4192956
[pid=13668] ppid=13666 vsize=16868 CPUtime=20.47
/proc/13668/stat : 13668 (sugar) S 13666 13668 13604 0 -1 4194304 1376 68893 0 2 7 1 1926 113 16 0 1 0 20468490 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13668/statm: 4217 1113 409 3 0 796 0
[pid=13691] ppid=13668 vsize=5356 CPUtime=0
/proc/13691/stat : 13691 (sh) S 13668 13668 13604 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20470574 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13691/statm: 1339 232 193 169 0 50 0
[pid=13692] ppid=13691 vsize=554048 CPUtime=1779.56
/proc/13692/stat : 13692 (minisat) R 13691 13668 13604 0 -1 4194304 134819 0 0 0 177822 134 0 0 25 0 1 0 20470574 567345152 134805 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13692/statm: 138512 134805 76 150 0 138359 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 576272

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

############
# WARNING:
# current cumulated CPU time (20.51 s) is less than in the last sample (1800.03 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (1779.52 s) to the 'lost time'.

[startup+1815.7 s]
/proc/loadavg: 2.02 2.01 2.00 3/84 13823
/proc/meminfo: memFree=298800/2055920 swapFree=4192956/4192956
[pid=13668] ppid=13666 vsize=16868 CPUtime=20.47
/proc/13668/stat : 13668 (sugar) S 13666 13668 13604 0 -1 4194304 1376 68893 0 2 7 1 1926 113 16 0 1 0 20468490 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13668/statm: 4217 1113 409 3 0 796 0
[pid=13691] ppid=13668 vsize=5356 CPUtime=0
/proc/13691/stat : 13691 (sh) S 13668 13668 13604 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20470574 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13691/statm: 1339 232 193 169 0 50 0
[pid=13692] ppid=13691 vsize=554048 CPUtime=1779.56
/proc/13692/stat : 13692 (minisat) R 13691 13668 13604 0 -1 4194304 134819 0 0 0 177822 134 0 0 25 0 1 0 20470574 567345152 134805 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13692/statm: 138512 134805 76 150 0 138359 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 576272

[startup+1815.82 s]
/proc/loadavg: 2.02 2.01 2.00 3/84 13823
/proc/meminfo: memFree=298800/2055920 swapFree=4192956/4192956
[pid=13668] ppid=13666 vsize=16868 CPUtime=20.51
/proc/13668/stat : 13668 (sugar) R 13666 13668 13604 0 -1 4194304 1423 69170 0 2 7 5 1926 113 17 0 1 0 20468490 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 206381487145 0 0 4224 16386 0 0 0 17 0 0 0
/proc/13668/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 20.51
Current children cumulated vsize (KiB) 16868
#
############


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

[startup+1815.82 s]
/proc/loadavg: 2.02 2.01 2.00 3/84 13823
/proc/meminfo: memFree=298800/2055920 swapFree=4192956/4192956
[pid=13668] ppid=13666 vsize=16868 CPUtime=20.51
/proc/13668/stat : 13668 (sugar) R 13666 13668 13604 0 -1 4194304 1423 69170 0 2 7 5 1926 113 17 0 1 0 20468490 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 206381487145 0 0 4224 16386 0 0 0 17 0 0 0
/proc/13668/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 20.51
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): 1779.52
#  lost CPU user time (s): 1778.22
#  lost CPU system time (s): 1.3

Real time (s): 1815.84
CPU time (s): 1800.07
CPU user time (s): 1797.56
CPU system time (s): 2.51181
CPU usage (%): 99.1315
Max. virtual memory (cumulated for all children) (KiB): 911332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.3401
system time used= 1.21182
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70652
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= 5947
involuntary context switches= 6560

runsolver used 2.27065 second user time and 6.00509 second system time

The end

Launcher Data

Begin job on node2 at 2009-07-11 19:40:08
IDJOB=2064097
IDBENCH=54122
IDSOLVER=739
FILE ID=node2/2064097-1247334008
PBS_JOBID= 9506730
Free space on /tmp= 66304 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/compet02/normalized-patat-02-comp-12.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-2064097-1247334008/watcher-2064097-1247334008 -o /tmp/evaluation-result-2064097-1247334008/solver-2064097-1247334008 -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-2064097-1247334008.xml

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

MD5SUM BENCH= d1654ea43962c938fe22704df22159b5
RANDOM SEED=39170758

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        545208 kB
Buffers:         69192 kB
Cached:        1009764 kB
SwapCached:          0 kB
Active:         792040 kB
Inactive:       662796 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        545208 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            5396 kB
Writeback:           0 kB
Mapped:         393752 kB
Slab:            40432 kB
Committed_AS:   886660 kB
PageTables:       2600 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= 66304 MiB
End job on node2 at 2009-07-11 20:10:26