Trace number 2072600

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.06 1817.24

General information on the benchmark

Namecsp/pseudoGLB/
normalized-chnl35-36-pb-cnf-cr.xml
MD5SUM2849f460355fd613e947181ffa980614
Bench CategoryAlldiff+Elt+WSum (alldiff,element,weightedsum)
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 variables2520
Number of constraints142
Maximum constraint arity36
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)weightedsum(142)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 01:57:06 2009
0.00/0.08	c 0	PID 17535
0.06/0.08	c 0	HOST node19.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2072600-1247356626.xml TO HOME/temp.csp
0.06/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-2072600-1247356626.xml' 'HOME/temp.csp'
0.06/0.78	c 1	1 domains, 2520 variables, 0 predicates, 0 relations, 142 constraints
0.06/0.82	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.82	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.06/0.89	c 1	Parsing HOME/temp.csp
0.91/1.02	c 1	parsed 2663 expressions
0.91/1.03	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.91/1.03	c 1	Converting to clausal form CSP
0.91/1.05	c 1	converted 267 (10%) expressions
0.91/1.06	c 1	converted 533 (20%) expressions
0.91/1.06	c 1	converted 799 (30%) expressions
0.91/1.06	c 1	converted 1066 (40%) expressions
0.91/1.06	c 1	converted 1332 (50%) expressions
0.91/1.08	c 1	converted 1598 (60%) expressions
0.91/1.08	c 1	converted 1865 (70%) expressions
0.91/1.08	c 1	converted 2131 (80%) expressions
0.91/1.08	c 1	converted 2397 (90%) expressions
1.40/1.50	c 2	converted 2663 (100%) expressions
1.40/1.50	c 2	CSP : 3798 integers, 0 booleans, 2698 clauses, largest domain size 13
1.40/1.50	c 2	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.40/1.50	c 2	Propagation in CSP
1.40/1.57	c 2	2100 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.40/1.57	c 2	CSP : 3798 integers, 0 booleans, 2698 clauses, largest domain size 13
1.40/1.57	c 2	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.40/1.57	c 2	Simplifing CSP by introducing new Boolean variables
1.40/1.58	c 2	CSP : 3798 integers, 0 booleans, 2698 clauses, largest domain size 13
1.40/1.58	c 2	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.50/1.62	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.50/1.63	c 2	380 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.50/1.63	c 2	760 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.50/1.63	c 2	1140 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.50/1.64	c 2	1520 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.50/1.64	c 2	1899 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.50/1.64	c 2	2279 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.50/1.65	c 2	2659 (70%) CSP integer variables are encoded (941 clauses, 12297 bytes)
1.50/1.65	c 2	3039 (80%) CSP integer variables are encoded (3519 clauses, 45811 bytes)
1.50/1.65	c 2	3419 (90%) CSP integer variables are encoded (4392 clauses, 57160 bytes)
1.50/1.65	c 2	3798 (100%) CSP integer variables are encoded (4392 clauses, 57160 bytes)
1.59/1.74	c 2	270 (10%) CSP clauses are encoded (18182 clauses, 325652 bytes)
1.69/1.81	c 2	540 (20%) CSP clauses are encoded (31942 clauses, 599995 bytes)
1.69/1.89	c 2	810 (30%) CSP clauses are encoded (45702 clauses, 902850 bytes)
1.79/1.96	c 2	1080 (40%) CSP clauses are encoded (59428 clauses, 1205886 bytes)
1.89/2.04	c 2	1349 (50%) CSP clauses are encoded (73049 clauses, 1505933 bytes)
1.89/2.08	c 2	1619 (60%) CSP clauses are encoded (75971 clauses, 1550990 bytes)
1.98/2.11	c 2	1889 (70%) CSP clauses are encoded (78055 clauses, 1576422 bytes)
1.98/2.15	c 2	2159 (80%) CSP clauses are encoded (80139 clauses, 1603366 bytes)
1.98/2.18	c 2	2429 (90%) CSP clauses are encoded (82241 clauses, 1632150 bytes)
2.08/2.21	c 2	2698 (100%) CSP clauses are encoded (84306 clauses, 1660425 bytes)
2.08/2.21	c 2	2698 CSP clauses encoded
2.08/2.21	c 2	Writing map file : HOME/temp.map
2.08/2.23	c 2	Heap : 2 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.08/2.23	c 2	SAT : 8190 SAT variables, 84306 SAT clauses, 1660425 bytes
2.08/2.23	c 2	Heap : 2 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.08/2.29	c 2	SOLVING HOME/temp.cnf
2.08/2.29	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.08/2.29	c 2	This is MiniSat 2.0 beta
2.08/2.29	c 2	WARNING: for repeatability, setting FPU to use double precision
2.08/2.29	c 2	============================[ Problem Statistics ]=============================
2.08/2.29	c 2	|                                                                             |
2.08/2.29	c 2	|  Number of variables:  8190                                                 |
2.08/2.29	c 2	|  Number of clauses:    84306                                                |
2.16/2.34	c 3	|  Parsing time:         0.04         s                                       |
2.16/2.34	c 3	============================[ Search Statistics ]==============================
2.16/2.34	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.16/2.34	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.16/2.34	c 3	===============================================================================
2.16/2.34	c 3	|         0 |    8190    84306   285618 |    28102        0    nan |  0.000 % |
2.16/2.36	c 3	|       100 |    8190    84306   285618 |    30912      100    107 |  0.000 % |
2.16/2.37	c 3	|       250 |    8190    84306   285618 |    34003      250     62 |  0.000 % |
2.16/2.38	c 3	|       475 |    8190    84306   285618 |    37403      475     44 |  0.000 % |
2.16/2.39	c 3	|       814 |    8190    84306   285618 |    41144      814     32 |  0.000 % |
2.16/2.44	c 3	|      1321 |    8190    84306   285618 |    45258     1321     35 |  0.000 % |
2.16/2.54	c 3	|      2080 |    8190    84306   285618 |    49784     2080     63 |  0.000 % |
2.16/2.64	c 3	|      3219 |    8190    84306   285618 |    54762     3219     62 |  0.000 % |
2.16/2.83	c 3	|      4927 |    8190    84306   285618 |    60239     4927     79 |  0.000 % |
3.06/3.21	c 3	|      7489 |    8190    84306   285618 |    66263     7489     87 |  0.000 % |
3.64/3.86	c 4	|     11334 |    8190    84306   285618 |    72889    11334    105 |  0.000 % |
4.54/4.73	c 5	|     17100 |    8190    84306   285618 |    80178    17100     92 |  0.000 % |
6.72/7.00	c 7	|     25749 |    8190    84306   285618 |    88196    25749     94 |  0.000 % |
9.58/9.86	c 10	|     38723 |    8190    84306   285618 |    97015    38723     81 |  0.000 % |
19.40/19.78	c 20	|     58185 |    8190    84306   285618 |   106717    58185     88 |  0.000 % |
36.72/37.21	c 37	|     87378 |    8190    84306   285618 |   117389    87378     83 |  0.000 % |
55.94/56.67	c 57	|    131169 |    8190    84306   285618 |   129127    25823     46 |  0.000 % |
127.06/128.46	c 129	|    196853 |    8190    84306   285618 |   142040    91507     89 |  0.000 % |
175.79/177.64	c 178	|    295379 |    8190    84306   285618 |   156244    62750     71 |  0.000 % |
294.64/297.64	c 298	|    443168 |    8190    84306   285618 |   171869    68202    109 |  0.000 % |
735.12/742.25	c 742	|    664851 |    8190    84306   285618 |   189056   138613    157 |  0.000 % |
1211.02/1222.67	c 1223	|    997376 |    8190    84306   285618 |   207961   134576    121 |  0.000 % |
1800.06/1817.22	c ERROR INTERRUPTED
1800.06/1817.24	s UNKNOWN
1800.06/1817.24	c 1817	CPU 2.16 (0.06 0.02 1.97 0.11)
1800.06/1817.24	c 1817	END Sun Jul 12 02:27: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-2072600-1247356626/watcher-2072600-1247356626 -o /tmp/evaluation-result-2072600-1247356626/solver-2072600-1247356626 -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-2072600-1247356626.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.94 1.98 1.99 4/82 17535
/proc/meminfo: memFree=1389592/2055920 swapFree=4192812/4192956
[pid=17535] ppid=17533 vsize=12268 CPUtime=0
/proc/17535/stat : 17535 (sugar) R 17533 17535 15063 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 22729254 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 255236733541 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/17535/statm: 3067 316 241 3 0 167 0

[startup+0.0819021 s]
/proc/loadavg: 1.94 1.98 1.99 4/82 17535
/proc/meminfo: memFree=1389592/2055920 swapFree=4192812/4192956
[pid=17535] ppid=17533 vsize=16740 CPUtime=0.06
/proc/17535/stat : 17535 (sugar) S 17533 17535 15063 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 22729254 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17535/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.102046 s]
/proc/loadavg: 1.94 1.98 1.99 4/82 17535
/proc/meminfo: memFree=1389592/2055920 swapFree=4192812/4192956
[pid=17535] ppid=17533 vsize=16868 CPUtime=0.06
/proc/17535/stat : 17535 (sugar) S 17533 17535 15063 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22729254 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17535/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302039 s]
/proc/loadavg: 1.94 1.98 1.99 4/82 17535
/proc/meminfo: memFree=1389592/2055920 swapFree=4192812/4192956
[pid=17535] ppid=17533 vsize=16868 CPUtime=0.06
/proc/17535/stat : 17535 (sugar) S 17533 17535 15063 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22729254 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17535/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702087 s]
/proc/loadavg: 1.94 1.98 1.99 4/82 17535
/proc/meminfo: memFree=1389592/2055920 swapFree=4192812/4192956
[pid=17535] ppid=17533 vsize=16868 CPUtime=0.06
/proc/17535/stat : 17535 (sugar) S 17533 17535 15063 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22729254 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17535/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50117 s]
/proc/loadavg: 1.95 1.98 1.99 3/93 17557
/proc/meminfo: memFree=1380096/2055920 swapFree=4192812/4192956
[pid=17535] ppid=17533 vsize=16868 CPUtime=0.74
/proc/17535/stat : 17535 (sugar) S 17533 17535 15063 0 -1 4194304 1309 5006 0 1 5 1 65 3 15 0 1 0 22729254 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17535/statm: 4217 1111 409 3 0 796 0
[pid=17548] ppid=17535 vsize=5356 CPUtime=0
/proc/17548/stat : 17548 (sh) S 17535 17535 15063 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22729336 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17548/statm: 1339 233 193 169 0 50 0
[pid=17549] ppid=17548 vsize=868508 CPUtime=0.66
/proc/17549/stat : 17549 (java) S 17548 17535 15063 0 -1 0 5774 0 1 0 61 5 0 0 18 0 9 0 22729337 889352192 5187 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17549/statm: 217127 5187 1742 9 0 211632 0
[pid=17549/tid=17550] ppid=17548 vsize=868508 CPUtime=0.41
/proc/17549/task/17550/stat : 17550 (java) R 17548 17535 15063 0 -1 64 2681 0 1 0 39 2 0 0 19 0 9 0 22729337 889352192 5187 996147200 134512640 134550932 4294955936 18446744073709551615 4126574442 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17549/tid=17551] ppid=17548 vsize=868508 CPUtime=0.03
/proc/17549/task/17551/stat : 17551 (java) S 17548 17535 15063 0 -1 64 903 0 0 0 3 0 0 0 16 0 9 0 22729339 889352192 5187 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17549/tid=17552] ppid=17548 vsize=868508 CPUtime=0
/proc/17549/task/17552/stat : 17552 (java) S 17548 17535 15063 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 22729339 889352192 5187 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17549/tid=17553] ppid=17548 vsize=868508 CPUtime=0
/proc/17549/task/17553/stat : 17553 (java) S 17548 17535 15063 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 22729339 889352192 5187 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17549/tid=17554] ppid=17548 vsize=868508 CPUtime=0
/proc/17549/task/17554/stat : 17554 (java) S 17548 17535 15063 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22729341 889352192 5187 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17549/tid=17555] ppid=17548 vsize=868508 CPUtime=0.18
/proc/17549/task/17555/stat : 17555 (java) S 17548 17535 15063 0 -1 64 1496 0 0 0 17 1 0 0 16 0 9 0 22729341 889352192 5187 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17549/tid=17556] ppid=17548 vsize=868508 CPUtime=0
/proc/17549/task/17556/stat : 17556 (java) S 17548 17535 15063 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22729341 889352192 5187 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17549/tid=17557] ppid=17548 vsize=868508 CPUtime=0
/proc/17549/task/17557/stat : 17557 (java) S 17548 17535 15063 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22729341 889352192 5187 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 890732

[startup+3.10134 s]
/proc/loadavg: 1.95 1.98 1.99 3/93 17557
/proc/meminfo: memFree=1369472/2055920 swapFree=4192812/4192956
[pid=17535] ppid=17533 vsize=16868 CPUtime=2.16
/proc/17535/stat : 17535 (sugar) S 17533 17535 15063 0 -1 4194304 1376 12449 0 2 6 2 197 11 15 0 1 0 22729254 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17535/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 2.16
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+6.30169 s]
/proc/loadavg: 1.95 1.98 1.99 3/85 17559
/proc/meminfo: memFree=1370176/2055920 swapFree=4192812/4192956
[pid=17535] ppid=17533 vsize=16868 CPUtime=2.16
/proc/17535/stat : 17535 (sugar) S 17533 17535 15063 0 -1 4194304 1376 12449 0 2 6 2 197 11 16 0 1 0 22729254 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17535/statm: 4217 1113 409 3 0 796 0
[pid=17558] ppid=17535 vsize=5356 CPUtime=0
/proc/17558/stat : 17558 (sh) S 17535 17535 15063 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22729483 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17558/statm: 1339 232 193 169 0 50 0
[pid=17559] ppid=17558 vsize=16224 CPUtime=3.96
/proc/17559/stat : 17559 (minisat) R 17558 17535 15063 0 -1 4194304 3933 0 0 0 394 2 0 0 25 0 1 0 22729484 16613376 3919 996147200 134512640 135127466 4294956256 18446744073709551615 134530817 0 0 4096 3 0 0 0 17 1 0 0
/proc/17559/statm: 4056 3919 76 150 0 3903 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 38448

[startup+12.7014 s]
/proc/loadavg: 1.95 1.98 1.99 3/85 17559
/proc/meminfo: memFree=1360960/2055920 swapFree=4192812/4192956
[pid=17535] ppid=17533 vsize=16868 CPUtime=2.16
/proc/17535/stat : 17535 (sugar) S 17533 17535 15063 0 -1 4194304 1376 12449 0 2 6 2 197 11 16 0 1 0 22729254 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17535/statm: 4217 1113 409 3 0 796 0
[pid=17558] ppid=17535 vsize=5356 CPUtime=0
/proc/17558/stat : 17558 (sh) S 17535 17535 15063 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22729483 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17558/statm: 1339 232 193 169 0 50 0
[pid=17559] ppid=17558 vsize=24660 CPUtime=10.3
/proc/17559/stat : 17559 (minisat) R 17558 17535 15063 0 -1 4194304 6027 0 0 0 1027 3 0 0 25 0 1 0 22729484 25251840 6013 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17559/statm: 6165 6013 76 150 0 6012 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 46884

[startup+25.5028 s]
/proc/loadavg: 1.96 1.98 1.99 3/85 17559
/proc/meminfo: memFree=1332032/2055920 swapFree=4192812/4192956
[pid=17535] ppid=17533 vsize=16868 CPUtime=2.16
/proc/17535/stat : 17535 (sugar) S 17533 17535 15063 0 -1 4194304 1376 12449 0 2 6 2 197 11 16 0 1 0 22729254 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17535/statm: 4217 1113 409 3 0 796 0
[pid=17558] ppid=17535 vsize=5356 CPUtime=0
/proc/17558/stat : 17558 (sh) S 17535 17535 15063 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22729483 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17558/statm: 1339 232 193 169 0 50 0
[pid=17559] ppid=17558 vsize=34260 CPUtime=22.97
/proc/17559/stat : 17559 (minisat) R 17558 17535 15063 0 -1 4194304 8430 0 0 0 2291 6 0 0 25 0 1 0 22729484 35082240 8416 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17559/statm: 8565 8416 76 150 0 8412 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 56484

[startup+51.1025 s]
/proc/loadavg: 1.97 1.98 1.99 3/85 17559
/proc/meminfo: memFree=1319680/2055920 swapFree=4192812/4192956
[pid=17535] ppid=17533 vsize=16868 CPUtime=2.16
/proc/17535/stat : 17535 (sugar) S 17533 17535 15063 0 -1 4194304 1376 12449 0 2 6 2 197 11 16 0 1 0 22729254 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17535/statm: 4217 1113 409 3 0 796 0
[pid=17558] ppid=17535 vsize=5356 CPUtime=0
/proc/17558/stat : 17558 (sh) S 17535 17535 15063 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22729483 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17558/statm: 1339 232 193 169 0 50 0
[pid=17559] ppid=17558 vsize=46624 CPUtime=48.33
/proc/17559/stat : 17559 (minisat) R 17558 17535 15063 0 -1 4194304 11510 0 0 0 4824 9 0 0 25 0 1 0 22729484 47742976 11496 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17559/statm: 11656 11496 76 150 0 11503 0
Current children cumulated CPU time (s) 50.49
Current children cumulated vsize (KiB) 68848

[startup+102.308 s]
/proc/loadavg: 1.99 1.98 1.99 3/85 17559
/proc/meminfo: memFree=1318528/2055920 swapFree=4192812/4192956
[pid=17535] ppid=17533 vsize=16868 CPUtime=2.16
/proc/17535/stat : 17535 (sugar) S 17533 17535 15063 0 -1 4194304 1376 12449 0 2 6 2 197 11 16 0 1 0 22729254 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17535/statm: 4217 1113 409 3 0 796 0
[pid=17558] ppid=17535 vsize=5356 CPUtime=0
/proc/17558/stat : 17558 (sh) S 17535 17535 15063 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22729483 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17558/statm: 1339 232 193 169 0 50 0
[pid=17559] ppid=17558 vsize=47580 CPUtime=99.04
/proc/17559/stat : 17559 (minisat) R 17558 17535 15063 0 -1 4194304 11728 0 0 0 9895 9 0 0 25 0 1 0 22729484 48721920 11714 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17559/statm: 11895 11714 76 150 0 11742 0
Current children cumulated CPU time (s) 101.2
Current children cumulated vsize (KiB) 69804

[startup+162.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/85 17559
/proc/meminfo: memFree=1299520/2055920 swapFree=4192812/4192956
[pid=17535] ppid=17533 vsize=16868 CPUtime=2.16
/proc/17535/stat : 17535 (sugar) S 17533 17535 15063 0 -1 4194304 1376 12449 0 2 6 2 197 11 16 0 1 0 22729254 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17535/statm: 4217 1113 409 3 0 796 0
[pid=17558] ppid=17535 vsize=5356 CPUtime=0
/proc/17558/stat : 17558 (sh) S 17535 17535 15063 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22729483 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17558/statm: 1339 232 193 169 0 50 0
[pid=17559] ppid=17558 vsize=67040 CPUtime=158.48
/proc/17559/stat : 17559 (minisat) R 17558 17535 15063 0 -1 4194304 16454 0 0 0 15834 14 0 0 25 0 1 0 22729484 68648960 16440 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/17559/statm: 16760 16440 76 150 0 16607 0
Current children cumulated CPU time (s) 160.64
Current children cumulated vsize (KiB) 89264

[startup+222.303 s]
/proc/loadavg: 1.99 1.98 1.99 3/85 17559
/proc/meminfo: memFree=1276416/2055920 swapFree=4192812/4192956
[pid=17535] ppid=17533 vsize=16868 CPUtime=2.16
/proc/17535/stat : 17535 (sugar) S 17533 17535 15063 0 -1 4194304 1376 12449 0 2 6 2 197 11 16 0 1 0 22729254 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17535/statm: 4217 1113 409 3 0 796 0
[pid=17558] ppid=17535 vsize=5356 CPUtime=0
/proc/17558/stat : 17558 (sh) S 17535 17535 15063 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22729483 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17558/statm: 1339 232 193 169 0 50 0
[pid=17559] ppid=17558 vsize=71636 CPUtime=217.91
/proc/17559/stat : 17559 (minisat) R 17558 17535 15063 0 -1 4194304 17566 0 0 0 21776 15 0 0 25 0 1 0 22729484 73355264 17552 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 1 0 0
/proc/17559/statm: 17909 17552 76 150 0 17756 0
Current children cumulated CPU time (s) 220.07
Current children cumulated vsize (KiB) 93860

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

/proc/meminfo: memFree=1620624/2055920 swapFree=4192812/4192956
[pid=17535] ppid=17533 vsize=16868 CPUtime=2.16
/proc/17535/stat : 17535 (sugar) S 17533 17535 15063 0 -1 4194304 1376 12449 0 2 6 2 197 11 16 0 1 0 22729254 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17535/statm: 4217 1113 409 3 0 796 0
[pid=17558] ppid=17535 vsize=5356 CPUtime=0
/proc/17558/stat : 17558 (sh) S 17535 17535 15063 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22729483 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17558/statm: 1339 232 193 169 0 50 0
[pid=17559] ppid=17558 vsize=172216 CPUtime=1287.83
/proc/17559/stat : 17559 (minisat) R 17558 17535 15063 0 -1 4194304 42195 0 0 0 128740 43 0 0 25 0 1 0 22729484 176349184 42181 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17559/statm: 43054 42181 76 150 0 42901 0
Current children cumulated CPU time (s) 1289.99
Current children cumulated vsize (KiB) 194440

[startup+1362.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/83 17682
/proc/meminfo: memFree=1620624/2055920 swapFree=4192812/4192956
[pid=17535] ppid=17533 vsize=16868 CPUtime=2.16
/proc/17535/stat : 17535 (sugar) S 17533 17535 15063 0 -1 4194304 1376 12449 0 2 6 2 197 11 16 0 1 0 22729254 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17535/statm: 4217 1113 409 3 0 796 0
[pid=17558] ppid=17535 vsize=5356 CPUtime=0
/proc/17558/stat : 17558 (sh) S 17535 17535 15063 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22729483 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17558/statm: 1339 232 193 169 0 50 0
[pid=17559] ppid=17558 vsize=172216 CPUtime=1347.26
/proc/17559/stat : 17559 (minisat) R 17558 17535 15063 0 -1 4194304 42195 0 0 0 134683 43 0 0 25 0 1 0 22729484 176349184 42181 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17559/statm: 43054 42181 76 150 0 42901 0
Current children cumulated CPU time (s) 1349.42
Current children cumulated vsize (KiB) 194440

[startup+1422.31 s]
/proc/loadavg: 2.00 2.03 2.00 3/83 17682
/proc/meminfo: memFree=1620560/2055920 swapFree=4192812/4192956
[pid=17535] ppid=17533 vsize=16868 CPUtime=2.16
/proc/17535/stat : 17535 (sugar) S 17533 17535 15063 0 -1 4194304 1376 12449 0 2 6 2 197 11 16 0 1 0 22729254 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17535/statm: 4217 1113 409 3 0 796 0
[pid=17558] ppid=17535 vsize=5356 CPUtime=0
/proc/17558/stat : 17558 (sh) S 17535 17535 15063 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22729483 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17558/statm: 1339 232 193 169 0 50 0
[pid=17559] ppid=17558 vsize=172216 CPUtime=1406.7
/proc/17559/stat : 17559 (minisat) R 17558 17535 15063 0 -1 4194304 42196 0 0 0 140627 43 0 0 25 0 1 0 22729484 176349184 42182 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17559/statm: 43054 42182 76 150 0 42901 0
Current children cumulated CPU time (s) 1408.86
Current children cumulated vsize (KiB) 194440

[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 17682
/proc/meminfo: memFree=1620560/2055920 swapFree=4192812/4192956
[pid=17535] ppid=17533 vsize=16868 CPUtime=2.16
/proc/17535/stat : 17535 (sugar) S 17533 17535 15063 0 -1 4194304 1376 12449 0 2 6 2 197 11 16 0 1 0 22729254 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17535/statm: 4217 1113 409 3 0 796 0
[pid=17558] ppid=17535 vsize=5356 CPUtime=0
/proc/17558/stat : 17558 (sh) S 17535 17535 15063 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22729483 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17558/statm: 1339 232 193 169 0 50 0
[pid=17559] ppid=17558 vsize=172216 CPUtime=1466.14
/proc/17559/stat : 17559 (minisat) R 17558 17535 15063 0 -1 4194304 42196 0 0 0 146571 43 0 0 25 0 1 0 22729484 176349184 42182 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17559/statm: 43054 42182 76 150 0 42901 0
Current children cumulated CPU time (s) 1468.3
Current children cumulated vsize (KiB) 194440

[startup+1542.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 17682
/proc/meminfo: memFree=1620560/2055920 swapFree=4192812/4192956
[pid=17535] ppid=17533 vsize=16868 CPUtime=2.16
/proc/17535/stat : 17535 (sugar) S 17533 17535 15063 0 -1 4194304 1376 12449 0 2 6 2 197 11 16 0 1 0 22729254 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17535/statm: 4217 1113 409 3 0 796 0
[pid=17558] ppid=17535 vsize=5356 CPUtime=0
/proc/17558/stat : 17558 (sh) S 17535 17535 15063 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22729483 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17558/statm: 1339 232 193 169 0 50 0
[pid=17559] ppid=17558 vsize=172216 CPUtime=1525.57
/proc/17559/stat : 17559 (minisat) R 17558 17535 15063 0 -1 4194304 42196 0 0 0 152514 43 0 0 25 0 1 0 22729484 176349184 42182 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/17559/statm: 43054 42182 76 150 0 42901 0
Current children cumulated CPU time (s) 1527.73
Current children cumulated vsize (KiB) 194440

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 17682
/proc/meminfo: memFree=1620496/2055920 swapFree=4192812/4192956
[pid=17535] ppid=17533 vsize=16868 CPUtime=2.16
/proc/17535/stat : 17535 (sugar) S 17533 17535 15063 0 -1 4194304 1376 12449 0 2 6 2 197 11 16 0 1 0 22729254 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17535/statm: 4217 1113 409 3 0 796 0
[pid=17558] ppid=17535 vsize=5356 CPUtime=0
/proc/17558/stat : 17558 (sh) S 17535 17535 15063 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22729483 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17558/statm: 1339 232 193 169 0 50 0
[pid=17559] ppid=17558 vsize=172216 CPUtime=1585.02
/proc/17559/stat : 17559 (minisat) R 17558 17535 15063 0 -1 4194304 42197 0 0 0 158459 43 0 0 25 0 1 0 22729484 176349184 42183 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17559/statm: 43054 42183 76 150 0 42901 0
Current children cumulated CPU time (s) 1587.18
Current children cumulated vsize (KiB) 194440

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 17682
/proc/meminfo: memFree=1620432/2055920 swapFree=4192812/4192956
[pid=17535] ppid=17533 vsize=16868 CPUtime=2.16
/proc/17535/stat : 17535 (sugar) S 17533 17535 15063 0 -1 4194304 1376 12449 0 2 6 2 197 11 16 0 1 0 22729254 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17535/statm: 4217 1113 409 3 0 796 0
[pid=17558] ppid=17535 vsize=5356 CPUtime=0
/proc/17558/stat : 17558 (sh) S 17535 17535 15063 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22729483 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17558/statm: 1339 232 193 169 0 50 0
[pid=17559] ppid=17558 vsize=172216 CPUtime=1644.45
/proc/17559/stat : 17559 (minisat) R 17558 17535 15063 0 -1 4194304 42197 0 0 0 164402 43 0 0 25 0 1 0 22729484 176349184 42183 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17559/statm: 43054 42183 76 150 0 42901 0
Current children cumulated CPU time (s) 1646.61
Current children cumulated vsize (KiB) 194440

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 17682
/proc/meminfo: memFree=1620368/2055920 swapFree=4192812/4192956
[pid=17535] ppid=17533 vsize=16868 CPUtime=2.16
/proc/17535/stat : 17535 (sugar) S 17533 17535 15063 0 -1 4194304 1376 12449 0 2 6 2 197 11 16 0 1 0 22729254 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17535/statm: 4217 1113 409 3 0 796 0
[pid=17558] ppid=17535 vsize=5356 CPUtime=0
/proc/17558/stat : 17558 (sh) S 17535 17535 15063 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22729483 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17558/statm: 1339 232 193 169 0 50 0
[pid=17559] ppid=17558 vsize=172216 CPUtime=1703.89
/proc/17559/stat : 17559 (minisat) R 17558 17535 15063 0 -1 4194304 42197 0 0 0 170346 43 0 0 25 0 1 0 22729484 176349184 42183 996147200 134512640 135127466 4294956256 18446744073709551615 134523430 0 0 4096 3 0 0 0 17 1 0 0
/proc/17559/statm: 43054 42183 76 150 0 42901 0
Current children cumulated CPU time (s) 1706.05
Current children cumulated vsize (KiB) 194440

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 17682
/proc/meminfo: memFree=1620368/2055920 swapFree=4192812/4192956
[pid=17535] ppid=17533 vsize=16868 CPUtime=2.16
/proc/17535/stat : 17535 (sugar) S 17533 17535 15063 0 -1 4194304 1376 12449 0 2 6 2 197 11 16 0 1 0 22729254 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17535/statm: 4217 1113 409 3 0 796 0
[pid=17558] ppid=17535 vsize=5356 CPUtime=0
/proc/17558/stat : 17558 (sh) S 17535 17535 15063 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22729483 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17558/statm: 1339 232 193 169 0 50 0
[pid=17559] ppid=17558 vsize=172216 CPUtime=1763.33
/proc/17559/stat : 17559 (minisat) R 17558 17535 15063 0 -1 4194304 42197 0 0 0 176290 43 0 0 25 0 1 0 22729484 176349184 42183 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17559/statm: 43054 42183 76 150 0 42901 0
Current children cumulated CPU time (s) 1765.49
Current children cumulated vsize (KiB) 194440



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1817.21 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 17682
/proc/meminfo: memFree=1620240/2055920 swapFree=4192812/4192956
[pid=17535] ppid=17533 vsize=16868 CPUtime=2.16
/proc/17535/stat : 17535 (sugar) S 17533 17535 15063 0 -1 4194304 1376 12449 0 2 6 2 197 11 16 0 1 0 22729254 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17535/statm: 4217 1113 409 3 0 796 0
[pid=17558] ppid=17535 vsize=5356 CPUtime=0
/proc/17558/stat : 17558 (sh) S 17535 17535 15063 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22729483 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17558/statm: 1339 232 193 169 0 50 0
[pid=17559] ppid=17558 vsize=172216 CPUtime=1797.9
/proc/17559/stat : 17559 (minisat) R 17558 17535 15063 0 -1 4194304 42197 0 0 0 179747 43 0 0 25 0 1 0 22729484 176349184 42183 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/17559/statm: 43054 42183 76 150 0 42901 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 194440

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

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

Child status: 0

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

Real time (s): 1817.24
CPU time (s): 1800.06
CPU user time (s): 1799.5
CPU system time (s): 0.56
CPU usage (%): 99.0545
Max. virtual memory (cumulated for all children) (KiB): 890844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.03769
system time used= 0.137979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14208
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= 2396
involuntary context switches= 2326

runsolver used 2.19167 second user time and 6.09007 second system time

The end

Launcher Data

Begin job on node19 at 2009-07-12 01:57:06
IDJOB=2072600
IDBENCH=55774
IDSOLVER=739
FILE ID=node19/2072600-1247356626
PBS_JOBID= 9506874
Free space on /tmp= 66308 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/pseudoGLB/normalized-chnl35-36-pb-cnf-cr.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-2072600-1247356626/watcher-2072600-1247356626 -o /tmp/evaluation-result-2072600-1247356626/solver-2072600-1247356626 -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-2072600-1247356626.xml

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

MD5SUM BENCH= 2849f460355fd613e947181ffa980614
RANDOM SEED=560109550

node19.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.211
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.211
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:       1390072 kB
Buffers:         20060 kB
Cached:         215832 kB
SwapCached:          0 kB
Active:         585596 kB
Inactive:        32052 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1390072 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1684 kB
Writeback:           0 kB
Mapped:         403064 kB
Slab:            32320 kB
Committed_AS:   556564 kB
PageTables:       2780 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= 66428 MiB
End job on node19 at 2009-07-12 02:27:25