Trace number 2091333

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.14 1814.12

General information on the benchmark

Namecsp/rand-2-40-19-fcd/
normalized-rand-2-40-19-443-230-fcd-33_ext.xml
MD5SUMdac92aee527e7948249532822b4b37f5
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark31.1643
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints333
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension333
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.03/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.03/0.07	c 0	BEGIN Sun Jul 12 12:23:24 2009
0.03/0.07	c 0	PID 29769
0.03/0.07	c 0	HOST node82.alineos.net
0.03/0.07	c 0	CONVERTING HOME/instance-2091333-1247394204.xml TO HOME/temp.csp
0.03/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2091333-1247394204.xml' 'HOME/temp.csp'
0.07/0.53	c 1	1 domains, 40 variables, 0 predicates, 333 relations, 333 constraints
0.07/0.54	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.54	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.52/0.62	c 1	Parsing HOME/temp.csp
0.52/0.96	c 1	parsed 707 expressions
0.52/0.97	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.52/0.97	c 1	Converting to clausal form CSP
0.52/0.99	c 1	converted 71 (10%) expressions
0.52/0.99	c 1	converted 142 (20%) expressions
0.52/0.99	c 1	converted 213 (30%) expressions
0.96/1.04	c 1	converted 283 (40%) expressions
0.96/1.05	c 1	converted 354 (50%) expressions
0.96/1.07	c 1	converted 425 (60%) expressions
0.96/1.09	c 1	converted 495 (70%) expressions
1.06/1.11	c 1	converted 566 (80%) expressions
1.06/1.12	c 1	converted 637 (90%) expressions
1.06/1.20	c 1	converted 707 (100%) expressions
1.06/1.20	c 1	CSP : 40 integers, 0 booleans, 333 clauses, largest domain size 19
1.06/1.20	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.06/1.20	c 1	Propagation in CSP
1.06/1.20	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.06/1.20	c 1	CSP : 40 integers, 0 booleans, 333 clauses, largest domain size 19
1.15/1.20	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.15/1.20	c 1	Simplifing CSP by introducing new Boolean variables
1.15/1.20	c 1	CSP : 40 integers, 0 booleans, 333 clauses, largest domain size 19
1.15/1.20	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.15/1.24	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.15/1.25	c 1	4 (10%) CSP integer variables are encoded (68 clauses, 659 bytes)
1.15/1.25	c 1	8 (20%) CSP integer variables are encoded (136 clauses, 1356 bytes)
1.15/1.25	c 1	12 (30%) CSP integer variables are encoded (204 clauses, 2104 bytes)
1.15/1.26	c 1	16 (40%) CSP integer variables are encoded (272 clauses, 2852 bytes)
1.15/1.26	c 2	20 (50%) CSP integer variables are encoded (340 clauses, 3600 bytes)
1.15/1.26	c 2	24 (60%) CSP integer variables are encoded (408 clauses, 4348 bytes)
1.15/1.26	c 2	28 (70%) CSP integer variables are encoded (476 clauses, 5096 bytes)
1.15/1.26	c 2	32 (80%) CSP integer variables are encoded (544 clauses, 5844 bytes)
1.15/1.26	c 2	36 (90%) CSP integer variables are encoded (612 clauses, 6592 bytes)
1.15/1.26	c 2	40 (100%) CSP integer variables are encoded (680 clauses, 7340 bytes)
1.25/1.31	c 2	34 (10%) CSP clauses are encoded (2733 clauses, 40523 bytes)
1.25/1.33	c 2	67 (20%) CSP clauses are encoded (4905 clauses, 76952 bytes)
1.25/1.34	c 2	100 (30%) CSP clauses are encoded (7019 clauses, 113671 bytes)
1.25/1.36	c 2	134 (40%) CSP clauses are encoded (9334 clauses, 156991 bytes)
1.25/1.37	c 2	167 (50%) CSP clauses are encoded (11378 clauses, 195318 bytes)
1.25/1.38	c 2	200 (60%) CSP clauses are encoded (13451 clauses, 234288 bytes)
1.25/1.40	c 2	234 (70%) CSP clauses are encoded (15551 clauses, 273919 bytes)
1.35/1.41	c 2	267 (80%) CSP clauses are encoded (17667 clauses, 313616 bytes)
1.35/1.42	c 2	300 (90%) CSP clauses are encoded (19849 clauses, 354375 bytes)
1.35/1.43	c 2	333 (100%) CSP clauses are encoded (21956 clauses, 393839 bytes)
1.35/1.43	c 2	333 CSP clauses encoded
1.35/1.44	c 2	Writing map file : HOME/temp.map
1.35/1.44	c 2	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.35/1.44	c 2	SAT : 720 SAT variables, 21956 SAT clauses, 393839 bytes
1.35/1.44	c 2	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.35/1.49	c 2	SOLVING HOME/temp.cnf
1.35/1.49	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.35/1.49	c 2	This is MiniSat 2.0 beta
1.35/1.49	c 2	WARNING: for repeatability, setting FPU to use double precision
1.35/1.49	c 2	============================[ Problem Statistics ]=============================
1.35/1.49	c 2	|                                                                             |
1.35/1.49	c 2	|  Number of variables:  720                                                  |
1.35/1.49	c 2	|  Number of clauses:    21956                                                |
1.40/1.50	c 2	|  Parsing time:         0.01         s                                       |
1.40/1.50	c 2	============================[ Search Statistics ]==============================
1.40/1.50	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.40/1.50	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.40/1.51	c 2	===============================================================================
1.40/1.51	c 2	|         0 |     720    21956    80581 |     7318        0    nan |  0.000 % |
1.40/1.52	c 2	|       102 |     720    21956    80581 |     8050      102     12 |  0.000 % |
1.40/1.53	c 2	|       253 |     720    21956    80581 |     8855      253     14 |  0.003 % |
1.40/1.56	c 2	|       479 |     720    21956    80581 |     9741      479     13 |  0.004 % |
1.40/1.59	c 2	|       817 |     720    21956    80581 |    10715      817     13 |  0.006 % |
1.40/1.65	c 2	|      1323 |     720    21956    80581 |    11786     1323     13 |  0.005 % |
1.40/1.74	c 2	|      2086 |     720    21956    80581 |    12965     2086     14 |  0.003 % |
1.40/1.87	c 2	|      3225 |     720    21956    80581 |    14262     3225     14 |  0.007 % |
1.40/2.09	c 2	|      4937 |     720    21956    80581 |    15688     4937     15 |  0.005 % |
2.29/2.45	c 3	|      7499 |     720    21956    80581 |    17257     7499     14 |  0.005 % |
2.89/3.05	c 3	|     11344 |     720    21956    80581 |    18982    11344     15 |  0.005 % |
3.89/4.08	c 4	|     17111 |     720    21956    80581 |    20881    17111     15 |  0.005 % |
5.48/5.69	c 6	|     25761 |     720    21956    80581 |    22969    15191     15 |  0.005 % |
7.96/8.20	c 8	|     38735 |     720    21956    80581 |    25266    16573     15 |  0.005 % |
12.04/12.28	c 13	|     58196 |     720    21956    80581 |    27792    22704     16 |  0.004 % |
19.20/19.48	c 20	|     87388 |     720    21956    80581 |    30571    21783     16 |  0.005 % |
30.64/30.93	c 31	|    131177 |     720    21956    80581 |    33629    14762     18 |  0.005 % |
48.65/49.06	c 49	|    196861 |     720    21956    80581 |    36991    21944     19 |  0.004 % |
79.91/80.49	c 81	|    295390 |     720    21956    80581 |    40691    32134     16 |  0.004 % |
127.17/127.96	c 128	|    443179 |     719    21902    80431 |    44760    39536     20 |  0.139 % |
202.80/203.98	c 204	|    664867 |     719    21902    80431 |    49236    44042     20 |  0.140 % |
324.40/326.13	c 326	|    997392 |     718    21847    80278 |    54159    24161     16 |  0.278 % |
518.05/520.74	c 521	|   1496180 |     718    21847    80278 |    59575    20677     17 |  0.283 % |
807.35/812.14	c 812	|   2244363 |     717    21795    80127 |    65533    18858     22 |  0.417 % |
1276.79/1286.03	c 1286	|   3366637 |     717    21795    80127 |    72086    43594     21 |  0.418 % |
1800.08/1814.11	sh: line 1: 29793 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
1800.08/1814.11	c 1814	DECODING HOME/temp.out WITH HOME/temp.map
1800.08/1814.11	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.08/1814.11	c ERROR INTERRUPTED
1800.08/1814.11	s UNKNOWN
1800.08/1814.11	c 1814	CPU 1800.12 (0.05 0.02 1799.86 0.19)
1800.08/1814.12	c 1814	END Sun Jul 12 12:53:38 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-2091333-1247394204/watcher-2091333-1247394204 -o /tmp/evaluation-result-2091333-1247394204/solver-2091333-1247394204 -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-2091333-1247394204.xml 

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


[startup+0 s]
/proc/loadavg: 2.00 1.99 1.99 4/75 29769
/proc/meminfo: memFree=1837416/2055920 swapFree=4192812/4192956
[pid=29769] ppid=29767 vsize=12272 CPUtime=0
/proc/29769/stat : 29769 (sugar) R 29767 29769 29632 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 26485392 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 224273677310 0 0 4224 0 0 0 0 17 0 0 0
/proc/29769/statm: 3068 327 246 3 0 168 0

[startup+0.0458139 s]
/proc/loadavg: 2.00 1.99 1.99 4/75 29769
/proc/meminfo: memFree=1837416/2055920 swapFree=4192812/4192956
[pid=29769] ppid=29767 vsize=14644 CPUtime=0.03
/proc/29769/stat : 29769 (sugar) R 29767 29769 29632 0 -1 4194304 840 0 0 0 2 1 0 0 18 0 1 0 26485392 14995456 808 996147200 4194304 4206940 548682068608 18446744073709551615 224264622817 0 0 4224 0 0 0 0 17 0 0 0
/proc/29769/statm: 3661 809 378 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 14644

[startup+0.101825 s]
/proc/loadavg: 2.00 1.99 1.99 4/75 29769
/proc/meminfo: memFree=1837416/2055920 swapFree=4192812/4192956
[pid=29769] ppid=29767 vsize=16868 CPUtime=0.07
/proc/29769/stat : 29769 (sugar) S 29767 29769 29632 0 -1 4194304 1227 128 0 0 5 2 0 0 16 0 1 0 26485392 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29769/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301861 s]
/proc/loadavg: 2.00 1.99 1.99 4/75 29769
/proc/meminfo: memFree=1837416/2055920 swapFree=4192812/4192956
[pid=29769] ppid=29767 vsize=16868 CPUtime=0.07
/proc/29769/stat : 29769 (sugar) S 29767 29769 29632 0 -1 4194304 1227 128 0 0 5 2 0 0 16 0 1 0 26485392 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29769/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701934 s]
/proc/loadavg: 2.00 1.99 1.99 4/75 29769
/proc/meminfo: memFree=1837416/2055920 swapFree=4192812/4192956
[pid=29769] ppid=29767 vsize=16868 CPUtime=0.52
/proc/29769/stat : 29769 (sugar) S 29767 29769 29632 0 -1 4194304 1309 4805 0 1 5 2 41 4 15 0 1 0 26485392 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29769/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 16868

[startup+1.50208 s]
/proc/loadavg: 2.00 1.99 1.99 4/86 29791
/proc/meminfo: memFree=1823816/2055920 swapFree=4192812/4192956
[pid=29769] ppid=29767 vsize=16868 CPUtime=1.4
/proc/29769/stat : 29769 (sugar) S 29767 29769 29632 0 -1 4194304 1376 11963 0 2 5 2 124 9 16 0 1 0 26485392 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29769/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 16868

[startup+3.10138 s]
/proc/loadavg: 2.00 1.99 1.99 3/78 29793
/proc/meminfo: memFree=1831176/2055920 swapFree=4192812/4192956
[pid=29769] ppid=29767 vsize=16868 CPUtime=1.4
/proc/29769/stat : 29769 (sugar) S 29767 29769 29632 0 -1 4194304 1376 11963 0 2 5 2 124 9 15 0 1 0 26485392 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29769/statm: 4217 1113 409 3 0 796 0
[pid=29792] ppid=29769 vsize=5356 CPUtime=0
/proc/29792/stat : 29792 (sh) S 29769 29769 29632 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26485541 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29792/statm: 1339 232 193 169 0 50 0
[pid=29793] ppid=29792 vsize=4000 CPUtime=1.59
/proc/29793/stat : 29793 (minisat) R 29792 29769 29632 0 -1 4194304 743 0 0 0 159 0 0 0 25 0 1 0 26485541 4096000 729 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/29793/statm: 1000 729 75 150 0 847 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 26224

[startup+6.30298 s]
/proc/loadavg: 2.00 1.99 1.99 3/78 29793
/proc/meminfo: memFree=1829192/2055920 swapFree=4192812/4192956
[pid=29769] ppid=29767 vsize=16868 CPUtime=1.4
/proc/29769/stat : 29769 (sugar) S 29767 29769 29632 0 -1 4194304 1376 11963 0 2 5 2 124 9 16 0 1 0 26485392 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29769/statm: 4217 1113 409 3 0 796 0
[pid=29792] ppid=29769 vsize=5356 CPUtime=0
/proc/29792/stat : 29792 (sh) S 29769 29769 29632 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26485541 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29792/statm: 1339 232 193 169 0 50 0
[pid=29793] ppid=29792 vsize=4876 CPUtime=4.78
/proc/29793/stat : 29793 (minisat) R 29792 29769 29632 0 -1 4194304 985 0 0 0 478 0 0 0 25 0 1 0 26485541 4993024 971 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/29793/statm: 1219 971 75 150 0 1066 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 27100

[startup+12.7012 s]
/proc/loadavg: 2.00 1.99 1.99 3/78 29793
/proc/meminfo: memFree=1827976/2055920 swapFree=4192812/4192956
[pid=29769] ppid=29767 vsize=16868 CPUtime=1.4
/proc/29769/stat : 29769 (sugar) S 29767 29769 29632 0 -1 4194304 1376 11963 0 2 5 2 124 9 16 0 1 0 26485392 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29769/statm: 4217 1113 409 3 0 796 0
[pid=29792] ppid=29769 vsize=5356 CPUtime=0
/proc/29792/stat : 29792 (sh) S 29769 29769 29632 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26485541 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29792/statm: 1339 232 193 169 0 50 0
[pid=29793] ppid=29792 vsize=5540 CPUtime=11.14
/proc/29793/stat : 29793 (minisat) R 29792 29769 29632 0 -1 4194304 1155 0 0 0 1114 0 0 0 25 0 1 0 26485541 5672960 1141 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 1 0 0
/proc/29793/statm: 1385 1141 75 150 0 1232 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 27764

[startup+25.5016 s]
/proc/loadavg: 2.00 1.99 1.99 3/78 29793
/proc/meminfo: memFree=1826696/2055920 swapFree=4192812/4192956
[pid=29769] ppid=29767 vsize=16868 CPUtime=1.4
/proc/29769/stat : 29769 (sugar) S 29767 29769 29632 0 -1 4194304 1376 11963 0 2 5 2 124 9 16 0 1 0 26485392 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29769/statm: 4217 1113 409 3 0 796 0
[pid=29792] ppid=29769 vsize=5356 CPUtime=0
/proc/29792/stat : 29792 (sh) S 29769 29769 29632 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26485541 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29792/statm: 1339 232 193 169 0 50 0
[pid=29793] ppid=29792 vsize=6764 CPUtime=23.87
/proc/29793/stat : 29793 (minisat) R 29792 29769 29632 0 -1 4194304 1423 0 0 0 2387 0 0 0 25 0 1 0 26485541 6926336 1409 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 1 0 0
/proc/29793/statm: 1691 1409 75 150 0 1538 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 28988

[startup+51.1023 s]
/proc/loadavg: 2.00 1.99 1.99 3/78 29793
/proc/meminfo: memFree=1825160/2055920 swapFree=4192812/4192956
[pid=29769] ppid=29767 vsize=16868 CPUtime=1.4
/proc/29769/stat : 29769 (sugar) S 29767 29769 29632 0 -1 4194304 1376 11963 0 2 5 2 124 9 16 0 1 0 26485392 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29769/statm: 4217 1113 409 3 0 796 0
[pid=29792] ppid=29769 vsize=5356 CPUtime=0
/proc/29792/stat : 29792 (sh) S 29769 29769 29632 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26485541 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29792/statm: 1339 232 193 169 0 50 0
[pid=29793] ppid=29792 vsize=8228 CPUtime=49.34
/proc/29793/stat : 29793 (minisat) R 29792 29769 29632 0 -1 4194304 1800 0 0 0 4934 0 0 0 25 0 1 0 26485541 8425472 1786 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/29793/statm: 2057 1786 75 150 0 1904 0
Current children cumulated CPU time (s) 50.74
Current children cumulated vsize (KiB) 30452

[startup+102.307 s]
/proc/loadavg: 2.00 1.99 1.99 3/78 29793
/proc/meminfo: memFree=1823688/2055920 swapFree=4192812/4192956
[pid=29769] ppid=29767 vsize=16868 CPUtime=1.4
/proc/29769/stat : 29769 (sugar) S 29767 29769 29632 0 -1 4194304 1376 11963 0 2 5 2 124 9 16 0 1 0 26485392 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29769/statm: 4217 1113 409 3 0 796 0
[pid=29792] ppid=29769 vsize=5356 CPUtime=0
/proc/29792/stat : 29792 (sh) S 29769 29769 29632 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26485541 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29792/statm: 1339 232 193 169 0 50 0
[pid=29793] ppid=29792 vsize=9196 CPUtime=100.3
/proc/29793/stat : 29793 (minisat) R 29792 29769 29632 0 -1 4194304 2041 0 0 0 10029 1 0 0 25 0 1 0 26485541 9416704 2027 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/29793/statm: 2299 2027 75 150 0 2146 0
Current children cumulated CPU time (s) 101.7
Current children cumulated vsize (KiB) 31420

[startup+162.301 s]
/proc/loadavg: 2.00 1.99 1.99 3/78 29793
/proc/meminfo: memFree=1821448/2055920 swapFree=4192812/4192956
[pid=29769] ppid=29767 vsize=16868 CPUtime=1.4
/proc/29769/stat : 29769 (sugar) S 29767 29769 29632 0 -1 4194304 1376 11963 0 2 5 2 124 9 16 0 1 0 26485392 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29769/statm: 4217 1113 409 3 0 796 0
[pid=29792] ppid=29769 vsize=5356 CPUtime=0
/proc/29792/stat : 29792 (sh) S 29769 29769 29632 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26485541 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29792/statm: 1339 232 193 169 0 50 0
[pid=29793] ppid=29792 vsize=11320 CPUtime=160
/proc/29793/stat : 29793 (minisat) R 29792 29769 29632 0 -1 4194304 2530 0 0 0 15999 1 0 0 25 0 1 0 26485541 11591680 2516 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/29793/statm: 2830 2516 75 150 0 2677 0
Current children cumulated CPU time (s) 161.4
Current children cumulated vsize (KiB) 33544

[startup+222.301 s]
/proc/loadavg: 2.00 1.99 1.99 3/78 29793
/proc/meminfo: memFree=1820616/2055920 swapFree=4192812/4192956
[pid=29769] ppid=29767 vsize=16868 CPUtime=1.4
/proc/29769/stat : 29769 (sugar) S 29767 29769 29632 0 -1 4194304 1376 11963 0 2 5 2 124 9 16 0 1 0 26485392 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29769/statm: 4217 1113 409 3 0 796 0
[pid=29792] ppid=29769 vsize=5356 CPUtime=0
/proc/29792/stat : 29792 (sh) S 29769 29769 29632 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26485541 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29792/statm: 1339 232 193 169 0 50 0
[pid=29793] ppid=29792 vsize=12120 CPUtime=219.7
/proc/29793/stat : 29793 (minisat) R 29792 29769 29632 0 -1 4194304 2743 0 0 0 21969 1 0 0 25 0 1 0 26485541 12410880 2729 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/29793/statm: 3030 2729 75 150 0 2877 0
Current children cumulated CPU time (s) 221.1
Current children cumulated vsize (KiB) 34344

[startup+282.301 s]
/proc/loadavg: 2.00 1.99 1.99 3/78 29793
/proc/meminfo: memFree=1820040/2055920 swapFree=4192812/4192956
[pid=29769] ppid=29767 vsize=16868 CPUtime=1.4
/proc/29769/stat : 29769 (sugar) S 29767 29769 29632 0 -1 4194304 1376 11963 0 2 5 2 124 9 16 0 1 0 26485392 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29769/statm: 4217 1113 409 3 0 796 0
[pid=29792] ppid=29769 vsize=5356 CPUtime=0
/proc/29792/stat : 29792 (sh) S 29769 29769 29632 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26485541 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29792/statm: 1339 232 193 169 0 50 0
[pid=29793] ppid=29792 vsize=12532 CPUtime=279.41
/proc/29793/stat : 29793 (minisat) R 29792 29769 29632 0 -1 4194304 2844 0 0 0 27940 1 0 0 25 0 1 0 26485541 12832768 2830 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/29793/statm: 3133 2830 75 150 0 2980 0
Current children cumulated CPU time (s) 280.81
Current children cumulated vsize (KiB) 34756

[startup+342.303 s]

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

[pid=29769] ppid=29767 vsize=16868 CPUtime=1.4
/proc/29769/stat : 29769 (sugar) S 29767 29769 29632 0 -1 4194304 1376 11963 0 2 5 2 124 9 16 0 1 0 26485392 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29769/statm: 4217 1113 409 3 0 796 0
[pid=29792] ppid=29769 vsize=5356 CPUtime=0
/proc/29792/stat : 29792 (sh) S 29769 29769 29632 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26485541 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29792/statm: 1339 232 193 169 0 50 0
[pid=29793] ppid=29792 vsize=20244 CPUtime=1291.54
/proc/29793/stat : 29793 (minisat) R 29792 29769 29632 0 -1 4194304 4671 0 0 0 129148 6 0 0 25 0 1 0 26485541 20729856 4657 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/29793/statm: 5061 4657 75 150 0 4908 0
Current children cumulated CPU time (s) 1292.94
Current children cumulated vsize (KiB) 42468

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 29835
/proc/meminfo: memFree=1777432/2055920 swapFree=4192812/4192956
[pid=29769] ppid=29767 vsize=16868 CPUtime=1.4
/proc/29769/stat : 29769 (sugar) S 29767 29769 29632 0 -1 4194304 1376 11963 0 2 5 2 124 9 16 0 1 0 26485392 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29769/statm: 4217 1113 409 3 0 796 0
[pid=29792] ppid=29769 vsize=5356 CPUtime=0
/proc/29792/stat : 29792 (sh) S 29769 29769 29632 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26485541 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29792/statm: 1339 232 193 169 0 50 0
[pid=29793] ppid=29792 vsize=20244 CPUtime=1350.97
/proc/29793/stat : 29793 (minisat) R 29792 29769 29632 0 -1 4194304 4692 0 0 0 135091 6 0 0 25 0 1 0 26485541 20729856 4678 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/29793/statm: 5061 4678 75 150 0 4908 0
Current children cumulated CPU time (s) 1352.37
Current children cumulated vsize (KiB) 42468

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 29835
/proc/meminfo: memFree=1774936/2055920 swapFree=4192812/4192956
[pid=29769] ppid=29767 vsize=16868 CPUtime=1.4
/proc/29769/stat : 29769 (sugar) S 29767 29769 29632 0 -1 4194304 1376 11963 0 2 5 2 124 9 16 0 1 0 26485392 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29769/statm: 4217 1113 409 3 0 796 0
[pid=29792] ppid=29769 vsize=5356 CPUtime=0
/proc/29792/stat : 29792 (sh) S 29769 29769 29632 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26485541 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29792/statm: 1339 232 193 169 0 50 0
[pid=29793] ppid=29792 vsize=20664 CPUtime=1410.4
/proc/29793/stat : 29793 (minisat) R 29792 29769 29632 0 -1 4194304 4778 0 0 0 141034 6 0 0 25 0 1 0 26485541 21159936 4764 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/29793/statm: 5166 4764 75 150 0 5013 0
Current children cumulated CPU time (s) 1411.8
Current children cumulated vsize (KiB) 42888

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 29835
/proc/meminfo: memFree=1775000/2055920 swapFree=4192812/4192956
[pid=29769] ppid=29767 vsize=16868 CPUtime=1.4
/proc/29769/stat : 29769 (sugar) S 29767 29769 29632 0 -1 4194304 1376 11963 0 2 5 2 124 9 16 0 1 0 26485392 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29769/statm: 4217 1113 409 3 0 796 0
[pid=29792] ppid=29769 vsize=5356 CPUtime=0
/proc/29792/stat : 29792 (sh) S 29769 29769 29632 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26485541 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29792/statm: 1339 232 193 169 0 50 0
[pid=29793] ppid=29792 vsize=21084 CPUtime=1469.84
/proc/29793/stat : 29793 (minisat) R 29792 29769 29632 0 -1 4194304 4874 0 0 0 146978 6 0 0 25 0 1 0 26485541 21590016 4860 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 1 0 0
/proc/29793/statm: 5271 4860 75 150 0 5118 0
Current children cumulated CPU time (s) 1471.24
Current children cumulated vsize (KiB) 43308

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 29835
/proc/meminfo: memFree=1776408/2055920 swapFree=4192812/4192956
[pid=29769] ppid=29767 vsize=16868 CPUtime=1.4
/proc/29769/stat : 29769 (sugar) S 29767 29769 29632 0 -1 4194304 1376 11963 0 2 5 2 124 9 16 0 1 0 26485392 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29769/statm: 4217 1113 409 3 0 796 0
[pid=29792] ppid=29769 vsize=5356 CPUtime=0
/proc/29792/stat : 29792 (sh) S 29769 29769 29632 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26485541 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29792/statm: 1339 232 193 169 0 50 0
[pid=29793] ppid=29792 vsize=21612 CPUtime=1529.26
/proc/29793/stat : 29793 (minisat) R 29792 29769 29632 0 -1 4194304 5015 0 0 0 152920 6 0 0 25 0 1 0 26485541 22130688 5001 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/29793/statm: 5403 5001 75 150 0 5250 0
Current children cumulated CPU time (s) 1530.66
Current children cumulated vsize (KiB) 43836

[startup+1602.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/85 29835
/proc/meminfo: memFree=1773912/2055920 swapFree=4192812/4192956
[pid=29769] ppid=29767 vsize=16868 CPUtime=1.4
/proc/29769/stat : 29769 (sugar) S 29767 29769 29632 0 -1 4194304 1376 11963 0 2 5 2 124 9 16 0 1 0 26485392 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29769/statm: 4217 1113 409 3 0 796 0
[pid=29792] ppid=29769 vsize=5356 CPUtime=0
/proc/29792/stat : 29792 (sh) S 29769 29769 29632 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26485541 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29792/statm: 1339 232 193 169 0 50 0
[pid=29793] ppid=29792 vsize=22064 CPUtime=1588.7
/proc/29793/stat : 29793 (minisat) R 29792 29769 29632 0 -1 4194304 5121 0 0 0 158864 6 0 0 25 0 1 0 26485541 22593536 5107 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/29793/statm: 5516 5107 75 150 0 5363 0
Current children cumulated CPU time (s) 1590.1
Current children cumulated vsize (KiB) 44288

[startup+1662.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/85 29837
/proc/meminfo: memFree=1773592/2055920 swapFree=4192812/4192956
[pid=29769] ppid=29767 vsize=16868 CPUtime=1.4
/proc/29769/stat : 29769 (sugar) S 29767 29769 29632 0 -1 4194304 1376 11963 0 2 5 2 124 9 16 0 1 0 26485392 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29769/statm: 4217 1113 409 3 0 796 0
[pid=29792] ppid=29769 vsize=5356 CPUtime=0
/proc/29792/stat : 29792 (sh) S 29769 29769 29632 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26485541 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29792/statm: 1339 232 193 169 0 50 0
[pid=29793] ppid=29792 vsize=22208 CPUtime=1648.13
/proc/29793/stat : 29793 (minisat) R 29792 29769 29632 0 -1 4194304 5165 0 0 0 164807 6 0 0 25 0 1 0 26485541 22740992 5151 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/29793/statm: 5552 5151 75 150 0 5399 0
Current children cumulated CPU time (s) 1649.53
Current children cumulated vsize (KiB) 44432

[startup+1722.3 s]
/proc/loadavg: 1.93 1.97 1.99 3/78 29921
/proc/meminfo: memFree=1821576/2055920 swapFree=4192812/4192956
[pid=29769] ppid=29767 vsize=16868 CPUtime=1.4
/proc/29769/stat : 29769 (sugar) S 29767 29769 29632 0 -1 4194304 1376 11963 0 2 5 2 124 9 16 0 1 0 26485392 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29769/statm: 4217 1113 409 3 0 796 0
[pid=29792] ppid=29769 vsize=5356 CPUtime=0
/proc/29792/stat : 29792 (sh) S 29769 29769 29632 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26485541 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29792/statm: 1339 232 193 169 0 50 0
[pid=29793] ppid=29792 vsize=22340 CPUtime=1707.58
/proc/29793/stat : 29793 (minisat) R 29792 29769 29632 0 -1 4194304 5202 0 0 0 170751 7 0 0 25 0 1 0 26485541 22876160 5188 996147200 134512640 135127466 4294956256 18446744073709551615 134530941 0 0 4096 3 0 0 0 17 1 0 0
/proc/29793/statm: 5585 5188 75 150 0 5432 0
Current children cumulated CPU time (s) 1708.98
Current children cumulated vsize (KiB) 44564

[startup+1782.3 s]
/proc/loadavg: 1.97 1.97 1.99 3/85 29972
/proc/meminfo: memFree=1817368/2055920 swapFree=4192812/4192956
[pid=29769] ppid=29767 vsize=16868 CPUtime=1.4
/proc/29769/stat : 29769 (sugar) S 29767 29769 29632 0 -1 4194304 1376 11963 0 2 5 2 124 9 16 0 1 0 26485392 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29769/statm: 4217 1113 409 3 0 796 0
[pid=29792] ppid=29769 vsize=5356 CPUtime=0
/proc/29792/stat : 29792 (sh) S 29769 29769 29632 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26485541 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29792/statm: 1339 232 193 169 0 50 0
[pid=29793] ppid=29792 vsize=22500 CPUtime=1767.04
/proc/29793/stat : 29793 (minisat) R 29792 29769 29632 0 -1 4194304 5241 0 0 0 176696 8 0 0 25 0 1 0 26485541 23040000 5227 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 0 0 0
/proc/29793/statm: 5625 5227 75 150 0 5472 0
Current children cumulated CPU time (s) 1768.44
Current children cumulated vsize (KiB) 44724



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.1 s]
/proc/loadavg: 1.98 1.97 1.99 3/85 29972
/proc/meminfo: memFree=1817368/2055920 swapFree=4192812/4192956
[pid=29769] ppid=29767 vsize=16868 CPUtime=1.4
/proc/29769/stat : 29769 (sugar) S 29767 29769 29632 0 -1 4194304 1376 11963 0 2 5 2 124 9 16 0 1 0 26485392 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29769/statm: 4217 1113 409 3 0 796 0
[pid=29792] ppid=29769 vsize=5356 CPUtime=0
/proc/29792/stat : 29792 (sh) S 29769 29769 29632 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26485541 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29792/statm: 1339 232 193 169 0 50 0
[pid=29793] ppid=29792 vsize=22648 CPUtime=1798.68
/proc/29793/stat : 29793 (minisat) R 29792 29769 29632 0 -1 4194304 5258 0 0 0 179860 8 0 0 25 0 1 0 26485541 23191552 5244 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/29793/statm: 5662 5244 75 150 0 5509 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 44872

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

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

[startup+1814.1 s]
/proc/loadavg: 1.98 1.97 1.99 3/85 29972
/proc/meminfo: memFree=1817368/2055920 swapFree=4192812/4192956
[pid=29769] ppid=29767 vsize=16868 CPUtime=1.4
/proc/29769/stat : 29769 (sugar) S 29767 29769 29632 0 -1 4194304 1376 11963 0 2 5 2 124 9 16 0 1 0 26485392 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29769/statm: 4217 1113 409 3 0 796 0
[pid=29792] ppid=29769 vsize=5356 CPUtime=0
/proc/29792/stat : 29792 (sh) S 29769 29769 29632 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26485541 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29792/statm: 1339 232 193 169 0 50 0
[pid=29793] ppid=29792 vsize=22648 CPUtime=1798.68
/proc/29793/stat : 29793 (minisat) R 29792 29769 29632 0 -1 4194304 5258 0 0 0 179860 8 0 0 25 0 1 0 26485541 23191552 5244 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/29793/statm: 5662 5244 75 150 0 5509 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 44872

Child status: 0
Real time (s): 1814.12
CPU time (s): 1800.14
CPU user time (s): 1799.92
CPU system time (s): 0.219966
CPU usage (%): 99.2294
Max. virtual memory (cumulated for all children) (KiB): 886592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.92
system time used= 0.219966
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19557
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= 1656
involuntary context switches= 33205

runsolver used 2.40063 second user time and 5.81912 second system time

The end

Launcher Data

Begin job on node82 at 2009-07-12 12:23:24
IDJOB=2091333
IDBENCH=60045
IDSOLVER=739
FILE ID=node82/2091333-1247394204
PBS_JOBID= 9507343
Free space on /tmp= 66188 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/rand-2-40-19-fcd/normalized-rand-2-40-19-443-230-fcd-33_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-2091333-1247394204/watcher-2091333-1247394204 -o /tmp/evaluation-result-2091333-1247394204/solver-2091333-1247394204 -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-2091333-1247394204.xml

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

MD5SUM BENCH= dac92aee527e7948249532822b4b37f5
RANDOM SEED=619650394

node82.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.265
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.265
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1837896 kB
Buffers:         22816 kB
Cached:         102236 kB
SwapCached:          0 kB
Active:         103728 kB
Inactive:        63588 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1837896 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1552 kB
Writeback:           0 kB
Mapped:          53564 kB
Slab:            35956 kB
Committed_AS:   219272 kB
PageTables:       1864 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66188 MiB
End job on node82 at 2009-07-12 12:53:40