Trace number 1060557

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

General information on the benchmark

Namecsp/allIntervalSeries/
normalized-series-25.xml
MD5SUM177c3fba917c31966b3b94a9ac2abc25
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.030994
Satisfiable
(Un)Satisfiability was proved
Number of variables49
Number of constraints600
Maximum constraint arity3
Maximum domain size25
Number of constraints which are defined in extension0
Number of constraints which are defined in intension600
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.13	c 0	Sugar v1-13 + HOME/minisat
0.01/0.13	c 0	BEGIN Fri Jul  4 01:23:17 2008
0.01/0.13	c 0	PID 24446
0.01/0.13	c 0	HOST node65.alineos.net
0.01/0.13	c 0	CONVERTING HOME/instance-1060557-1215127397.xml TO HOME/temp.csp
0.01/0.13	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1060557-1215127397.xml' 'HOME/temp.csp'
0.04/0.66	c 0	2 domains, 49 variables, 2 predicates, 0 relations, 600 constraints
0.04/0.71	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.71	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.04/0.80	c 1	Parsing HOME/temp.csp
0.56/0.93	c 1	parsed 653 expressions
0.56/0.93	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.56/0.93	c 1	Converting to clausal form CSP
0.56/0.97	c 1	converted 66 (10%) expressions
0.56/0.99	c 1	converted 131 (20%) expressions
0.82/1.01	c 1	converted 196 (30%) expressions
0.82/1.03	c 1	converted 262 (40%) expressions
0.82/1.05	c 1	converted 327 (50%) expressions
0.92/1.12	c 1	converted 392 (60%) expressions
0.92/1.13	c 1	converted 458 (70%) expressions
0.92/1.14	c 1	converted 523 (80%) expressions
0.92/1.15	c 1	converted 588 (90%) expressions
0.92/1.15	c 1	converted 653 (100%) expressions
0.92/1.15	c 1	CSP : 49 integers, 0 booleans, 648 clauses, largest domain size 25
0.92/1.15	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.92/1.15	c 1	Propagation in CSP
0.92/1.18	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.92/1.18	c 1	CSP : 49 integers, 0 booleans, 648 clauses, largest domain size 25
0.92/1.18	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.92/1.18	c 1	Simplifing CSP by introducing new Boolean variables
1.01/1.21	c 1	CSP : 49 integers, 1200 booleans, 1848 clauses, largest domain size 25
1.01/1.21	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.01/1.23	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.01/1.24	c 1	5 (10%) CSP integer variables are encoded (115 clauses, 1123 bytes)
1.01/1.25	c 1	10 (20%) CSP integer variables are encoded (230 clauses, 2388 bytes)
1.01/1.25	c 1	15 (30%) CSP integer variables are encoded (345 clauses, 3653 bytes)
1.01/1.25	c 1	20 (40%) CSP integer variables are encoded (460 clauses, 4918 bytes)
1.01/1.25	c 1	25 (50%) CSP integer variables are encoded (575 clauses, 6183 bytes)
1.01/1.25	c 1	30 (60%) CSP integer variables are encoded (685 clauses, 7393 bytes)
1.01/1.25	c 1	35 (70%) CSP integer variables are encoded (795 clauses, 8603 bytes)
1.01/1.26	c 1	40 (80%) CSP integer variables are encoded (905 clauses, 9813 bytes)
1.01/1.26	c 1	45 (90%) CSP integer variables are encoded (1015 clauses, 11140 bytes)
1.01/1.26	c 1	49 (100%) CSP integer variables are encoded (1103 clauses, 12284 bytes)
1.01/1.28	c 1	185 (10%) CSP clauses are encoded (4264 clauses, 60886 bytes)
1.01/1.29	c 1	370 (20%) CSP clauses are encoded (7401 clauses, 111328 bytes)
1.11/1.30	c 1	555 (30%) CSP clauses are encoded (10538 clauses, 163240 bytes)
1.11/1.31	c 1	740 (40%) CSP clauses are encoded (13699 clauses, 215556 bytes)
1.11/1.33	c 1	924 (50%) CSP clauses are encoded (16795 clauses, 266780 bytes)
1.11/1.34	c 1	1109 (60%) CSP clauses are encoded (19832 clauses, 317906 bytes)
1.11/1.35	c 1	1294 (70%) CSP clauses are encoded (22846 clauses, 368645 bytes)
1.11/1.35	c 1	1479 (80%) CSP clauses are encoded (25860 clauses, 419766 bytes)
1.11/1.36	c 1	1664 (90%) CSP clauses are encoded (28897 clauses, 472040 bytes)
1.20/1.43	c 1	1848 (100%) CSP clauses are encoded (58751 clauses, 1013204 bytes)
1.20/1.43	c 1	1848 CSP clauses encoded
1.20/1.43	c 1	Writing map file : HOME/temp.map
1.20/1.43	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.20/1.43	c 1	SAT : 2352 SAT variables, 58751 SAT clauses, 1013204 bytes
1.20/1.43	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.20/1.45	c 1	SOLVING HOME/temp.cnf
1.20/1.45	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.20/1.45	c 1	This is MiniSat 2.0 beta
1.20/1.45	c 1	WARNING: for repeatability, setting FPU to use double precision
1.20/1.45	c 1	============================[ Problem Statistics ]=============================
1.20/1.45	c 1	|                                                                             |
1.20/1.46	c 1	|  Number of variables:  2352                                                 |
1.20/1.46	c 1	|  Number of clauses:    58751                                                |
1.20/1.49	c 1	|  Parsing time:         0.03         s                                       |
1.20/1.49	c 1	============================[ Search Statistics ]==============================
1.20/1.49	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.20/1.49	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.20/1.49	c 1	===============================================================================
1.20/1.49	c 1	|         0 |    2352    58751   184294 |    19583        0    nan |  0.000 % |
1.27/1.51	c 1	|       100 |    2352    58751   184294 |    21542      100     10 |  0.000 % |
1.27/1.54	c 1	|       250 |    2352    58751   184294 |    23696      250     16 |  0.000 % |
1.27/1.56	c 1	|       476 |    2352    58751   184294 |    26065      476     13 |  0.000 % |
1.27/1.60	c 1	|       813 |    2352    58751   184294 |    28672      813     16 |  0.000 % |
1.27/1.65	c 1	|      1319 |    2352    58751   184294 |    31539     1319     15 |  0.000 % |
1.27/1.78	c 2	|      2078 |    2352    58751   184294 |    34693     2078     17 |  0.000 % |
1.27/2.05	c 2	|      3217 |    2352    58751   184294 |    38163     3217     21 |  0.000 % |
2.19/2.44	c 2	|      4925 |    2352    58751   184294 |    41979     4925     23 |  0.000 % |
2.79/3.03	c 3	|      7487 |    2352    58751   184294 |    46177     7487     25 |  0.000 % |
3.78/4.03	c 4	|     11332 |    2352    58751   184294 |    50794    11332     26 |  0.000 % |
5.06/5.38	c 5	|     17098 |    2352    58751   184294 |    55874    17098     28 |  0.000 % |
8.24/8.52	c 8	|     25748 |    2352    58751   184294 |    61461    25748     28 |  0.000 % |
13.30/13.64	c 13	|     38723 |    2352    58751   184294 |    67608    38723     30 |  0.000 % |
26.46/26.91	c 27	|     58185 |    2352    58751   184294 |    74368    58185     30 |  0.000 % |
44.69/45.36	c 45	|     87377 |    2352    58751   184294 |    81805    24682     37 |  0.000 % |
74.52/75.45	c 75	|    131167 |    2352    58751   184294 |    89986    68472     38 |  0.000 % |
118.20/119.51	c 119	|    196851 |    2352    58751   184294 |    98985    56131     36 |  0.000 % |
212.51/214.75	c 214	|    295380 |    2352    58751   184294 |   108883    68897     40 |  0.000 % |
373.39/377.19	c 377	|    443170 |    2352    58751   184294 |   119771    29391     36 |  0.000 % |
618.68/624.76	c 624	|    664855 |    2352    58751   184294 |   131749    40235     45 |  0.000 % |
991.87/998.55	c 998	|    997380 |    2352    58751   184294 |   144924    29360     44 |  0.000 % |
1639.41/1646.38	c 1646	|   1496169 |    2352    58751   184294 |   159416   137643     51 |  0.000 % |
1800.05/1807.01	c 1807	DECODING HOME/temp.out WITH HOME/temp.map
1800.05/1807.01	c 1807	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.05/1807.01	c ERROR INTERRUPTED
1800.05/1807.02	s UNKNOWN
1800.05/1807.02	c 1807	CPU 1.16 (0.03 0.01 1.13 0.1)
1800.05/1807.02	c 1807	END Fri Jul  4 01:53:24 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-1060557-1215127397/watcher-1060557-1215127397 -o /tmp/evaluation-result-1060557-1215127397/solver-1060557-1215127397 -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-1060557-1215127397.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: 1.99 1.97 1.84 4/73 24446
/proc/meminfo: memFree=1328128/2055920 swapFree=4180796/4192956
[pid=24446] ppid=24444 vsize=18572 CPUtime=0
/proc/24446/stat : 24446 (runsolver) R 24444 24446 22430 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1991709468 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 257203694887 0 0 4096 24578 0 0 0 17 1 0 0
/proc/24446/statm: 4643 292 257 25 0 2626 0

[startup+0.0394869 s]
/proc/loadavg: 1.99 1.97 1.84 4/73 24446
/proc/meminfo: memFree=1328128/2055920 swapFree=4180796/4192956
[pid=24446] ppid=24444 vsize=12268 CPUtime=0
/proc/24446/stat : 24446 (sugar) D 24444 24446 22430 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 1991709468 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 257203862117 0 2147483391 4224 0 18446744072099781622 0 0 17 1 0 0
/proc/24446/statm: 3067 316 241 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.101848 s]
/proc/loadavg: 1.99 1.97 1.84 4/73 24446
/proc/meminfo: memFree=1328128/2055920 swapFree=4180796/4192956
[pid=24446] ppid=24444 vsize=12676 CPUtime=0.01
/proc/24446/stat : 24446 (sugar) D 24444 24446 22430 0 -1 4194304 533 0 0 0 1 0 0 0 18 0 1 0 1991709468 12980224 501 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/24446/statm: 3169 501 315 3 0 269 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12676

[startup+0.301865 s]
/proc/loadavg: 1.99 1.97 1.84 4/73 24446
/proc/meminfo: memFree=1328128/2055920 swapFree=4180796/4192956
[pid=24446] ppid=24444 vsize=13600 CPUtime=0.04
/proc/24446/stat : 24446 (sugar) S 24444 24446 22430 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1991709468 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24446/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701898 s]
/proc/loadavg: 1.99 1.97 1.84 4/73 24446
/proc/meminfo: memFree=1328128/2055920 swapFree=4180796/4192956
[pid=24446] ppid=24444 vsize=13600 CPUtime=0.04
/proc/24446/stat : 24446 (sugar) S 24444 24446 22430 0 -1 4194304 918 127 0 0 3 1 0 0 15 0 1 0 1991709468 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24446/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50297 s]
/proc/loadavg: 1.99 1.97 1.84 3/84 24468
/proc/meminfo: memFree=1319336/2055920 swapFree=4180796/4192956
[pid=24446] ppid=24444 vsize=13600 CPUtime=1.27
/proc/24446/stat : 24446 (sugar) S 24444 24446 22430 0 -1 4194304 1032 11180 0 2 3 1 113 10 16 0 1 0 1991709468 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24446/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 13600

[startup+3.1011 s]
/proc/loadavg: 1.99 1.97 1.84 3/76 24470
/proc/meminfo: memFree=1319528/2055920 swapFree=4180796/4192956
[pid=24446] ppid=24444 vsize=13600 CPUtime=1.27
/proc/24446/stat : 24446 (sugar) S 24444 24446 22430 0 -1 4194304 1032 11180 0 2 3 1 113 10 15 0 1 0 1991709468 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24446/statm: 3400 798 370 3 0 500 0
[pid=24469] ppid=24446 vsize=5356 CPUtime=0
/proc/24469/stat : 24469 (sh) S 24446 24446 22430 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991709614 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24469/statm: 1339 232 193 169 0 50 0
[pid=24470] ppid=24469 vsize=5580 CPUtime=1.62
/proc/24470/stat : 24470 (minisat) R 24469 24446 22430 0 -1 4194304 1300 0 0 0 162 0 0 0 25 0 1 0 1991709614 5713920 1286 996147200 134512640 135127466 4294956272 18446744073709551615 134522643 0 0 4096 3 0 0 0 17 1 0 0
/proc/24470/statm: 1395 1286 75 150 0 1242 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 24536

[startup+6.30237 s]
/proc/loadavg: 1.99 1.97 1.84 3/76 24470
/proc/meminfo: memFree=1316392/2055920 swapFree=4180796/4192956
[pid=24446] ppid=24444 vsize=13600 CPUtime=1.27
/proc/24446/stat : 24446 (sugar) S 24444 24446 22430 0 -1 4194304 1032 11180 0 2 3 1 113 10 16 0 1 0 1991709468 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24446/statm: 3400 798 370 3 0 500 0
[pid=24469] ppid=24446 vsize=5356 CPUtime=0
/proc/24469/stat : 24469 (sh) S 24446 24446 22430 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991709614 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24469/statm: 1339 232 193 169 0 50 0
[pid=24470] ppid=24469 vsize=7428 CPUtime=4.79
/proc/24470/stat : 24470 (minisat) R 24469 24446 22430 0 -1 4194304 1756 0 0 0 479 0 0 0 25 0 1 0 1991709614 7606272 1742 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/24470/statm: 1857 1742 75 150 0 1704 0
Current children cumulated CPU time (s) 6.06
Current children cumulated vsize (KiB) 26384

[startup+12.7019 s]
/proc/loadavg: 1.99 1.97 1.84 3/76 24470
/proc/meminfo: memFree=1311528/2055920 swapFree=4180796/4192956
[pid=24446] ppid=24444 vsize=13600 CPUtime=1.27
/proc/24446/stat : 24446 (sugar) S 24444 24446 22430 0 -1 4194304 1032 11180 0 2 3 1 113 10 16 0 1 0 1991709468 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24446/statm: 3400 798 370 3 0 500 0
[pid=24469] ppid=24446 vsize=5356 CPUtime=0
/proc/24469/stat : 24469 (sh) S 24446 24446 22430 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991709614 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24469/statm: 1339 232 193 169 0 50 0
[pid=24470] ppid=24469 vsize=9972 CPUtime=11.13
/proc/24470/stat : 24470 (minisat) R 24469 24446 22430 0 -1 4194304 2408 0 0 0 1112 1 0 0 25 0 1 0 1991709614 10211328 2394 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24470/statm: 2493 2394 75 150 0 2340 0
Current children cumulated CPU time (s) 12.4
Current children cumulated vsize (KiB) 28928

[startup+25.502 s]
/proc/loadavg: 1.99 1.97 1.84 3/76 24470
/proc/meminfo: memFree=1304232/2055920 swapFree=4180796/4192956
[pid=24446] ppid=24444 vsize=13600 CPUtime=1.27
/proc/24446/stat : 24446 (sugar) S 24444 24446 22430 0 -1 4194304 1032 11180 0 2 3 1 113 10 16 0 1 0 1991709468 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24446/statm: 3400 798 370 3 0 500 0
[pid=24469] ppid=24446 vsize=5356 CPUtime=0
/proc/24469/stat : 24469 (sh) S 24446 24446 22430 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991709614 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24469/statm: 1339 232 193 169 0 50 0
[pid=24470] ppid=24469 vsize=13088 CPUtime=23.8
/proc/24470/stat : 24470 (minisat) R 24469 24446 22430 0 -1 4194304 3184 0 0 0 2378 2 0 0 25 0 1 0 1991709614 13402112 3170 996147200 134512640 135127466 4294956272 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 1 0 0
/proc/24470/statm: 3272 3170 75 150 0 3119 0
Current children cumulated CPU time (s) 25.07
Current children cumulated vsize (KiB) 32044

[startup+51.1011 s]
/proc/loadavg: 1.99 1.97 1.84 3/76 24470
/proc/meminfo: memFree=1292584/2055920 swapFree=4180796/4192956
[pid=24446] ppid=24444 vsize=13600 CPUtime=1.27
/proc/24446/stat : 24446 (sugar) S 24444 24446 22430 0 -1 4194304 1032 11180 0 2 3 1 113 10 16 0 1 0 1991709468 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24446/statm: 3400 798 370 3 0 500 0
[pid=24469] ppid=24446 vsize=5356 CPUtime=0
/proc/24469/stat : 24469 (sh) S 24446 24446 22430 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991709614 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24469/statm: 1339 232 193 169 0 50 0
[pid=24470] ppid=24469 vsize=16508 CPUtime=49.16
/proc/24470/stat : 24470 (minisat) R 24469 24446 22430 0 -1 4194304 4008 0 0 0 4913 3 0 0 25 0 1 0 1991709614 16904192 3994 996147200 134512640 135127466 4294956272 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 1 0 0
/proc/24470/statm: 4127 3994 75 150 0 3974 0
Current children cumulated CPU time (s) 50.43
Current children cumulated vsize (KiB) 35464

[startup+102.306 s]
/proc/loadavg: 1.99 1.97 1.85 3/76 24470
/proc/meminfo: memFree=1272616/2055920 swapFree=4180796/4192956
[pid=24446] ppid=24444 vsize=13600 CPUtime=1.27
/proc/24446/stat : 24446 (sugar) S 24444 24446 22430 0 -1 4194304 1032 11180 0 2 3 1 113 10 16 0 1 0 1991709468 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24446/statm: 3400 798 370 3 0 500 0
[pid=24469] ppid=24446 vsize=5356 CPUtime=0
/proc/24469/stat : 24469 (sh) S 24446 24446 22430 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991709614 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24469/statm: 1339 232 193 169 0 50 0
[pid=24470] ppid=24469 vsize=21660 CPUtime=99.89
/proc/24470/stat : 24470 (minisat) R 24469 24446 22430 0 -1 4194304 5311 0 0 0 9984 5 0 0 25 0 1 0 1991709614 22179840 5297 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/24470/statm: 5415 5297 75 150 0 5262 0
Current children cumulated CPU time (s) 101.16
Current children cumulated vsize (KiB) 40616

[startup+162.301 s]
/proc/loadavg: 1.99 1.97 1.85 3/76 24470
/proc/meminfo: memFree=1254056/2055920 swapFree=4180796/4192956
[pid=24446] ppid=24444 vsize=13600 CPUtime=1.27
/proc/24446/stat : 24446 (sugar) S 24444 24446 22430 0 -1 4194304 1032 11180 0 2 3 1 113 10 16 0 1 0 1991709468 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24446/statm: 3400 798 370 3 0 500 0
[pid=24469] ppid=24446 vsize=5356 CPUtime=0
/proc/24469/stat : 24469 (sh) S 24446 24446 22430 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991709614 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24469/statm: 1339 232 193 169 0 50 0
[pid=24470] ppid=24469 vsize=23424 CPUtime=159.34
/proc/24470/stat : 24470 (minisat) R 24469 24446 22430 0 -1 4194304 5714 0 0 0 15928 6 0 0 25 0 1 0 1991709614 23986176 5700 996147200 134512640 135127466 4294956272 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/24470/statm: 5856 5700 75 150 0 5703 0
Current children cumulated CPU time (s) 160.61
Current children cumulated vsize (KiB) 42380

[startup+222.301 s]
/proc/loadavg: 1.99 1.97 1.86 3/76 24470
/proc/meminfo: memFree=1233064/2055920 swapFree=4180796/4192956
[pid=24446] ppid=24444 vsize=13600 CPUtime=1.27
/proc/24446/stat : 24446 (sugar) S 24444 24446 22430 0 -1 4194304 1032 11180 0 2 3 1 113 10 16 0 1 0 1991709468 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24446/statm: 3400 798 370 3 0 500 0
[pid=24469] ppid=24446 vsize=5356 CPUtime=0
/proc/24469/stat : 24469 (sh) S 24446 24446 22430 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991709614 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24469/statm: 1339 232 193 169 0 50 0
[pid=24470] ppid=24469 vsize=24216 CPUtime=218.77
/proc/24470/stat : 24470 (minisat) R 24469 24446 22430 0 -1 4194304 5919 0 0 0 21871 6 0 0 25 0 1 0 1991709614 24797184 5905 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24470/statm: 6054 5905 75 150 0 5901 0
Current children cumulated CPU time (s) 220.04
Current children cumulated vsize (KiB) 43172

[startup+282.301 s]
/proc/loadavg: 1.99 1.97 1.86 3/76 24470
/proc/meminfo: memFree=1212584/2055920 swapFree=4180796/4192956
[pid=24446] ppid=24444 vsize=13600 CPUtime=1.27
/proc/24446/stat : 24446 (sugar) S 24444 24446 22430 0 -1 4194304 1032 11180 0 2 3 1 113 10 16 0 1 0 1991709468 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24446/statm: 3400 798 370 3 0 500 0
[pid=24469] ppid=24446 vsize=5356 CPUtime=0
/proc/24469/stat : 24469 (sh) S 24446 24446 22430 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991709614 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24469/statm: 1339 232 193 169 0 50 0
[pid=24470] ppid=24469 vsize=27656 CPUtime=278.22
/proc/24470/stat : 24470 (minisat) R 24469 24446 22430 0 -1 4194304 6781 0 0 0 27815 7 0 0 25 0 1 0 1991709614 28319744 6767 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24470/statm: 6914 6767 75 150 0 6761 0
Current children cumulated CPU time (s) 279.49
Current children cumulated vsize (KiB) 46612


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

/proc/meminfo: memFree=1819952/2055920 swapFree=4180796/4192956
[pid=24446] ppid=24444 vsize=13600 CPUtime=1.27
/proc/24446/stat : 24446 (sugar) S 24444 24446 22430 0 -1 4194304 1032 11180 0 2 3 1 113 10 16 0 1 0 1991709468 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24446/statm: 3400 798 370 3 0 500 0
[pid=24469] ppid=24446 vsize=5356 CPUtime=0
/proc/24469/stat : 24469 (sh) S 24446 24446 22430 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991709614 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24469/statm: 1339 232 193 169 0 50 0
[pid=24470] ppid=24469 vsize=44084 CPUtime=1294.28
/proc/24470/stat : 24470 (minisat) R 24469 24446 22430 0 -1 4194304 10811 0 0 0 129414 14 0 0 25 0 1 0 1991709614 45142016 10797 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24470/statm: 11021 10797 75 150 0 10868 0
Current children cumulated CPU time (s) 1295.55
Current children cumulated vsize (KiB) 63040

[startup+1362.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/75 24500
/proc/meminfo: memFree=1819120/2055920 swapFree=4180796/4192956
[pid=24446] ppid=24444 vsize=13600 CPUtime=1.27
/proc/24446/stat : 24446 (sugar) S 24444 24446 22430 0 -1 4194304 1032 11180 0 2 3 1 113 10 16 0 1 0 1991709468 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24446/statm: 3400 798 370 3 0 500 0
[pid=24469] ppid=24446 vsize=5356 CPUtime=0
/proc/24469/stat : 24469 (sh) S 24446 24446 22430 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991709614 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24469/statm: 1339 232 193 169 0 50 0
[pid=24470] ppid=24469 vsize=44744 CPUtime=1354.25
/proc/24470/stat : 24470 (minisat) R 24469 24446 22430 0 -1 4194304 10976 0 0 0 135411 14 0 0 25 0 1 0 1991709614 45817856 10962 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24470/statm: 11186 10962 75 150 0 11033 0
Current children cumulated CPU time (s) 1355.52
Current children cumulated vsize (KiB) 63700

[startup+1422.31 s]
/proc/loadavg: 1.99 1.97 1.91 3/75 24500
/proc/meminfo: memFree=1819056/2055920 swapFree=4180796/4192956
[pid=24446] ppid=24444 vsize=13600 CPUtime=1.27
/proc/24446/stat : 24446 (sugar) S 24444 24446 22430 0 -1 4194304 1032 11180 0 2 3 1 113 10 16 0 1 0 1991709468 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24446/statm: 3400 798 370 3 0 500 0
[pid=24469] ppid=24446 vsize=5356 CPUtime=0
/proc/24469/stat : 24469 (sh) S 24446 24446 22430 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991709614 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24469/statm: 1339 232 193 169 0 50 0
[pid=24470] ppid=24469 vsize=44744 CPUtime=1414.23
/proc/24470/stat : 24470 (minisat) R 24469 24446 22430 0 -1 4194304 10976 0 0 0 141409 14 0 0 25 0 1 0 1991709614 45817856 10962 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24470/statm: 11186 10962 75 150 0 11033 0
Current children cumulated CPU time (s) 1415.5
Current children cumulated vsize (KiB) 63700

[startup+1482.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/75 24500
/proc/meminfo: memFree=1819056/2055920 swapFree=4180796/4192956
[pid=24446] ppid=24444 vsize=13600 CPUtime=1.27
/proc/24446/stat : 24446 (sugar) S 24444 24446 22430 0 -1 4194304 1032 11180 0 2 3 1 113 10 16 0 1 0 1991709468 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24446/statm: 3400 798 370 3 0 500 0
[pid=24469] ppid=24446 vsize=5356 CPUtime=0
/proc/24469/stat : 24469 (sh) S 24446 24446 22430 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991709614 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24469/statm: 1339 232 193 169 0 50 0
[pid=24470] ppid=24469 vsize=44744 CPUtime=1474.19
/proc/24470/stat : 24470 (minisat) R 24469 24446 22430 0 -1 4194304 10976 0 0 0 147405 14 0 0 25 0 1 0 1991709614 45817856 10962 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24470/statm: 11186 10962 75 150 0 11033 0
Current children cumulated CPU time (s) 1475.46
Current children cumulated vsize (KiB) 63700

[startup+1542.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/75 24500
/proc/meminfo: memFree=1818992/2055920 swapFree=4180796/4192956
[pid=24446] ppid=24444 vsize=13600 CPUtime=1.27
/proc/24446/stat : 24446 (sugar) S 24444 24446 22430 0 -1 4194304 1032 11180 0 2 3 1 113 10 16 0 1 0 1991709468 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24446/statm: 3400 798 370 3 0 500 0
[pid=24469] ppid=24446 vsize=5356 CPUtime=0
/proc/24469/stat : 24469 (sh) S 24446 24446 22430 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991709614 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24469/statm: 1339 232 193 169 0 50 0
[pid=24470] ppid=24469 vsize=44744 CPUtime=1534.18
/proc/24470/stat : 24470 (minisat) R 24469 24446 22430 0 -1 4194304 10976 0 0 0 153403 15 0 0 25 0 1 0 1991709614 45817856 10962 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24470/statm: 11186 10962 75 150 0 11033 0
Current children cumulated CPU time (s) 1535.45
Current children cumulated vsize (KiB) 63700

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/75 24500
/proc/meminfo: memFree=1818992/2055920 swapFree=4180796/4192956
[pid=24446] ppid=24444 vsize=13600 CPUtime=1.27
/proc/24446/stat : 24446 (sugar) S 24444 24446 22430 0 -1 4194304 1032 11180 0 2 3 1 113 10 16 0 1 0 1991709468 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24446/statm: 3400 798 370 3 0 500 0
[pid=24469] ppid=24446 vsize=5356 CPUtime=0
/proc/24469/stat : 24469 (sh) S 24446 24446 22430 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991709614 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24469/statm: 1339 232 193 169 0 50 0
[pid=24470] ppid=24469 vsize=44744 CPUtime=1594.16
/proc/24470/stat : 24470 (minisat) R 24469 24446 22430 0 -1 4194304 10976 0 0 0 159401 15 0 0 25 0 1 0 1991709614 45817856 10962 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24470/statm: 11186 10962 75 150 0 11033 0
Current children cumulated CPU time (s) 1595.43
Current children cumulated vsize (KiB) 63700

[startup+1662.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/75 24500
/proc/meminfo: memFree=1814064/2055920 swapFree=4180796/4192956
[pid=24446] ppid=24444 vsize=13600 CPUtime=1.27
/proc/24446/stat : 24446 (sugar) S 24444 24446 22430 0 -1 4194304 1032 11180 0 2 3 1 113 10 16 0 1 0 1991709468 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24446/statm: 3400 798 370 3 0 500 0
[pid=24469] ppid=24446 vsize=5356 CPUtime=0
/proc/24469/stat : 24469 (sh) S 24446 24446 22430 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991709614 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24469/statm: 1339 232 193 169 0 50 0
[pid=24470] ppid=24469 vsize=49760 CPUtime=1654.13
/proc/24470/stat : 24470 (minisat) R 24469 24446 22430 0 -1 4194304 12200 0 0 0 165396 17 0 0 25 0 1 0 1991709614 50954240 12186 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24470/statm: 12440 12186 75 150 0 12287 0
Current children cumulated CPU time (s) 1655.4
Current children cumulated vsize (KiB) 68716

[startup+1722.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/75 24500
/proc/meminfo: memFree=1811760/2055920 swapFree=4180796/4192956
[pid=24446] ppid=24444 vsize=13600 CPUtime=1.27
/proc/24446/stat : 24446 (sugar) S 24444 24446 22430 0 -1 4194304 1032 11180 0 2 3 1 113 10 16 0 1 0 1991709468 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24446/statm: 3400 798 370 3 0 500 0
[pid=24469] ppid=24446 vsize=5356 CPUtime=0
/proc/24469/stat : 24469 (sh) S 24446 24446 22430 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991709614 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24469/statm: 1339 232 193 169 0 50 0
[pid=24470] ppid=24469 vsize=51872 CPUtime=1714.11
/proc/24470/stat : 24470 (minisat) R 24469 24446 22430 0 -1 4194304 12746 0 0 0 171393 18 0 0 25 0 1 0 1991709614 53116928 12732 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24470/statm: 12968 12732 75 150 0 12815 0
Current children cumulated CPU time (s) 1715.38
Current children cumulated vsize (KiB) 70828

[startup+1782.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/75 24500
/proc/meminfo: memFree=1811696/2055920 swapFree=4180796/4192956
[pid=24446] ppid=24444 vsize=13600 CPUtime=1.27
/proc/24446/stat : 24446 (sugar) S 24444 24446 22430 0 -1 4194304 1032 11180 0 2 3 1 113 10 16 0 1 0 1991709468 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24446/statm: 3400 798 370 3 0 500 0
[pid=24469] ppid=24446 vsize=5356 CPUtime=0
/proc/24469/stat : 24469 (sh) S 24446 24446 22430 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991709614 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24469/statm: 1339 232 193 169 0 50 0
[pid=24470] ppid=24469 vsize=51872 CPUtime=1774.09
/proc/24470/stat : 24470 (minisat) R 24469 24446 22430 0 -1 4194304 12746 0 0 0 177391 18 0 0 25 0 1 0 1991709614 53116928 12732 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24470/statm: 12968 12732 75 150 0 12815 0
Current children cumulated CPU time (s) 1775.36
Current children cumulated vsize (KiB) 70828



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807 s]
/proc/loadavg: 1.99 1.97 1.91 3/75 24500
/proc/meminfo: memFree=1811632/2055920 swapFree=4180796/4192956
[pid=24446] ppid=24444 vsize=13600 CPUtime=1.27
/proc/24446/stat : 24446 (sugar) S 24444 24446 22430 0 -1 4194304 1032 11180 0 2 3 1 113 10 16 0 1 0 1991709468 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24446/statm: 3400 798 370 3 0 500 0
[pid=24469] ppid=24446 vsize=5356 CPUtime=0
/proc/24469/stat : 24469 (sh) S 24446 24446 22430 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991709614 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24469/statm: 1339 232 193 169 0 50 0
[pid=24470] ppid=24469 vsize=51872 CPUtime=1798.78
/proc/24470/stat : 24470 (minisat) R 24469 24446 22430 0 -1 4194304 12746 0 0 0 179860 18 0 0 25 0 1 0 1991709614 53116928 12732 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24470/statm: 12968 12732 75 150 0 12815 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 70828

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

Real time (s): 1807.02
CPU time (s): 1800.05
CPU user time (s): 1799.76
CPU system time (s): 0.29
CPU usage (%): 99.6142
Max. virtual memory (cumulated for all children) (KiB): 887300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.16982
system time used= 0.122981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12638
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= 1492
involuntary context switches= 1320

runsolver used 2.13567 second user time and 6.09407 second system time

The end

Launcher Data (download as text)

Begin job on node65 at 2008-07-04 01:23:17
IDJOB=1060557
IDBENCH=54461
IDSOLVER=346
FILE ID=node65/1060557-1215127397
PBS_JOBID= 7877076
Free space on /tmp= 66544 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/allIntervalSeries/normalized-series-25.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-1060557-1215127397/watcher-1060557-1215127397 -o /tmp/evaluation-result-1060557-1215127397/solver-1060557-1215127397 -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-1060557-1215127397.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 177c3fba917c31966b3b94a9ac2abc25
RANDOM SEED=591682876

node65.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.231
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.231
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:       1328672 kB
Buffers:          5824 kB
Cached:         103756 kB
SwapCached:       5952 kB
Active:         625200 kB
Inactive:        47016 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1328672 kB
SwapTotal:     4192956 kB
SwapFree:      4180796 kB
Dirty:            1360 kB
Writeback:           0 kB
Mapped:         568968 kB
Slab:            39380 kB
Committed_AS:  4411572 kB
PageTables:       2920 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= 66548 MiB
End job on node65 at 2008-07-04 01:53:26