Trace number 2082280

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.03 1814.02

General information on the benchmark

Namecsp/langford2/
normalized-langford-2-21.xml
MD5SUM0fd636b6525e64471a70028d502ce2bf
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables42
Number of constraints882
Maximum constraint arity2
Maximum domain size42
Number of constraints which are defined in extension0
Number of constraints which are defined in intension882
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 Sun Jul 12 07:00:42 2009
0.00/0.08	c 0	PID 24924
0.00/0.08	c 0	HOST node49.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2082280-1247374842.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-2082280-1247374842.xml' 'HOME/temp.csp'
0.07/0.50	c 0	1 domains, 42 variables, 2 predicates, 0 relations, 882 constraints
0.07/0.52	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.52	c 0	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.47/0.60	c 0	Parsing HOME/temp.csp
0.47/0.67	c 0	parsed 927 expressions
0.47/0.70	c 0	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.47/0.70	c 0	Converting to clausal form CSP
0.47/0.76	c 1	converted 93 (10%) expressions
0.47/0.79	c 1	converted 186 (20%) expressions
0.47/0.83	c 1	converted 279 (30%) expressions
0.47/0.91	c 1	converted 371 (40%) expressions
0.47/0.93	c 1	converted 464 (50%) expressions
0.47/0.94	c 1	converted 557 (60%) expressions
0.47/0.95	c 1	converted 649 (70%) expressions
0.47/0.95	c 1	converted 742 (80%) expressions
0.47/0.97	c 1	converted 835 (90%) expressions
0.47/0.98	c 1	converted 927 (100%) expressions
0.47/0.98	c 1	CSP : 42 integers, 0 booleans, 903 clauses, largest domain size 40
0.47/0.98	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.47/0.98	c 1	Propagation in CSP
0.47/0.99	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.47/0.99	c 1	CSP : 42 integers, 0 booleans, 903 clauses, largest domain size 40
0.47/0.99	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.47/0.99	c 1	Simplifing CSP by introducing new Boolean variables
0.93/1.03	c 1	CSP : 42 integers, 1722 booleans, 2625 clauses, largest domain size 40
0.93/1.03	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.93/1.06	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.93/1.07	c 1	5 (10%) CSP integer variables are encoded (180 clauses, 1834 bytes)
0.93/1.07	c 1	9 (20%) CSP integer variables are encoded (306 clauses, 3220 bytes)
0.93/1.07	c 1	13 (30%) CSP integer variables are encoded (416 clauses, 4430 bytes)
0.93/1.07	c 1	17 (40%) CSP integer variables are encoded (510 clauses, 5464 bytes)
0.93/1.07	c 1	21 (50%) CSP integer variables are encoded (588 clauses, 6322 bytes)
0.93/1.08	c 1	26 (60%) CSP integer variables are encoded (768 clauses, 8302 bytes)
0.93/1.08	c 1	30 (70%) CSP integer variables are encoded (894 clauses, 9688 bytes)
0.93/1.08	c 1	34 (80%) CSP integer variables are encoded (1004 clauses, 10973 bytes)
0.93/1.08	c 1	38 (90%) CSP integer variables are encoded (1098 clauses, 12195 bytes)
0.93/1.08	c 1	42 (100%) CSP integer variables are encoded (1176 clauses, 13209 bytes)
1.02/1.11	c 1	263 (10%) CSP clauses are encoded (6390 clauses, 94817 bytes)
1.02/1.13	c 1	525 (20%) CSP clauses are encoded (11179 clauses, 173664 bytes)
1.02/1.15	c 1	788 (30%) CSP clauses are encoded (15732 clauses, 249206 bytes)
1.02/1.16	c 1	1050 (40%) CSP clauses are encoded (19752 clauses, 316198 bytes)
1.02/1.17	c 1	1313 (50%) CSP clauses are encoded (23405 clauses, 376613 bytes)
1.02/1.18	c 1	1575 (60%) CSP clauses are encoded (26521 clauses, 427981 bytes)
1.02/1.19	c 1	1838 (70%) CSP clauses are encoded (29014 clauses, 468762 bytes)
1.12/1.20	c 1	2100 (80%) CSP clauses are encoded (32140 clauses, 520763 bytes)
1.12/1.22	c 1	2363 (90%) CSP clauses are encoded (37053 clauses, 604995 bytes)
1.12/1.23	c 1	2625 (100%) CSP clauses are encoded (41265 clauses, 680407 bytes)
1.12/1.23	c 1	2625 CSP clauses encoded
1.12/1.23	c 1	Writing map file : HOME/temp.map
1.12/1.23	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.12/1.23	c 1	SAT : 2940 SAT variables, 41265 SAT clauses, 680407 bytes
1.12/1.23	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.12/1.25	c 1	SOLVING HOME/temp.cnf
1.12/1.25	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.12/1.25	c 1	This is MiniSat 2.0 beta
1.12/1.25	c 1	WARNING: for repeatability, setting FPU to use double precision
1.12/1.25	c 1	============================[ Problem Statistics ]=============================
1.12/1.25	c 1	|                                                                             |
1.12/1.25	c 1	|  Number of variables:  2940                                                 |
1.12/1.25	c 1	|  Number of clauses:    41265                                                |
1.12/1.27	c 1	|  Parsing time:         0.02         s                                       |
1.12/1.28	c 1	============================[ Search Statistics ]==============================
1.12/1.28	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.12/1.28	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.12/1.28	c 1	===============================================================================
1.12/1.28	c 1	|         0 |    2920    41245   118368 |    13748        0    nan |  0.000 % |
1.12/1.29	c 1	|       100 |    2920    41245   118368 |    15123      100     10 |  0.680 % |
1.19/1.33	c 1	|       250 |    2920    41245   118368 |    16635      250     18 |  0.681 % |
1.19/1.37	c 1	|       476 |    2920    41245   118368 |    18299      476     18 |  0.682 % |
1.19/1.42	c 1	|       813 |    2920    41245   118368 |    20128      813     18 |  0.681 % |
1.19/1.47	c 1	|      1319 |    2920    41245   118368 |    22141     1319     16 |  0.681 % |
1.19/1.59	c 1	|      2078 |    2920    41245   118368 |    24356     2078     18 |  0.680 % |
1.19/1.89	c 2	|      3218 |    2920    41245   118368 |    26791     3218     18 |  0.681 % |
2.12/2.26	c 2	|      4926 |    2920    41245   118368 |    29470     4926     20 |  0.681 % |
2.91/3.00	c 3	|      7489 |    2920    41245   118368 |    32417     7489     22 |  0.681 % |
3.90/4.01	c 4	|     11333 |    2920    41245   118368 |    35659    11333     22 |  0.681 % |
5.99/6.18	c 6	|     17099 |    2920    41245   118368 |    39225    17099     23 |  0.681 % |
9.75/9.96	c 10	|     25748 |    2920    41245   118368 |    43148    25748     23 |  0.681 % |
18.96/19.25	c 19	|     38722 |    2920    41245   118368 |    47462    38722     24 |  0.681 % |
34.69/35.15	c 35	|     58185 |    2920    41245   118368 |    52209    21794     28 |  0.681 % |
58.66/59.34	c 59	|     87378 |    2920    41245   118368 |    57430    50987     30 |  0.680 % |
94.33/95.34	c 95	|    131169 |    2920    41245   118368 |    63173    49489     23 |  0.680 % |
152.37/153.94	c 154	|    196854 |    2920    41245   118368 |    69490    63456     22 |  0.680 % |
262.13/264.76	c 265	|    295382 |    2920    41245   118368 |    76439    49933     21 |  0.681 % |
457.96/462.40	c 462	|    443171 |    2920    41245   118368 |    84083    76854     23 |  0.680 % |
745.93/753.17	c 753	|    664855 |    2918    41218   118290 |    92491    28151     20 |  0.749 % |
1198.88/1210.09	c 1210	|    997380 |    2918    41218   118290 |   101741    58734     24 |  0.749 % |
1800.00/1814.01	sh: line 1: 24948 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
1800.00/1814.01	c 1814	DECODING HOME/temp.out WITH HOME/temp.map
1800.00/1814.01	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/1814.02	c ERROR INTERRUPTED
1800.00/1814.02	s UNKNOWN
1800.00/1814.02	c 1814	CPU 1800 (0.06 0.02 1799.65 0.27)
1800.00/1814.02	c 1814	END Sun Jul 12 07:30:56 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-2082280-1247374842/watcher-2082280-1247374842 -o /tmp/evaluation-result-2082280-1247374842/solver-2082280-1247374842 -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-2082280-1247374842.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.18 2.10 2.02 3/80 24924
/proc/meminfo: memFree=1476352/2055920 swapFree=4192812/4192956
[pid=24924] ppid=24922 vsize=18576 CPUtime=0
/proc/24924/stat : 24924 (runsolver) R 24922 24924 20697 0 -1 4194368 15 0 0 0 0 0 0 0 22 0 1 0 24544520 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 224627584295 0 0 4096 24578 0 0 0 17 1 0 0
/proc/24924/statm: 4644 284 249 26 0 2626 0

[startup+0.0961951 s]
/proc/loadavg: 2.18 2.10 2.02 3/80 24924
/proc/meminfo: memFree=1476352/2055920 swapFree=4192812/4192956
[pid=24924] ppid=24922 vsize=16868 CPUtime=0.07
/proc/24924/stat : 24924 (sugar) S 24922 24924 20697 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24544520 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24924/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.1012 s]
/proc/loadavg: 2.18 2.10 2.02 3/80 24924
/proc/meminfo: memFree=1476352/2055920 swapFree=4192812/4192956
[pid=24924] ppid=24922 vsize=16868 CPUtime=0.07
/proc/24924/stat : 24924 (sugar) S 24922 24924 20697 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24544520 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24924/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301222 s]
/proc/loadavg: 2.18 2.10 2.02 3/80 24924
/proc/meminfo: memFree=1476352/2055920 swapFree=4192812/4192956
[pid=24924] ppid=24922 vsize=16868 CPUtime=0.07
/proc/24924/stat : 24924 (sugar) S 24922 24924 20697 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24544520 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24924/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701282 s]
/proc/loadavg: 2.18 2.10 2.02 3/80 24924
/proc/meminfo: memFree=1476352/2055920 swapFree=4192812/4192956
[pid=24924] ppid=24922 vsize=16868 CPUtime=0.47
/proc/24924/stat : 24924 (sugar) S 24922 24924 20697 0 -1 4194304 1309 4812 0 1 5 2 37 3 15 0 1 0 24544520 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24924/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 16868

[startup+1.50139 s]
/proc/loadavg: 2.33 2.13 2.03 3/91 24946
/proc/meminfo: memFree=1461736/2055920 swapFree=4192812/4192956
[pid=24924] ppid=24922 vsize=16868 CPUtime=1.19
/proc/24924/stat : 24924 (sugar) S 24922 24924 20697 0 -1 4194304 1376 11550 0 2 6 2 102 9 15 0 1 0 24544520 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24924/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 16868

[startup+3.10162 s]
/proc/loadavg: 2.33 2.13 2.03 3/83 24948
/proc/meminfo: memFree=1469032/2055920 swapFree=4192812/4192956
[pid=24924] ppid=24922 vsize=16868 CPUtime=1.19
/proc/24924/stat : 24924 (sugar) S 24922 24924 20697 0 -1 4194304 1376 11550 0 2 6 2 102 9 15 0 1 0 24544520 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24924/statm: 4217 1113 409 3 0 796 0
[pid=24947] ppid=24924 vsize=5356 CPUtime=0
/proc/24947/stat : 24947 (sh) S 24924 24924 20697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24544645 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24947/statm: 1339 232 193 169 0 50 0
[pid=24948] ppid=24947 vsize=4772 CPUtime=1.82
/proc/24948/stat : 24948 (minisat) R 24947 24924 20697 0 -1 4194304 996 0 0 0 182 0 0 0 25 0 1 0 24544645 4886528 982 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 1 0 0
/proc/24948/statm: 1193 982 75 150 0 1040 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 26996

[startup+6.30208 s]
/proc/loadavg: 2.33 2.13 2.03 3/83 24948
/proc/meminfo: memFree=1467560/2055920 swapFree=4192812/4192956
[pid=24924] ppid=24922 vsize=16868 CPUtime=1.19
/proc/24924/stat : 24924 (sugar) S 24922 24924 20697 0 -1 4194304 1376 11550 0 2 6 2 102 9 16 0 1 0 24544520 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24924/statm: 4217 1113 409 3 0 796 0
[pid=24947] ppid=24924 vsize=5356 CPUtime=0
/proc/24947/stat : 24947 (sh) S 24924 24924 20697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24544645 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24947/statm: 1339 232 193 169 0 50 0
[pid=24948] ppid=24947 vsize=5960 CPUtime=5
/proc/24948/stat : 24948 (minisat) R 24947 24924 20697 0 -1 4194304 1302 0 0 0 499 1 0 0 25 0 1 0 24544645 6103040 1288 996147200 134512640 135127466 4294956256 18446744073709551615 134522637 0 0 4096 3 0 0 0 17 1 0 0
/proc/24948/statm: 1490 1288 75 150 0 1337 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 28184

[startup+12.702 s]
/proc/loadavg: 2.28 2.12 2.03 3/83 24948
/proc/meminfo: memFree=1465448/2055920 swapFree=4192812/4192956
[pid=24924] ppid=24922 vsize=16868 CPUtime=1.19
/proc/24924/stat : 24924 (sugar) S 24922 24924 20697 0 -1 4194304 1376 11550 0 2 6 2 102 9 16 0 1 0 24544520 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24924/statm: 4217 1113 409 3 0 796 0
[pid=24947] ppid=24924 vsize=5356 CPUtime=0
/proc/24947/stat : 24947 (sh) S 24924 24924 20697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24544645 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24947/statm: 1339 232 193 169 0 50 0
[pid=24948] ppid=24947 vsize=7724 CPUtime=11.34
/proc/24948/stat : 24948 (minisat) R 24947 24924 20697 0 -1 4194304 1734 0 0 0 1132 2 0 0 25 0 1 0 24544645 7909376 1720 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24948/statm: 1931 1720 75 150 0 1778 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 29948

[startup+25.5018 s]
/proc/loadavg: 2.23 2.12 2.03 3/83 24954
/proc/meminfo: memFree=1463584/2055920 swapFree=4192812/4192956
[pid=24924] ppid=24922 vsize=16868 CPUtime=1.19
/proc/24924/stat : 24924 (sugar) S 24922 24924 20697 0 -1 4194304 1376 11550 0 2 6 2 102 9 16 0 1 0 24544520 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24924/statm: 4217 1113 409 3 0 796 0
[pid=24947] ppid=24924 vsize=5356 CPUtime=0
/proc/24947/stat : 24947 (sh) S 24924 24924 20697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24544645 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24947/statm: 1339 232 193 169 0 50 0
[pid=24948] ppid=24947 vsize=9916 CPUtime=23.99
/proc/24948/stat : 24948 (minisat) R 24947 24924 20697 0 -1 4194304 2252 0 0 0 2397 2 0 0 25 0 1 0 24544645 10153984 2238 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24948/statm: 2479 2238 75 150 0 2326 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 32140

[startup+51.1014 s]
/proc/loadavg: 2.15 2.11 2.03 3/83 24954
/proc/meminfo: memFree=1462624/2055920 swapFree=4192812/4192956
[pid=24924] ppid=24922 vsize=16868 CPUtime=1.19
/proc/24924/stat : 24924 (sugar) S 24922 24924 20697 0 -1 4194304 1376 11550 0 2 6 2 102 9 16 0 1 0 24544520 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24924/statm: 4217 1113 409 3 0 796 0
[pid=24947] ppid=24924 vsize=5356 CPUtime=0
/proc/24947/stat : 24947 (sh) S 24924 24924 20697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24544645 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24947/statm: 1339 232 193 169 0 50 0
[pid=24948] ppid=24947 vsize=10716 CPUtime=49.35
/proc/24948/stat : 24948 (minisat) R 24947 24924 20697 0 -1 4194304 2481 0 0 0 4932 3 0 0 25 0 1 0 24544645 10973184 2467 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24948/statm: 2679 2467 75 150 0 2526 0
Current children cumulated CPU time (s) 50.54
Current children cumulated vsize (KiB) 32940

[startup+102.307 s]
/proc/loadavg: 2.06 2.09 2.02 3/83 24954
/proc/meminfo: memFree=1460000/2055920 swapFree=4192812/4192956
[pid=24924] ppid=24922 vsize=16868 CPUtime=1.19
/proc/24924/stat : 24924 (sugar) S 24922 24924 20697 0 -1 4194304 1376 11550 0 2 6 2 102 9 16 0 1 0 24544520 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24924/statm: 4217 1113 409 3 0 796 0
[pid=24947] ppid=24924 vsize=5356 CPUtime=0
/proc/24947/stat : 24947 (sh) S 24924 24924 20697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24544645 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24947/statm: 1339 232 193 169 0 50 0
[pid=24948] ppid=24947 vsize=13144 CPUtime=100.07
/proc/24948/stat : 24948 (minisat) R 24947 24924 20697 0 -1 4194304 3074 0 0 0 10003 4 0 0 25 0 1 0 24544645 13459456 3060 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24948/statm: 3286 3060 75 150 0 3133 0
Current children cumulated CPU time (s) 101.26
Current children cumulated vsize (KiB) 35368

[startup+162.301 s]
/proc/loadavg: 2.02 2.07 2.02 3/83 24954
/proc/meminfo: memFree=1459168/2055920 swapFree=4192812/4192956
[pid=24924] ppid=24922 vsize=16868 CPUtime=1.19
/proc/24924/stat : 24924 (sugar) S 24922 24924 20697 0 -1 4194304 1376 11550 0 2 6 2 102 9 16 0 1 0 24544520 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24924/statm: 4217 1113 409 3 0 796 0
[pid=24947] ppid=24924 vsize=5356 CPUtime=0
/proc/24947/stat : 24947 (sh) S 24924 24924 20697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24544645 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24947/statm: 1339 232 193 169 0 50 0
[pid=24948] ppid=24947 vsize=14056 CPUtime=159.5
/proc/24948/stat : 24948 (minisat) R 24947 24924 20697 0 -1 4194304 3288 0 0 0 15946 4 0 0 25 0 1 0 24544645 14393344 3274 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24948/statm: 3514 3274 75 150 0 3361 0
Current children cumulated CPU time (s) 160.69
Current children cumulated vsize (KiB) 36280

[startup+222.302 s]
/proc/loadavg: 2.01 2.05 2.01 3/83 24954
/proc/meminfo: memFree=1458848/2055920 swapFree=4192812/4192956
[pid=24924] ppid=24922 vsize=16868 CPUtime=1.19
/proc/24924/stat : 24924 (sugar) S 24922 24924 20697 0 -1 4194304 1376 11550 0 2 6 2 102 9 16 0 1 0 24544520 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24924/statm: 4217 1113 409 3 0 796 0
[pid=24947] ppid=24924 vsize=5356 CPUtime=0
/proc/24947/stat : 24947 (sh) S 24924 24924 20697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24544645 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24947/statm: 1339 232 193 169 0 50 0
[pid=24948] ppid=24947 vsize=14212 CPUtime=218.94
/proc/24948/stat : 24948 (minisat) R 24947 24924 20697 0 -1 4194304 3335 0 0 0 21890 4 0 0 25 0 1 0 24544645 14553088 3321 996147200 134512640 135127466 4294956256 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 1 0 0
/proc/24948/statm: 3553 3321 75 150 0 3400 0
Current children cumulated CPU time (s) 220.13
Current children cumulated vsize (KiB) 36436

[startup+282.301 s]
/proc/loadavg: 2.00 2.04 2.00 3/83 24954
/proc/meminfo: memFree=1458336/2055920 swapFree=4192812/4192956
[pid=24924] ppid=24922 vsize=16868 CPUtime=1.19
/proc/24924/stat : 24924 (sugar) S 24922 24924 20697 0 -1 4194304 1376 11550 0 2 6 2 102 9 16 0 1 0 24544520 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24924/statm: 4217 1113 409 3 0 796 0
[pid=24947] ppid=24924 vsize=5356 CPUtime=0
/proc/24947/stat : 24947 (sh) S 24924 24924 20697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24544645 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24947/statm: 1339 232 193 169 0 50 0
[pid=24948] ppid=24947 vsize=14756 CPUtime=278.37
/proc/24948/stat : 24948 (minisat) R 24947 24924 20697 0 -1 4194304 3457 0 0 0 27833 4 0 0 25 0 1 0 24544645 15110144 3443 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24948/statm: 3689 3443 75 150 0 3536 0
Current children cumulated CPU time (s) 279.56
Current children cumulated vsize (KiB) 36980

[startup+342.302 s]

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

[pid=24924] ppid=24922 vsize=16868 CPUtime=1.19
/proc/24924/stat : 24924 (sugar) S 24922 24924 20697 0 -1 4194304 1376 11550 0 2 6 2 102 9 16 0 1 0 24544520 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24924/statm: 4217 1113 409 3 0 796 0
[pid=24947] ppid=24924 vsize=5356 CPUtime=0
/proc/24947/stat : 24947 (sh) S 24924 24924 20697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24544645 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24947/statm: 1339 232 193 169 0 50 0
[pid=24948] ppid=24947 vsize=20452 CPUtime=1229.96
/proc/24948/stat : 24948 (minisat) R 24947 24924 20697 0 -1 4194304 4808 0 0 0 122987 9 0 0 25 0 1 0 24544645 20942848 4794 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24948/statm: 5113 4794 75 150 0 4960 0
Current children cumulated CPU time (s) 1231.15
Current children cumulated vsize (KiB) 42676

[startup+1302.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/86 25055
/proc/meminfo: memFree=1040016/2055920 swapFree=4192812/4192956
[pid=24924] ppid=24922 vsize=16868 CPUtime=1.19
/proc/24924/stat : 24924 (sugar) S 24922 24924 20697 0 -1 4194304 1376 11550 0 2 6 2 102 9 16 0 1 0 24544520 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24924/statm: 4217 1113 409 3 0 796 0
[pid=24947] ppid=24924 vsize=5356 CPUtime=0
/proc/24947/stat : 24947 (sh) S 24924 24924 20697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24544645 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24947/statm: 1339 232 193 169 0 50 0
[pid=24948] ppid=24947 vsize=21508 CPUtime=1289.67
/proc/24948/stat : 24948 (minisat) R 24947 24924 20697 0 -1 4194304 5102 0 0 0 128958 9 0 0 25 0 1 0 24544645 22024192 5088 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24948/statm: 5377 5088 75 150 0 5224 0
Current children cumulated CPU time (s) 1290.86
Current children cumulated vsize (KiB) 43732

[startup+1362.3 s]
/proc/loadavg: 2.13 2.04 2.01 3/86 25055
/proc/meminfo: memFree=1031184/2055920 swapFree=4192812/4192956
[pid=24924] ppid=24922 vsize=16868 CPUtime=1.19
/proc/24924/stat : 24924 (sugar) S 24922 24924 20697 0 -1 4194304 1376 11550 0 2 6 2 102 9 16 0 1 0 24544520 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24924/statm: 4217 1113 409 3 0 796 0
[pid=24947] ppid=24924 vsize=5356 CPUtime=0
/proc/24947/stat : 24947 (sh) S 24924 24924 20697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24544645 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24947/statm: 1339 232 193 169 0 50 0
[pid=24948] ppid=24947 vsize=21800 CPUtime=1349.36
/proc/24948/stat : 24948 (minisat) R 24947 24924 20697 0 -1 4194304 5147 0 0 0 134927 9 0 0 25 0 1 0 24544645 22323200 5133 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/24948/statm: 5450 5133 75 150 0 5297 0
Current children cumulated CPU time (s) 1350.55
Current children cumulated vsize (KiB) 44024

[startup+1422.31 s]
/proc/loadavg: 2.11 2.05 2.01 3/86 25055
/proc/meminfo: memFree=1031184/2055920 swapFree=4192812/4192956
[pid=24924] ppid=24922 vsize=16868 CPUtime=1.19
/proc/24924/stat : 24924 (sugar) S 24922 24924 20697 0 -1 4194304 1376 11550 0 2 6 2 102 9 16 0 1 0 24544520 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24924/statm: 4217 1113 409 3 0 796 0
[pid=24947] ppid=24924 vsize=5356 CPUtime=0
/proc/24947/stat : 24947 (sh) S 24924 24924 20697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24544645 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24947/statm: 1339 232 193 169 0 50 0
[pid=24948] ppid=24947 vsize=21800 CPUtime=1409.08
/proc/24948/stat : 24948 (minisat) R 24947 24924 20697 0 -1 4194304 5157 0 0 0 140899 9 0 0 25 0 1 0 24544645 22323200 5143 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24948/statm: 5450 5143 75 150 0 5297 0
Current children cumulated CPU time (s) 1410.27
Current children cumulated vsize (KiB) 44024

[startup+1482.3 s]
/proc/loadavg: 2.44 2.15 2.04 3/86 25055
/proc/meminfo: memFree=1029392/2055920 swapFree=4192812/4192956
[pid=24924] ppid=24922 vsize=16868 CPUtime=1.19
/proc/24924/stat : 24924 (sugar) S 24922 24924 20697 0 -1 4194304 1376 11550 0 2 6 2 102 9 16 0 1 0 24544520 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24924/statm: 4217 1113 409 3 0 796 0
[pid=24947] ppid=24924 vsize=5356 CPUtime=0
/proc/24947/stat : 24947 (sh) S 24924 24924 20697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24544645 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24947/statm: 1339 232 193 169 0 50 0
[pid=24948] ppid=24947 vsize=21944 CPUtime=1468.76
/proc/24948/stat : 24948 (minisat) R 24947 24924 20697 0 -1 4194304 5187 0 0 0 146867 9 0 0 25 0 1 0 24544645 22470656 5173 996147200 134512640 135127466 4294956256 18446744073709551615 134528364 0 0 4096 3 0 0 0 17 0 0 0
/proc/24948/statm: 5486 5173 75 150 0 5333 0
Current children cumulated CPU time (s) 1469.95
Current children cumulated vsize (KiB) 44168

[startup+1542.3 s]
/proc/loadavg: 2.16 2.12 2.03 3/83 25091
/proc/meminfo: memFree=1331112/2055920 swapFree=4192812/4192956
[pid=24924] ppid=24922 vsize=16868 CPUtime=1.19
/proc/24924/stat : 24924 (sugar) S 24922 24924 20697 0 -1 4194304 1376 11550 0 2 6 2 102 9 16 0 1 0 24544520 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24924/statm: 4217 1113 409 3 0 796 0
[pid=24947] ppid=24924 vsize=5356 CPUtime=0
/proc/24947/stat : 24947 (sh) S 24924 24924 20697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24544645 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24947/statm: 1339 232 193 169 0 50 0
[pid=24948] ppid=24947 vsize=22076 CPUtime=1528.46
/proc/24948/stat : 24948 (minisat) R 24947 24924 20697 0 -1 4194304 5242 0 0 0 152836 10 0 0 25 0 1 0 24544645 22605824 5228 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24948/statm: 5519 5228 75 150 0 5366 0
Current children cumulated CPU time (s) 1529.65
Current children cumulated vsize (KiB) 44300

[startup+1602.3 s]
/proc/loadavg: 2.06 2.09 2.03 3/83 25091
/proc/meminfo: memFree=1242728/2055920 swapFree=4192812/4192956
[pid=24924] ppid=24922 vsize=16868 CPUtime=1.19
/proc/24924/stat : 24924 (sugar) S 24922 24924 20697 0 -1 4194304 1376 11550 0 2 6 2 102 9 16 0 1 0 24544520 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24924/statm: 4217 1113 409 3 0 796 0
[pid=24947] ppid=24924 vsize=5356 CPUtime=0
/proc/24947/stat : 24947 (sh) S 24924 24924 20697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24544645 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24947/statm: 1339 232 193 169 0 50 0
[pid=24948] ppid=24947 vsize=22356 CPUtime=1588.16
/proc/24948/stat : 24948 (minisat) R 24947 24924 20697 0 -1 4194304 5282 0 0 0 158806 10 0 0 25 0 1 0 24544645 22892544 5268 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24948/statm: 5589 5268 75 150 0 5436 0
Current children cumulated CPU time (s) 1589.35
Current children cumulated vsize (KiB) 44580

[startup+1662.3 s]
/proc/loadavg: 2.02 2.07 2.02 3/83 25091
/proc/meminfo: memFree=1193128/2055920 swapFree=4192812/4192956
[pid=24924] ppid=24922 vsize=16868 CPUtime=1.19
/proc/24924/stat : 24924 (sugar) S 24922 24924 20697 0 -1 4194304 1376 11550 0 2 6 2 102 9 16 0 1 0 24544520 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24924/statm: 4217 1113 409 3 0 796 0
[pid=24947] ppid=24924 vsize=5356 CPUtime=0
/proc/24947/stat : 24947 (sh) S 24924 24924 20697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24544645 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24947/statm: 1339 232 193 169 0 50 0
[pid=24948] ppid=24947 vsize=22356 CPUtime=1647.87
/proc/24948/stat : 24948 (minisat) R 24947 24924 20697 0 -1 4194304 5294 0 0 0 164777 10 0 0 25 0 1 0 24544645 22892544 5280 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24948/statm: 5589 5280 75 150 0 5436 0
Current children cumulated CPU time (s) 1649.06
Current children cumulated vsize (KiB) 44580

[startup+1722.3 s]
/proc/loadavg: 2.00 2.06 2.02 2/73 25092
/proc/meminfo: memFree=1705976/2055920 swapFree=4192812/4192956
[pid=24924] ppid=24922 vsize=16868 CPUtime=1.19
/proc/24924/stat : 24924 (sugar) S 24922 24924 20697 0 -1 4194304 1376 11550 0 2 6 2 102 9 16 0 1 0 24544520 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24924/statm: 4217 1113 409 3 0 796 0
[pid=24947] ppid=24924 vsize=5356 CPUtime=0
/proc/24947/stat : 24947 (sh) S 24924 24924 20697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24544645 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24947/statm: 1339 232 193 169 0 50 0
[pid=24948] ppid=24947 vsize=22496 CPUtime=1707.57
/proc/24948/stat : 24948 (minisat) R 24947 24924 20697 0 -1 4194304 5318 0 0 0 170747 10 0 0 25 0 1 0 24544645 23035904 5304 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24948/statm: 5624 5304 75 150 0 5471 0
Current children cumulated CPU time (s) 1708.76
Current children cumulated vsize (KiB) 44720

[startup+1782.3 s]
/proc/loadavg: 2.00 2.04 2.01 3/85 25140
/proc/meminfo: memFree=1493456/2055920 swapFree=4192812/4192956
[pid=24924] ppid=24922 vsize=16868 CPUtime=1.19
/proc/24924/stat : 24924 (sugar) S 24922 24924 20697 0 -1 4194304 1376 11550 0 2 6 2 102 9 16 0 1 0 24544520 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24924/statm: 4217 1113 409 3 0 796 0
[pid=24947] ppid=24924 vsize=5356 CPUtime=0
/proc/24947/stat : 24947 (sh) S 24924 24924 20697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24544645 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24947/statm: 1339 232 193 169 0 50 0
[pid=24948] ppid=24947 vsize=22636 CPUtime=1767.27
/proc/24948/stat : 24948 (minisat) R 24947 24924 20697 0 -1 4194304 5359 0 0 0 176712 15 0 0 25 0 1 0 24544645 23179264 5345 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24948/statm: 5659 5345 75 150 0 5506 0
Current children cumulated CPU time (s) 1768.46
Current children cumulated vsize (KiB) 44860



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814 s]
/proc/loadavg: 2.00 2.04 2.01 3/85 25140
/proc/meminfo: memFree=1338256/2055920 swapFree=4192812/4192956
[pid=24924] ppid=24922 vsize=16868 CPUtime=1.19
/proc/24924/stat : 24924 (sugar) S 24922 24924 20697 0 -1 4194304 1376 11550 0 2 6 2 102 9 16 0 1 0 24544520 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24924/statm: 4217 1113 409 3 0 796 0
[pid=24947] ppid=24924 vsize=5356 CPUtime=0
/proc/24947/stat : 24947 (sh) S 24924 24924 20697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24544645 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24947/statm: 1339 232 193 169 0 50 0
[pid=24948] ppid=24947 vsize=22636 CPUtime=1798.81
/proc/24948/stat : 24948 (minisat) R 24947 24924 20697 0 -1 4194304 5363 0 0 0 179863 18 0 0 25 0 1 0 24544645 23179264 5349 996147200 134512640 135127466 4294956256 18446744073709551615 134523542 0 0 4096 3 0 0 0 17 0 0 0
/proc/24948/statm: 5659 5349 75 150 0 5506 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 44860

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

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

Child status: 0
Real time (s): 1814.02
CPU time (s): 1800.03
CPU user time (s): 1799.72
CPU system time (s): 0.309952
CPU usage (%): 99.2285
Max. virtual memory (cumulated for all children) (KiB): 890856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.72
system time used= 0.309952
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19060
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= 1607
involuntary context switches= 37252

runsolver used 2.13167 second user time and 5.83711 second system time

The end

Launcher Data

Begin job on node49 at 2009-07-12 07:00:42
IDJOB=2082280
IDBENCH=57563
IDSOLVER=739
FILE ID=node49/2082280-1247374842
PBS_JOBID= 9507076
Free space on /tmp= 66420 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/langford2/normalized-langford-2-21.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-2082280-1247374842/watcher-2082280-1247374842 -o /tmp/evaluation-result-2082280-1247374842/solver-2082280-1247374842 -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-2082280-1247374842.xml

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

MD5SUM BENCH= 0fd636b6525e64471a70028d502ce2bf
RANDOM SEED=2014633331

node49.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.232
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.232
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:       1476832 kB
Buffers:         55312 kB
Cached:         183572 kB
SwapCached:          0 kB
Active:         413240 kB
Inactive:       101320 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1476832 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1400 kB
Writeback:           0 kB
Mapped:         293588 kB
Slab:            49204 kB
Committed_AS:   949016 kB
PageTables:       2296 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= 66148 MiB
End job on node49 at 2009-07-12 07:30:58