Trace number 2069003

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.11 1814.87

General information on the benchmark

Namecsp/tdsp/
normalized-C5-3-90.xml
MD5SUM6fd1e21a7499db3d6d6482d1bfa4f91a
Bench CategoryN-ARY-INT (n-ary 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 variables221
Number of constraints2774
Maximum constraint arity6
Maximum domain size91
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2774
Global constraints used (with number of constraints)

Solver Data

0.05/0.22	c 0	Sugar v1-14-6 + HOME/minisat
0.05/0.22	c 0	BEGIN Sat Jul 11 23:55:33 2009
0.05/0.22	c 0	PID 17059
0.05/0.22	c 0	HOST node38.alineos.net
0.05/0.22	c 0	CONVERTING HOME/instance-2069003-1247349333.xml TO HOME/temp.csp
0.05/0.22	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2069003-1247349333.xml' 'HOME/temp.csp'
0.92/1.10	c 1	5 domains, 221 variables, 2 predicates, 0 relations, 2774 constraints
0.92/1.14	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.92/1.14	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'
0.94/1.22	c 1	Parsing HOME/temp.csp
0.94/1.34	c 1	parsed 3002 expressions
0.94/1.35	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.94/1.35	c 1	Converting to clausal form CSP
0.94/1.52	c 2	converted 301 (10%) expressions
0.94/1.61	c 2	converted 601 (20%) expressions
0.94/1.63	c 2	converted 901 (30%) expressions
0.94/1.66	c 2	converted 1201 (40%) expressions
0.94/1.68	c 2	converted 1501 (50%) expressions
0.94/1.71	c 2	converted 1802 (60%) expressions
0.94/1.73	c 2	converted 2102 (70%) expressions
0.94/1.80	c 2	converted 2402 (80%) expressions
0.94/1.82	c 2	converted 2702 (90%) expressions
0.94/1.84	c 2	converted 3002 (100%) expressions
0.94/1.85	c 2	CSP : 364 integers, 0 booleans, 3054 clauses, largest domain size 90
0.94/1.85	c 2	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.94/1.85	c 2	Propagation in CSP
0.94/1.86	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.94/1.86	c 2	CSP : 364 integers, 0 booleans, 3054 clauses, largest domain size 90
0.94/1.86	c 2	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.94/1.87	c 2	Simplifing CSP by introducing new Boolean variables
0.95/1.99	c 2	CSP : 364 integers, 10512 booleans, 13566 clauses, largest domain size 90
0.95/1.99	c 2	Heap : 8 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.95/2.06	c 2	Encoding CSP to SAT : HOME/temp.cnf
0.95/2.08	c 2	37 (10%) CSP integer variables are encoded (1626 clauses, 19035 bytes)
0.95/2.09	c 2	73 (20%) CSP integer variables are encoded (3274 clauses, 40459 bytes)
0.95/2.09	c 2	110 (30%) CSP integer variables are encoded (4940 clauses, 62117 bytes)
0.95/2.09	c 2	146 (40%) CSP integer variables are encoded (6600 clauses, 83697 bytes)
0.95/2.09	c 2	182 (50%) CSP integer variables are encoded (8244 clauses, 105069 bytes)
1.88/2.10	c 2	219 (60%) CSP integer variables are encoded (9934 clauses, 127336 bytes)
1.88/2.10	c 2	255 (70%) CSP integer variables are encoded (10203 clauses, 131371 bytes)
1.88/2.10	c 2	292 (80%) CSP integer variables are encoded (10379 clauses, 134011 bytes)
1.88/2.10	c 2	328 (90%) CSP integer variables are encoded (10594 clauses, 137236 bytes)
1.88/2.10	c 2	364 (100%) CSP integer variables are encoded (10784 clauses, 140086 bytes)
2.97/3.24	c 3	1357 (10%) CSP clauses are encoded (471438 clauses, 10999899 bytes)
4.06/4.32	c 4	2714 (20%) CSP clauses are encoded (934849 clauses, 22084751 bytes)
5.44/5.77	c 6	4070 (30%) CSP clauses are encoded (1556416 clauses, 37635549 bytes)
6.24/6.54	c 7	5427 (40%) CSP clauses are encoded (1894892 clauses, 45964407 bytes)
7.41/7.78	c 8	6783 (50%) CSP clauses are encoded (2418719 clauses, 59087275 bytes)
8.59/8.90	c 9	8140 (60%) CSP clauses are encoded (2901430 clauses, 71137144 bytes)
9.28/9.68	c 10	9497 (70%) CSP clauses are encoded (3238415 clauses, 79420608 bytes)
10.27/10.62	c 11	10853 (80%) CSP clauses are encoded (3645604 clauses, 89532186 bytes)
11.53/11.92	c 12	12210 (90%) CSP clauses are encoded (4199160 clauses, 103442733 bytes)
12.42/12.87	c 13	13566 (100%) CSP clauses are encoded (4607110 clauses, 113638597 bytes)
12.42/12.87	c 13	13566 CSP clauses encoded
12.42/12.87	c 13	Writing map file : HOME/temp.map
12.42/12.88	c 13	Heap : 6 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
12.42/12.88	c 13	SAT : 21655 SAT variables, 4607110 SAT clauses, 113638597 bytes
12.42/12.88	c 13	Heap : 6 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
12.51/12.92	c 13	SOLVING HOME/temp.cnf
12.51/12.92	c 13	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
12.51/12.93	c 13	This is MiniSat 2.0 beta
12.51/12.93	c 13	WARNING: for repeatability, setting FPU to use double precision
12.51/12.93	c 13	============================[ Problem Statistics ]=============================
12.51/12.93	c 13	|                                                                             |
12.51/12.93	c 13	|  Number of variables:  21655                                                |
12.51/12.93	c 13	|  Number of clauses:    4607110                                              |
15.35/15.90	c 16	|  Parsing time:         2.51         s                                       |
15.55/16.05	c 16	============================[ Search Statistics ]==============================
15.55/16.05	c 16	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
15.55/16.05	c 16	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
15.55/16.05	c 16	===============================================================================
15.55/16.05	c 16	|         0 |   21655  4607110 17556772 |  1535703        0    nan |  0.000 % |
16.84/17.36	c 18	|       101 |   21655  4607110 17556772 |  1689273      101     19 |  0.000 % |
17.62/18.14	c 18	|       251 |   21655  4607110 17556772 |  1858201      251     20 |  0.000 % |
18.52/19.03	c 19	|       476 |   21655  4607110 17556772 |  2044021      476     19 |  0.000 % |
19.70/20.27	c 20	|       813 |   21655  4607110 17556772 |  2248423      813     22 |  0.000 % |
21.39/21.91	c 22	|      1323 |   21655  4607110 17556772 |  2473265     1323     21 |  0.000 % |
23.86/24.41	c 25	|      2082 |   21655  4607110 17556772 |  2720592     2082     22 |  0.000 % |
26.74/27.33	c 27	|      3221 |   21655  4607110 17556772 |  2992651     3221     23 |  0.000 % |
30.11/30.76	c 31	|      4929 |   21655  4607110 17556772 |  3291916     4929     26 |  0.000 % |
35.26/35.92	c 36	|      7491 |   21655  4607110 17556772 |  3621108     7491     28 |  0.000 % |
42.09/42.83	c 43	|     11338 |   21655  4607110 17556772 |  3983218    11338     35 |  0.000 % |
50.41/51.22	c 51	|     17105 |   21655  4607110 17556772 |  4381540    17105     57 |  0.000 % |
65.46/66.40	c 67	|     25754 |   21655  4607110 17556772 |  4819694    25754     56 |  0.000 % |
88.25/89.43	c 90	|     38728 |   21655  4607110 17556772 |  5301664    38728     93 |  0.000 % |
124.50/126.08	c 126	|     58189 |   21655  4607110 17556772 |  5831830    58189     84 |  0.000 % |
176.69/178.72	c 179	|     87382 |   21655  4607110 17556772 |  6415013    87382     86 |  0.000 % |
275.85/278.89	c 279	|    131172 |   21655  4607110 17556772 |  7056515   131172     96 |  0.000 % |
423.80/428.25	c 428	|    196858 |   21655  4607110 17556772 |  7762166   196858    103 |  0.000 % |
635.98/642.43	c 643	|    295385 |   21655  4607110 17556772 |  8538383   295385    106 |  0.000 % |
1067.67/1078.21	c 1078	|    443174 |   21655  4607110 17556772 |  9392221   443174    164 |  0.000 % |
1726.74/1741.17	c 1741	|    664857 |   21655  4607110 17556772 | 10331444   664857    180 |  0.000 % |
1800.04/1814.71	c ERROR INTERRUPTED
12.53/1814.82	s UNKNOWN
12.53/1814.82	c 1815	CPU 12.52 (0.06 0.02 11.34 1.1)
12.53/1814.82	c 1815	END Sun Jul 12 00:25:48 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-2069003-1247349333/watcher-2069003-1247349333 -o /tmp/evaluation-result-2069003-1247349333/solver-2069003-1247349333 -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-2069003-1247349333.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.92 2.00 2.16 4/73 17059
/proc/meminfo: memFree=1734288/2055920 swapFree=4192812/4192956
[pid=17059] ppid=17057 vsize=18576 CPUtime=0
/proc/17059/stat : 17059 (runsolver) D 17057 17059 15452 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 21997389 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 266890439975 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/17059/statm: 4644 284 249 26 0 2626 0

[startup+0.0548291 s]
/proc/loadavg: 1.92 2.00 2.16 4/73 17059
/proc/meminfo: memFree=1734288/2055920 swapFree=4192812/4192956
[pid=17059] ppid=17057 vsize=7504 CPUtime=0
/proc/17059/stat : 17059 (sugar) D 17057 17059 15452 0 -1 4194304 61 0 2 0 0 0 0 0 18 0 1 0 21997389 7684096 48 996147200 4194304 4206940 548682068608 18446744073709551615 266887824080 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/17059/statm: 1876 48 36 3 0 9 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 7504

[startup+0.101833 s]
/proc/loadavg: 1.92 2.00 2.16 4/73 17059
/proc/meminfo: memFree=1734288/2055920 swapFree=4192812/4192956
[pid=17059] ppid=17057 vsize=12272 CPUtime=0
/proc/17059/stat : 17059 (sugar) D 17057 17059 15452 0 -1 4194304 356 0 4 0 0 0 0 0 18 0 1 0 21997389 12566528 328 996147200 4194304 4206940 548682068608 18446744073709551615 266890607205 0 0 4224 0 18446744071563608240 0 0 17 0 0 0
/proc/17059/statm: 3068 328 246 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.301863 s]
/proc/loadavg: 1.92 2.00 2.16 4/73 17059
/proc/meminfo: memFree=1734288/2055920 swapFree=4192812/4192956
[pid=17059] ppid=17057 vsize=16868 CPUtime=0.07
/proc/17059/stat : 17059 (sugar) S 17057 17059 15452 0 -1 4194304 1221 128 6 0 5 2 0 0 18 0 1 0 21997389 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17059/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701907 s]
/proc/loadavg: 1.92 2.00 2.16 4/73 17059
/proc/meminfo: memFree=1734288/2055920 swapFree=4192812/4192956
[pid=17059] ppid=17057 vsize=16868 CPUtime=0.07
/proc/17059/stat : 17059 (sugar) S 17057 17059 15452 0 -1 4194304 1221 128 6 0 5 2 0 0 18 0 1 0 21997389 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17059/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.502 s]
/proc/loadavg: 1.92 2.00 2.16 4/84 17071
/proc/meminfo: memFree=1719664/2055920 swapFree=4192812/4192956
[pid=17059] ppid=17057 vsize=16868 CPUtime=0.94
/proc/17059/stat : 17059 (sugar) S 17057 17059 15452 0 -1 4194304 1303 5512 6 1 5 2 83 4 15 0 1 0 21997389 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17059/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.94
Current children cumulated vsize (KiB) 16868

[startup+3.10217 s]
/proc/loadavg: 1.92 2.00 2.16 3/84 17081
/proc/meminfo: memFree=1710128/2055920 swapFree=4192812/4192956
[pid=17059] ppid=17057 vsize=16868 CPUtime=0.95
/proc/17059/stat : 17059 (sugar) S 17057 17059 15452 0 -1 4194304 1304 5512 6 1 6 2 83 4 15 0 1 0 21997389 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17059/statm: 4217 1111 409 3 0 796 0
[pid=17072] ppid=17059 vsize=5356 CPUtime=0
/proc/17072/stat : 17072 (sh) S 17059 17059 15452 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21997503 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17072/statm: 1339 233 193 169 0 50 0
[pid=17073] ppid=17072 vsize=868680 CPUtime=1.92
/proc/17073/stat : 17073 (java) S 17072 17059 15452 0 -1 0 8477 0 2 0 178 14 0 0 18 0 9 0 21997503 889528320 7386 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17073/statm: 217170 7386 2590 9 0 211647 0
[pid=17073/tid=17074] ppid=17072 vsize=868680 CPUtime=1.34
/proc/17073/task/17074/stat : 17074 (java) R 17072 17059 15452 0 -1 64 3027 0 2 0 126 8 0 0 25 0 9 0 21997504 889528320 7386 996147200 134512640 134550932 4294955936 18446744073709551615 4126912209 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17073/tid=17075] ppid=17072 vsize=868680 CPUtime=0.35
/proc/17073/task/17075/stat : 17075 (java) S 17072 17059 15452 0 -1 64 3247 0 0 0 32 3 0 0 16 0 9 0 21997506 889528320 7386 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17073/tid=17076] ppid=17072 vsize=868680 CPUtime=0
/proc/17073/task/17076/stat : 17076 (java) S 17072 17059 15452 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 21997506 889528320 7386 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17073/tid=17077] ppid=17072 vsize=868680 CPUtime=0
/proc/17073/task/17077/stat : 17077 (java) S 17072 17059 15452 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21997506 889528320 7386 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17073/tid=17078] ppid=17072 vsize=868680 CPUtime=0
/proc/17073/task/17078/stat : 17078 (java) S 17072 17059 15452 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21997508 889528320 7386 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17073/tid=17079] ppid=17072 vsize=868680 CPUtime=0.21
/proc/17073/task/17079/stat : 17079 (java) S 17072 17059 15452 0 -1 64 1504 0 0 0 20 1 0 0 16 0 9 0 21997508 889528320 7386 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17073/tid=17080] ppid=17072 vsize=868680 CPUtime=0
/proc/17073/task/17080/stat : 17080 (java) S 17072 17059 15452 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21997508 889528320 7386 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17073/tid=17081] ppid=17072 vsize=868680 CPUtime=0
/proc/17073/task/17081/stat : 17081 (java) S 17072 17059 15452 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21997508 889528320 7386 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 890904

[startup+6.30153 s]
/proc/loadavg: 1.93 2.00 2.16 3/84 17081
/proc/meminfo: memFree=1676208/2055920 swapFree=4192812/4192956
[pid=17059] ppid=17057 vsize=16868 CPUtime=0.95
/proc/17059/stat : 17059 (sugar) S 17057 17059 15452 0 -1 4194304 1304 5512 6 1 6 2 83 4 16 0 1 0 21997389 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17059/statm: 4217 1111 409 3 0 796 0
[pid=17072] ppid=17059 vsize=5356 CPUtime=0
/proc/17072/stat : 17072 (sh) S 17059 17059 15452 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21997503 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17072/statm: 1339 233 193 169 0 50 0
[pid=17073] ppid=17072 vsize=868680 CPUtime=5.09
/proc/17073/stat : 17073 (java) S 17072 17059 15452 0 -1 0 9473 0 2 0 465 44 0 0 18 0 9 0 21997503 889528320 7400 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17073/statm: 217170 7400 2590 9 0 211647 0
[pid=17073/tid=17074] ppid=17072 vsize=868680 CPUtime=4.2
/proc/17073/task/17074/stat : 17074 (java) R 17072 17059 15452 0 -1 64 4009 0 2 0 389 31 0 0 25 0 9 0 21997504 889528320 7400 996147200 134512640 134550932 4294955936 18446744073709551615 4126815199 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17073/tid=17075] ppid=17072 vsize=868680 CPUtime=0.63
/proc/17073/task/17075/stat : 17075 (java) S 17072 17059 15452 0 -1 64 3247 0 0 0 53 10 0 0 16 0 9 0 21997506 889528320 7400 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17073/tid=17076] ppid=17072 vsize=868680 CPUtime=0
/proc/17073/task/17076/stat : 17076 (java) S 17072 17059 15452 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 21997506 889528320 7400 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17073/tid=17077] ppid=17072 vsize=868680 CPUtime=0
/proc/17073/task/17077/stat : 17077 (java) S 17072 17059 15452 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21997506 889528320 7400 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17073/tid=17078] ppid=17072 vsize=868680 CPUtime=0
/proc/17073/task/17078/stat : 17078 (java) S 17072 17059 15452 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21997508 889528320 7400 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17073/tid=17079] ppid=17072 vsize=868680 CPUtime=0.22
/proc/17073/task/17079/stat : 17079 (java) S 17072 17059 15452 0 -1 64 1518 0 0 0 21 1 0 0 16 0 9 0 21997508 889528320 7400 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17073/tid=17080] ppid=17072 vsize=868680 CPUtime=0
/proc/17073/task/17080/stat : 17080 (java) S 17072 17059 15452 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21997508 889528320 7400 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17073/tid=17081] ppid=17072 vsize=868680 CPUtime=0
/proc/17073/task/17081/stat : 17081 (java) S 17072 17059 15452 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21997508 889528320 7400 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.04
Current children cumulated vsize (KiB) 890904

[startup+12.7022 s]
/proc/loadavg: 1.93 2.00 2.16 3/84 17081
/proc/meminfo: memFree=1603952/2055920 swapFree=4192812/4192956
[pid=17059] ppid=17057 vsize=16868 CPUtime=0.95
/proc/17059/stat : 17059 (sugar) S 17057 17059 15452 0 -1 4194304 1304 5512 6 1 6 2 83 4 16 0 1 0 21997389 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17059/statm: 4217 1111 409 3 0 796 0
[pid=17072] ppid=17059 vsize=5356 CPUtime=0
/proc/17072/stat : 17072 (sh) S 17059 17059 15452 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21997503 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17072/statm: 1339 233 193 169 0 50 0
[pid=17073] ppid=17072 vsize=868680 CPUtime=11.37
/proc/17073/stat : 17073 (java) S 17072 17059 15452 0 -1 0 11424 0 2 0 1034 103 0 0 18 0 9 0 21997503 889528320 7400 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17073/statm: 217170 7400 2590 9 0 211647 0
[pid=17073/tid=17074] ppid=17072 vsize=868680 CPUtime=9.92
/proc/17073/task/17074/stat : 17074 (java) R 17072 17059 15452 0 -1 64 5960 0 2 0 914 78 0 0 25 0 9 0 21997504 889528320 7400 996147200 134512640 134550932 4294955936 18446744073709551615 102093921 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17073/tid=17075] ppid=17072 vsize=868680 CPUtime=1.19
/proc/17073/task/17075/stat : 17075 (java) S 17072 17059 15452 0 -1 64 3247 0 0 0 97 22 0 0 16 0 9 0 21997506 889528320 7400 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17073/tid=17076] ppid=17072 vsize=868680 CPUtime=0
/proc/17073/task/17076/stat : 17076 (java) S 17072 17059 15452 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 21997506 889528320 7400 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17073/tid=17077] ppid=17072 vsize=868680 CPUtime=0
/proc/17073/task/17077/stat : 17077 (java) S 17072 17059 15452 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21997506 889528320 7400 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17073/tid=17078] ppid=17072 vsize=868680 CPUtime=0
/proc/17073/task/17078/stat : 17078 (java) S 17072 17059 15452 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21997508 889528320 7400 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17073/tid=17079] ppid=17072 vsize=868680 CPUtime=0.22
/proc/17073/task/17079/stat : 17079 (java) S 17072 17059 15452 0 -1 64 1518 0 0 0 21 1 0 0 16 0 9 0 21997508 889528320 7400 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17073/tid=17080] ppid=17072 vsize=868680 CPUtime=0
/proc/17073/task/17080/stat : 17080 (java) S 17072 17059 15452 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21997508 889528320 7400 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17073/tid=17081] ppid=17072 vsize=868680 CPUtime=0
/proc/17073/task/17081/stat : 17081 (java) S 17072 17059 15452 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21997508 889528320 7400 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 890904

[startup+25.5017 s]
/proc/loadavg: 1.95 2.00 2.15 3/76 17083
/proc/meminfo: memFree=1377648/2055920 swapFree=4192812/4192956
[pid=17059] ppid=17057 vsize=16868 CPUtime=12.52
/proc/17059/stat : 17059 (sugar) S 17057 17059 15452 0 -1 4194304 1370 17296 6 3 6 2 1134 110 16 0 1 0 21997389 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17059/statm: 4217 1113 409 3 0 796 0
[pid=17082] ppid=17059 vsize=5356 CPUtime=0
/proc/17082/stat : 17082 (sh) S 17059 17059 15452 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21998682 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17082/statm: 1339 232 193 169 0 50 0
[pid=17083] ppid=17082 vsize=242892 CPUtime=12.43
/proc/17083/stat : 17083 (minisat) R 17082 17059 15452 0 -1 4194304 59784 0 0 0 1196 47 0 0 25 0 1 0 21998682 248721408 59770 996147200 134512640 135127466 4294956256 18446744073709551615 134530698 0 0 4096 3 0 0 0 17 1 0 0
/proc/17083/statm: 60723 59770 76 150 0 60570 0
Current children cumulated CPU time (s) 24.95
Current children cumulated vsize (KiB) 265116

[startup+51.1015 s]
/proc/loadavg: 1.96 2.00 2.15 3/76 17083
/proc/meminfo: memFree=1373232/2055920 swapFree=4192812/4192956
[pid=17059] ppid=17057 vsize=16868 CPUtime=12.52
/proc/17059/stat : 17059 (sugar) S 17057 17059 15452 0 -1 4194304 1370 17296 6 3 6 2 1134 110 16 0 1 0 21997389 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17059/statm: 4217 1113 409 3 0 796 0
[pid=17082] ppid=17059 vsize=5356 CPUtime=0
/proc/17082/stat : 17082 (sh) S 17059 17059 15452 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21998682 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17082/statm: 1339 232 193 169 0 50 0
[pid=17083] ppid=17082 vsize=247716 CPUtime=37.79
/proc/17083/stat : 17083 (minisat) R 17082 17059 15452 0 -1 4194304 60967 0 0 0 3730 49 0 0 25 0 1 0 21998682 253661184 60953 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17083/statm: 61929 60953 76 150 0 61776 0
Current children cumulated CPU time (s) 50.31
Current children cumulated vsize (KiB) 269940

[startup+102.306 s]
/proc/loadavg: 1.98 2.00 2.14 3/76 17083
/proc/meminfo: memFree=1360624/2055920 swapFree=4192812/4192956
[pid=17059] ppid=17057 vsize=16868 CPUtime=12.52
/proc/17059/stat : 17059 (sugar) S 17057 17059 15452 0 -1 4194304 1370 17296 6 3 6 2 1134 110 16 0 1 0 21997389 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17059/statm: 4217 1113 409 3 0 796 0
[pid=17082] ppid=17059 vsize=5356 CPUtime=0
/proc/17082/stat : 17082 (sh) S 17059 17059 15452 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21998682 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17082/statm: 1339 232 193 169 0 50 0
[pid=17083] ppid=17082 vsize=260120 CPUtime=88.5
/proc/17083/stat : 17083 (minisat) R 17082 17059 15452 0 -1 4194304 64056 0 0 0 8798 52 0 0 25 0 1 0 21998682 266362880 64042 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17083/statm: 65030 64042 76 150 0 64877 0
Current children cumulated CPU time (s) 101.02

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

/proc/17083/stat : 17083 (minisat) R 17082 17059 15452 0 -1 4194304 158080 0 0 0 139526 166 0 0 25 0 1 0 21998682 652066816 158066 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17083/statm: 159196 158066 76 150 0 159043 0
Current children cumulated CPU time (s) 1409.44
Current children cumulated vsize (KiB) 659008

[startup+1482.3 s]
/proc/loadavg: 2.23 2.14 2.06 3/86 17399
/proc/meminfo: memFree=431256/2055920 swapFree=4192812/4192956
[pid=17059] ppid=17057 vsize=16868 CPUtime=12.52
/proc/17059/stat : 17059 (sugar) S 17057 17059 15452 0 -1 4194304 1370 17296 6 3 6 2 1134 110 16 0 1 0 21997389 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17059/statm: 4217 1113 409 3 0 796 0
[pid=17082] ppid=17059 vsize=5356 CPUtime=0
/proc/17082/stat : 17082 (sh) S 17059 17059 15452 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21998682 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17082/statm: 1339 232 193 169 0 50 0
[pid=17083] ppid=17082 vsize=655004 CPUtime=1456.61
/proc/17083/stat : 17083 (minisat) R 17082 17059 15452 0 -1 4194304 162624 0 0 0 145490 171 0 0 25 0 1 0 21998682 670724096 162610 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17083/statm: 163751 162610 76 150 0 163598 0
Current children cumulated CPU time (s) 1469.13
Current children cumulated vsize (KiB) 677228

[startup+1542.3 s]
/proc/loadavg: 2.52 2.23 2.09 4/86 17399
/proc/meminfo: memFree=413976/2055920 swapFree=4192812/4192956
[pid=17059] ppid=17057 vsize=16868 CPUtime=12.52
/proc/17059/stat : 17059 (sugar) S 17057 17059 15452 0 -1 4194304 1370 17296 6 3 6 2 1134 110 16 0 1 0 21997389 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17059/statm: 4217 1113 409 3 0 796 0
[pid=17082] ppid=17059 vsize=5356 CPUtime=0
/proc/17082/stat : 17082 (sh) S 17059 17059 15452 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21998682 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17082/statm: 1339 232 193 169 0 50 0
[pid=17083] ppid=17082 vsize=672060 CPUtime=1516.32
/proc/17083/stat : 17083 (minisat) R 17082 17059 15452 0 -1 4194304 166920 0 0 0 151457 175 0 0 25 0 1 0 21998682 688189440 166906 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17083/statm: 168015 166906 76 150 0 167862 0
Current children cumulated CPU time (s) 1528.84
Current children cumulated vsize (KiB) 694284

[startup+1602.3 s]
/proc/loadavg: 2.22 2.20 2.09 3/86 17399
/proc/meminfo: memFree=395800/2055920 swapFree=4192812/4192956
[pid=17059] ppid=17057 vsize=16868 CPUtime=12.52
/proc/17059/stat : 17059 (sugar) S 17057 17059 15452 0 -1 4194304 1370 17296 6 3 6 2 1134 110 16 0 1 0 21997389 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17059/statm: 4217 1113 409 3 0 796 0
[pid=17082] ppid=17059 vsize=5356 CPUtime=0
/proc/17082/stat : 17082 (sh) S 17059 17059 15452 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21998682 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17082/statm: 1339 232 193 169 0 50 0
[pid=17083] ppid=17082 vsize=690276 CPUtime=1576.04
/proc/17083/stat : 17083 (minisat) R 17082 17059 15452 0 -1 4194304 171487 0 0 0 157423 181 0 0 25 0 1 0 21998682 706842624 171473 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/17083/statm: 172569 171473 76 150 0 172416 0
Current children cumulated CPU time (s) 1588.56
Current children cumulated vsize (KiB) 712500

[startup+1662.3 s]
/proc/loadavg: 2.13 2.17 2.09 3/86 17399
/proc/meminfo: memFree=376280/2055920 swapFree=4192812/4192956
[pid=17059] ppid=17057 vsize=16868 CPUtime=12.52
/proc/17059/stat : 17059 (sugar) S 17057 17059 15452 0 -1 4194304 1370 17296 6 3 6 2 1134 110 16 0 1 0 21997389 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17059/statm: 4217 1113 409 3 0 796 0
[pid=17082] ppid=17059 vsize=5356 CPUtime=0
/proc/17082/stat : 17082 (sh) S 17059 17059 15452 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21998682 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17082/statm: 1339 232 193 169 0 50 0
[pid=17083] ppid=17082 vsize=709284 CPUtime=1635.75
/proc/17083/stat : 17083 (minisat) R 17082 17059 15452 0 -1 4194304 176257 0 0 0 163388 187 0 0 25 0 1 0 21998682 726306816 176243 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17083/statm: 177321 176243 76 150 0 177168 0
Current children cumulated CPU time (s) 1648.27
Current children cumulated vsize (KiB) 731508

[startup+1722.3 s]
/proc/loadavg: 2.05 2.14 2.08 3/83 17435
/proc/meminfo: memFree=992112/2055920 swapFree=4192812/4192956
[pid=17059] ppid=17057 vsize=16868 CPUtime=12.52
/proc/17059/stat : 17059 (sugar) S 17057 17059 15452 0 -1 4194304 1370 17296 6 3 6 2 1134 110 16 0 1 0 21997389 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17059/statm: 4217 1113 409 3 0 796 0
[pid=17082] ppid=17059 vsize=5356 CPUtime=0
/proc/17082/stat : 17082 (sh) S 17059 17059 15452 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21998682 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17082/statm: 1339 232 193 169 0 50 0
[pid=17083] ppid=17082 vsize=726052 CPUtime=1695.5
/proc/17083/stat : 17083 (minisat) R 17082 17059 15452 0 -1 4194304 180454 0 0 0 169356 194 0 0 25 0 1 0 21998682 743477248 180440 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17083/statm: 181513 180440 76 150 0 181360 0
Current children cumulated CPU time (s) 1708.02
Current children cumulated vsize (KiB) 748276

[startup+1782.3 s]
/proc/loadavg: 2.02 2.11 2.08 3/83 17435
/proc/meminfo: memFree=977712/2055920 swapFree=4192812/4192956
[pid=17059] ppid=17057 vsize=16868 CPUtime=12.52
/proc/17059/stat : 17059 (sugar) S 17057 17059 15452 0 -1 4194304 1370 17296 6 3 6 2 1134 110 16 0 1 0 21997389 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17059/statm: 4217 1113 409 3 0 796 0
[pid=17082] ppid=17059 vsize=5356 CPUtime=0
/proc/17082/stat : 17082 (sh) S 17059 17059 15452 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21998682 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17082/statm: 1339 232 193 169 0 50 0
[pid=17083] ppid=17082 vsize=739852 CPUtime=1755.25
/proc/17083/stat : 17083 (minisat) R 17082 17059 15452 0 -1 4194304 183940 0 0 0 175329 196 0 0 25 0 1 0 21998682 757608448 183926 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17083/statm: 184963 183926 76 150 0 184810 0
Current children cumulated CPU time (s) 1767.77
Current children cumulated vsize (KiB) 762076



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.7 s]
/proc/loadavg: 2.01 2.10 2.07 3/83 17435
/proc/meminfo: memFree=966576/2055920 swapFree=4192812/4192956
[pid=17059] ppid=17057 vsize=16868 CPUtime=12.52
/proc/17059/stat : 17059 (sugar) S 17057 17059 15452 0 -1 4194304 1370 17296 6 3 6 2 1134 110 16 0 1 0 21997389 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17059/statm: 4217 1113 409 3 0 796 0
[pid=17082] ppid=17059 vsize=5356 CPUtime=0
/proc/17082/stat : 17082 (sh) S 17059 17059 15452 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21998682 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17082/statm: 1339 232 193 169 0 50 0
[pid=17083] ppid=17082 vsize=750940 CPUtime=1787.52
/proc/17083/stat : 17083 (minisat) R 17082 17059 15452 0 -1 4194304 186704 0 0 0 178553 199 0 0 25 0 1 0 21998682 768962560 186690 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17083/statm: 187735 186690 76 150 0 187582 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 773164

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

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

[startup+1814.7 s]
/proc/loadavg: 2.01 2.10 2.07 3/83 17435
/proc/meminfo: memFree=966576/2055920 swapFree=4192812/4192956
[pid=17059] ppid=17057 vsize=16868 CPUtime=12.52
/proc/17059/stat : 17059 (sugar) S 17057 17059 15452 0 -1 4194304 1370 17296 6 3 6 2 1134 110 16 0 1 0 21997389 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17059/statm: 4217 1113 409 3 0 796 0
[pid=17082] ppid=17059 vsize=5356 CPUtime=0
/proc/17082/stat : 17082 (sh) S 17059 17059 15452 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21998682 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17082/statm: 1339 232 193 169 0 50 0
[pid=17083] ppid=17082 vsize=750940 CPUtime=1787.52
/proc/17083/stat : 17083 (minisat) R 17082 17059 15452 0 -1 4194304 186704 0 0 0 178553 199 0 0 25 0 1 0 21998682 768962560 186690 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17083/statm: 187735 186690 76 150 0 187582 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 773164

[startup+1814.82 s]
/proc/loadavg: 2.01 2.10 2.07 3/83 17435
/proc/meminfo: memFree=966576/2055920 swapFree=4192812/4192956
[pid=17059] ppid=17057 vsize=16868 CPUtime=12.53
/proc/17059/stat : 17059 (sugar) R 17057 17059 15452 0 -1 4194304 1417 17573 6 3 6 3 1134 110 16 0 1 0 21997389 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 266890613801 0 0 4224 16386 0 0 0 17 0 0 0
/proc/17059/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 16868
#
############


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

[startup+1814.82 s]
/proc/loadavg: 2.01 2.10 2.07 3/83 17435
/proc/meminfo: memFree=966576/2055920 swapFree=4192812/4192956
[pid=17059] ppid=17057 vsize=16868 CPUtime=12.53
/proc/17059/stat : 17059 (sugar) R 17057 17059 15452 0 -1 4194304 1417 17573 6 3 6 3 1134 110 16 0 1 0 21997389 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 266890613801 0 0 4224 16386 0 0 0 17 0 0 0
/proc/17059/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 12.53
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): 1787.51
#  lost CPU user time (s): 1785.53
#  lost CPU system time (s): 1.98

Real time (s): 1814.87
CPU time (s): 1800.11
CPU user time (s): 1796.94
CPU system time (s): 3.16582
CPU usage (%): 99.1866
Max. virtual memory (cumulated for all children) (KiB): 890904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.4133
system time used= 1.18582
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19049
page faults= 9
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 31369
involuntary context switches= 31375

runsolver used 2.21866 second user time and 6.01908 second system time

The end

Launcher Data

Begin job on node38 at 2009-07-11 23:55:33
IDJOB=2069003
IDBENCH=54975
IDSOLVER=739
FILE ID=node38/2069003-1247349333
PBS_JOBID= 9506779
Free space on /tmp= 66392 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/tdsp/normalized-C5-3-90.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-2069003-1247349333/watcher-2069003-1247349333 -o /tmp/evaluation-result-2069003-1247349333/solver-2069003-1247349333 -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-2069003-1247349333.xml

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

MD5SUM BENCH= 6fd1e21a7499db3d6d6482d1bfa4f91a
RANDOM SEED=782706751

node38.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.229
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.229
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1734768 kB
Buffers:         25504 kB
Cached:          59700 kB
SwapCached:          0 kB
Active:         231504 kB
Inactive:        38844 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1734768 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1852 kB
Writeback:           0 kB
Mapped:         195860 kB
Slab:            35740 kB
Committed_AS:   412764 kB
PageTables:       2340 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= 66396 MiB
End job on node38 at 2009-07-12 00:25:50