Trace number 2062843

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.04 1801.85

General information on the benchmark

Namecsp/ortholatin/
normalized-ortholatin-9.xml
MD5SUM0ce45c432ac349031f1c34773638f3be
Bench CategoryAlldiff (alldiff)
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 variables243
Number of constraints118
Maximum constraint arity81
Maximum domain size81
Number of constraints which are defined in extension81
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)alldifferent(37)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sat Jul 11 18:28:21 2009
0.00/0.08	c 0	PID 16138
0.00/0.08	c 0	HOST node6.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2062843-1247329701.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-2062843-1247329701.xml' 'HOME/temp.csp'
0.07/0.33	c 1	2 domains, 243 variables, 0 predicates, 1 relations, 118 constraints
0.07/0.36	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.36	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.32/0.44	c 1	Parsing HOME/temp.csp
0.32/0.48	c 1	parsed 364 expressions
0.32/0.49	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.32/0.49	c 1	Converting to clausal form CSP
0.32/0.51	c 1	converted 37 (10%) expressions
0.32/0.51	c 1	converted 73 (20%) expressions
0.32/0.51	c 1	converted 110 (30%) expressions
0.32/0.51	c 1	converted 146 (40%) expressions
0.32/0.51	c 1	converted 182 (50%) expressions
0.32/0.51	c 1	converted 219 (60%) expressions
0.32/0.54	c 1	converted 255 (70%) expressions
0.32/0.56	c 1	converted 292 (80%) expressions
0.32/0.59	c 1	converted 328 (90%) expressions
0.32/0.94	c 1	converted 364 (100%) expressions
0.32/0.94	c 1	CSP : 243 integers, 0 booleans, 4691 clauses, largest domain size 81
0.32/0.94	c 1	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.32/0.94	c 1	Propagation in CSP
0.32/0.97	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.32/0.97	c 1	CSP : 243 integers, 0 booleans, 4691 clauses, largest domain size 81
0.32/0.97	c 1	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.32/0.98	c 1	Simplifing CSP by introducing new Boolean variables
0.32/1.03	c 1	CSP : 243 integers, 9072 booleans, 13763 clauses, largest domain size 81
0.32/1.03	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.32/1.09	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.03/1.10	c 2	25 (10%) CSP integer variables are encoded (175 clauses, 1801 bytes)
1.03/1.11	c 2	49 (20%) CSP integer variables are encoded (343 clauses, 3649 bytes)
1.03/1.11	c 2	73 (30%) CSP integer variables are encoded (511 clauses, 5497 bytes)
1.03/1.11	c 2	98 (40%) CSP integer variables are encoded (686 clauses, 7422 bytes)
1.03/1.11	c 2	122 (50%) CSP integer variables are encoded (854 clauses, 9270 bytes)
1.03/1.11	c 2	146 (60%) CSP integer variables are encoded (1022 clauses, 11413 bytes)
1.03/1.12	c 2	171 (70%) CSP integer variables are encoded (1845 clauses, 22112 bytes)
1.03/1.12	c 2	195 (80%) CSP integer variables are encoded (3741 clauses, 46760 bytes)
1.03/1.12	c 2	219 (90%) CSP integer variables are encoded (5637 clauses, 71408 bytes)
1.03/1.13	c 2	243 (100%) CSP integer variables are encoded (7533 clauses, 96056 bytes)
1.33/1.48	c 2	1377 (10%) CSP clauses are encoded (28589 clauses, 492792 bytes)
1.43/1.52	c 2	2753 (20%) CSP clauses are encoded (37165 clauses, 631561 bytes)
1.43/1.55	c 2	4129 (30%) CSP clauses are encoded (49997 clauses, 864910 bytes)
1.63/1.71	c 2	5506 (40%) CSP clauses are encoded (124814 clauses, 2348398 bytes)
1.73/1.86	c 2	6882 (50%) CSP clauses are encoded (199550 clauses, 3830277 bytes)
1.93/2.01	c 2	8258 (60%) CSP clauses are encoded (274366 clauses, 5313751 bytes)
2.02/2.16	c 3	9635 (70%) CSP clauses are encoded (349183 clauses, 6797239 bytes)
2.22/2.31	c 3	11011 (80%) CSP clauses are encoded (423919 clauses, 8279118 bytes)
2.32/2.45	c 3	12387 (90%) CSP clauses are encoded (498655 clauses, 9760997 bytes)
2.42/2.59	c 3	13763 (100%) CSP clauses are encoded (573311 clauses, 11242148 bytes)
2.42/2.59	c 3	13763 CSP clauses encoded
2.42/2.59	c 3	Writing map file : HOME/temp.map
2.52/2.60	c 3	Heap : 6 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.52/2.60	c 3	SAT : 16848 SAT variables, 573311 SAT clauses, 11242148 bytes
2.52/2.60	c 3	Heap : 6 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.52/2.61	c 3	SOLVING HOME/temp.cnf
2.52/2.61	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.52/2.61	c 3	This is MiniSat 2.0 beta
2.52/2.61	c 3	WARNING: for repeatability, setting FPU to use double precision
2.52/2.61	c 3	============================[ Problem Statistics ]=============================
2.52/2.61	c 3	|                                                                             |
2.52/2.61	c 3	|  Number of variables:  16848                                                |
2.52/2.61	c 3	|  Number of clauses:    573311                                               |
2.54/2.91	c 3	|  Parsing time:         0.27         s                                       |
2.54/2.93	c 3	============================[ Search Statistics ]==============================
2.54/2.93	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.54/2.93	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.54/2.93	c 3	===============================================================================
2.54/2.93	c 3	|         0 |   16848   573311  1701972 |   191103        0    nan |  0.000 % |
2.54/3.02	c 3	|       101 |   16848   573311  1701972 |   210214      101     17 |  0.000 % |
2.54/3.14	c 4	|       251 |   16848   573311  1701972 |   231235      251     12 |  0.000 % |
3.20/3.31	c 4	|       476 |   16848   573311  1701972 |   254358      476     10 |  0.000 % |
3.40/3.59	c 4	|       814 |   16848   573311  1701972 |   279794      814      9 |  0.000 % |
4.00/4.11	c 5	|      1322 |   16848   573311  1701972 |   307774     1322     18 |  0.000 % |
4.79/4.90	c 5	|      2083 |   16848   573311  1701972 |   338551     2083     24 |  0.000 % |
6.08/6.29	c 7	|      3224 |   16848   573311  1701972 |   372406     3224     36 |  0.000 % |
8.36/8.59	c 9	|      4932 |   16848   573311  1701972 |   409647     4932     37 |  0.000 % |
13.21/13.52	c 14	|      7494 |   16848   573311  1701972 |   450612     7494     45 |  0.000 % |
19.95/20.38	c 21	|     11339 |   16848   573311  1701972 |   495673    11339     51 |  0.000 % |
30.25/30.79	c 31	|     17106 |   16848   573311  1701972 |   545241    17106     60 |  0.000 % |
43.52/44.13	c 45	|     25758 |   16848   573311  1701972 |   599765    25758     62 |  0.000 % |
61.76/62.52	c 63	|     38732 |   16848   573311  1701972 |   659741    38732     59 |  0.000 % |
101.66/102.65	c 103	|     58193 |   16848   573311  1701972 |   725715    58193     67 |  0.000 % |
157.64/158.66	c 159	|     87385 |   16848   573311  1701972 |   798287    87385     67 |  0.000 % |
266.58/267.62	c 268	|    131174 |   16848   573311  1701972 |   878116   131174     73 |  0.000 % |
480.68/481.85	c 482	|    196859 |   16848   573311  1701972 |   965927   196859     89 |  0.000 % |
719.87/721.20	c 722	|    295385 |   16848   573311  1701972 |  1062520   295385     85 |  0.000 % |
1263.70/1265.21	c 1266	|    443174 |   16848   573311  1701972 |  1168772   443174     87 |  0.000 % |
1800.04/1801.82	c ERROR INTERRUPTED
1800.04/1801.85	s UNKNOWN
1800.04/1801.85	c 1802	CPU 2.54 (0.05 0.02 2.3 0.17)
1800.04/1801.85	c 1802	END Sat Jul 11 18:58:23 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-2062843-1247329701/watcher-2062843-1247329701 -o /tmp/evaluation-result-2062843-1247329701/solver-2062843-1247329701 -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-2062843-1247329701.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.99 1.94 4/80 16138
/proc/meminfo: memFree=888368/2055924 swapFree=4192956/4192956
[pid=16138] ppid=16136 vsize=18576 CPUtime=0
/proc/16138/stat : 16138 (runsolver) R 16136 16138 13973 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 20037551 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 268582841639 0 0 4096 24578 0 0 0 17 1 0 0
/proc/16138/statm: 4644 284 249 26 0 2626 0

[startup+0.106552 s]
/proc/loadavg: 1.93 1.99 1.94 4/80 16138
/proc/meminfo: memFree=888368/2055924 swapFree=4192956/4192956
[pid=16138] ppid=16136 vsize=16868 CPUtime=0.07
/proc/16138/stat : 16138 (sugar) S 16136 16138 13973 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 20037551 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16138/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.20157 s]
/proc/loadavg: 1.93 1.99 1.94 4/80 16138
/proc/meminfo: memFree=888368/2055924 swapFree=4192956/4192956
[pid=16138] ppid=16136 vsize=16868 CPUtime=0.07
/proc/16138/stat : 16138 (sugar) S 16136 16138 13973 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 20037551 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16138/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301587 s]
/proc/loadavg: 1.93 1.99 1.94 4/80 16138
/proc/meminfo: memFree=888368/2055924 swapFree=4192956/4192956
[pid=16138] ppid=16136 vsize=16868 CPUtime=0.07
/proc/16138/stat : 16138 (sugar) S 16136 16138 13973 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 20037551 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16138/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.70167 s]
/proc/loadavg: 1.93 1.99 1.94 4/80 16138
/proc/meminfo: memFree=888368/2055924 swapFree=4192956/4192956
[pid=16138] ppid=16136 vsize=16868 CPUtime=0.32
/proc/16138/stat : 16138 (sugar) S 16136 16138 13973 0 -1 4194304 1309 4341 0 1 5 2 22 3 15 0 1 0 20037551 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16138/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 16868

[startup+1.50282 s]
/proc/loadavg: 1.93 1.99 1.94 4/91 16160
/proc/meminfo: memFree=866960/2055924 swapFree=4192956/4192956
[pid=16138] ppid=16136 vsize=16868 CPUtime=0.32
/proc/16138/stat : 16138 (sugar) S 16136 16138 13973 0 -1 4194304 1310 4341 0 1 5 2 22 3 15 0 1 0 20037551 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16138/statm: 4217 1111 409 3 0 796 0
[pid=16151] ppid=16138 vsize=5356 CPUtime=0
/proc/16151/stat : 16151 (sh) S 16138 16138 13973 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20037587 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16151/statm: 1339 233 193 169 0 50 0
[pid=16152] ppid=16151 vsize=868684 CPUtime=1.11
/proc/16152/stat : 16152 (java) S 16151 16138 13973 0 -1 0 7939 0 1 0 107 4 0 0 18 0 9 0 20037588 889532416 7106 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16152/statm: 217171 7106 2591 9 0 211648 0
[pid=16152/tid=16153] ppid=16151 vsize=868684 CPUtime=0.69
/proc/16152/task/16153/stat : 16153 (java) R 16151 16138 13973 0 -1 64 2788 0 1 0 67 2 0 0 23 0 9 0 20037589 889532416 7106 996147200 134512640 134550932 4294955936 18446744073709551615 4126431905 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16152/tid=16154] ppid=16151 vsize=868684 CPUtime=0.18
/proc/16152/task/16154/stat : 16154 (java) S 16151 16138 13973 0 -1 64 2929 0 0 0 18 0 0 0 16 0 9 0 20037590 889532416 7106 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16152/tid=16155] ppid=16151 vsize=868684 CPUtime=0
/proc/16152/task/16155/stat : 16155 (java) S 16151 16138 13973 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20037590 889532416 7106 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16152/tid=16156] ppid=16151 vsize=868684 CPUtime=0
/proc/16152/task/16156/stat : 16156 (java) S 16151 16138 13973 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20037590 889532416 7106 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16152/tid=16157] ppid=16151 vsize=868684 CPUtime=0
/proc/16152/task/16157/stat : 16157 (java) S 16151 16138 13973 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20037592 889532416 7106 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16152/tid=16158] ppid=16151 vsize=868684 CPUtime=0.21
/proc/16152/task/16158/stat : 16158 (java) S 16151 16138 13973 0 -1 64 1522 0 0 0 21 0 0 0 16 0 9 0 20037592 889532416 7106 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16152/tid=16159] ppid=16151 vsize=868684 CPUtime=0
/proc/16152/task/16159/stat : 16159 (java) S 16151 16138 13973 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20037592 889532416 7106 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16152/tid=16160] ppid=16151 vsize=868684 CPUtime=0
/proc/16152/task/16160/stat : 16160 (java) S 16151 16138 13973 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20037592 889532416 7106 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 890908

[startup+3.10114 s]
/proc/loadavg: 1.93 1.99 1.94 3/91 16160
/proc/meminfo: memFree=859408/2055924 swapFree=4192956/4192956
[pid=16138] ppid=16136 vsize=16868 CPUtime=2.54
/proc/16138/stat : 16138 (sugar) S 16136 16138 13973 0 -1 4194304 1376 12910 0 2 5 2 230 17 15 0 1 0 20037551 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16138/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 2.54
Current children cumulated vsize (KiB) 16868

[startup+6.30277 s]
/proc/loadavg: 1.94 1.99 1.94 3/83 16162
/proc/meminfo: memFree=847128/2055924 swapFree=4192956/4192956
[pid=16138] ppid=16136 vsize=16868 CPUtime=2.54
/proc/16138/stat : 16138 (sugar) S 16136 16138 13973 0 -1 4194304 1376 12910 0 2 5 2 230 17 16 0 1 0 20037551 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16138/statm: 4217 1113 409 3 0 796 0
[pid=16161] ppid=16138 vsize=5356 CPUtime=0
/proc/16161/stat : 16161 (sh) S 16138 16138 13973 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20037812 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16161/statm: 1339 232 193 169 0 50 0
[pid=16162] ppid=16161 vsize=27824 CPUtime=3.64
/proc/16162/stat : 16162 (minisat) R 16161 16138 13973 0 -1 4194304 6708 0 0 0 361 3 0 0 25 0 1 0 20037812 28491776 6694 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16162/statm: 6956 6694 76 150 0 6803 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 50048

[startup+12.702 s]
/proc/loadavg: 1.86 1.97 1.93 4/85 16206
/proc/meminfo: memFree=916232/2055924 swapFree=4192956/4192956
[pid=16138] ppid=16136 vsize=16868 CPUtime=2.54
/proc/16138/stat : 16138 (sugar) S 16136 16138 13973 0 -1 4194304 1376 12910 0 2 5 2 230 17 16 0 1 0 20037551 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16138/statm: 4217 1113 409 3 0 796 0
[pid=16161] ppid=16138 vsize=5356 CPUtime=0
/proc/16161/stat : 16161 (sh) S 16138 16138 13973 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20037812 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16161/statm: 1339 232 193 169 0 50 0
[pid=16162] ppid=16161 vsize=28644 CPUtime=9.88
/proc/16162/stat : 16162 (minisat) R 16161 16138 13973 0 -1 4194304 6930 0 0 0 983 5 0 0 25 0 1 0 20037812 29331456 6916 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16162/statm: 7161 6916 76 150 0 7008 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 50868

[startup+25.5025 s]
/proc/loadavg: 1.97 1.99 1.94 3/84 16206
/proc/meminfo: memFree=913552/2055924 swapFree=4192956/4192956
[pid=16138] ppid=16136 vsize=16868 CPUtime=2.54
/proc/16138/stat : 16138 (sugar) S 16136 16138 13973 0 -1 4194304 1376 12910 0 2 5 2 230 17 16 0 1 0 20037551 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16138/statm: 4217 1113 409 3 0 796 0
[pid=16161] ppid=16138 vsize=5356 CPUtime=0
/proc/16161/stat : 16161 (sh) S 16138 16138 13973 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20037812 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16161/statm: 1339 232 193 169 0 50 0
[pid=16162] ppid=16161 vsize=30624 CPUtime=22.55
/proc/16162/stat : 16162 (minisat) R 16161 16138 13973 0 -1 4194304 7434 0 0 0 2249 6 0 0 25 0 1 0 20037812 31358976 7420 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/16162/statm: 7656 7420 76 150 0 7503 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 52848

[startup+51.1025 s]
/proc/loadavg: 1.98 1.99 1.94 3/84 16206
/proc/meminfo: memFree=908880/2055924 swapFree=4192956/4192956
[pid=16138] ppid=16136 vsize=16868 CPUtime=2.54
/proc/16138/stat : 16138 (sugar) S 16136 16138 13973 0 -1 4194304 1376 12910 0 2 5 2 230 17 16 0 1 0 20037551 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16138/statm: 4217 1113 409 3 0 796 0
[pid=16161] ppid=16138 vsize=5356 CPUtime=0
/proc/16161/stat : 16161 (sh) S 16138 16138 13973 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20037812 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16161/statm: 1339 232 193 169 0 50 0
[pid=16162] ppid=16161 vsize=35548 CPUtime=47.92
/proc/16162/stat : 16162 (minisat) R 16161 16138 13973 0 -1 4194304 8650 0 0 0 4784 8 0 0 25 0 1 0 20037812 36401152 8636 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16162/statm: 8887 8636 76 150 0 8734 0
Current children cumulated CPU time (s) 50.46
Current children cumulated vsize (KiB) 57772

[startup+102.303 s]
/proc/loadavg: 2.05 2.00 1.94 3/77 16299
/proc/meminfo: memFree=896072/2055924 swapFree=4192956/4192956
[pid=16138] ppid=16136 vsize=16868 CPUtime=2.54
/proc/16138/stat : 16138 (sugar) S 16136 16138 13973 0 -1 4194304 1376 12910 0 2 5 2 230 17 16 0 1 0 20037551 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16138/statm: 4217 1113 409 3 0 796 0
[pid=16161] ppid=16138 vsize=5356 CPUtime=0
/proc/16161/stat : 16161 (sh) S 16138 16138 13973 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20037812 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16161/statm: 1339 232 193 169 0 50 0
[pid=16162] ppid=16161 vsize=44340 CPUtime=98.83
/proc/16162/stat : 16162 (minisat) R 16161 16138 13973 0 -1 4194304 10833 0 0 0 9871 12 0 0 25 0 1 0 20037812 45404160 10819 996147200 134512640 135127466 4294956256 18446744073709551615 134706194 0 0 4096 3 0 0 0 17 0 0 0
/proc/16162/statm: 11085 10819 76 150 0 10932 0
Current children cumulated CPU time (s) 101.37
Current children cumulated vsize (KiB) 66564

[startup+162.301 s]
/proc/loadavg: 2.29 2.06 1.96 3/76 16337
/proc/meminfo: memFree=901456/2055924 swapFree=4192956/4192956
[pid=16138] ppid=16136 vsize=16868 CPUtime=2.54
/proc/16138/stat : 16138 (sugar) S 16136 16138 13973 0 -1 4194304 1376 12910 0 2 5 2 230 17 16 0 1 0 20037551 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16138/statm: 4217 1113 409 3 0 796 0
[pid=16161] ppid=16138 vsize=5356 CPUtime=0
/proc/16161/stat : 16161 (sh) S 16138 16138 13973 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20037812 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16161/statm: 1339 232 193 169 0 50 0
[pid=16162] ppid=16161 vsize=53568 CPUtime=158.79
/proc/16162/stat : 16162 (minisat) R 16161 16138 13973 0 -1 4194304 13164 0 0 0 15864 15 0 0 25 0 1 0 20037812 54853632 13150 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16162/statm: 13392 13150 76 150 0 13239 0
Current children cumulated CPU time (s) 161.33
Current children cumulated vsize (KiB) 75792

[startup+222.307 s]
/proc/loadavg: 2.53 2.18 2.01 3/76 16337
/proc/meminfo: memFree=892176/2055924 swapFree=4192956/4192956
[pid=16138] ppid=16136 vsize=16868 CPUtime=2.54
/proc/16138/stat : 16138 (sugar) S 16136 16138 13973 0 -1 4194304 1376 12910 0 2 5 2 230 17 16 0 1 0 20037551 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16138/statm: 4217 1113 409 3 0 796 0
[pid=16161] ppid=16138 vsize=5356 CPUtime=0
/proc/16161/stat : 16161 (sh) S 16138 16138 13973 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20037812 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16161/statm: 1339 232 193 169 0 50 0
[pid=16162] ppid=16161 vsize=62988 CPUtime=218.77
/proc/16162/stat : 16162 (minisat) R 16161 16138 13973 0 -1 4194304 15488 0 0 0 21858 19 0 0 25 0 1 0 20037812 64499712 15474 996147200 134512640 135127466 4294956256 18446744073709551615 134706298 0 0 4096 3 0 0 0 17 0 0 0
/proc/16162/statm: 15747 15474 76 150 0 15594 0
Current children cumulated CPU time (s) 221.31
Current children cumulated vsize (KiB) 85212


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

/proc/meminfo: memFree=749640/2055924 swapFree=4192956/4192956
[pid=16138] ppid=16136 vsize=16868 CPUtime=2.54
/proc/16138/stat : 16138 (sugar) S 16136 16138 13973 0 -1 4194304 1376 12910 0 2 5 2 230 17 16 0 1 0 20037551 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16138/statm: 4217 1113 409 3 0 796 0
[pid=16161] ppid=16138 vsize=5356 CPUtime=0
/proc/16161/stat : 16161 (sh) S 16138 16138 13973 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20037812 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16161/statm: 1339 232 193 169 0 50 0
[pid=16162] ppid=16161 vsize=205540 CPUtime=1358.22
/proc/16162/stat : 16162 (minisat) R 16161 16138 13973 0 -1 4194304 50910 0 0 0 135761 61 0 0 25 0 1 0 20037812 210472960 50896 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16162/statm: 51385 50896 76 150 0 51232 0
Current children cumulated CPU time (s) 1360.76
Current children cumulated vsize (KiB) 227764

[startup+1422.3 s]
/proc/loadavg: 2.00 2.07 2.07 3/77 16340
/proc/meminfo: memFree=744392/2055924 swapFree=4192956/4192956
[pid=16138] ppid=16136 vsize=16868 CPUtime=2.54
/proc/16138/stat : 16138 (sugar) S 16136 16138 13973 0 -1 4194304 1376 12910 0 2 5 2 230 17 16 0 1 0 20037551 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16138/statm: 4217 1113 409 3 0 796 0
[pid=16161] ppid=16138 vsize=5356 CPUtime=0
/proc/16161/stat : 16161 (sh) S 16138 16138 13973 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20037812 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16161/statm: 1339 232 193 169 0 50 0
[pid=16162] ppid=16161 vsize=210572 CPUtime=1418.19
/proc/16162/stat : 16162 (minisat) R 16161 16138 13973 0 -1 4194304 52181 0 0 0 141756 63 0 0 25 0 1 0 20037812 215625728 52167 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/16162/statm: 52643 52167 76 150 0 52490 0
Current children cumulated CPU time (s) 1420.73
Current children cumulated vsize (KiB) 232796

[startup+1482.3 s]
/proc/loadavg: 2.00 2.05 2.07 3/77 16340
/proc/meminfo: memFree=739080/2055924 swapFree=4192956/4192956
[pid=16138] ppid=16136 vsize=16868 CPUtime=2.54
/proc/16138/stat : 16138 (sugar) S 16136 16138 13973 0 -1 4194304 1376 12910 0 2 5 2 230 17 16 0 1 0 20037551 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16138/statm: 4217 1113 409 3 0 796 0
[pid=16161] ppid=16138 vsize=5356 CPUtime=0
/proc/16161/stat : 16161 (sh) S 16138 16138 13973 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20037812 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16161/statm: 1339 232 193 169 0 50 0
[pid=16162] ppid=16161 vsize=215852 CPUtime=1478.15
/proc/16162/stat : 16162 (minisat) R 16161 16138 13973 0 -1 4194304 53530 0 0 0 147751 64 0 0 25 0 1 0 20037812 221032448 53516 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16162/statm: 53963 53516 76 150 0 53810 0
Current children cumulated CPU time (s) 1480.69
Current children cumulated vsize (KiB) 238076

[startup+1542.31 s]
/proc/loadavg: 2.12 2.08 2.08 3/78 16341
/proc/meminfo: memFree=732800/2055924 swapFree=4192956/4192956
[pid=16138] ppid=16136 vsize=16868 CPUtime=2.54
/proc/16138/stat : 16138 (sugar) S 16136 16138 13973 0 -1 4194304 1376 12910 0 2 5 2 230 17 16 0 1 0 20037551 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16138/statm: 4217 1113 409 3 0 796 0
[pid=16161] ppid=16138 vsize=5356 CPUtime=0
/proc/16161/stat : 16161 (sh) S 16138 16138 13973 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20037812 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16161/statm: 1339 232 193 169 0 50 0
[pid=16162] ppid=16161 vsize=221928 CPUtime=1538.12
/proc/16162/stat : 16162 (minisat) R 16161 16138 13973 0 -1 4194304 55079 0 0 0 153746 66 0 0 25 0 1 0 20037812 227254272 55065 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16162/statm: 55482 55065 76 150 0 55329 0
Current children cumulated CPU time (s) 1540.66
Current children cumulated vsize (KiB) 244152

[startup+1602.3 s]
/proc/loadavg: 2.04 2.07 2.07 3/78 16341
/proc/meminfo: memFree=727168/2055924 swapFree=4192956/4192956
[pid=16138] ppid=16136 vsize=16868 CPUtime=2.54
/proc/16138/stat : 16138 (sugar) S 16136 16138 13973 0 -1 4194304 1376 12910 0 2 5 2 230 17 16 0 1 0 20037551 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16138/statm: 4217 1113 409 3 0 796 0
[pid=16161] ppid=16138 vsize=5356 CPUtime=0
/proc/16161/stat : 16161 (sh) S 16138 16138 13973 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20037812 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16161/statm: 1339 232 193 169 0 50 0
[pid=16162] ppid=16161 vsize=227604 CPUtime=1598.1
/proc/16162/stat : 16162 (minisat) R 16161 16138 13973 0 -1 4194304 56493 0 0 0 159741 69 0 0 25 0 1 0 20037812 233066496 56479 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16162/statm: 56901 56479 76 150 0 56748 0
Current children cumulated CPU time (s) 1600.64
Current children cumulated vsize (KiB) 249828

[startup+1662.3 s]
/proc/loadavg: 2.01 2.05 2.07 3/78 16341
/proc/meminfo: memFree=721472/2055924 swapFree=4192956/4192956
[pid=16138] ppid=16136 vsize=16868 CPUtime=2.54
/proc/16138/stat : 16138 (sugar) S 16136 16138 13973 0 -1 4194304 1376 12910 0 2 5 2 230 17 16 0 1 0 20037551 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16138/statm: 4217 1113 409 3 0 796 0
[pid=16161] ppid=16138 vsize=5356 CPUtime=0
/proc/16161/stat : 16161 (sh) S 16138 16138 13973 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20037812 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16161/statm: 1339 232 193 169 0 50 0
[pid=16162] ppid=16161 vsize=233284 CPUtime=1658.06
/proc/16162/stat : 16162 (minisat) R 16161 16138 13973 0 -1 4194304 57923 0 0 0 165736 70 0 0 25 0 1 0 20037812 238882816 57909 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16162/statm: 58321 57909 76 150 0 58168 0
Current children cumulated CPU time (s) 1660.6
Current children cumulated vsize (KiB) 255508

[startup+1722.3 s]
/proc/loadavg: 2.00 2.04 2.06 3/79 16342
/proc/meminfo: memFree=716088/2055924 swapFree=4192956/4192956
[pid=16138] ppid=16136 vsize=16868 CPUtime=2.54
/proc/16138/stat : 16138 (sugar) S 16136 16138 13973 0 -1 4194304 1376 12910 0 2 5 2 230 17 16 0 1 0 20037551 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16138/statm: 4217 1113 409 3 0 796 0
[pid=16161] ppid=16138 vsize=5356 CPUtime=0
/proc/16161/stat : 16161 (sh) S 16138 16138 13973 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20037812 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16161/statm: 1339 232 193 169 0 50 0
[pid=16162] ppid=16161 vsize=238564 CPUtime=1718.03
/proc/16162/stat : 16162 (minisat) R 16161 16138 13973 0 -1 4194304 59275 0 0 0 171732 71 0 0 25 0 1 0 20037812 244289536 59261 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16162/statm: 59641 59261 76 150 0 59488 0
Current children cumulated CPU time (s) 1720.57
Current children cumulated vsize (KiB) 260788

[startup+1782.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/79 16342
/proc/meminfo: memFree=710968/2055924 swapFree=4192956/4192956
[pid=16138] ppid=16136 vsize=16868 CPUtime=2.54
/proc/16138/stat : 16138 (sugar) S 16136 16138 13973 0 -1 4194304 1376 12910 0 2 5 2 230 17 16 0 1 0 20037551 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16138/statm: 4217 1113 409 3 0 796 0
[pid=16161] ppid=16138 vsize=5356 CPUtime=0
/proc/16161/stat : 16161 (sh) S 16138 16138 13973 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20037812 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16161/statm: 1339 232 193 169 0 50 0
[pid=16162] ppid=16161 vsize=243580 CPUtime=1778
/proc/16162/stat : 16162 (minisat) R 16161 16138 13973 0 -1 4194304 60517 0 0 0 177728 72 0 0 25 0 1 0 20037812 249425920 60503 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16162/statm: 60895 60503 76 150 0 60742 0
Current children cumulated CPU time (s) 1780.54
Current children cumulated vsize (KiB) 265804



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.8 s]
/proc/loadavg: 2.00 2.03 2.05 3/79 16342
/proc/meminfo: memFree=709176/2055924 swapFree=4192956/4192956
[pid=16138] ppid=16136 vsize=16868 CPUtime=2.54
/proc/16138/stat : 16138 (sugar) S 16136 16138 13973 0 -1 4194304 1376 12910 0 2 5 2 230 17 16 0 1 0 20037551 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16138/statm: 4217 1113 409 3 0 796 0
[pid=16161] ppid=16138 vsize=5356 CPUtime=0
/proc/16161/stat : 16161 (sh) S 16138 16138 13973 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20037812 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16161/statm: 1339 232 193 169 0 50 0
[pid=16162] ppid=16161 vsize=245296 CPUtime=1797.5
/proc/16162/stat : 16162 (minisat) R 16161 16138 13973 0 -1 4194304 60971 0 0 0 179677 73 0 0 25 0 1 0 20037812 251183104 60957 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16162/statm: 61324 60957 76 150 0 61171 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 267520

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

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

[startup+1801.8 s]
/proc/loadavg: 2.00 2.03 2.05 3/79 16342
/proc/meminfo: memFree=709176/2055924 swapFree=4192956/4192956
[pid=16138] ppid=16136 vsize=16868 CPUtime=2.54
/proc/16138/stat : 16138 (sugar) S 16136 16138 13973 0 -1 4194304 1376 12910 0 2 5 2 230 17 16 0 1 0 20037551 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16138/statm: 4217 1113 409 3 0 796 0
[pid=16161] ppid=16138 vsize=5356 CPUtime=0
/proc/16161/stat : 16161 (sh) S 16138 16138 13973 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20037812 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16161/statm: 1339 232 193 169 0 50 0
[pid=16162] ppid=16161 vsize=245296 CPUtime=1797.5
/proc/16162/stat : 16162 (minisat) R 16161 16138 13973 0 -1 4194304 60971 0 0 0 179677 73 0 0 25 0 1 0 20037812 251183104 60957 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16162/statm: 61324 60957 76 150 0 61171 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 267520

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16138 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=363640
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=210967
# CPU time returned by wait4() is 2.57461
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1801.85
CPU time (s): 1800.04
CPU user time (s): 1799.12
CPU system time (s): 0.92
CPU usage (%): 99.8993
Max. virtual memory (cumulated for all children) (KiB): 890908

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.36364
system time used= 0.210967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14669
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= 4679
involuntary context switches= 4606

runsolver used 1.91671 second user time and 4.82127 second system time

The end

Launcher Data

Begin job on node6 at 2009-07-11 18:28:21
IDJOB=2062843
IDBENCH=53936
IDSOLVER=739
FILE ID=node6/2062843-1247329701
PBS_JOBID= 9506616
Free space on /tmp= 66396 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/ortholatin/normalized-ortholatin-9.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-2062843-1247329701/watcher-2062843-1247329701 -o /tmp/evaluation-result-2062843-1247329701/solver-2062843-1247329701 -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-2062843-1247329701.xml

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

MD5SUM BENCH= 0ce45c432ac349031f1c34773638f3be
RANDOM SEED=1002255418

node6.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.263
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.263
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:      2055924 kB
MemFree:        888848 kB
Buffers:         64852 kB
Cached:         949232 kB
SwapCached:          0 kB
Active:         207332 kB
Inactive:       905360 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:        888848 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1328 kB
Writeback:           0 kB
Mapped:         116588 kB
Slab:            39488 kB
Committed_AS:   889120 kB
PageTables:       2048 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 node6 at 2009-07-11 18:58:25