Trace number 2066374

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.09 1809.24

General information on the benchmark

Namecsp/pseudo/chnl/
normalized-chnl-35-36.xml
MD5SUM74f2aa853bdc284f74f40b74853386f6
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 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 intension142
Global constraints used (with number of constraints)

Solver Data

0.06/0.21	c 0	Sugar v1-14-6 + HOME/minisat
0.06/0.21	c 0	BEGIN Sat Jul 11 22:06:54 2009
0.06/0.21	c 0	PID 17775
0.06/0.21	c 0	HOST node43.alineos.net
0.06/0.21	c 0	CONVERTING HOME/instance-2066374-1247342814.xml TO HOME/temp.csp
0.06/0.21	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2066374-1247342814.xml' 'HOME/temp.csp'
0.07/0.87	c 1	1 domains, 2520 variables, 2 predicates, 0 relations, 142 constraints
0.07/0.89	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.90	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.71/0.97	c 1	Parsing HOME/temp.csp
0.80/1.08	c 1	parsed 2665 expressions
0.80/1.09	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.80/1.09	c 1	Converting to clausal form CSP
0.90/1.11	c 1	converted 267 (10%) expressions
0.90/1.12	c 1	converted 533 (20%) expressions
0.90/1.12	c 1	converted 800 (30%) expressions
0.90/1.13	c 1	converted 1066 (40%) expressions
0.90/1.13	c 1	converted 1333 (50%) expressions
0.90/1.14	c 1	converted 1599 (60%) expressions
0.90/1.14	c 1	converted 1866 (70%) expressions
0.90/1.14	c 1	converted 2132 (80%) expressions
0.90/1.14	c 1	converted 2399 (90%) expressions
1.29/1.56	c 2	converted 2665 (100%) expressions
1.29/1.56	c 2	CSP : 3798 integers, 0 booleans, 2698 clauses, largest domain size 13
1.29/1.56	c 2	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.29/1.56	c 2	Propagation in CSP
1.39/1.63	c 2	2100 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.39/1.63	c 2	CSP : 3798 integers, 0 booleans, 2698 clauses, largest domain size 13
1.39/1.63	c 2	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.39/1.64	c 2	Simplifing CSP by introducing new Boolean variables
1.39/1.64	c 2	CSP : 3798 integers, 0 booleans, 2698 clauses, largest domain size 13
1.39/1.64	c 2	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.39/1.68	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.39/1.69	c 2	380 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.47/1.70	c 2	760 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.47/1.70	c 2	1140 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.47/1.71	c 2	1520 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.47/1.71	c 2	1899 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.47/1.71	c 2	2279 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.47/1.72	c 2	2659 (70%) CSP integer variables are encoded (941 clauses, 12297 bytes)
1.47/1.72	c 2	3039 (80%) CSP integer variables are encoded (3519 clauses, 45811 bytes)
1.47/1.72	c 2	3419 (90%) CSP integer variables are encoded (4392 clauses, 57160 bytes)
1.47/1.72	c 2	3798 (100%) CSP integer variables are encoded (4392 clauses, 57160 bytes)
1.58/1.81	c 2	270 (10%) CSP clauses are encoded (18182 clauses, 325652 bytes)
1.58/1.88	c 2	540 (20%) CSP clauses are encoded (31942 clauses, 599995 bytes)
1.68/1.95	c 2	810 (30%) CSP clauses are encoded (45702 clauses, 902850 bytes)
1.77/2.03	c 2	1080 (40%) CSP clauses are encoded (59428 clauses, 1205886 bytes)
1.88/2.11	c 2	1349 (50%) CSP clauses are encoded (73049 clauses, 1505933 bytes)
1.88/2.15	c 2	1619 (60%) CSP clauses are encoded (75971 clauses, 1550990 bytes)
1.88/2.18	c 2	1889 (70%) CSP clauses are encoded (78055 clauses, 1576422 bytes)
1.98/2.21	c 2	2159 (80%) CSP clauses are encoded (80139 clauses, 1603366 bytes)
1.98/2.24	c 2	2429 (90%) CSP clauses are encoded (82241 clauses, 1632150 bytes)
1.98/2.28	c 2	2698 (100%) CSP clauses are encoded (84306 clauses, 1660425 bytes)
1.98/2.28	c 2	2698 CSP clauses encoded
1.98/2.28	c 2	Writing map file : HOME/temp.map
1.98/2.30	c 2	Heap : 2 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
1.98/2.30	c 2	SAT : 8190 SAT variables, 84306 SAT clauses, 1660425 bytes
1.98/2.30	c 2	Heap : 2 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.07/2.32	c 2	SOLVING HOME/temp.cnf
2.07/2.32	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.07/2.32	c 2	This is MiniSat 2.0 beta
2.07/2.32	c 2	WARNING: for repeatability, setting FPU to use double precision
2.07/2.32	c 2	============================[ Problem Statistics ]=============================
2.07/2.32	c 2	|                                                                             |
2.07/2.32	c 3	|  Number of variables:  8190                                                 |
2.07/2.32	c 3	|  Number of clauses:    84306                                                |
2.07/2.38	c 3	|  Parsing time:         0.04         s                                       |
2.07/2.38	c 3	============================[ Search Statistics ]==============================
2.07/2.38	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.07/2.38	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.07/2.38	c 3	===============================================================================
2.07/2.38	c 3	|         0 |    8190    84306   285618 |    28102        0    nan |  0.000 % |
2.07/2.39	c 3	|       100 |    8190    84306   285618 |    30912      100    107 |  0.000 % |
2.09/2.40	c 3	|       250 |    8190    84306   285618 |    34003      250     62 |  0.000 % |
2.09/2.42	c 3	|       475 |    8190    84306   285618 |    37403      475     44 |  0.000 % |
2.09/2.43	c 3	|       814 |    8190    84306   285618 |    41144      814     32 |  0.000 % |
2.09/2.48	c 3	|      1321 |    8190    84306   285618 |    45258     1321     35 |  0.000 % |
2.09/2.57	c 3	|      2080 |    8190    84306   285618 |    49784     2080     63 |  0.000 % |
2.09/2.67	c 3	|      3219 |    8190    84306   285618 |    54762     3219     62 |  0.000 % |
2.09/2.87	c 3	|      4927 |    8190    84306   285618 |    60239     4927     79 |  0.000 % |
2.95/3.23	c 3	|      7489 |    8190    84306   285618 |    66263     7489     87 |  0.000 % |
3.54/3.87	c 4	|     11334 |    8190    84306   285618 |    72889    11334    105 |  0.000 % |
4.42/4.72	c 5	|     17100 |    8190    84306   285618 |    80178    17100     92 |  0.000 % |
6.60/6.92	c 7	|     25749 |    8190    84306   285618 |    88196    25749     94 |  0.000 % |
9.39/9.70	c 10	|     38723 |    8190    84306   285618 |    97015    38723     81 |  0.000 % |
19.09/19.53	c 20	|     58185 |    8190    84306   285618 |   106717    58185     88 |  0.000 % |
35.34/35.92	c 36	|     87378 |    8190    84306   285618 |   117389    87378     83 |  0.000 % |
54.06/54.83	c 55	|    131169 |    8190    84306   285618 |   129127    25823     46 |  0.000 % |
123.22/124.11	c 124	|    196853 |    8190    84306   285618 |   142040    91507     89 |  0.000 % |
172.14/173.25	c 173	|    295379 |    8190    84306   285618 |   156244    62750     71 |  0.000 % |
294.34/296.02	c 296	|    443168 |    8190    84306   285618 |   171869    68202    109 |  0.000 % |
764.52/768.51	c 769	|    664851 |    8190    84306   285618 |   189056   138613    157 |  0.000 % |
1270.70/1277.23	c 1277	|    997376 |    8190    84306   285618 |   207961   134576    121 |  0.000 % |
1800.09/1809.21	c ERROR INTERRUPTED
1800.09/1809.23	s UNKNOWN
1800.09/1809.23	c 1809	CPU 2.1 (0.07 0.01 1.94 0.08)
1800.09/1809.23	c 1809	END Sat Jul 11 22:37:03 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-2066374-1247342814/watcher-2066374-1247342814 -o /tmp/evaluation-result-2066374-1247342814/solver-2066374-1247342814 -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-2066374-1247342814.xml 

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


[startup+0 s]
/proc/loadavg: 2.08 2.03 2.01 4/80 17775
/proc/meminfo: memFree=1827536/2055920 swapFree=4192812/4192956
[pid=17775] ppid=17773 vsize=18576 CPUtime=0
/proc/17775/stat : 17775 (runsolver) D 17773 17775 16373 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 21345299 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 221954764071 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/17775/statm: 4644 284 249 26 0 2626 0

[startup+0.08225 s]
/proc/loadavg: 2.08 2.03 2.01 4/80 17775
/proc/meminfo: memFree=1827536/2055920 swapFree=4192812/4192956
[pid=17775] ppid=17773 vsize=12272 CPUtime=0
/proc/17775/stat : 17775 (sugar) D 17773 17775 16373 0 -1 4194304 396 0 0 0 0 0 0 0 18 0 1 0 21345299 12566528 364 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/17775/statm: 3068 364 274 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.10225 s]
/proc/loadavg: 2.08 2.03 2.01 4/80 17775
/proc/meminfo: memFree=1827536/2055920 swapFree=4192812/4192956
[pid=17775] ppid=17773 vsize=12412 CPUtime=0
/proc/17775/stat : 17775 (sugar) D 17773 17775 16373 0 -1 4194304 414 0 0 0 0 0 0 0 18 0 1 0 21345299 12709888 382 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/17775/statm: 3103 382 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.302274 s]
/proc/loadavg: 2.08 2.03 2.01 4/80 17775
/proc/meminfo: memFree=1827536/2055920 swapFree=4192812/4192956
[pid=17775] ppid=17773 vsize=16868 CPUtime=0.07
/proc/17775/stat : 17775 (sugar) S 17773 17775 16373 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 21345299 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17775/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.702309 s]
/proc/loadavg: 2.08 2.03 2.01 4/80 17775
/proc/meminfo: memFree=1827536/2055920 swapFree=4192812/4192956
[pid=17775] ppid=17773 vsize=16868 CPUtime=0.07
/proc/17775/stat : 17775 (sugar) S 17773 17775 16373 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 21345299 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17775/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50139 s]
/proc/loadavg: 2.08 2.03 2.01 3/91 17797
/proc/meminfo: memFree=1819120/2055920 swapFree=4192812/4192956
[pid=17775] ppid=17773 vsize=16868 CPUtime=0.71
/proc/17775/stat : 17775 (sugar) S 17773 17775 16373 0 -1 4194304 1309 4955 0 1 6 1 61 3 15 0 1 0 21345299 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17775/statm: 4217 1111 409 3 0 796 0
[pid=17788] ppid=17775 vsize=5356 CPUtime=0
/proc/17788/stat : 17788 (sh) S 17775 17775 16373 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21345389 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17788/statm: 1339 233 193 169 0 50 0
[pid=17789] ppid=17788 vsize=868508 CPUtime=0.58
/proc/17789/stat : 17789 (java) S 17788 17775 16373 0 -1 0 5545 0 1 0 56 2 0 0 18 0 9 0 21345390 889352192 4969 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17789/statm: 217127 4969 1744 9 0 211632 0
[pid=17789/tid=17790] ppid=17788 vsize=868508 CPUtime=0.35
/proc/17789/task/17790/stat : 17790 (java) R 17788 17775 16373 0 -1 64 2669 0 1 0 34 1 0 0 22 0 9 0 21345391 889352192 4969 996147200 134512640 134550932 4294955936 18446744073709551615 4126553400 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17789/tid=17791] ppid=17788 vsize=868508 CPUtime=0.03
/proc/17789/task/17791/stat : 17791 (java) S 17788 17775 16373 0 -1 64 689 0 0 0 3 0 0 0 16 0 9 0 21345392 889352192 4969 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17789/tid=17792] ppid=17788 vsize=868508 CPUtime=0
/proc/17789/task/17792/stat : 17792 (java) S 17788 17775 16373 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 21345392 889352192 4969 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17789/tid=17793] ppid=17788 vsize=868508 CPUtime=0
/proc/17789/task/17793/stat : 17793 (java) S 17788 17775 16373 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 21345392 889352192 4969 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17789/tid=17794] ppid=17788 vsize=868508 CPUtime=0
/proc/17789/task/17794/stat : 17794 (java) S 17788 17775 16373 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21345394 889352192 4969 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17789/tid=17795] ppid=17788 vsize=868508 CPUtime=0.18
/proc/17789/task/17795/stat : 17795 (java) S 17788 17775 16373 0 -1 64 1493 0 0 0 18 0 0 0 16 0 9 0 21345394 889352192 4969 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17789/tid=17796] ppid=17788 vsize=868508 CPUtime=0
/proc/17789/task/17796/stat : 17796 (java) S 17788 17775 16373 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21345394 889352192 4969 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17789/tid=17797] ppid=17788 vsize=868508 CPUtime=0
/proc/17789/task/17797/stat : 17797 (java) S 17788 17775 16373 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21345394 889352192 4969 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 890732

[startup+3.10152 s]
/proc/loadavg: 2.15 2.04 2.01 3/91 17797
/proc/meminfo: memFree=1807024/2055920 swapFree=4192812/4192956
[pid=17775] ppid=17773 vsize=16868 CPUtime=2.09
/proc/17775/stat : 17775 (sugar) S 17773 17775 16373 0 -1 4194304 1376 12306 0 4 6 1 194 8 15 0 1 0 21345299 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17775/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 2.09
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+6.30182 s]
/proc/loadavg: 2.15 2.04 2.01 4/83 17799
/proc/meminfo: memFree=1807216/2055920 swapFree=4192812/4192956
[pid=17775] ppid=17773 vsize=16868 CPUtime=2.09
/proc/17775/stat : 17775 (sugar) S 17773 17775 16373 0 -1 4194304 1376 12306 0 4 6 1 194 8 15 0 1 0 21345299 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17775/statm: 4217 1113 409 3 0 796 0
[pid=17798] ppid=17775 vsize=5356 CPUtime=0
/proc/17798/stat : 17798 (sh) S 17775 17775 16373 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21345532 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17798/statm: 1339 232 193 169 0 50 0
[pid=17799] ppid=17798 vsize=16224 CPUtime=3.93
/proc/17799/stat : 17799 (minisat) R 17798 17775 16373 0 -1 4194304 3949 0 0 0 391 2 0 0 25 0 1 0 21345532 16613376 3935 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17799/statm: 4056 3935 76 150 0 3903 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 38448

[startup+12.7014 s]
/proc/loadavg: 2.21 2.06 2.02 3/83 17799
/proc/meminfo: memFree=1797816/2055920 swapFree=4192812/4192956
[pid=17775] ppid=17773 vsize=16868 CPUtime=2.09
/proc/17775/stat : 17775 (sugar) S 17773 17775 16373 0 -1 4194304 1376 12306 0 4 6 1 194 8 16 0 1 0 21345299 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17775/statm: 4217 1113 409 3 0 796 0
[pid=17798] ppid=17775 vsize=5356 CPUtime=0
/proc/17798/stat : 17798 (sh) S 17775 17775 16373 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21345532 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17798/statm: 1339 232 193 169 0 50 0
[pid=17799] ppid=17798 vsize=24792 CPUtime=10.26
/proc/17799/stat : 17799 (minisat) R 17798 17775 16373 0 -1 4194304 6080 0 0 0 1023 3 0 0 25 0 1 0 21345532 25387008 6066 996147200 134512640 135127466 4294956256 18446744073709551615 134528501 0 0 4096 3 0 0 0 17 1 0 0
/proc/17799/statm: 6198 6066 76 150 0 6045 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 47016

[startup+25.5025 s]
/proc/loadavg: 2.18 2.06 2.02 3/83 17799
/proc/meminfo: memFree=1787704/2055920 swapFree=4192812/4192956
[pid=17775] ppid=17773 vsize=16868 CPUtime=2.09
/proc/17775/stat : 17775 (sugar) S 17773 17775 16373 0 -1 4194304 1376 12306 0 4 6 1 194 8 16 0 1 0 21345299 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17775/statm: 4217 1113 409 3 0 796 0
[pid=17798] ppid=17775 vsize=5356 CPUtime=0
/proc/17798/stat : 17798 (sh) S 17775 17775 16373 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21345532 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17798/statm: 1339 232 193 169 0 50 0
[pid=17799] ppid=17798 vsize=34660 CPUtime=22.94
/proc/17799/stat : 17799 (minisat) R 17798 17775 16373 0 -1 4194304 8520 0 0 0 2289 5 0 0 25 0 1 0 21345532 35491840 8506 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 1 0 0
/proc/17799/statm: 8665 8506 76 150 0 8512 0
Current children cumulated CPU time (s) 25.03
Current children cumulated vsize (KiB) 56884

[startup+51.1028 s]
/proc/loadavg: 2.12 2.05 2.01 3/83 17799
/proc/meminfo: memFree=1775224/2055920 swapFree=4192812/4192956
[pid=17775] ppid=17773 vsize=16868 CPUtime=2.09
/proc/17775/stat : 17775 (sugar) S 17773 17775 16373 0 -1 4194304 1376 12306 0 4 6 1 194 8 16 0 1 0 21345299 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17775/statm: 4217 1113 409 3 0 796 0
[pid=17798] ppid=17775 vsize=5356 CPUtime=0
/proc/17798/stat : 17798 (sh) S 17775 17775 16373 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21345532 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17798/statm: 1339 232 193 169 0 50 0
[pid=17799] ppid=17798 vsize=47284 CPUtime=48.3
/proc/17799/stat : 17799 (minisat) R 17798 17775 16373 0 -1 4194304 11652 0 0 0 4821 9 0 0 25 0 1 0 21345532 48418816 11638 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17799/statm: 11821 11638 76 150 0 11668 0
Current children cumulated CPU time (s) 50.39
Current children cumulated vsize (KiB) 69508

[startup+102.307 s]
/proc/loadavg: 2.23 2.09 2.02 4/85 17883
/proc/meminfo: memFree=1759904/2055920 swapFree=4192812/4192956
[pid=17775] ppid=17773 vsize=16868 CPUtime=2.09
/proc/17775/stat : 17775 (sugar) S 17773 17775 16373 0 -1 4194304 1376 12306 0 4 6 1 194 8 16 0 1 0 21345299 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17775/statm: 4217 1113 409 3 0 796 0
[pid=17798] ppid=17775 vsize=5356 CPUtime=0
/proc/17798/stat : 17798 (sh) S 17775 17775 16373 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21345532 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17798/statm: 1339 232 193 169 0 50 0
[pid=17799] ppid=17798 vsize=47744 CPUtime=99.33
/proc/17799/stat : 17799 (minisat) R 17798 17775 16373 0 -1 4194304 11756 0 0 0 9923 10 0 0 25 0 1 0 21345532 48889856 11742 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/17799/statm: 11936 11742 76 150 0 11783 0
Current children cumulated CPU time (s) 101.42
Current children cumulated vsize (KiB) 69968

[startup+162.302 s]
/proc/loadavg: 2.41 2.16 2.05 3/85 17883
/proc/meminfo: memFree=1691360/2055920 swapFree=4192812/4192956
[pid=17775] ppid=17773 vsize=16868 CPUtime=2.09
/proc/17775/stat : 17775 (sugar) S 17773 17775 16373 0 -1 4194304 1376 12306 0 4 6 1 194 8 16 0 1 0 21345299 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17775/statm: 4217 1113 409 3 0 796 0
[pid=17798] ppid=17775 vsize=5356 CPUtime=0
/proc/17798/stat : 17798 (sh) S 17775 17775 16373 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21345532 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17798/statm: 1339 232 193 169 0 50 0
[pid=17799] ppid=17798 vsize=67040 CPUtime=159.2
/proc/17799/stat : 17799 (minisat) R 17798 17775 16373 0 -1 4194304 16454 0 0 0 15905 15 0 0 25 0 1 0 21345532 68648960 16440 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17799/statm: 16760 16440 76 150 0 16607 0
Current children cumulated CPU time (s) 161.29
Current children cumulated vsize (KiB) 89264

[startup+222.301 s]
/proc/loadavg: 2.31 2.18 2.06 3/85 17883
/proc/meminfo: memFree=1650592/2055920 swapFree=4192812/4192956
[pid=17775] ppid=17773 vsize=16868 CPUtime=2.1
/proc/17775/stat : 17775 (sugar) S 17773 17775 16373 0 -1 4194304 1376 12306 0 4 7 1 194 8 16 0 1 0 21345299 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17775/statm: 4217 1113 409 3 0 796 0
[pid=17798] ppid=17775 vsize=5356 CPUtime=0
/proc/17798/stat : 17798 (sh) S 17775 17775 16373 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21345532 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17798/statm: 1339 232 193 169 0 50 0
[pid=17799] ppid=17798 vsize=73352 CPUtime=218.9
/proc/17799/stat : 17799 (minisat) R 17798 17775 16373 0 -1 4194304 17987 0 0 0 21872 18 0 0 25 0 1 0 21345532 75112448 17973 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17799/statm: 18338 17973 76 150 0 18185 0
Current children cumulated CPU time (s) 221
Current children cumulated vsize (KiB) 95576

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

/proc/meminfo: memFree=1393056/2055920 swapFree=4192812/4192956
[pid=17775] ppid=17773 vsize=16868 CPUtime=2.1
/proc/17775/stat : 17775 (sugar) S 17773 17775 16373 0 -1 4194304 1376 12306 0 4 7 1 194 8 16 0 1 0 21345299 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17775/statm: 4217 1113 409 3 0 796 0
[pid=17798] ppid=17775 vsize=5356 CPUtime=0
/proc/17798/stat : 17798 (sh) S 17775 17775 16373 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21345532 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17798/statm: 1339 232 193 169 0 50 0
[pid=17799] ppid=17798 vsize=171812 CPUtime=1293.59
/proc/17799/stat : 17799 (minisat) R 17798 17775 16373 0 -1 4194304 42176 0 0 0 129310 49 0 0 25 0 1 0 21345532 175935488 42162 996147200 134512640 135127466 4294956256 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 0 0 0
/proc/17799/statm: 42953 42162 76 150 0 42800 0
Current children cumulated CPU time (s) 1295.69
Current children cumulated vsize (KiB) 194036

[startup+1362.3 s]
/proc/loadavg: 2.37 2.31 2.21 3/85 17883
/proc/meminfo: memFree=1389344/2055920 swapFree=4192812/4192956
[pid=17775] ppid=17773 vsize=16868 CPUtime=2.1
/proc/17775/stat : 17775 (sugar) S 17773 17775 16373 0 -1 4194304 1376 12306 0 4 7 1 194 8 16 0 1 0 21345299 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17775/statm: 4217 1113 409 3 0 796 0
[pid=17798] ppid=17775 vsize=5356 CPUtime=0
/proc/17798/stat : 17798 (sh) S 17775 17775 16373 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21345532 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17798/statm: 1339 232 193 169 0 50 0
[pid=17799] ppid=17798 vsize=172216 CPUtime=1353.29
/proc/17799/stat : 17799 (minisat) R 17798 17775 16373 0 -1 4194304 42195 0 0 0 135280 49 0 0 25 0 1 0 21345532 176349184 42181 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17799/statm: 43054 42181 76 150 0 42901 0
Current children cumulated CPU time (s) 1355.39
Current children cumulated vsize (KiB) 194440

[startup+1422.31 s]
/proc/loadavg: 2.22 2.28 2.20 3/85 17883
/proc/meminfo: memFree=1385120/2055920 swapFree=4192812/4192956
[pid=17775] ppid=17773 vsize=16868 CPUtime=2.1
/proc/17775/stat : 17775 (sugar) S 17773 17775 16373 0 -1 4194304 1376 12306 0 4 7 1 194 8 16 0 1 0 21345299 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17775/statm: 4217 1113 409 3 0 796 0
[pid=17798] ppid=17775 vsize=5356 CPUtime=0
/proc/17798/stat : 17798 (sh) S 17775 17775 16373 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21345532 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17798/statm: 1339 232 193 169 0 50 0
[pid=17799] ppid=17798 vsize=172216 CPUtime=1413
/proc/17799/stat : 17799 (minisat) R 17798 17775 16373 0 -1 4194304 42195 0 0 0 141251 49 0 0 25 0 1 0 21345532 176349184 42181 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17799/statm: 43054 42181 76 150 0 42901 0
Current children cumulated CPU time (s) 1415.1
Current children cumulated vsize (KiB) 194440

[startup+1482.3 s]
/proc/loadavg: 2.30 2.29 2.20 3/85 17883
/proc/meminfo: memFree=1380384/2055920 swapFree=4192812/4192956
[pid=17775] ppid=17773 vsize=16868 CPUtime=2.1
/proc/17775/stat : 17775 (sugar) S 17773 17775 16373 0 -1 4194304 1376 12306 0 4 7 1 194 8 16 0 1 0 21345299 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17775/statm: 4217 1113 409 3 0 796 0
[pid=17798] ppid=17775 vsize=5356 CPUtime=0
/proc/17798/stat : 17798 (sh) S 17775 17775 16373 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21345532 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17798/statm: 1339 232 193 169 0 50 0
[pid=17799] ppid=17798 vsize=172216 CPUtime=1472.7
/proc/17799/stat : 17799 (minisat) R 17798 17775 16373 0 -1 4194304 42196 0 0 0 147221 49 0 0 25 0 1 0 21345532 176349184 42182 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17799/statm: 43054 42182 76 150 0 42901 0
Current children cumulated CPU time (s) 1474.8
Current children cumulated vsize (KiB) 194440

[startup+1542.3 s]
/proc/loadavg: 2.39 2.31 2.21 4/85 17883
/proc/meminfo: memFree=1380320/2055920 swapFree=4192812/4192956
[pid=17775] ppid=17773 vsize=16868 CPUtime=2.1
/proc/17775/stat : 17775 (sugar) S 17773 17775 16373 0 -1 4194304 1376 12306 0 4 7 1 194 8 16 0 1 0 21345299 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17775/statm: 4217 1113 409 3 0 796 0
[pid=17798] ppid=17775 vsize=5356 CPUtime=0
/proc/17798/stat : 17798 (sh) S 17775 17775 16373 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21345532 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17798/statm: 1339 232 193 169 0 50 0
[pid=17799] ppid=17798 vsize=172216 CPUtime=1532.4
/proc/17799/stat : 17799 (minisat) R 17798 17775 16373 0 -1 4194304 42196 0 0 0 153191 49 0 0 25 0 1 0 21345532 176349184 42182 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/17799/statm: 43054 42182 76 150 0 42901 0
Current children cumulated CPU time (s) 1534.5
Current children cumulated vsize (KiB) 194440

[startup+1602.3 s]
/proc/loadavg: 2.32 2.31 2.22 3/85 17883
/proc/meminfo: memFree=1377440/2055920 swapFree=4192812/4192956
[pid=17775] ppid=17773 vsize=16868 CPUtime=2.1
/proc/17775/stat : 17775 (sugar) S 17773 17775 16373 0 -1 4194304 1376 12306 0 4 7 1 194 8 16 0 1 0 21345299 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17775/statm: 4217 1113 409 3 0 796 0
[pid=17798] ppid=17775 vsize=5356 CPUtime=0
/proc/17798/stat : 17798 (sh) S 17775 17775 16373 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21345532 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17798/statm: 1339 232 193 169 0 50 0
[pid=17799] ppid=17798 vsize=172216 CPUtime=1592.11
/proc/17799/stat : 17799 (minisat) R 17798 17775 16373 0 -1 4194304 42196 0 0 0 159162 49 0 0 25 0 1 0 21345532 176349184 42182 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17799/statm: 43054 42182 76 150 0 42901 0
Current children cumulated CPU time (s) 1594.21
Current children cumulated vsize (KiB) 194440

[startup+1662.3 s]
/proc/loadavg: 2.15 2.26 2.20 3/85 17883
/proc/meminfo: memFree=1376800/2055920 swapFree=4192812/4192956
[pid=17775] ppid=17773 vsize=16868 CPUtime=2.1
/proc/17775/stat : 17775 (sugar) S 17773 17775 16373 0 -1 4194304 1376 12306 0 4 7 1 194 8 16 0 1 0 21345299 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17775/statm: 4217 1113 409 3 0 796 0
[pid=17798] ppid=17775 vsize=5356 CPUtime=0
/proc/17798/stat : 17798 (sh) S 17775 17775 16373 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21345532 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17798/statm: 1339 232 193 169 0 50 0
[pid=17799] ppid=17798 vsize=172216 CPUtime=1651.81
/proc/17799/stat : 17799 (minisat) R 17798 17775 16373 0 -1 4194304 42197 0 0 0 165132 49 0 0 25 0 1 0 21345532 176349184 42183 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17799/statm: 43054 42183 76 150 0 42901 0
Current children cumulated CPU time (s) 1653.91
Current children cumulated vsize (KiB) 194440

[startup+1722.3 s]
/proc/loadavg: 2.18 2.25 2.20 3/85 17883
/proc/meminfo: memFree=1374688/2055920 swapFree=4192812/4192956
[pid=17775] ppid=17773 vsize=16868 CPUtime=2.1
/proc/17775/stat : 17775 (sugar) S 17773 17775 16373 0 -1 4194304 1376 12306 0 4 7 1 194 8 16 0 1 0 21345299 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17775/statm: 4217 1113 409 3 0 796 0
[pid=17798] ppid=17775 vsize=5356 CPUtime=0
/proc/17798/stat : 17798 (sh) S 17775 17775 16373 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21345532 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17798/statm: 1339 232 193 169 0 50 0
[pid=17799] ppid=17798 vsize=172216 CPUtime=1711.51
/proc/17799/stat : 17799 (minisat) R 17798 17775 16373 0 -1 4194304 42197 0 0 0 171102 49 0 0 25 0 1 0 21345532 176349184 42183 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17799/statm: 43054 42183 76 150 0 42901 0
Current children cumulated CPU time (s) 1713.61
Current children cumulated vsize (KiB) 194440

[startup+1782.3 s]
/proc/loadavg: 2.07 2.20 2.18 3/85 17883
/proc/meminfo: memFree=1374624/2055920 swapFree=4192812/4192956
[pid=17775] ppid=17773 vsize=16868 CPUtime=2.1
/proc/17775/stat : 17775 (sugar) S 17773 17775 16373 0 -1 4194304 1376 12306 0 4 7 1 194 8 16 0 1 0 21345299 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17775/statm: 4217 1113 409 3 0 796 0
[pid=17798] ppid=17775 vsize=5356 CPUtime=0
/proc/17798/stat : 17798 (sh) S 17775 17775 16373 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21345532 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17798/statm: 1339 232 193 169 0 50 0
[pid=17799] ppid=17798 vsize=172216 CPUtime=1771.22
/proc/17799/stat : 17799 (minisat) R 17798 17775 16373 0 -1 4194304 42197 0 0 0 177073 49 0 0 25 0 1 0 21345532 176349184 42183 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17799/statm: 43054 42183 76 150 0 42901 0
Current children cumulated CPU time (s) 1773.32
Current children cumulated vsize (KiB) 194440



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.2 s]
/proc/loadavg: 2.12 2.20 2.18 3/85 17883
/proc/meminfo: memFree=1374560/2055920 swapFree=4192812/4192956
[pid=17775] ppid=17773 vsize=16868 CPUtime=2.1
/proc/17775/stat : 17775 (sugar) S 17773 17775 16373 0 -1 4194304 1376 12306 0 4 7 1 194 8 16 0 1 0 21345299 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17775/statm: 4217 1113 409 3 0 796 0
[pid=17798] ppid=17775 vsize=5356 CPUtime=0
/proc/17798/stat : 17798 (sh) S 17775 17775 16373 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21345532 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17798/statm: 1339 232 193 169 0 50 0
[pid=17799] ppid=17798 vsize=172216 CPUtime=1797.99
/proc/17799/stat : 17799 (minisat) R 17798 17775 16373 0 -1 4194304 42197 0 0 0 179749 50 0 0 25 0 1 0 21345532 176349184 42183 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17799/statm: 43054 42183 76 150 0 42901 0
Current children cumulated CPU time (s) 1800.09
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 17775 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=17693
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=108983
# CPU time returned by wait4() is 2.12668
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1809.24
CPU time (s): 1800.09
CPU user time (s): 1799.5
CPU system time (s): 0.59
CPU usage (%): 99.4944
Max. virtual memory (cumulated for all children) (KiB): 890844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.01769
system time used= 0.108983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14065
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2298
involuntary context switches= 2184

runsolver used 2.36964 second user time and 5.9441 second system time

The end

Launcher Data

Begin job on node43 at 2009-07-11 22:06:54
IDJOB=2066374
IDBENCH=54513
IDSOLVER=739
FILE ID=node43/2066374-1247342814
PBS_JOBID= 9506643
Free space on /tmp= 66188 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/pseudo/chnl/normalized-chnl-35-36.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-2066374-1247342814/watcher-2066374-1247342814 -o /tmp/evaluation-result-2066374-1247342814/solver-2066374-1247342814 -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-2066374-1247342814.xml

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

MD5SUM BENCH= 74f2aa853bdc284f74f40b74853386f6
RANDOM SEED=816947313

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1828080 kB
Buffers:         11820 kB
Cached:          84400 kB
SwapCached:          0 kB
Active:         155092 kB
Inactive:        24116 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1828080 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1488 kB
Writeback:           0 kB
Mapped:         100848 kB
Slab:            33884 kB
Committed_AS:   917340 kB
PageTables:       1996 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= 66188 MiB
End job on node43 at 2009-07-11 22:37:05