Trace number 2059741

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.05 1813.93

General information on the benchmark

Namecsp/rand-2-23/
normalized-rand-23-23-253-131-52021_ext.xml
MD5SUM0a9c73d0b855ac0192956966c26a87a3
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark31.6142
Satisfiable
(Un)Satisfiability was proved
Number of variables23
Number of constraints253
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension253
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sat Jul 11 17:05:39 2009
0.00/0.08	c 0	PID 11003
0.00/0.08	c 0	HOST node12.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2059741-1247324739.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2059741-1247324739.xml' 'HOME/temp.csp'
0.06/0.54	c 1	1 domains, 23 variables, 0 predicates, 253 relations, 253 constraints
0.06/0.56	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.56	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.51/0.64	c 1	Parsing HOME/temp.csp
0.51/0.85	c 1	parsed 530 expressions
0.51/0.86	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.51/0.86	c 1	Converting to clausal form CSP
0.51/0.89	c 1	converted 53 (10%) expressions
0.51/0.89	c 1	converted 106 (20%) expressions
0.51/0.89	c 1	converted 159 (30%) expressions
0.51/0.90	c 1	converted 212 (40%) expressions
0.51/0.95	c 1	converted 265 (50%) expressions
0.51/0.97	c 1	converted 318 (60%) expressions
0.51/0.99	c 1	converted 371 (70%) expressions
0.93/1.01	c 1	converted 424 (80%) expressions
0.93/1.03	c 1	converted 477 (90%) expressions
0.93/1.04	c 1	converted 530 (100%) expressions
0.93/1.04	c 1	CSP : 23 integers, 0 booleans, 253 clauses, largest domain size 23
0.93/1.04	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.93/1.04	c 1	Propagation in CSP
0.93/1.05	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.93/1.05	c 1	CSP : 23 integers, 0 booleans, 253 clauses, largest domain size 23
0.93/1.05	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.93/1.05	c 1	Simplifing CSP by introducing new Boolean variables
0.93/1.05	c 1	CSP : 23 integers, 0 booleans, 253 clauses, largest domain size 23
0.93/1.05	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.93/1.09	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.93/1.10	c 1	3 (10%) CSP integer variables are encoded (63 clauses, 614 bytes)
0.93/1.10	c 1	5 (20%) CSP integer variables are encoded (105 clauses, 1013 bytes)
0.93/1.10	c 1	7 (30%) CSP integer variables are encoded (147 clauses, 1475 bytes)
1.02/1.10	c 1	10 (40%) CSP integer variables are encoded (210 clauses, 2168 bytes)
1.02/1.10	c 1	12 (50%) CSP integer variables are encoded (252 clauses, 2630 bytes)
1.02/1.11	c 1	14 (60%) CSP integer variables are encoded (294 clauses, 3092 bytes)
1.02/1.11	c 1	17 (70%) CSP integer variables are encoded (357 clauses, 3785 bytes)
1.02/1.11	c 1	19 (80%) CSP integer variables are encoded (399 clauses, 4247 bytes)
1.02/1.11	c 1	21 (90%) CSP integer variables are encoded (441 clauses, 4709 bytes)
1.02/1.11	c 1	23 (100%) CSP integer variables are encoded (483 clauses, 5171 bytes)
1.02/1.16	c 1	26 (10%) CSP clauses are encoded (2788 clauses, 42121 bytes)
1.02/1.18	c 1	51 (20%) CSP clauses are encoded (4984 clauses, 79521 bytes)
1.02/1.19	c 1	76 (30%) CSP clauses are encoded (7194 clauses, 117270 bytes)
1.12/1.21	c 1	102 (40%) CSP clauses are encoded (9497 clauses, 158556 bytes)
1.12/1.23	c 1	127 (50%) CSP clauses are encoded (11705 clauses, 200551 bytes)
1.12/1.24	c 1	152 (60%) CSP clauses are encoded (13889 clauses, 242077 bytes)
1.12/1.25	c 1	178 (70%) CSP clauses are encoded (16200 clauses, 286016 bytes)
1.12/1.27	c 1	203 (80%) CSP clauses are encoded (18399 clauses, 327834 bytes)
1.12/1.28	c 1	228 (90%) CSP clauses are encoded (20600 clauses, 369678 bytes)
1.21/1.30	c 1	253 (100%) CSP clauses are encoded (22830 clauses, 412095 bytes)
1.21/1.30	c 1	253 CSP clauses encoded
1.21/1.30	c 1	Writing map file : HOME/temp.map
1.21/1.30	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.21/1.30	c 1	SAT : 506 SAT variables, 22830 SAT clauses, 412095 bytes
1.21/1.30	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.21/1.35	c 2	SOLVING HOME/temp.cnf
1.21/1.35	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.21/1.36	c 2	This is MiniSat 2.0 beta
1.21/1.36	c 2	WARNING: for repeatability, setting FPU to use double precision
1.21/1.36	c 2	============================[ Problem Statistics ]=============================
1.21/1.36	c 2	|                                                                             |
1.21/1.36	c 2	|  Number of variables:  506                                                  |
1.21/1.36	c 2	|  Number of clauses:    22830                                                |
1.21/1.37	c 2	|  Parsing time:         0.01         s                                       |
1.21/1.37	c 2	============================[ Search Statistics ]==============================
1.21/1.37	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.21/1.37	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.21/1.37	c 2	===============================================================================
1.21/1.37	c 2	|         0 |     506    22830    85489 |     7610        0    nan |  0.000 % |
1.21/1.39	c 2	|       100 |     506    22830    85489 |     8371      100     10 |  0.000 % |
1.24/1.41	c 2	|       252 |     506    22830    85489 |     9208      252     10 |  0.015 % |
1.24/1.44	c 2	|       477 |     506    22830    85489 |    10128      477      9 |  0.015 % |
1.24/1.48	c 2	|       815 |     506    22830    85489 |    11141      815      9 |  0.015 % |
1.24/1.55	c 2	|      1321 |     506    22830    85489 |    12255     1321     10 |  0.015 % |
1.24/1.66	c 2	|      2080 |     506    22830    85489 |    13481     2080     10 |  0.015 % |
1.24/1.82	c 2	|      3220 |     506    22830    85489 |    14829     3220     11 |  0.015 % |
1.24/2.06	c 2	|      4929 |     506    22830    85489 |    16312     4929     11 |  0.016 % |
2.26/2.43	c 3	|      7491 |     506    22830    85489 |    17943     7491     11 |  0.016 % |
2.86/3.07	c 3	|     11335 |     506    22830    85489 |    19738    11335     11 |  0.016 % |
3.85/4.07	c 4	|     17101 |     506    22830    85489 |    21712    17101     12 |  0.017 % |
5.63/5.89	c 6	|     25750 |     506    22830    85489 |    23883    14797     12 |  0.017 % |
8.40/8.68	c 9	|     38725 |     506    22830    85489 |    26271    15293     13 |  0.017 % |
12.76/13.05	c 13	|     58186 |     506    22830    85489 |    28898    20219     13 |  0.018 % |
19.69/20.03	c 20	|     87379 |     506    22830    85489 |    31788    16153     13 |  0.018 % |
31.29/31.77	c 32	|    131168 |     506    22830    85489 |    34967    21250     14 |  0.018 % |
49.11/49.72	c 50	|    196853 |     506    22830    85489 |    38464    20348     14 |  0.024 % |
76.06/76.98	c 77	|    295379 |     505    22746    85244 |    42310    36714     16 |  0.198 % |
119.94/121.24	c 121	|    443168 |     505    22746    85244 |    46542    35068     17 |  0.205 % |
193.44/195.49	c 196	|    664853 |     505    22746    85244 |    51196    22535     16 |  0.210 % |
310.24/313.31	c 313	|    997378 |     505    22746    85244 |    56315    12495     17 |  0.201 % |
491.13/495.97	c 496	|   1496166 |     503    22578    84699 |    61947    14978     16 |  0.593 % |
776.73/784.30	c 784	|   2244349 |     502    22501    84476 |    68142    45675     18 |  0.791 % |
1199.31/1208.97	c 1209	|   3366623 |     500    22355    84001 |    74956    32529     17 |  1.186 % |
1800.00/1813.91	sh: line 1: 11027 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
1800.00/1813.91	c 1814	DECODING HOME/temp.out WITH HOME/temp.map
1800.00/1813.91	c 1814	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.00/1813.92	c ERROR INTERRUPTED
1800.00/1813.92	s UNKNOWN
1800.00/1813.92	c 1814	CPU 1800.03 (0.06 0.02 1799.63 0.32)
1800.00/1813.92	c 1814	END Sat Jul 11 17:35:53 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-2059741-1247324739/watcher-2059741-1247324739 -o /tmp/evaluation-result-2059741-1247324739/solver-2059741-1247324739 -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-2059741-1247324739.xml 

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


[startup+0 s]
/proc/loadavg: 1.91 1.95 1.90 4/74 11003
/proc/meminfo: memFree=913688/2055920 swapFree=4192956/4192956
[pid=11003] ppid=11001 vsize=18576 CPUtime=0
/proc/11003/stat : 11003 (runsolver) R 11001 11003 10019 0 -1 4194368 15 0 0 0 0 0 0 0 23 0 1 0 19540942 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 252429528359 0 0 4096 24578 0 0 0 17 1 0 0
/proc/11003/statm: 4644 284 249 26 0 2626 0

[startup+0.0951971 s]
/proc/loadavg: 1.91 1.95 1.90 4/74 11003
/proc/meminfo: memFree=913688/2055920 swapFree=4192956/4192956
[pid=11003] ppid=11001 vsize=16868 CPUtime=0.06
/proc/11003/stat : 11003 (sugar) S 11001 11003 10019 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 19540942 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11003/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.101203 s]
/proc/loadavg: 1.91 1.95 1.90 4/74 11003
/proc/meminfo: memFree=913688/2055920 swapFree=4192956/4192956
[pid=11003] ppid=11001 vsize=16868 CPUtime=0.06
/proc/11003/stat : 11003 (sugar) S 11001 11003 10019 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 19540942 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11003/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301222 s]
/proc/loadavg: 1.91 1.95 1.90 4/74 11003
/proc/meminfo: memFree=913688/2055920 swapFree=4192956/4192956
[pid=11003] ppid=11001 vsize=16868 CPUtime=0.06
/proc/11003/stat : 11003 (sugar) S 11001 11003 10019 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 19540942 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11003/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701263 s]
/proc/loadavg: 1.91 1.95 1.90 4/74 11003
/proc/meminfo: memFree=913688/2055920 swapFree=4192956/4192956
[pid=11003] ppid=11001 vsize=16868 CPUtime=0.51
/proc/11003/stat : 11003 (sugar) S 11001 11003 10019 0 -1 4194304 1309 4763 0 1 5 1 41 4 16 0 1 0 19540942 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11003/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 16868

[startup+1.50234 s]
/proc/loadavg: 1.91 1.95 1.90 4/85 11025
/proc/meminfo: memFree=898048/2055920 swapFree=4192956/4192956
[pid=11003] ppid=11001 vsize=16868 CPUtime=1.24
/proc/11003/stat : 11003 (sugar) S 11001 11003 10019 0 -1 4194304 1374 11779 0 2 6 1 107 10 15 0 1 0 19540942 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11003/statm: 4217 1112 409 3 0 796 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 16868

[startup+3.1015 s]
/proc/loadavg: 1.92 1.95 1.90 3/77 11027
/proc/meminfo: memFree=907072/2055920 swapFree=4192956/4192956
[pid=11003] ppid=11001 vsize=16868 CPUtime=1.24
/proc/11003/stat : 11003 (sugar) S 11001 11003 10019 0 -1 4194304 1374 11779 0 2 6 1 107 10 15 0 1 0 19540942 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11003/statm: 4217 1112 409 3 0 796 0
[pid=11026] ppid=11003 vsize=5356 CPUtime=0
/proc/11026/stat : 11026 (sh) S 11003 11003 10019 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19541078 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11026/statm: 1339 232 193 169 0 50 0
[pid=11027] ppid=11026 vsize=3836 CPUtime=1.72
/proc/11027/stat : 11027 (minisat) R 11026 11003 10019 0 -1 4194304 704 0 0 0 172 0 0 0 25 0 1 0 19541078 3928064 690 996147200 134512640 135127466 4294956256 18446744073709551615 134531047 0 0 4096 3 0 0 0 17 1 0 0
/proc/11027/statm: 959 690 75 150 0 806 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 26060

[startup+6.30183 s]
/proc/loadavg: 1.92 1.95 1.90 3/77 11027
/proc/meminfo: memFree=904896/2055920 swapFree=4192956/4192956
[pid=11003] ppid=11001 vsize=16868 CPUtime=1.24
/proc/11003/stat : 11003 (sugar) S 11001 11003 10019 0 -1 4194304 1374 11779 0 2 6 1 107 10 16 0 1 0 19540942 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11003/statm: 4217 1112 409 3 0 796 0
[pid=11026] ppid=11003 vsize=5356 CPUtime=0
/proc/11026/stat : 11026 (sh) S 11003 11003 10019 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19541078 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11026/statm: 1339 232 193 169 0 50 0
[pid=11027] ppid=11026 vsize=4644 CPUtime=4.89
/proc/11027/stat : 11027 (minisat) R 11026 11003 10019 0 -1 4194304 931 0 0 0 489 0 0 0 25 0 1 0 19541078 4755456 917 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11027/statm: 1161 917 75 150 0 1008 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 26868

[startup+12.7015 s]
/proc/loadavg: 1.93 1.95 1.91 3/77 11027
/proc/meminfo: memFree=903040/2055920 swapFree=4192956/4192956
[pid=11003] ppid=11001 vsize=16868 CPUtime=1.24
/proc/11003/stat : 11003 (sugar) S 11001 11003 10019 0 -1 4194304 1374 11779 0 2 6 1 107 10 16 0 1 0 19540942 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11003/statm: 4217 1112 409 3 0 796 0
[pid=11026] ppid=11003 vsize=5356 CPUtime=0
/proc/11026/stat : 11026 (sh) S 11003 11003 10019 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19541078 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11026/statm: 1339 232 193 169 0 50 0
[pid=11027] ppid=11026 vsize=5436 CPUtime=11.22
/proc/11027/stat : 11027 (minisat) R 11026 11003 10019 0 -1 4194304 1109 0 0 0 1122 0 0 0 25 0 1 0 19541078 5566464 1095 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 1 0 0
/proc/11027/statm: 1359 1095 75 150 0 1206 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 27660

[startup+25.5018 s]
/proc/loadavg: 1.94 1.95 1.91 3/77 11027
/proc/meminfo: memFree=902080/2055920 swapFree=4192956/4192956
[pid=11003] ppid=11001 vsize=16868 CPUtime=1.24
/proc/11003/stat : 11003 (sugar) S 11001 11003 10019 0 -1 4194304 1374 11779 0 2 6 1 107 10 16 0 1 0 19540942 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11003/statm: 4217 1112 409 3 0 796 0
[pid=11026] ppid=11003 vsize=5356 CPUtime=0
/proc/11026/stat : 11026 (sh) S 11003 11003 10019 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19541078 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11026/statm: 1339 232 193 169 0 50 0
[pid=11027] ppid=11026 vsize=6396 CPUtime=23.9
/proc/11027/stat : 11027 (minisat) R 11026 11003 10019 0 -1 4194304 1356 0 0 0 2390 0 0 0 25 0 1 0 19541078 6549504 1342 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11027/statm: 1599 1342 75 150 0 1446 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 28620

[startup+51.1014 s]
/proc/loadavg: 1.96 1.96 1.91 3/77 11027
/proc/meminfo: memFree=901376/2055920 swapFree=4192956/4192956
[pid=11003] ppid=11001 vsize=16868 CPUtime=1.24
/proc/11003/stat : 11003 (sugar) S 11001 11003 10019 0 -1 4194304 1374 11779 0 2 6 1 107 10 16 0 1 0 19540942 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11003/statm: 4217 1112 409 3 0 796 0
[pid=11026] ppid=11003 vsize=5356 CPUtime=0
/proc/11026/stat : 11026 (sh) S 11003 11003 10019 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19541078 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11026/statm: 1339 232 193 169 0 50 0
[pid=11027] ppid=11026 vsize=7060 CPUtime=49.26
/proc/11027/stat : 11027 (minisat) R 11026 11003 10019 0 -1 4194304 1532 0 0 0 4925 1 0 0 25 0 1 0 19541078 7229440 1518 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11027/statm: 1765 1518 75 150 0 1612 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 29284

[startup+102.308 s]
/proc/loadavg: 1.98 1.96 1.91 3/77 11027
/proc/meminfo: memFree=899008/2055920 swapFree=4192956/4192956
[pid=11003] ppid=11001 vsize=16868 CPUtime=1.24
/proc/11003/stat : 11003 (sugar) S 11001 11003 10019 0 -1 4194304 1374 11779 0 2 6 1 107 10 16 0 1 0 19540942 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11003/statm: 4217 1112 409 3 0 796 0
[pid=11026] ppid=11003 vsize=5356 CPUtime=0
/proc/11026/stat : 11026 (sh) S 11003 11003 10019 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19541078 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11026/statm: 1339 232 193 169 0 50 0
[pid=11027] ppid=11026 vsize=9412 CPUtime=99.99
/proc/11027/stat : 11027 (minisat) R 11026 11003 10019 0 -1 4194304 2093 0 0 0 9997 2 0 0 25 0 1 0 19541078 9637888 2079 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11027/statm: 2353 2079 75 150 0 2200 0
Current children cumulated CPU time (s) 101.23
Current children cumulated vsize (KiB) 31636

[startup+162.302 s]
/proc/loadavg: 1.99 1.97 1.91 3/77 11027
/proc/meminfo: memFree=896640/2055920 swapFree=4192956/4192956
[pid=11003] ppid=11001 vsize=16868 CPUtime=1.24
/proc/11003/stat : 11003 (sugar) S 11001 11003 10019 0 -1 4194304 1374 11779 0 2 6 1 107 10 16 0 1 0 19540942 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11003/statm: 4217 1112 409 3 0 796 0
[pid=11026] ppid=11003 vsize=5356 CPUtime=0
/proc/11026/stat : 11026 (sh) S 11003 11003 10019 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19541078 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11026/statm: 1339 232 193 169 0 50 0
[pid=11027] ppid=11026 vsize=10872 CPUtime=159.41
/proc/11027/stat : 11027 (minisat) R 11026 11003 10019 0 -1 4194304 2434 0 0 0 15939 2 0 0 25 0 1 0 19541078 11132928 2420 996147200 134512640 135127466 4294956256 18446744073709551615 134530665 0 0 4096 3 0 0 0 17 1 0 0
/proc/11027/statm: 2718 2420 75 150 0 2565 0
Current children cumulated CPU time (s) 160.65
Current children cumulated vsize (KiB) 33096

[startup+222.301 s]
/proc/loadavg: 1.99 1.97 1.91 3/77 11027
/proc/meminfo: memFree=895424/2055920 swapFree=4192956/4192956
[pid=11003] ppid=11001 vsize=16868 CPUtime=1.24
/proc/11003/stat : 11003 (sugar) S 11001 11003 10019 0 -1 4194304 1374 11779 0 2 6 1 107 10 16 0 1 0 19540942 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11003/statm: 4217 1112 409 3 0 796 0
[pid=11026] ppid=11003 vsize=5356 CPUtime=0
/proc/11026/stat : 11026 (sh) S 11003 11003 10019 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19541078 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11026/statm: 1339 232 193 169 0 50 0
[pid=11027] ppid=11026 vsize=12084 CPUtime=218.85
/proc/11027/stat : 11027 (minisat) R 11026 11003 10019 0 -1 4194304 2734 0 0 0 21882 3 0 0 25 0 1 0 19541078 12374016 2720 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11027/statm: 3021 2720 75 150 0 2868 0
Current children cumulated CPU time (s) 220.09
Current children cumulated vsize (KiB) 34308

[startup+282.301 s]
/proc/loadavg: 1.99 1.97 1.91 3/77 11027
/proc/meminfo: memFree=894848/2055920 swapFree=4192956/4192956
[pid=11003] ppid=11001 vsize=16868 CPUtime=1.24
/proc/11003/stat : 11003 (sugar) S 11001 11003 10019 0 -1 4194304 1374 11779 0 2 6 1 107 10 16 0 1 0 19540942 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11003/statm: 4217 1112 409 3 0 796 0
[pid=11026] ppid=11003 vsize=5356 CPUtime=0
/proc/11026/stat : 11026 (sh) S 11003 11003 10019 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19541078 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11026/statm: 1339 232 193 169 0 50 0
[pid=11027] ppid=11026 vsize=12544 CPUtime=278.29
/proc/11027/stat : 11027 (minisat) R 11026 11003 10019 0 -1 4194304 2877 0 0 0 27826 3 0 0 25 0 1 0 19541078 12845056 2863 996147200 134512640 135127466 4294956256 18446744073709551615 134530933 0 0 4096 3 0 0 0 17 1 0 0
/proc/11027/statm: 3136 2863 75 150 0 2983 0
Current children cumulated CPU time (s) 279.53
Current children cumulated vsize (KiB) 34768

[startup+342.302 s]

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

[pid=11003] ppid=11001 vsize=16868 CPUtime=1.24
/proc/11003/stat : 11003 (sugar) S 11001 11003 10019 0 -1 4194304 1374 11779 0 2 6 1 107 10 16 0 1 0 19540942 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11003/statm: 4217 1112 409 3 0 796 0
[pid=11026] ppid=11003 vsize=5356 CPUtime=0
/proc/11026/stat : 11026 (sh) S 11003 11003 10019 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19541078 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11026/statm: 1339 232 193 169 0 50 0
[pid=11027] ppid=11026 vsize=22648 CPUtime=1291.14
/proc/11027/stat : 11027 (minisat) R 11026 11003 10019 0 -1 4194304 5256 0 0 0 129096 18 0 0 25 0 1 0 19541078 23191552 5242 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/11027/statm: 5662 5242 75 150 0 5509 0
Current children cumulated CPU time (s) 1292.38
Current children cumulated vsize (KiB) 44872

[startup+1362.3 s]
/proc/loadavg: 2.01 1.71 1.77 5/86 11707
/proc/meminfo: memFree=438016/2055920 swapFree=4192956/4192956
[pid=11003] ppid=11001 vsize=16868 CPUtime=1.24
/proc/11003/stat : 11003 (sugar) S 11001 11003 10019 0 -1 4194304 1374 11779 0 2 6 1 107 10 16 0 1 0 19540942 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11003/statm: 4217 1112 409 3 0 796 0
[pid=11026] ppid=11003 vsize=5356 CPUtime=0
/proc/11026/stat : 11026 (sh) S 11003 11003 10019 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19541078 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11026/statm: 1339 232 193 169 0 50 0
[pid=11027] ppid=11026 vsize=22948 CPUtime=1349.87
/proc/11027/stat : 11027 (minisat) R 11026 11003 10019 0 -1 4194304 5313 0 0 0 134968 19 0 0 25 0 1 0 19541078 23498752 5299 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11027/statm: 5737 5299 75 150 0 5584 0
Current children cumulated CPU time (s) 1351.11
Current children cumulated vsize (KiB) 45172

[startup+1422.31 s]
/proc/loadavg: 2.36 1.88 1.83 3/86 11746
/proc/meminfo: memFree=340096/2055920 swapFree=4192956/4192956
[pid=11003] ppid=11001 vsize=16868 CPUtime=1.24
/proc/11003/stat : 11003 (sugar) S 11001 11003 10019 0 -1 4194304 1374 11779 0 2 6 1 107 10 16 0 1 0 19540942 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11003/statm: 4217 1112 409 3 0 796 0
[pid=11026] ppid=11003 vsize=5356 CPUtime=0
/proc/11026/stat : 11026 (sh) S 11003 11003 10019 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19541078 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11026/statm: 1339 232 193 169 0 50 0
[pid=11027] ppid=11026 vsize=23368 CPUtime=1408.03
/proc/11027/stat : 11027 (minisat) R 11026 11003 10019 0 -1 4194304 5398 0 0 0 140784 19 0 0 25 0 1 0 19541078 23928832 5384 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11027/statm: 5842 5384 75 150 0 5689 0
Current children cumulated CPU time (s) 1409.27
Current children cumulated vsize (KiB) 45592

[startup+1482.3 s]
/proc/loadavg: 2.21 1.91 1.84 3/86 11746
/proc/meminfo: memFree=271168/2055920 swapFree=4192956/4192956
[pid=11003] ppid=11001 vsize=16868 CPUtime=1.24
/proc/11003/stat : 11003 (sugar) S 11001 11003 10019 0 -1 4194304 1374 11779 0 2 6 1 107 10 16 0 1 0 19540942 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11003/statm: 4217 1112 409 3 0 796 0
[pid=11026] ppid=11003 vsize=5356 CPUtime=0
/proc/11026/stat : 11026 (sh) S 11003 11003 10019 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19541078 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11026/statm: 1339 232 193 169 0 50 0
[pid=11027] ppid=11026 vsize=23516 CPUtime=1467.27
/proc/11027/stat : 11027 (minisat) R 11026 11003 10019 0 -1 4194304 5447 0 0 0 146708 19 0 0 25 0 1 0 19541078 24080384 5433 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11027/statm: 5879 5433 75 150 0 5726 0
Current children cumulated CPU time (s) 1468.51
Current children cumulated vsize (KiB) 45740

[startup+1542.3 s]
/proc/loadavg: 2.07 1.93 1.85 3/76 11775
/proc/meminfo: memFree=951632/2055920 swapFree=4192956/4192956
[pid=11003] ppid=11001 vsize=16868 CPUtime=1.24
/proc/11003/stat : 11003 (sugar) S 11001 11003 10019 0 -1 4194304 1374 11779 0 2 6 1 107 10 16 0 1 0 19540942 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11003/statm: 4217 1112 409 3 0 796 0
[pid=11026] ppid=11003 vsize=5356 CPUtime=0
/proc/11026/stat : 11026 (sh) S 11003 11003 10019 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19541078 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11026/statm: 1339 232 193 169 0 50 0
[pid=11027] ppid=11026 vsize=24108 CPUtime=1527.25
/proc/11027/stat : 11027 (minisat) R 11026 11003 10019 0 -1 4194304 5584 0 0 0 152705 20 0 0 25 0 1 0 19541078 24686592 5570 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/11027/statm: 6027 5570 75 150 0 5874 0
Current children cumulated CPU time (s) 1528.49
Current children cumulated vsize (KiB) 46332

[startup+1602.3 s]
/proc/loadavg: 2.03 1.94 1.85 3/76 11775
/proc/meminfo: memFree=950992/2055920 swapFree=4192956/4192956
[pid=11003] ppid=11001 vsize=16868 CPUtime=1.24
/proc/11003/stat : 11003 (sugar) S 11001 11003 10019 0 -1 4194304 1374 11779 0 2 6 1 107 10 16 0 1 0 19540942 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11003/statm: 4217 1112 409 3 0 796 0
[pid=11026] ppid=11003 vsize=5356 CPUtime=0
/proc/11026/stat : 11026 (sh) S 11003 11003 10019 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19541078 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11026/statm: 1339 232 193 169 0 50 0
[pid=11027] ppid=11026 vsize=24732 CPUtime=1587.23
/proc/11027/stat : 11027 (minisat) R 11026 11003 10019 0 -1 4194304 5729 0 0 0 158703 20 0 0 25 0 1 0 19541078 25325568 5715 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11027/statm: 6183 5715 75 150 0 6030 0
Current children cumulated CPU time (s) 1588.47
Current children cumulated vsize (KiB) 46956

[startup+1662.3 s]
/proc/loadavg: 2.01 1.95 1.86 3/76 11775
/proc/meminfo: memFree=950672/2055920 swapFree=4192956/4192956
[pid=11003] ppid=11001 vsize=16868 CPUtime=1.24
/proc/11003/stat : 11003 (sugar) S 11001 11003 10019 0 -1 4194304 1374 11779 0 2 6 1 107 10 16 0 1 0 19540942 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11003/statm: 4217 1112 409 3 0 796 0
[pid=11026] ppid=11003 vsize=5356 CPUtime=0
/proc/11026/stat : 11026 (sh) S 11003 11003 10019 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19541078 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11026/statm: 1339 232 193 169 0 50 0
[pid=11027] ppid=11026 vsize=25168 CPUtime=1647.2
/proc/11027/stat : 11027 (minisat) R 11026 11003 10019 0 -1 4194304 5799 0 0 0 164700 20 0 0 25 0 1 0 19541078 25772032 5785 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11027/statm: 6292 5785 75 150 0 6139 0
Current children cumulated CPU time (s) 1648.44
Current children cumulated vsize (KiB) 47392

[startup+1722.3 s]
/proc/loadavg: 2.00 1.95 1.86 3/76 11775
/proc/meminfo: memFree=950288/2055920 swapFree=4192956/4192956
[pid=11003] ppid=11001 vsize=16868 CPUtime=1.24
/proc/11003/stat : 11003 (sugar) S 11001 11003 10019 0 -1 4194304 1374 11779 0 2 6 1 107 10 16 0 1 0 19540942 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11003/statm: 4217 1112 409 3 0 796 0
[pid=11026] ppid=11003 vsize=5356 CPUtime=0
/proc/11026/stat : 11026 (sh) S 11003 11003 10019 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19541078 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11026/statm: 1339 232 193 169 0 50 0
[pid=11027] ppid=11026 vsize=25560 CPUtime=1707.19
/proc/11027/stat : 11027 (minisat) R 11026 11003 10019 0 -1 4194304 5894 0 0 0 170698 21 0 0 25 0 1 0 19541078 26173440 5880 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/11027/statm: 6390 5880 75 150 0 6237 0
Current children cumulated CPU time (s) 1708.43
Current children cumulated vsize (KiB) 47784

[startup+1782.3 s]
/proc/loadavg: 2.00 1.96 1.87 3/76 11775
/proc/meminfo: memFree=949968/2055920 swapFree=4192956/4192956
[pid=11003] ppid=11001 vsize=16868 CPUtime=1.24
/proc/11003/stat : 11003 (sugar) S 11001 11003 10019 0 -1 4194304 1374 11779 0 2 6 1 107 10 16 0 1 0 19540942 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11003/statm: 4217 1112 409 3 0 796 0
[pid=11026] ppid=11003 vsize=5356 CPUtime=0
/proc/11026/stat : 11026 (sh) S 11003 11003 10019 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19541078 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11026/statm: 1339 232 193 169 0 50 0
[pid=11027] ppid=11026 vsize=25884 CPUtime=1767.17
/proc/11027/stat : 11027 (minisat) R 11026 11003 10019 0 -1 4194304 5973 0 0 0 176696 21 0 0 25 0 1 0 19541078 26505216 5959 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11027/statm: 6471 5959 75 150 0 6318 0
Current children cumulated CPU time (s) 1768.41
Current children cumulated vsize (KiB) 48108



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.91 s]
/proc/loadavg: 2.00 1.96 1.87 3/76 11775
/proc/meminfo: memFree=949776/2055920 swapFree=4192956/4192956
[pid=11003] ppid=11001 vsize=16868 CPUtime=1.24
/proc/11003/stat : 11003 (sugar) S 11001 11003 10019 0 -1 4194304 1374 11779 0 2 6 1 107 10 16 0 1 0 19540942 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11003/statm: 4217 1112 409 3 0 796 0
[pid=11026] ppid=11003 vsize=5356 CPUtime=0
/proc/11026/stat : 11026 (sh) S 11003 11003 10019 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19541078 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11026/statm: 1339 232 193 169 0 50 0
[pid=11027] ppid=11026 vsize=26036 CPUtime=1798.76
/proc/11027/stat : 11027 (minisat) R 11026 11003 10019 0 -1 4194304 6006 0 0 0 179855 21 0 0 25 0 1 0 19541078 26660864 5992 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11027/statm: 6509 5992 75 150 0 6356 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 48260

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

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

[startup+1813.91 s]
/proc/loadavg: 2.00 1.96 1.87 3/76 11775
/proc/meminfo: memFree=949776/2055920 swapFree=4192956/4192956
[pid=11003] ppid=11001 vsize=16868 CPUtime=1.24
/proc/11003/stat : 11003 (sugar) S 11001 11003 10019 0 -1 4194304 1374 11779 0 2 6 1 107 10 16 0 1 0 19540942 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11003/statm: 4217 1112 409 3 0 796 0
[pid=11026] ppid=11003 vsize=5356 CPUtime=0
/proc/11026/stat : 11026 (sh) S 11003 11003 10019 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19541078 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11026/statm: 1339 232 193 169 0 50 0
[pid=11027] ppid=11026 vsize=26036 CPUtime=1798.76
/proc/11027/stat : 11027 (minisat) R 11026 11003 10019 0 -1 4194304 6006 0 0 0 179855 21 0 0 25 0 1 0 19541078 26660864 5992 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11027/statm: 6509 5992 75 150 0 6356 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 48260

Child status: 0
Real time (s): 1813.93
CPU time (s): 1800.05
CPU user time (s): 1799.7
CPU system time (s): 0.349946
CPU usage (%): 99.2351
Max. virtual memory (cumulated for all children) (KiB): 886672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.7
system time used= 0.349946
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19929
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= 1879
involuntary context switches= 31233

runsolver used 2.12868 second user time and 5.9431 second system time

The end

Launcher Data

Begin job on node12 at 2009-07-11 17:05:39
IDJOB=2059741
IDBENCH=53609
IDSOLVER=739
FILE ID=node12/2059741-1247324739
PBS_JOBID= 9506604
Free space on /tmp= 66136 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/rand-2-23/normalized-rand-23-23-253-131-52021_ext.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-2059741-1247324739/watcher-2059741-1247324739 -o /tmp/evaluation-result-2059741-1247324739/solver-2059741-1247324739 -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-2059741-1247324739.xml

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

MD5SUM BENCH= 0a9c73d0b855ac0192956966c26a87a3
RANDOM SEED=1165228183

node12.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.240
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.240
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:        914168 kB
Buffers:         60008 kB
Cached:         936804 kB
SwapCached:          0 kB
Active:         498276 kB
Inactive:       589020 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        914168 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1536 kB
Writeback:           0 kB
Mapped:         101756 kB
Slab:            39756 kB
Committed_AS:   190204 kB
PageTables:       1936 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= 66136 MiB
End job on node12 at 2009-07-11 17:35:55