Trace number 1091421

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

General information on the benchmark

Namecsp/pigeons/
normalized-pigeons-40.xml
MD5SUMeea217fbe9fa720f84d7ae0049a25dc7
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.028995
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints780
Maximum constraint arity2
Maximum domain size39
Number of constraints which are defined in extension0
Number of constraints which are defined in intension780
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul  5 18:18:41 2008
0.00/0.04	c 0	PID 1154
0.00/0.04	c 0	HOST node50.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1091421-1215274721.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1091421-1215274721.xml' 'HOME/temp.csp'
0.03/0.42	c 0	1 domains, 40 variables, 1 predicates, 0 relations, 780 constraints
0.03/0.47	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.47	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.39/0.55	c 0	Parsing HOME/temp.csp
0.39/0.68	c 0	parsed 822 expressions
0.39/0.68	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.39/0.68	c 0	Converting to clausal form CSP
0.39/0.72	c 0	converted 83 (10%) expressions
0.39/0.75	c 0	converted 165 (20%) expressions
0.39/0.78	c 0	converted 247 (30%) expressions
0.39/0.79	c 0	converted 329 (40%) expressions
0.40/0.86	c 0	converted 411 (50%) expressions
0.40/0.87	c 1	converted 494 (60%) expressions
0.40/0.88	c 1	converted 576 (70%) expressions
0.40/0.88	c 1	converted 658 (80%) expressions
0.40/0.89	c 1	converted 740 (90%) expressions
0.40/0.90	c 1	converted 822 (100%) expressions
0.40/0.90	c 1	CSP : 40 integers, 0 booleans, 780 clauses, largest domain size 39
0.40/0.90	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.40/0.90	c 1	Propagation in CSP
0.40/0.93	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.40/0.93	c 1	CSP : 40 integers, 0 booleans, 780 clauses, largest domain size 39
0.40/0.93	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.40/0.93	c 1	Simplifing CSP by introducing new Boolean variables
0.40/0.96	c 1	CSP : 40 integers, 1560 booleans, 2340 clauses, largest domain size 39
0.40/0.96	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.40/0.99	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.91/1.00	c 1	4 (10%) CSP integer variables are encoded (148 clauses, 1482 bytes)
0.91/1.01	c 1	8 (20%) CSP integer variables are encoded (296 clauses, 3110 bytes)
0.91/1.01	c 1	12 (30%) CSP integer variables are encoded (444 clauses, 4738 bytes)
0.91/1.01	c 1	16 (40%) CSP integer variables are encoded (592 clauses, 6366 bytes)
0.91/1.01	c 1	20 (50%) CSP integer variables are encoded (740 clauses, 7994 bytes)
0.91/1.01	c 1	24 (60%) CSP integer variables are encoded (888 clauses, 9622 bytes)
0.91/1.01	c 1	28 (70%) CSP integer variables are encoded (1036 clauses, 11377 bytes)
0.91/1.01	c 1	32 (80%) CSP integer variables are encoded (1184 clauses, 13301 bytes)
0.91/1.01	c 1	36 (90%) CSP integer variables are encoded (1332 clauses, 15225 bytes)
0.91/1.02	c 1	40 (100%) CSP integer variables are encoded (1480 clauses, 17149 bytes)
0.91/1.04	c 1	234 (10%) CSP clauses are encoded (7642 clauses, 115425 bytes)
0.91/1.06	c 1	468 (20%) CSP clauses are encoded (13804 clauses, 218813 bytes)
0.91/1.08	c 1	702 (30%) CSP clauses are encoded (19966 clauses, 323857 bytes)
0.91/1.10	c 1	936 (40%) CSP clauses are encoded (26128 clauses, 429715 bytes)
1.00/1.12	c 1	1170 (50%) CSP clauses are encoded (32290 clauses, 535117 bytes)
1.00/1.13	c 1	1404 (60%) CSP clauses are encoded (38452 clauses, 641203 bytes)
1.00/1.15	c 1	1638 (70%) CSP clauses are encoded (44614 clauses, 747973 bytes)
1.00/1.16	c 1	1872 (80%) CSP clauses are encoded (50776 clauses, 855101 bytes)
1.00/1.17	c 1	2106 (90%) CSP clauses are encoded (56938 clauses, 964147 bytes)
1.00/1.19	c 1	2340 (100%) CSP clauses are encoded (63100 clauses, 1078963 bytes)
1.00/1.19	c 1	2340 CSP clauses encoded
1.00/1.19	c 1	Writing map file : HOME/temp.map
1.00/1.19	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.00/1.20	c 1	SAT : 3080 SAT variables, 63100 SAT clauses, 1078963 bytes
1.00/1.20	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.10/1.20	c 1	SOLVING HOME/temp.cnf
1.10/1.20	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.10/1.21	c 1	This is MiniSat 2.0 beta
1.10/1.21	c 1	WARNING: for repeatability, setting FPU to use double precision
1.10/1.21	c 1	============================[ Problem Statistics ]=============================
1.10/1.21	c 1	|                                                                             |
1.10/1.21	c 1	|  Number of variables:  3080                                                 |
1.10/1.21	c 1	|  Number of clauses:    63100                                                |
1.10/1.24	c 1	|  Parsing time:         0.03         s                                       |
1.10/1.24	c 1	============================[ Search Statistics ]==============================
1.10/1.24	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.10/1.24	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.10/1.24	c 1	===============================================================================
1.10/1.24	c 1	|         0 |    3080    63100   183920 |    21033        0    nan |  0.000 % |
1.10/1.25	c 1	|       100 |    3080    63100   183920 |    23136      100     11 |  0.000 % |
1.10/1.26	c 1	|       250 |    3080    63100   183920 |    25450      250      9 |  0.000 % |
1.10/1.27	c 1	|       477 |    3080    63100   183920 |    27995      477      8 |  0.000 % |
1.10/1.29	c 1	|       814 |    3080    63100   183920 |    30794      814      8 |  0.000 % |
1.12/1.31	c 1	|      1320 |    3080    63100   183920 |    33874     1320      9 |  0.000 % |
1.12/1.34	c 1	|      2080 |    3080    63100   183920 |    37261     2080      9 |  0.000 % |
1.12/1.41	c 1	|      3219 |    3080    63100   183920 |    40988     3219     11 |  0.000 % |
1.12/1.47	c 1	|      4927 |    3080    63100   183920 |    45086     4927     10 |  0.000 % |
1.12/1.58	c 1	|      7489 |    3080    63100   183920 |    49595     7489     10 |  0.000 % |
1.12/1.79	c 1	|     11333 |    3080    63100   183920 |    54555    11333     10 |  0.000 % |
1.12/2.08	c 2	|     17100 |    3080    63100   183920 |    60010    17100     10 |  0.000 % |
2.78/2.92	c 3	|     25749 |    3080    63100   183920 |    66011    25749     11 |  0.000 % |
4.07/4.25	c 4	|     38724 |    3080    63100   183920 |    72612    38724     13 |  0.000 % |
6.14/6.35	c 6	|     58185 |    3080    63100   183920 |    79874    58185     13 |  0.000 % |
11.10/11.34	c 11	|     87377 |    3080    63100   183920 |    87861    18861     16 |  0.000 % |
18.73/19.03	c 19	|    131168 |    3080    63100   183920 |    96647    62652     15 |  0.000 % |
32.30/32.79	c 32	|    196852 |    3080    63100   183920 |   106312    42934     18 |  0.000 % |
53.79/54.46	c 54	|    295378 |    3080    63100   183920 |   116943    48139     16 |  0.000 % |
98.37/99.43	c 99	|    443167 |    3080    63100   183920 |   128637    91965     16 |  0.000 % |
196.53/198.53	c 198	|    664850 |    3080    63100   183920 |   141501    83809     17 |  0.000 % |
369.68/373.37	c 373	|    997375 |    3080    63100   183920 |   155651    34895     15 |  0.000 % |
679.34/685.92	c 686	|   1496164 |    3080    63100   183920 |   171217   109666     20 |  0.000 % |
1191.78/1203.26	c 1203	|   2244347 |    3080    63100   183920 |   188338    73846     20 |  0.000 % |
1800.04/1816.41	c 1816	DECODING HOME/temp.out WITH HOME/temp.map
1800.04/1816.41	c 1816	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.04/1816.42	c ERROR INTERRUPTED
1800.04/1816.42	s UNKNOWN
1800.04/1816.42	c 1816	CPU 1.01 (0.03 0.01 0.98 0.1)
1800.04/1816.42	c 1816	END Sat Jul  5 18:48:57 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-1091421-1215274721/watcher-1091421-1215274721 -o /tmp/evaluation-result-1091421-1215274721/solver-1091421-1215274721 -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-1091421-1215274721.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.22 2.07 2.02 4/81 1154
/proc/meminfo: memFree=1634824/2055920 swapFree=4180240/4192956
[pid=1154] ppid=1152 vsize=12272 CPUtime=0
/proc/1154/stat : 1154 (sugar) R 1152 1154 429 0 -1 4194304 359 0 0 0 0 0 0 0 20 0 1 0 2006444033 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 240577641061 0 0 4224 0 0 0 0 17 1 0 0
/proc/1154/statm: 3068 327 246 3 0 168 0

[startup+0.0772231 s]
/proc/loadavg: 2.22 2.07 2.02 4/81 1154
/proc/meminfo: memFree=1634824/2055920 swapFree=4180240/4192956
[pid=1154] ppid=1152 vsize=13600 CPUtime=0.03
/proc/1154/stat : 1154 (sugar) S 1152 1154 429 0 -1 4194304 900 127 0 0 3 0 0 0 21 0 1 0 2006444033 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1154/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101666 s]
/proc/loadavg: 2.22 2.07 2.02 4/81 1154
/proc/meminfo: memFree=1634824/2055920 swapFree=4180240/4192956
[pid=1154] ppid=1152 vsize=13600 CPUtime=0.03
/proc/1154/stat : 1154 (sugar) S 1152 1154 429 0 -1 4194304 900 127 0 0 3 0 0 0 21 0 1 0 2006444033 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1154/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301699 s]
/proc/loadavg: 2.22 2.07 2.02 4/81 1154
/proc/meminfo: memFree=1634824/2055920 swapFree=4180240/4192956
[pid=1154] ppid=1152 vsize=13600 CPUtime=0.03
/proc/1154/stat : 1154 (sugar) S 1152 1154 429 0 -1 4194304 900 127 0 0 3 0 0 0 21 0 1 0 2006444033 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1154/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701767 s]
/proc/loadavg: 2.22 2.07 2.02 4/81 1154
/proc/meminfo: memFree=1634824/2055920 swapFree=4180240/4192956
[pid=1154] ppid=1152 vsize=13600 CPUtime=0.39
/proc/1154/stat : 1154 (sugar) S 1152 1154 429 0 -1 4194304 973 4560 0 1 3 0 32 4 15 0 1 0 2006444033 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1154/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 13600

[startup+1.5019 s]
/proc/loadavg: 2.22 2.07 2.02 4/92 1176
/proc/meminfo: memFree=1620400/2055920 swapFree=4180240/4192956
[pid=1154] ppid=1152 vsize=13600 CPUtime=1.12
/proc/1154/stat : 1154 (sugar) S 1152 1154 429 0 -1 4194304 1032 11250 0 2 3 1 98 10 15 0 1 0 2006444033 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1154/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 13600

[startup+3.10217 s]
/proc/loadavg: 2.20 2.07 2.02 3/84 1178
/proc/meminfo: memFree=1626160/2055920 swapFree=4180240/4192956
[pid=1154] ppid=1152 vsize=13600 CPUtime=1.12
/proc/1154/stat : 1154 (sugar) S 1152 1154 429 0 -1 4194304 1032 11250 0 2 3 1 98 10 15 0 1 0 2006444033 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1154/statm: 3400 798 370 3 0 500 0
[pid=1177] ppid=1154 vsize=5356 CPUtime=0
/proc/1177/stat : 1177 (sh) S 1154 1154 429 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006444154 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1177/statm: 1339 232 193 169 0 50 0
[pid=1178] ppid=1177 vsize=7064 CPUtime=1.86
/proc/1178/stat : 1178 (minisat) R 1177 1154 429 0 -1 4194304 1627 0 0 0 186 0 0 0 25 0 1 0 2006444154 7233536 1613 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/1178/statm: 1766 1613 76 150 0 1613 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 26020

[startup+6.30171 s]
/proc/loadavg: 2.20 2.07 2.02 3/84 1178
/proc/meminfo: memFree=1622896/2055920 swapFree=4180240/4192956
[pid=1154] ppid=1152 vsize=13600 CPUtime=1.12
/proc/1154/stat : 1154 (sugar) S 1152 1154 429 0 -1 4194304 1032 11250 0 2 3 1 98 10 16 0 1 0 2006444033 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1154/statm: 3400 798 370 3 0 500 0
[pid=1177] ppid=1154 vsize=5356 CPUtime=0
/proc/1177/stat : 1177 (sh) S 1154 1154 429 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006444154 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1177/statm: 1339 232 193 169 0 50 0
[pid=1178] ppid=1177 vsize=9784 CPUtime=5.02
/proc/1178/stat : 1178 (minisat) R 1177 1154 429 0 -1 4194304 2331 0 0 0 501 1 0 0 25 0 1 0 2006444154 10018816 2317 996147200 134512640 135127466 4294956256 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 1 0 0
/proc/1178/statm: 2446 2317 76 150 0 2293 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 28740

[startup+12.7028 s]
/proc/loadavg: 2.17 2.07 2.02 3/84 1178
/proc/meminfo: memFree=1619632/2055920 swapFree=4180240/4192956
[pid=1154] ppid=1152 vsize=13600 CPUtime=1.12
/proc/1154/stat : 1154 (sugar) S 1152 1154 429 0 -1 4194304 1032 11250 0 2 3 1 98 10 16 0 1 0 2006444033 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1154/statm: 3400 798 370 3 0 500 0
[pid=1177] ppid=1154 vsize=5356 CPUtime=0
/proc/1177/stat : 1177 (sh) S 1154 1154 429 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006444154 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1177/statm: 1339 232 193 169 0 50 0
[pid=1178] ppid=1177 vsize=12284 CPUtime=11.37
/proc/1178/stat : 1178 (minisat) R 1177 1154 429 0 -1 4194304 2943 0 0 0 1135 2 0 0 25 0 1 0 2006444154 12578816 2929 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 1 0 0
/proc/1178/statm: 3071 2929 76 150 0 2918 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 31240

[startup+25.5019 s]
/proc/loadavg: 2.14 2.06 2.02 3/84 1178
/proc/meminfo: memFree=1617456/2055920 swapFree=4180240/4192956
[pid=1154] ppid=1152 vsize=13600 CPUtime=1.12
/proc/1154/stat : 1154 (sugar) S 1152 1154 429 0 -1 4194304 1032 11250 0 2 3 1 98 10 16 0 1 0 2006444033 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1154/statm: 3400 798 370 3 0 500 0
[pid=1177] ppid=1154 vsize=5356 CPUtime=0
/proc/1177/stat : 1177 (sh) S 1154 1154 429 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006444154 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1177/statm: 1339 232 193 169 0 50 0
[pid=1178] ppid=1177 vsize=14860 CPUtime=24.04
/proc/1178/stat : 1178 (minisat) R 1177 1154 429 0 -1 4194304 3574 0 0 0 2402 2 0 0 25 0 1 0 2006444154 15216640 3560 996147200 134512640 135127466 4294956256 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 1 0 0
/proc/1178/statm: 3715 3560 76 150 0 3562 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 33816

[startup+51.1012 s]
/proc/loadavg: 2.09 2.06 2.02 3/84 1178
/proc/meminfo: memFree=1613808/2055920 swapFree=4180240/4192956
[pid=1154] ppid=1152 vsize=13600 CPUtime=1.12
/proc/1154/stat : 1154 (sugar) S 1152 1154 429 0 -1 4194304 1032 11250 0 2 3 1 98 10 16 0 1 0 2006444033 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1154/statm: 3400 798 370 3 0 500 0
[pid=1177] ppid=1154 vsize=5356 CPUtime=0
/proc/1177/stat : 1177 (sh) S 1154 1154 429 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006444154 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1177/statm: 1339 232 193 169 0 50 0
[pid=1178] ppid=1177 vsize=18588 CPUtime=49.4
/proc/1178/stat : 1178 (minisat) R 1177 1154 429 0 -1 4194304 4482 0 0 0 4937 3 0 0 25 0 1 0 2006444154 19034112 4468 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/1178/statm: 4647 4468 76 150 0 4494 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 37544

[startup+102.307 s]
/proc/loadavg: 2.04 2.05 2.01 3/84 1178
/proc/meminfo: memFree=1611312/2055920 swapFree=4180240/4192956
[pid=1154] ppid=1152 vsize=13600 CPUtime=1.12
/proc/1154/stat : 1154 (sugar) S 1152 1154 429 0 -1 4194304 1032 11250 0 2 3 1 98 10 16 0 1 0 2006444033 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1154/statm: 3400 798 370 3 0 500 0
[pid=1177] ppid=1154 vsize=5356 CPUtime=0
/proc/1177/stat : 1177 (sh) S 1154 1154 429 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006444154 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1177/statm: 1339 232 193 169 0 50 0
[pid=1178] ppid=1177 vsize=21008 CPUtime=100.13
/proc/1178/stat : 1178 (minisat) R 1177 1154 429 0 -1 4194304 5084 0 0 0 10009 4 0 0 25 0 1 0 2006444154 21512192 5070 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/1178/statm: 5252 5070 76 150 0 5099 0
Current children cumulated CPU time (s) 101.25
Current children cumulated vsize (KiB) 39964

[startup+162.302 s]
/proc/loadavg: 2.01 2.03 2.01 3/84 1178
/proc/meminfo: memFree=1608624/2055920 swapFree=4180240/4192956
[pid=1154] ppid=1152 vsize=13600 CPUtime=1.12
/proc/1154/stat : 1154 (sugar) S 1152 1154 429 0 -1 4194304 1032 11250 0 2 3 1 98 10 16 0 1 0 2006444033 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1154/statm: 3400 798 370 3 0 500 0
[pid=1177] ppid=1154 vsize=5356 CPUtime=0
/proc/1177/stat : 1177 (sh) S 1154 1154 429 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006444154 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1177/statm: 1339 232 193 169 0 50 0
[pid=1178] ppid=1177 vsize=23596 CPUtime=159.55
/proc/1178/stat : 1178 (minisat) R 1177 1154 429 0 -1 4194304 5703 0 0 0 15951 4 0 0 25 0 1 0 2006444154 24162304 5689 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/1178/statm: 5899 5689 76 150 0 5746 0
Current children cumulated CPU time (s) 160.67
Current children cumulated vsize (KiB) 42552

[startup+222.302 s]
/proc/loadavg: 2.00 2.03 2.00 3/84 1178
/proc/meminfo: memFree=1605872/2055920 swapFree=4180240/4192956
[pid=1154] ppid=1152 vsize=13600 CPUtime=1.12
/proc/1154/stat : 1154 (sugar) S 1152 1154 429 0 -1 4194304 1032 11250 0 2 3 1 98 10 16 0 1 0 2006444033 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1154/statm: 3400 798 370 3 0 500 0
[pid=1177] ppid=1154 vsize=5356 CPUtime=0
/proc/1177/stat : 1177 (sh) S 1154 1154 429 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006444154 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1177/statm: 1339 232 193 169 0 50 0
[pid=1178] ppid=1177 vsize=26480 CPUtime=218.99
/proc/1178/stat : 1178 (minisat) R 1177 1154 429 0 -1 4194304 6375 0 0 0 21894 5 0 0 25 0 1 0 2006444154 27115520 6361 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/1178/statm: 6620 6361 76 150 0 6467 0
Current children cumulated CPU time (s) 220.11
Current children cumulated vsize (KiB) 45436

[startup+282.302 s]
/proc/loadavg: 2.00 2.02 2.00 3/84 1178
/proc/meminfo: memFree=1604400/2055920 swapFree=4180240/4192956
[pid=1154] ppid=1152 vsize=13600 CPUtime=1.12
/proc/1154/stat : 1154 (sugar) S 1152 1154 429 0 -1 4194304 1032 11250 0 2 3 1 98 10 16 0 1 0 2006444033 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1154/statm: 3400 798 370 3 0 500 0
[pid=1177] ppid=1154 vsize=5356 CPUtime=0
/proc/1177/stat : 1177 (sh) S 1154 1154 429 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006444154 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1177/statm: 1339 232 193 169 0 50 0
[pid=1178] ppid=1177 vsize=28204 CPUtime=278.42
/proc/1178/stat : 1178 (minisat) R 1177 1154 429 0 -1 4194304 6755 0 0 0 27837 5 0 0 25 0 1 0 2006444154 28880896 6741 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/1178/statm: 7051 6741 76 150 0 6898 0
Current children cumulated CPU time (s) 279.54
Current children cumulated vsize (KiB) 47160


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

/proc/meminfo: memFree=1585648/2055920 swapFree=4180240/4192956
[pid=1154] ppid=1152 vsize=13600 CPUtime=1.12
/proc/1154/stat : 1154 (sugar) S 1152 1154 429 0 -1 4194304 1032 11250 0 2 3 1 98 10 16 0 1 0 2006444033 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1154/statm: 3400 798 370 3 0 500 0
[pid=1177] ppid=1154 vsize=5356 CPUtime=0
/proc/1177/stat : 1177 (sh) S 1154 1154 429 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006444154 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1177/statm: 1339 232 193 169 0 50 0
[pid=1178] ppid=1177 vsize=47668 CPUtime=1288.82
/proc/1178/stat : 1178 (minisat) R 1177 1154 429 0 -1 4194304 11360 0 0 0 128872 10 0 0 25 0 1 0 2006444154 48812032 11346 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/1178/statm: 11917 11346 76 150 0 11764 0
Current children cumulated CPU time (s) 1289.94
Current children cumulated vsize (KiB) 66624

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 1180
/proc/meminfo: memFree=1585008/2055920 swapFree=4180240/4192956
[pid=1154] ppid=1152 vsize=13600 CPUtime=1.12
/proc/1154/stat : 1154 (sugar) S 1152 1154 429 0 -1 4194304 1032 11250 0 2 3 1 98 10 16 0 1 0 2006444033 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1154/statm: 3400 798 370 3 0 500 0
[pid=1177] ppid=1154 vsize=5356 CPUtime=0
/proc/1177/stat : 1177 (sh) S 1154 1154 429 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006444154 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1177/statm: 1339 232 193 169 0 50 0
[pid=1178] ppid=1177 vsize=48396 CPUtime=1348.25
/proc/1178/stat : 1178 (minisat) R 1177 1154 429 0 -1 4194304 11516 0 0 0 134815 10 0 0 25 0 1 0 2006444154 49557504 11502 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/1178/statm: 12099 11502 76 150 0 11946 0
Current children cumulated CPU time (s) 1349.37
Current children cumulated vsize (KiB) 67352

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 1180
/proc/meminfo: memFree=1584176/2055920 swapFree=4180240/4192956
[pid=1154] ppid=1152 vsize=13600 CPUtime=1.12
/proc/1154/stat : 1154 (sugar) S 1152 1154 429 0 -1 4194304 1032 11250 0 2 3 1 98 10 16 0 1 0 2006444033 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1154/statm: 3400 798 370 3 0 500 0
[pid=1177] ppid=1154 vsize=5356 CPUtime=0
/proc/1177/stat : 1177 (sh) S 1154 1154 429 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006444154 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1177/statm: 1339 232 193 169 0 50 0
[pid=1178] ppid=1177 vsize=49184 CPUtime=1407.69
/proc/1178/stat : 1178 (minisat) R 1177 1154 429 0 -1 4194304 11713 0 0 0 140758 11 0 0 25 0 1 0 2006444154 50364416 11699 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 1 0 0
/proc/1178/statm: 12296 11699 76 150 0 12143 0
Current children cumulated CPU time (s) 1408.81
Current children cumulated vsize (KiB) 68140

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 1180
/proc/meminfo: memFree=1583600/2055920 swapFree=4180240/4192956
[pid=1154] ppid=1152 vsize=13600 CPUtime=1.12
/proc/1154/stat : 1154 (sugar) S 1152 1154 429 0 -1 4194304 1032 11250 0 2 3 1 98 10 16 0 1 0 2006444033 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1154/statm: 3400 798 370 3 0 500 0
[pid=1177] ppid=1154 vsize=5356 CPUtime=0
/proc/1177/stat : 1177 (sh) S 1154 1154 429 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006444154 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1177/statm: 1339 232 193 169 0 50 0
[pid=1178] ppid=1177 vsize=49944 CPUtime=1467.12
/proc/1178/stat : 1178 (minisat) R 1177 1154 429 0 -1 4194304 11871 0 0 0 146701 11 0 0 25 0 1 0 2006444154 51142656 11857 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/1178/statm: 12486 11857 76 150 0 12333 0
Current children cumulated CPU time (s) 1468.24
Current children cumulated vsize (KiB) 68900

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 1180
/proc/meminfo: memFree=1583088/2055920 swapFree=4180240/4192956
[pid=1154] ppid=1152 vsize=13600 CPUtime=1.12
/proc/1154/stat : 1154 (sugar) S 1152 1154 429 0 -1 4194304 1032 11250 0 2 3 1 98 10 16 0 1 0 2006444033 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1154/statm: 3400 798 370 3 0 500 0
[pid=1177] ppid=1154 vsize=5356 CPUtime=0
/proc/1177/stat : 1177 (sh) S 1154 1154 429 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006444154 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1177/statm: 1339 232 193 169 0 50 0
[pid=1178] ppid=1177 vsize=50440 CPUtime=1526.56
/proc/1178/stat : 1178 (minisat) R 1177 1154 429 0 -1 4194304 11993 0 0 0 152645 11 0 0 25 0 1 0 2006444154 51650560 11979 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/1178/statm: 12610 11979 76 150 0 12457 0
Current children cumulated CPU time (s) 1527.68
Current children cumulated vsize (KiB) 69396

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 1180
/proc/meminfo: memFree=1582704/2055920 swapFree=4180240/4192956
[pid=1154] ppid=1152 vsize=13600 CPUtime=1.12
/proc/1154/stat : 1154 (sugar) S 1152 1154 429 0 -1 4194304 1032 11250 0 2 3 1 98 10 16 0 1 0 2006444033 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1154/statm: 3400 798 370 3 0 500 0
[pid=1177] ppid=1154 vsize=5356 CPUtime=0
/proc/1177/stat : 1177 (sh) S 1154 1154 429 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006444154 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1177/statm: 1339 232 193 169 0 50 0
[pid=1178] ppid=1177 vsize=50940 CPUtime=1585.99
/proc/1178/stat : 1178 (minisat) R 1177 1154 429 0 -1 4194304 12107 0 0 0 158588 11 0 0 25 0 1 0 2006444154 52162560 12093 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/1178/statm: 12735 12093 76 150 0 12582 0
Current children cumulated CPU time (s) 1587.11
Current children cumulated vsize (KiB) 69896

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 1180
/proc/meminfo: memFree=1581680/2055920 swapFree=4180240/4192956
[pid=1154] ppid=1152 vsize=13600 CPUtime=1.12
/proc/1154/stat : 1154 (sugar) S 1152 1154 429 0 -1 4194304 1032 11250 0 2 3 1 98 10 16 0 1 0 2006444033 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1154/statm: 3400 798 370 3 0 500 0
[pid=1177] ppid=1154 vsize=5356 CPUtime=0
/proc/1177/stat : 1177 (sh) S 1154 1154 429 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006444154 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1177/statm: 1339 232 193 169 0 50 0
[pid=1178] ppid=1177 vsize=51920 CPUtime=1645.42
/proc/1178/stat : 1178 (minisat) R 1177 1154 429 0 -1 4194304 12350 0 0 0 164531 11 0 0 25 0 1 0 2006444154 53166080 12336 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/1178/statm: 12980 12336 76 150 0 12827 0
Current children cumulated CPU time (s) 1646.54
Current children cumulated vsize (KiB) 70876

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 1180
/proc/meminfo: memFree=1581296/2055920 swapFree=4180240/4192956
[pid=1154] ppid=1152 vsize=13600 CPUtime=1.12
/proc/1154/stat : 1154 (sugar) S 1152 1154 429 0 -1 4194304 1032 11250 0 2 3 1 98 10 16 0 1 0 2006444033 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1154/statm: 3400 798 370 3 0 500 0
[pid=1177] ppid=1154 vsize=5356 CPUtime=0
/proc/1177/stat : 1177 (sh) S 1154 1154 429 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006444154 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1177/statm: 1339 232 193 169 0 50 0
[pid=1178] ppid=1177 vsize=52424 CPUtime=1704.86
/proc/1178/stat : 1178 (minisat) R 1177 1154 429 0 -1 4194304 12439 0 0 0 170474 12 0 0 25 0 1 0 2006444154 53682176 12425 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/1178/statm: 13106 12425 76 150 0 12953 0
Current children cumulated CPU time (s) 1705.98
Current children cumulated vsize (KiB) 71380

[startup+1782.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/84 1231
/proc/meminfo: memFree=855408/2055920 swapFree=4180240/4192956
[pid=1154] ppid=1152 vsize=13600 CPUtime=1.12
/proc/1154/stat : 1154 (sugar) S 1152 1154 429 0 -1 4194304 1032 11250 0 2 3 1 98 10 16 0 1 0 2006444033 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1154/statm: 3400 798 370 3 0 500 0
[pid=1177] ppid=1154 vsize=5356 CPUtime=0
/proc/1177/stat : 1177 (sh) S 1154 1154 429 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006444154 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1177/statm: 1339 232 193 169 0 50 0
[pid=1178] ppid=1177 vsize=52764 CPUtime=1764.83
/proc/1178/stat : 1178 (minisat) R 1177 1154 429 0 -1 4194304 12511 0 0 0 176470 13 0 0 25 0 1 0 2006444154 54030336 12497 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/1178/statm: 13191 12497 76 150 0 13038 0
Current children cumulated CPU time (s) 1765.95
Current children cumulated vsize (KiB) 71720



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.4 s]
/proc/loadavg: 2.15 2.04 2.01 3/85 1270
/proc/meminfo: memFree=1339168/2055920 swapFree=4180240/4192956
[pid=1154] ppid=1152 vsize=13600 CPUtime=1.12
/proc/1154/stat : 1154 (sugar) S 1152 1154 429 0 -1 4194304 1032 11250 0 2 3 1 98 10 16 0 1 0 2006444033 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1154/statm: 3400 798 370 3 0 500 0
[pid=1177] ppid=1154 vsize=5356 CPUtime=0
/proc/1177/stat : 1177 (sh) S 1154 1154 429 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006444154 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1177/statm: 1339 232 193 169 0 50 0
[pid=1178] ppid=1177 vsize=52764 CPUtime=1798.92
/proc/1178/stat : 1178 (minisat) R 1177 1154 429 0 -1 4194304 12530 0 0 0 179878 14 0 0 25 0 1 0 2006444154 54030336 12516 996147200 134512640 135127466 4294956256 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 0 0 0
/proc/1178/statm: 13191 12516 76 150 0 13038 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 71720

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 1154 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=19844
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=123981
# CPU time returned by wait4() is 1.14382
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1816.42
CPU time (s): 1800.04
CPU user time (s): 1799.79
CPU system time (s): 0.25
CPU usage (%): 99.098
Max. virtual memory (cumulated for all children) (KiB): 887328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.01984
system time used= 0.123981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12993
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= 1981
involuntary context switches= 1880

runsolver used 1.91271 second user time and 6.35003 second system time

The end

Launcher Data (download as text)

Begin job on node50 at 2008-07-05 18:18:41
IDJOB=1091421
IDBENCH=58555
IDSOLVER=346
FILE ID=node50/1091421-1215274721
PBS_JOBID= 7882255
Free space on /tmp= 66440 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/pigeons/normalized-pigeons-40.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-1091421-1215274721/watcher-1091421-1215274721 -o /tmp/evaluation-result-1091421-1215274721/solver-1091421-1215274721 -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-1091421-1215274721.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= eea217fbe9fa720f84d7ae0049a25dc7
RANDOM SEED=2019074287

node50.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.261
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.261
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:       1635304 kB
Buffers:         75888 kB
Cached:         261868 kB
SwapCached:       7072 kB
Active:         205912 kB
Inactive:       153672 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1635304 kB
SwapTotal:     4192956 kB
SwapFree:      4180240 kB
Dirty:            1796 kB
Writeback:           0 kB
Mapped:          37644 kB
Slab:            46096 kB
Committed_AS:  4051060 kB
PageTables:       1932 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= 66440 MiB
End job on node50 at 2008-07-05 18:48:59