Trace number 1064442

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.13+minisat? (TO) 1800.03 1800.96

General information on the benchmark

Namecsp/tdsp/
normalized-C3-2-30.xml
MD5SUM580d1f4298858f6e76af46cd173ebb13
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 variables89
Number of constraints464
Maximum constraint arity6
Maximum domain size61
Number of constraints which are defined in extension0
Number of constraints which are defined in intension464
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03/0.04	c 0	Sugar v1-13 + HOME/minisat
0.03/0.04	c 0	BEGIN Fri Jul  4 05:18:19 2008
0.03/0.04	c 0	PID 32424
0.03/0.05	c 0	HOST node75.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1064442-1215141499.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1064442-1215141499.xml' 'HOME/temp.csp'
0.03/0.43	c 0	5 domains, 89 variables, 2 predicates, 0 relations, 464 constraints
0.03/0.45	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.45	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.36/0.53	c 0	Parsing HOME/temp.csp
0.36/0.67	c 0	parsed 560 expressions
0.36/0.68	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.36/0.68	c 0	Converting to clausal form CSP
0.36/0.70	c 0	converted 56 (10%) expressions
0.36/0.73	c 0	converted 112 (20%) expressions
0.36/0.83	c 1	converted 168 (30%) expressions
0.36/0.85	c 1	converted 224 (40%) expressions
0.36/0.87	c 1	converted 280 (50%) expressions
0.36/0.88	c 1	converted 336 (60%) expressions
0.36/0.88	c 1	converted 392 (70%) expressions
0.36/0.89	c 1	converted 448 (80%) expressions
0.36/0.90	c 1	converted 504 (90%) expressions
0.36/0.90	c 1	converted 560 (100%) expressions
0.36/0.90	c 1	CSP : 145 integers, 0 booleans, 572 clauses, largest domain size 61
0.36/0.90	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.36/0.90	c 1	Propagation in CSP
0.36/0.92	c 1	282 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.36/0.92	c 1	CSP : 145 integers, 0 booleans, 572 clauses, largest domain size 60
0.36/0.92	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.36/0.92	c 1	Simplifing CSP by introducing new Boolean variables
0.36/0.95	c 1	CSP : 145 integers, 1624 booleans, 2196 clauses, largest domain size 60
0.36/0.95	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.36/0.98	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.36/0.99	c 1	15 (10%) CSP integer variables are encoded (372 clauses, 3948 bytes)
0.36/0.99	c 1	29 (20%) CSP integer variables are encoded (716 clauses, 7732 bytes)
0.36/0.99	c 1	44 (30%) CSP integer variables are encoded (1100 clauses, 12231 bytes)
0.36/0.99	c 1	58 (40%) CSP integer variables are encoded (1490 clauses, 17301 bytes)
0.36/0.99	c 1	73 (50%) CSP integer variables are encoded (1872 clauses, 22267 bytes)
0.36/1.00	c 1	87 (60%) CSP integer variables are encoded (2246 clauses, 27129 bytes)
0.89/1.00	c 1	102 (70%) CSP integer variables are encoded (2340 clauses, 28351 bytes)
0.89/1.00	c 1	116 (80%) CSP integer variables are encoded (2389 clauses, 28988 bytes)
0.89/1.00	c 1	131 (90%) CSP integer variables are encoded (2492 clauses, 30327 bytes)
0.89/1.00	c 1	145 (100%) CSP integer variables are encoded (2572 clauses, 31367 bytes)
0.89/1.05	c 1	220 (10%) CSP clauses are encoded (16660 clauses, 309605 bytes)
0.98/1.16	c 1	440 (20%) CSP clauses are encoded (70474 clauses, 1454655 bytes)
1.08/1.26	c 1	659 (30%) CSP clauses are encoded (115208 clauses, 2418642 bytes)
1.18/1.34	c 1	879 (40%) CSP clauses are encoded (151136 clauses, 3192028 bytes)
1.28/1.41	c 1	1098 (50%) CSP clauses are encoded (184384 clauses, 3906782 bytes)
1.28/1.49	c 1	1318 (60%) CSP clauses are encoded (220219 clauses, 4682109 bytes)
1.38/1.57	c 1	1538 (70%) CSP clauses are encoded (258896 clauses, 5528315 bytes)
1.48/1.64	c 1	1757 (80%) CSP clauses are encoded (290383 clauses, 6238016 bytes)
1.58/1.72	c 1	1977 (90%) CSP clauses are encoded (327864 clauses, 7092337 bytes)
1.68/1.81	c 2	2196 (100%) CSP clauses are encoded (372006 clauses, 8103172 bytes)
1.68/1.81	c 2	2196 CSP clauses encoded
1.68/1.81	c 2	Writing map file : HOME/temp.map
1.68/1.81	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.68/1.81	c 2	SAT : 4337 SAT variables, 372006 SAT clauses, 8103172 bytes
1.68/1.81	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.68/1.85	c 2	SOLVING HOME/temp.cnf
1.68/1.85	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.68/1.86	c 2	This is MiniSat 2.0 beta
1.68/1.86	c 2	WARNING: for repeatability, setting FPU to use double precision
1.68/1.86	c 2	============================[ Problem Statistics ]=============================
1.68/1.86	c 2	|                                                                             |
1.68/1.86	c 2	|  Number of variables:  4337                                                 |
1.68/1.86	c 2	|  Number of clauses:    372006                                               |
1.71/2.05	c 2	|  Parsing time:         0.16         s                                       |
1.71/2.06	c 2	============================[ Search Statistics ]==============================
1.71/2.06	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.71/2.06	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.71/2.06	c 2	===============================================================================
1.71/2.06	c 2	|         0 |    4337   372006  1398282 |   124002        0    nan |  0.000 % |
1.94/2.15	c 2	|       100 |    4337   372006  1398282 |   136402      100     20 |  0.000 % |
2.04/2.22	c 2	|       251 |    4337   372006  1398282 |   150042      251     27 |  0.000 % |
2.04/2.29	c 2	|       477 |    4337   372006  1398282 |   165046      477     32 |  0.000 % |
2.14/2.39	c 2	|       814 |    4337   372006  1398282 |   181551      814     34 |  0.000 % |
2.34/2.57	c 2	|      1320 |    4337   372006  1398282 |   199706     1320     36 |  0.000 % |
2.64/2.81	c 3	|      2080 |    4337   372006  1398282 |   219677     2080     36 |  0.001 % |
3.03/3.21	c 3	|      3221 |    4337   372006  1398282 |   241644     3221     39 |  0.000 % |
3.53/3.76	c 4	|      4929 |    4337   372006  1398282 |   265809     4929     43 |  0.000 % |
4.33/4.55	c 4	|      7491 |    4337   372006  1398282 |   292390     7491     47 |  0.000 % |
5.82/6.07	c 6	|     11335 |    4337   372006  1398282 |   321629    11335     51 |  0.000 % |
7.91/8.18	c 8	|     17104 |    4337   372006  1398282 |   353792    17104     55 |  0.000 % |
11.50/11.79	c 12	|     25755 |    4337   372006  1398282 |   389171    25755     55 |  0.000 % |
19.57/19.83	c 20	|     38731 |    4337   372006  1398282 |   428088    38731     62 |  0.000 % |
35.60/35.99	c 36	|     58194 |    4337   372006  1398282 |   470897    58194     65 |  0.000 % |
52.93/53.30	c 53	|     87386 |    4337   372006  1398282 |   517987    87386     65 |  0.000 % |
96.77/97.22	c 97	|    131175 |    4337   372006  1398282 |   569785   131175     71 |  0.001 % |
173.36/173.86	c 174	|    196859 |    4337   372006  1398282 |   626764   196859     75 |  0.000 % |
345.83/346.33	c 346	|    295387 |    4337   372006  1398282 |   689440   295387     82 |  0.000 % |
684.33/684.91	c 685	|    443177 |    4337   372006  1398282 |   758384   443177     82 |  0.000 % |
1203.99/1204.79	c 1205	|    664861 |    4337   372006  1398282 |   834223   664861     88 |  0.000 % |
1800.03/1800.92	c ERROR INTERRUPTED
1800.03/1800.96	s UNKNOWN
1800.03/1800.96	c 1801	CPU 1.57 (0.04 0.01 1.53 0.15)
1800.03/1800.96	c 1801	END Fri Jul  4 05:48:20 2008

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1064442-1215141499/watcher-1064442-1215141499 -o /tmp/evaluation-result-1064442-1215141499/solver-1064442-1215141499 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1064442-1215141499.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.84 2.22 2.07 4/76 32424
/proc/meminfo: memFree=1571240/2055920 swapFree=4180584/4192956
[pid=32424] ppid=32422 vsize=12264 CPUtime=0
/proc/32424/stat : 32424 (sugar) R 32422 32424 30382 0 -1 4194304 294 0 0 0 0 0 0 0 20 0 1 0 1993099648 12558336 262 996147200 4194304 4206940 548682068608 18446744073709551615 231882525932 0 0 4224 0 0 0 0 17 1 0 0
/proc/32424/statm: 3066 262 192 3 0 166 0

[startup+0.045125 s]
/proc/loadavg: 2.84 2.22 2.07 4/76 32424
/proc/meminfo: memFree=1571240/2055920 swapFree=4180584/4192956
[pid=32424] ppid=32422 vsize=13600 CPUtime=0.03
/proc/32424/stat : 32424 (sugar) R 32422 32424 30382 0 -1 4194304 806 0 0 0 3 0 0 0 20 0 1 0 1993099648 13926400 774 996147200 4194304 4206940 548682068608 18446744073709551615 231882855465 0 0 4224 0 0 0 0 17 0 0 0
/proc/32424/statm: 3400 774 350 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.10113 s]
/proc/loadavg: 2.84 2.22 2.07 4/76 32424
/proc/meminfo: memFree=1571240/2055920 swapFree=4180584/4192956
[pid=32424] ppid=32422 vsize=13600 CPUtime=0.03
/proc/32424/stat : 32424 (sugar) S 32422 32424 30382 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 1993099648 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32424/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301144 s]
/proc/loadavg: 2.84 2.22 2.07 4/76 32424
/proc/meminfo: memFree=1571240/2055920 swapFree=4180584/4192956
[pid=32424] ppid=32422 vsize=13600 CPUtime=0.03
/proc/32424/stat : 32424 (sugar) S 32422 32424 30382 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 1993099648 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32424/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701193 s]
/proc/loadavg: 2.84 2.22 2.07 4/76 32424
/proc/meminfo: memFree=1571240/2055920 swapFree=4180584/4192956
[pid=32424] ppid=32422 vsize=13600 CPUtime=0.36
/proc/32424/stat : 32424 (sugar) S 32422 32424 30382 0 -1 4194304 973 4536 0 1 3 0 30 3 15 0 1 0 1993099648 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32424/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 13600

[startup+1.50228 s]
/proc/loadavg: 2.84 2.22 2.07 3/87 32446
/proc/meminfo: memFree=1555728/2055920 swapFree=4180584/4192956
[pid=32424] ppid=32422 vsize=13600 CPUtime=0.36
/proc/32424/stat : 32424 (sugar) S 32422 32424 30382 0 -1 4194304 974 4536 0 1 3 0 30 3 15 0 1 0 1993099648 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32424/statm: 3400 797 370 3 0 500 0
[pid=32437] ppid=32424 vsize=5356 CPUtime=0
/proc/32437/stat : 32437 (sh) S 32424 32424 30382 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993099693 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32437/statm: 1339 233 193 169 0 50 0
[pid=32438] ppid=32437 vsize=868472 CPUtime=1.02
/proc/32438/stat : 32438 (java) S 32437 32424 30382 0 -1 0 6524 0 1 0 95 7 0 0 20 0 9 0 1993099693 889315328 5612 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32438/statm: 217118 5612 2562 9 0 211665 0
[pid=32438/tid=32439] ppid=32437 vsize=868472 CPUtime=0.73
/proc/32438/task/32439/stat : 32439 (java) R 32437 32424 30382 0 -1 64 2848 0 1 0 69 4 0 0 25 0 9 0 1993099694 889315328 5612 996147200 134512640 134550740 4294955952 18446744073709551615 4126869777 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32438/tid=32440] ppid=32437 vsize=868472 CPUtime=0.08
/proc/32438/task/32440/stat : 32440 (java) S 32437 32424 30382 0 -1 64 1520 0 0 0 7 1 0 0 16 0 9 0 1993099695 889315328 5612 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32438/tid=32441] ppid=32437 vsize=868472 CPUtime=0
/proc/32438/task/32441/stat : 32441 (java) S 32437 32424 30382 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993099696 889315328 5612 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32438/tid=32442] ppid=32437 vsize=868472 CPUtime=0
/proc/32438/task/32442/stat : 32442 (java) S 32437 32424 30382 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993099696 889315328 5612 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32438/tid=32443] ppid=32437 vsize=868472 CPUtime=0
/proc/32438/task/32443/stat : 32443 (java) S 32437 32424 30382 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1993099697 889315328 5612 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32438/tid=32444] ppid=32437 vsize=868472 CPUtime=0.19
/proc/32438/task/32444/stat : 32444 (java) S 32437 32424 30382 0 -1 64 1464 0 0 0 18 1 0 0 16 0 9 0 1993099697 889315328 5612 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32438/tid=32445] ppid=32437 vsize=868472 CPUtime=0
/proc/32438/task/32445/stat : 32445 (java) S 32437 32424 30382 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1993099697 889315328 5612 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32438/tid=32446] ppid=32437 vsize=868472 CPUtime=0
/proc/32438/task/32446/stat : 32446 (java) S 32437 32424 30382 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1993099697 889315328 5612 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 887428

[startup+3.10248 s]
/proc/loadavg: 2.84 2.22 2.07 3/79 32448
/proc/meminfo: memFree=1541200/2055920 swapFree=4180584/4192956
[pid=32424] ppid=32422 vsize=13600 CPUtime=1.71
/proc/32424/stat : 32424 (sugar) S 32422 32424 30382 0 -1 4194304 1032 11475 0 2 3 0 153 15 15 0 1 0 1993099648 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32424/statm: 3400 798 370 3 0 500 0
[pid=32447] ppid=32424 vsize=5356 CPUtime=0
/proc/32447/stat : 32447 (sh) S 32424 32424 30382 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993099834 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32447/statm: 1339 232 193 169 0 50 0
[pid=32448] ppid=32447 vsize=21712 CPUtime=1.22
/proc/32448/stat : 32448 (minisat) R 32447 32424 30382 0 -1 4194304 5253 0 0 0 119 3 0 0 25 0 1 0 1993099834 22233088 5239 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/32448/statm: 5428 5239 76 150 0 5275 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 40668

[startup+6.30185 s]
/proc/loadavg: 2.77 2.21 2.07 3/79 32448
/proc/meminfo: memFree=1537872/2055920 swapFree=4180584/4192956
[pid=32424] ppid=32422 vsize=13600 CPUtime=1.71
/proc/32424/stat : 32424 (sugar) S 32422 32424 30382 0 -1 4194304 1032 11475 0 2 3 0 153 15 16 0 1 0 1993099648 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32424/statm: 3400 798 370 3 0 500 0
[pid=32447] ppid=32424 vsize=5356 CPUtime=0
/proc/32447/stat : 32447 (sh) S 32424 32424 30382 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993099834 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32447/statm: 1339 232 193 169 0 50 0
[pid=32448] ppid=32447 vsize=24092 CPUtime=4.41
/proc/32448/stat : 32448 (minisat) R 32447 32424 30382 0 -1 4194304 5828 0 0 0 437 4 0 0 25 0 1 0 1993099834 24670208 5814 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/32448/statm: 6023 5814 76 150 0 5870 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 43048

[startup+12.7026 s]
/proc/loadavg: 2.71 2.21 2.07 3/79 32448
/proc/meminfo: memFree=1533904/2055920 swapFree=4180584/4192956
[pid=32424] ppid=32422 vsize=13600 CPUtime=1.71
/proc/32424/stat : 32424 (sugar) S 32422 32424 30382 0 -1 4194304 1032 11475 0 2 3 0 153 15 16 0 1 0 1993099648 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32424/statm: 3400 798 370 3 0 500 0
[pid=32447] ppid=32424 vsize=5356 CPUtime=0
/proc/32447/stat : 32447 (sh) S 32424 32424 30382 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993099834 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32447/statm: 1339 232 193 169 0 50 0
[pid=32448] ppid=32447 vsize=28208 CPUtime=10.79
/proc/32448/stat : 32448 (minisat) R 32447 32424 30382 0 -1 4194304 6857 0 0 0 1074 5 0 0 25 0 1 0 1993099834 28884992 6843 996147200 134512640 135127466 4294956272 18446744073709551615 134530944 0 0 4096 3 0 0 0 17 0 0 0
/proc/32448/statm: 7052 6843 76 150 0 6899 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 47164

[startup+25.5011 s]
/proc/loadavg: 2.55 2.20 2.07 3/79 32448
/proc/meminfo: memFree=1527632/2055920 swapFree=4180584/4192956
[pid=32424] ppid=32422 vsize=13600 CPUtime=1.71
/proc/32424/stat : 32424 (sugar) S 32422 32424 30382 0 -1 4194304 1032 11475 0 2 3 0 153 15 16 0 1 0 1993099648 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32424/statm: 3400 798 370 3 0 500 0
[pid=32447] ppid=32424 vsize=5356 CPUtime=0
/proc/32447/stat : 32447 (sh) S 32424 32424 30382 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993099834 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32447/statm: 1339 232 193 169 0 50 0
[pid=32448] ppid=32447 vsize=34360 CPUtime=23.53
/proc/32448/stat : 32448 (minisat) R 32447 32424 30382 0 -1 4194304 8392 0 0 0 2347 6 0 0 25 0 1 0 1993099834 35184640 8378 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/32448/statm: 8590 8378 76 150 0 8437 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 53316

[startup+51.1011 s]
/proc/loadavg: 2.36 2.18 2.07 3/79 32448
/proc/meminfo: memFree=1516304/2055920 swapFree=4180584/4192956
[pid=32424] ppid=32422 vsize=13600 CPUtime=1.71
/proc/32424/stat : 32424 (sugar) S 32422 32424 30382 0 -1 4194304 1032 11475 0 2 3 0 153 15 16 0 1 0 1993099648 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32424/statm: 3400 798 370 3 0 500 0
[pid=32447] ppid=32424 vsize=5356 CPUtime=0
/proc/32447/stat : 32447 (sh) S 32424 32424 30382 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993099834 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32447/statm: 1339 232 193 169 0 50 0
[pid=32448] ppid=32447 vsize=45840 CPUtime=49.03
/proc/32448/stat : 32448 (minisat) R 32447 32424 30382 0 -1 4194304 11267 0 0 0 4893 10 0 0 25 0 1 0 1993099834 46940160 11253 996147200 134512640 135127466 4294956272 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 0 0 0
/proc/32448/statm: 11460 11253 76 150 0 11307 0
Current children cumulated CPU time (s) 50.74
Current children cumulated vsize (KiB) 64796

[startup+102.306 s]
/proc/loadavg: 2.16 2.15 2.06 3/75 32476
/proc/meminfo: memFree=1675248/2055920 swapFree=4180584/4192956
[pid=32424] ppid=32422 vsize=13600 CPUtime=1.72
/proc/32424/stat : 32424 (sugar) S 32422 32424 30382 0 -1 4194304 1032 11475 0 2 3 1 153 15 16 0 1 0 1993099648 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32424/statm: 3400 798 370 3 0 500 0
[pid=32447] ppid=32424 vsize=5356 CPUtime=0
/proc/32447/stat : 32447 (sh) S 32424 32424 30382 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993099834 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32447/statm: 1339 232 193 169 0 50 0
[pid=32448] ppid=32447 vsize=63780 CPUtime=100.16
/proc/32448/stat : 32448 (minisat) R 32447 32424 30382 0 -1 4194304 15750 0 0 0 10001 15 0 0 25 0 1 0 1993099834 65310720 15736 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/32448/statm: 15945 15736 76 150 0 15792 0
Current children cumulated CPU time (s) 101.88
Current children cumulated vsize (KiB) 82736

[startup+162.301 s]
/proc/loadavg: 2.06 2.12 2.06 3/75 32476
/proc/meminfo: memFree=1657200/2055920 swapFree=4180584/4192956
[pid=32424] ppid=32422 vsize=13600 CPUtime=1.72
/proc/32424/stat : 32424 (sugar) S 32422 32424 30382 0 -1 4194304 1032 11475 0 2 3 1 153 15 16 0 1 0 1993099648 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32424/statm: 3400 798 370 3 0 500 0
[pid=32447] ppid=32424 vsize=5356 CPUtime=0
/proc/32447/stat : 32447 (sh) S 32424 32424 30382 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993099834 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32447/statm: 1339 232 193 169 0 50 0
[pid=32448] ppid=32447 vsize=81872 CPUtime=160.14
/proc/32448/stat : 32448 (minisat) R 32447 32424 30382 0 -1 4194304 20263 0 0 0 15995 19 0 0 25 0 1 0 1993099834 83836928 20249 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/32448/statm: 20468 20249 76 150 0 20315 0
Current children cumulated CPU time (s) 161.86
Current children cumulated vsize (KiB) 100828

[startup+222.301 s]
/proc/loadavg: 2.02 2.10 2.05 3/75 32476
/proc/meminfo: memFree=1640880/2055920 swapFree=4180584/4192956
[pid=32424] ppid=32422 vsize=13600 CPUtime=1.73
/proc/32424/stat : 32424 (sugar) S 32422 32424 30382 0 -1 4194304 1032 11475 0 2 4 1 153 15 16 0 1 0 1993099648 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32424/statm: 3400 798 370 3 0 500 0
[pid=32447] ppid=32424 vsize=5356 CPUtime=0
/proc/32447/stat : 32447 (sh) S 32424 32424 30382 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993099834 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

/proc/meminfo: memFree=1450160/2055920 swapFree=4180584/4192956
[pid=32424] ppid=32422 vsize=13600 CPUtime=1.73
/proc/32424/stat : 32424 (sugar) S 32422 32424 30382 0 -1 4194304 1032 11475 0 2 4 1 153 15 16 0 1 0 1993099648 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32424/statm: 3400 798 370 3 0 500 0
[pid=32447] ppid=32424 vsize=5356 CPUtime=0
/proc/32447/stat : 32447 (sh) S 32424 32424 30382 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993099834 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32447/statm: 1339 232 193 169 0 50 0
[pid=32448] ppid=32447 vsize=289172 CPUtime=1359.82
/proc/32448/stat : 32448 (minisat) R 32447 32424 30382 0 -1 4194304 71655 0 0 0 135907 75 0 0 25 0 1 0 1993099834 296112128 71641 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/32448/statm: 72293 71641 76 150 0 72140 0
Current children cumulated CPU time (s) 1361.55
Current children cumulated vsize (KiB) 308128

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 32476
/proc/meminfo: memFree=1445424/2055920 swapFree=4180584/4192956
[pid=32424] ppid=32422 vsize=13600 CPUtime=1.73
/proc/32424/stat : 32424 (sugar) S 32422 32424 30382 0 -1 4194304 1032 11475 0 2 4 1 153 15 16 0 1 0 1993099648 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32424/statm: 3400 798 370 3 0 500 0
[pid=32447] ppid=32424 vsize=5356 CPUtime=0
/proc/32447/stat : 32447 (sh) S 32424 32424 30382 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993099834 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32447/statm: 1339 232 193 169 0 50 0
[pid=32448] ppid=32447 vsize=293900 CPUtime=1419.8
/proc/32448/stat : 32448 (minisat) R 32447 32424 30382 0 -1 4194304 72845 0 0 0 141904 76 0 0 25 0 1 0 1993099834 300953600 72831 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/32448/statm: 73475 72831 76 150 0 73322 0
Current children cumulated CPU time (s) 1421.53
Current children cumulated vsize (KiB) 312856

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 32476
/proc/meminfo: memFree=1440368/2055920 swapFree=4180584/4192956
[pid=32424] ppid=32422 vsize=13600 CPUtime=1.73
/proc/32424/stat : 32424 (sugar) S 32422 32424 30382 0 -1 4194304 1032 11475 0 2 4 1 153 15 16 0 1 0 1993099648 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32424/statm: 3400 798 370 3 0 500 0
[pid=32447] ppid=32424 vsize=5356 CPUtime=0
/proc/32447/stat : 32447 (sh) S 32424 32424 30382 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993099834 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32447/statm: 1339 232 193 169 0 50 0
[pid=32448] ppid=32447 vsize=298816 CPUtime=1479.79
/proc/32448/stat : 32448 (minisat) R 32447 32424 30382 0 -1 4194304 74098 0 0 0 147901 78 0 0 25 0 1 0 1993099834 305987584 74084 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/32448/statm: 74704 74084 76 150 0 74551 0
Current children cumulated CPU time (s) 1481.52
Current children cumulated vsize (KiB) 317772

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 32476
/proc/meminfo: memFree=1435312/2055920 swapFree=4180584/4192956
[pid=32424] ppid=32422 vsize=13600 CPUtime=1.73
/proc/32424/stat : 32424 (sugar) S 32422 32424 30382 0 -1 4194304 1032 11475 0 2 4 1 153 15 16 0 1 0 1993099648 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32424/statm: 3400 798 370 3 0 500 0
[pid=32447] ppid=32424 vsize=5356 CPUtime=0
/proc/32447/stat : 32447 (sh) S 32424 32424 30382 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993099834 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32447/statm: 1339 232 193 169 0 50 0
[pid=32448] ppid=32447 vsize=303872 CPUtime=1539.77
/proc/32448/stat : 32448 (minisat) R 32447 32424 30382 0 -1 4194304 75332 0 0 0 153898 79 0 0 25 0 1 0 1993099834 311164928 75318 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/32448/statm: 75968 75318 76 150 0 75815 0
Current children cumulated CPU time (s) 1541.5
Current children cumulated vsize (KiB) 322828

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 32476
/proc/meminfo: memFree=1430000/2055920 swapFree=4180584/4192956
[pid=32424] ppid=32422 vsize=13600 CPUtime=1.73
/proc/32424/stat : 32424 (sugar) S 32422 32424 30382 0 -1 4194304 1032 11475 0 2 4 1 153 15 16 0 1 0 1993099648 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32424/statm: 3400 798 370 3 0 500 0
[pid=32447] ppid=32424 vsize=5356 CPUtime=0
/proc/32447/stat : 32447 (sh) S 32424 32424 30382 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993099834 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32447/statm: 1339 232 193 169 0 50 0
[pid=32448] ppid=32447 vsize=309080 CPUtime=1599.75
/proc/32448/stat : 32448 (minisat) R 32447 32424 30382 0 -1 4194304 76673 0 0 0 159895 80 0 0 25 0 1 0 1993099834 316497920 76659 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/32448/statm: 77270 76659 76 150 0 77117 0
Current children cumulated CPU time (s) 1601.48
Current children cumulated vsize (KiB) 328036

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 32476
/proc/meminfo: memFree=1424432/2055920 swapFree=4180584/4192956
[pid=32424] ppid=32422 vsize=13600 CPUtime=1.73
/proc/32424/stat : 32424 (sugar) S 32422 32424 30382 0 -1 4194304 1032 11475 0 2 4 1 153 15 16 0 1 0 1993099648 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32424/statm: 3400 798 370 3 0 500 0
[pid=32447] ppid=32424 vsize=5356 CPUtime=0
/proc/32447/stat : 32447 (sh) S 32424 32424 30382 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993099834 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32447/statm: 1339 232 193 169 0 50 0
[pid=32448] ppid=32447 vsize=314508 CPUtime=1659.74
/proc/32448/stat : 32448 (minisat) R 32447 32424 30382 0 -1 4194304 78048 0 0 0 165893 81 0 0 25 0 1 0 1993099834 322056192 78034 996147200 134512640 135127466 4294956272 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/32448/statm: 78627 78034 76 150 0 78474 0
Current children cumulated CPU time (s) 1661.47
Current children cumulated vsize (KiB) 333464

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 32476
/proc/meminfo: memFree=1419568/2055920 swapFree=4180584/4192956
[pid=32424] ppid=32422 vsize=13600 CPUtime=1.73
/proc/32424/stat : 32424 (sugar) S 32422 32424 30382 0 -1 4194304 1032 11475 0 2 4 1 153 15 16 0 1 0 1993099648 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32424/statm: 3400 798 370 3 0 500 0
[pid=32447] ppid=32424 vsize=5356 CPUtime=0
/proc/32447/stat : 32447 (sh) S 32424 32424 30382 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993099834 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32447/statm: 1339 232 193 169 0 50 0
[pid=32448] ppid=32447 vsize=319268 CPUtime=1719.72
/proc/32448/stat : 32448 (minisat) R 32447 32424 30382 0 -1 4194304 79264 0 0 0 171890 82 0 0 25 0 1 0 1993099834 326930432 79250 996147200 134512640 135127466 4294956272 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/32448/statm: 79817 79250 76 150 0 79664 0
Current children cumulated CPU time (s) 1721.45
Current children cumulated vsize (KiB) 338224

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 32478
/proc/meminfo: memFree=1414256/2055920 swapFree=4180584/4192956
[pid=32424] ppid=32422 vsize=13600 CPUtime=1.73
/proc/32424/stat : 32424 (sugar) S 32422 32424 30382 0 -1 4194304 1032 11475 0 2 4 1 153 15 16 0 1 0 1993099648 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32424/statm: 3400 798 370 3 0 500 0
[pid=32447] ppid=32424 vsize=5356 CPUtime=0
/proc/32447/stat : 32447 (sh) S 32424 32424 30382 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993099834 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32447/statm: 1339 232 193 169 0 50 0
[pid=32448] ppid=32447 vsize=324636 CPUtime=1779.71
/proc/32448/stat : 32448 (minisat) R 32447 32424 30382 0 -1 4194304 80577 0 0 0 177888 83 0 0 25 0 1 0 1993099834 332427264 80563 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/32448/statm: 81159 80563 76 150 0 81006 0
Current children cumulated CPU time (s) 1781.44
Current children cumulated vsize (KiB) 343592



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 32478
/proc/meminfo: memFree=1412784/2055920 swapFree=4180584/4192956
[pid=32424] ppid=32422 vsize=13600 CPUtime=1.73
/proc/32424/stat : 32424 (sugar) S 32422 32424 30382 0 -1 4194304 1032 11475 0 2 4 1 153 15 16 0 1 0 1993099648 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32424/statm: 3400 798 370 3 0 500 0
[pid=32447] ppid=32424 vsize=5356 CPUtime=0
/proc/32447/stat : 32447 (sh) S 32424 32424 30382 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993099834 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32447/statm: 1339 232 193 169 0 50 0
[pid=32448] ppid=32447 vsize=325960 CPUtime=1798.3
/proc/32448/stat : 32448 (minisat) R 32447 32424 30382 0 -1 4194304 80922 0 0 0 179747 83 0 0 25 0 1 0 1993099834 333783040 80908 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/32448/statm: 81490 80908 76 150 0 81337 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 344916

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

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

[startup+1800.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 32478
/proc/meminfo: memFree=1412784/2055920 swapFree=4180584/4192956
[pid=32424] ppid=32422 vsize=13600 CPUtime=1.73
/proc/32424/stat : 32424 (sugar) S 32422 32424 30382 0 -1 4194304 1032 11475 0 2 4 1 153 15 16 0 1 0 1993099648 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32424/statm: 3400 798 370 3 0 500 0
[pid=32447] ppid=32424 vsize=5356 CPUtime=0
/proc/32447/stat : 32447 (sh) S 32424 32424 30382 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993099834 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32447/statm: 1339 232 193 169 0 50 0
[pid=32448] ppid=32447 vsize=325960 CPUtime=1798.3
/proc/32448/stat : 32448 (minisat) R 32447 32424 30382 0 -1 4194304 80922 0 0 0 179747 83 0 0 25 0 1 0 1993099834 333783040 80908 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/32448/statm: 81490 80908 76 150 0 81337 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 344916

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 32424 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=576760
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=168974
# CPU time returned by wait4() is 1.74573
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.96
CPU time (s): 1800.03
CPU user time (s): 1799.04
CPU system time (s): 0.99
CPU usage (%): 99.9482
Max. virtual memory (cumulated for all children) (KiB): 887428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.57676
system time used= 0.168974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12850
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= 3376
involuntary context switches= 3177

runsolver used 1.76573 second user time and 4.80127 second system time

The end

Launcher Data (download as text)

Begin job on node75 at 2008-07-04 05:18:19
IDJOB=1064442
IDBENCH=54956
IDSOLVER=346
FILE ID=node75/1064442-1215141499
PBS_JOBID= 7877232
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/tdsp/normalized-C3-2-30.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1064442-1215141499/watcher-1064442-1215141499 -o /tmp/evaluation-result-1064442-1215141499/solver-1064442-1215141499 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1064442-1215141499.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 580d1f4298858f6e76af46cd173ebb13
RANDOM SEED=590968242

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1571856 kB
Buffers:         43276 kB
Cached:         182692 kB
SwapCached:       6320 kB
Active:         294496 kB
Inactive:       125224 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1571856 kB
SwapTotal:     4192956 kB
SwapFree:      4180584 kB
Dirty:            2300 kB
Writeback:           0 kB
Mapped:         200392 kB
Slab:            49072 kB
Committed_AS:  4381976 kB
PageTables:       2380 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= 66556 MiB
End job on node75 at 2008-07-04 05:48:22