Trace number 1127699

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-incMSAT (TO) 3600.11 3633.24

General information on the benchmark

Namemaxcsp/cnf/2-40-1100-2000/
normalized-cnf-2-40-1900-793226_ext.xml
MD5SUM156b672944ee513374860a98a6930991
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints253
Best CPU time to get the best result obtained on this benchmark4.10238
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints682
Maximum constraint arity2
Maximum domain size2
Number of constraints which are defined in extension682
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04/0.16	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.04/0.16	c 0	BEGIN Wed Jul 23 02:59:58 2008
0.04/0.16	c 0	PID 6850
0.04/0.16	c 0	HOST node56.alineos.net
0.04/0.16	c 0	CONVERTING HOME/instance-1127699-1216774797.xml TO HOME/temp.csp
0.04/0.16	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1127699-1216774797.xml' 'HOME/temp.csp'
0.08/0.64	c 0	1 domains, 40 variables, 0 predicates, 14 relations, 682 constraints
0.08/0.69	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.08/0.69	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.55/0.77	c 0	Parsing HOME/temp.csp
0.55/0.90	c 1	parsed 737 expressions
0.55/0.91	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.55/0.92	c 1	MAX CSP: 682 constraints
0.55/0.92	c 1	Converting to clausal form CSP
0.55/0.96	c 1	converted 143 (10%) expressions
0.55/0.98	c 1	converted 285 (20%) expressions
0.55/0.99	c 1	converted 427 (30%) expressions
0.84/1.01	c 1	converted 569 (40%) expressions
0.84/1.02	c 1	converted 711 (50%) expressions
0.84/1.03	c 1	converted 854 (60%) expressions
0.84/1.04	c 1	converted 996 (70%) expressions
0.94/1.11	c 1	converted 1138 (80%) expressions
0.94/1.12	c 1	converted 1280 (90%) expressions
1.03/1.24	c 1	converted 1422 (100%) expressions
1.03/1.24	c 1	CSP : 1404 integers, 0 booleans, 2045 clauses, largest domain size 1024
1.03/1.24	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.03/1.24	c 1	Propagation in CSP
1.03/1.29	c 1	677 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.03/1.29	c 1	CSP : 1404 integers, 0 booleans, 2045 clauses, largest domain size 683
1.03/1.29	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.03/1.29	c 1	Simplifing CSP by introducing new Boolean variables
1.03/1.29	c 1	CSP : 1404 integers, 0 booleans, 2045 clauses, largest domain size 683
1.03/1.29	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.14/1.33	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.14/1.34	c 1	141 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.14/1.34	c 1	281 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.14/1.34	c 1	422 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.14/1.34	c 1	562 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.14/1.34	c 1	702 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.14/1.36	c 1	843 (60%) CSP integer variables are encoded (1272 clauses, 16047 bytes)
1.14/1.36	c 1	983 (70%) CSP integer variables are encoded (6881 clauses, 88964 bytes)
1.14/1.37	c 1	1124 (80%) CSP integer variables are encoded (8939 clauses, 115809 bytes)
1.14/1.37	c 1	1264 (90%) CSP integer variables are encoded (9911 clauses, 130389 bytes)
1.14/1.37	c 1	1404 (100%) CSP integer variables are encoded (11258 clauses, 150594 bytes)
1.22/1.40	c 1	205 (10%) CSP clauses are encoded (11546 clauses, 153747 bytes)
1.22/1.42	c 1	409 (20%) CSP clauses are encoded (11835 clauses, 157155 bytes)
1.22/1.44	c 1	614 (30%) CSP clauses are encoded (12121 clauses, 160616 bytes)
1.22/1.46	c 1	818 (40%) CSP clauses are encoded (15213 clauses, 213026 bytes)
1.32/1.52	c 1	1023 (50%) CSP clauses are encoded (43848 clauses, 732037 bytes)
1.63/1.82	c 1	1227 (60%) CSP clauses are encoded (170376 clauses, 3010526 bytes)
2.21/2.41	c 2	1432 (70%) CSP clauses are encoded (494925 clauses, 8990635 bytes)
2.21/2.43	c 2	1636 (80%) CSP clauses are encoded (504869 clauses, 9187026 bytes)
2.21/2.48	c 2	1841 (90%) CSP clauses are encoded (528650 clauses, 9686842 bytes)
2.41/2.65	c 2	2045 (100%) CSP clauses are encoded (616130 clauses, 11547406 bytes)
2.41/2.65	c 2	2045 CSP clauses encoded
2.41/2.65	c 2	Writing map file : HOME/temp.map
2.41/2.66	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.41/2.66	c 2	SAT : 12662 SAT variables, 616130 SAT clauses, 11547406 bytes
2.41/2.66	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.41/2.68	c 2	OBJECTIVE minimize _COST
2.41/2.68	c 2	SOLVING HOME/temp.cnf
2.41/2.68	c 2	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
2.41/2.68	c 2	This is MiniSat 2.0 beta incremental
2.41/2.68	c 2	WARNING: for repeatability, setting FPU to use double precision
2.41/2.68	c 2	============================[ Problem Statistics ]=============================
2.41/2.68	c 2	|                                                                             |
2.41/2.68	c 2	|  Number of variables:  12662                                                |
2.41/2.68	c 2	|  Number of clauses:    616130                                               |
2.49/2.97	c 3	|  Parsing time:         0.24         s                                       |
2.49/2.98	c 3	OK
2.49/2.98	c 3	OBJECTIVE BOUND: 0 <= _COST <= 
2.49/2.98	c 3	SEARCHING: _COST <= 341
2.49/2.98	c 3	============================[ Search Statistics ]==============================
2.49/2.98	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.49/2.98	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.49/2.98	c 3	===============================================================================
2.49/2.98	c 3	|         0 |   12662   616130  1813411 |   205376        0    nan |  0.000 % |
3.09/3.35	c 3	|       101 |   12660   616130  1813411 |   225914       99     22 |  0.207 % |
3.19/3.43	c 3	===============================================================================
3.19/3.43	c 3	restarts              : 2
3.19/3.43	c 3	conflicts             : 240           (345 /sec)
3.19/3.43	c 3	decisions             : 1113          (0.72 % random) (1602 /sec)
3.19/3.43	c 3	propagations          : 263330         (378950 /sec)
3.19/3.43	c 3	conflict literals     : 4718           (20.72 % deleted)
3.19/3.43	c 3	Memory used           : 27.64 MB
3.19/3.43	c 3	CPU time              : 0.694894 s
3.19/3.43	c 3	
3.19/3.43	c 3	SATISFIABLE
3.19/3.43	c 3	OK
3.19/3.43	c 3	FOUND: _COST <= 341
3.19/3.43	s SATISFIABLE
3.19/3.43	c 3	DECODING HOME/temp.out WITH HOME/temp.map
3.19/3.43	c 3	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
3.22/3.52	c 3	Decoding HOME/temp.out
3.22/3.63	c 3	OBJECTIVE _COST 341
3.22/3.63	o 341
3.22/3.63	v 1 1 1 0 1 1 1 0 1 1 1 1 1 1 0 1 1 0 1 1 1 1 1 0 1 1 1 1 0 1 1 1 0 0 1 1 1 1 0 1
3.22/3.63	c 3	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
3.22/3.65	c 3	OK
3.22/3.65	c 3	OBJECTIVE BOUND: 0 <= _COST <= 341
3.22/3.65	c 3	SEARCHING: _COST <= 170
3.22/3.66	c 3	============================[ Search Statistics ]==============================
3.22/3.67	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.22/3.67	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.22/3.67	c 3	===============================================================================
3.22/3.67	c 3	|       240 |   12636   616130  1813411 |   205376      238     20 |  0.207 % |
3.57/3.86	c 3	|       341 |   12636   616130  1813411 |   225914      339     19 | 27.153 % |
3.77/4.00	c 4	|       492 |   12635   616130  1813411 |   248505      489     17 | 27.272 % |
3.97/4.21	c 4	|       719 |   12634   616130  1813411 |   273356      709     16 | 28.259 % |
4.07/4.37	c 4	|      1057 |   12634   616130  1813411 |   300691     1047     15 | 28.259 % |
4.56/4.82	c 4	|      1563 |   12634   616130  1813411 |   330761     1553     14 | 28.259 % |
5.34/5.66	c 5	|      2323 |   12634   616130  1813411 |   363837     2309     15 | 28.654 % |
6.14/6.42	c 6	|      3462 |   12634   616130  1813411 |   400221     3446     14 | 28.883 % |
7.22/7.55	c 7	|      5171 |    9004   379700  1114879 |   440243     5152     14 | 29.380 % |
8.91/9.30	c 9	|      7733 |    9004   379700  1114879 |   484267     7714     15 | 29.380 % |
11.68/12.01	c 12	|     11578 |    8927   373868  1097634 |   532694    11553     16 | 29.499 % |
16.54/16.95	c 17	|     17345 |    8899   371859  1091696 |   585963    17315     16 | 29.720 % |
26.14/26.62	c 26	|     25996 |    8789   366087  1074757 |   644559    25920     17 | 30.723 % |
41.80/42.44	c 42	|     38971 |    8789   366087  1074757 |   709015    38895     20 | 30.723 % |
71.69/72.69	c 72	|     58432 |    8772   365240  1072275 |   779917    58355     21 | 30.857 % |
124.88/126.38	c 126	|     87626 |    8710   361862  1062353 |   857909    87527     22 | 31.213 % |
227.60/230.01	c 230	|    131417 |    8710   361862  1062353 |   943700   131318     23 | 31.213 % |
422.35/426.65	c 426	|    197102 |    8710   361862  1062353 |  1038070   197003     24 | 31.213 % |
782.62/790.35	c 790	|    295632 |    8710   361862  1062353 |  1141877   295533     24 | 31.213 % |
1509.41/1524.01	c 1524	|    443421 |    8710   361862  1062353 |  1256065   443322     25 | 31.213 % |
2997.75/3026.54	c 3026	|    665104 |    8710   361862  1062353 |  1381671   665005     25 | 31.213 % |
3600.04/3633.21	c ERROR INTERRUPTED
3600.04/3633.23	c 3633	CPU 3599.44 (0.06 0.02 3599.38 0.61)
3600.04/3633.23	c 3633	END Wed Jul 23 04:00:31 2008

Verifier Data (download as text)

OK	291	391
291 unsatisfied constraints, 391 satisfied constraints

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-1127699-1216774797/watcher-1127699-1216774797 -o /tmp/evaluation-result-1127699-1216774797/solver-1127699-1216774797 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1127699-1216774797.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.19 2.02 1.62 4/81 6850
/proc/meminfo: memFree=1151840/2055920 swapFree=4192956/4192956
[pid=6850] ppid=6848 vsize=6268 CPUtime=0
/proc/6850/stat : 6850 (sugar++) R 6848 6850 6671 0 -1 4194304 62 0 0 0 0 0 0 0 19 0 1 0 4568157 6418432 47 996147200 4194304 4206940 548682068528 18446744073709551615 250966242697 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/6850/statm: 1567 47 36 3 0 8 0

[startup+0.033326 s]
/proc/loadavg: 2.19 2.02 1.62 4/81 6850
/proc/meminfo: memFree=1151840/2055920 swapFree=4192956/4192956
[pid=6850] ppid=6848 vsize=12676 CPUtime=0.02
/proc/6850/stat : 6850 (sugar++) D 6848 6850 6671 0 -1 4194304 531 0 0 0 1 1 0 0 18 0 1 0 4568157 12980224 499 996147200 4194304 4206940 548682068528 18446744073709551615 250969029221 0 2147483391 4224 0 18446744072099781622 0 0 17 1 0 0
/proc/6850/statm: 3169 499 315 3 0 269 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12676

[startup+0.101133 s]
/proc/loadavg: 2.19 2.02 1.62 4/81 6850
/proc/meminfo: memFree=1151840/2055920 swapFree=4192956/4192956
[pid=6850] ppid=6848 vsize=13600 CPUtime=0.04
/proc/6850/stat : 6850 (sugar++) R 6848 6850 6671 0 -1 4194304 784 0 0 0 3 1 0 0 18 0 1 0 4568157 13926400 752 996147200 4194304 4206940 548682068528 18446744073709551615 250988799041 0 0 4224 0 0 0 0 17 1 0 0
/proc/6850/statm: 3400 752 338 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301173 s]
/proc/loadavg: 2.19 2.02 1.62 4/81 6850
/proc/meminfo: memFree=1151840/2055920 swapFree=4192956/4192956
[pid=6850] ppid=6848 vsize=16740 CPUtime=0.08
/proc/6850/stat : 6850 (sugar++) S 6848 6850 6671 0 -1 4194304 1219 128 0 0 6 2 0 0 19 0 1 0 4568157 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6850/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 16740

[startup+0.701242 s]
/proc/loadavg: 2.19 2.02 1.62 4/81 6850
/proc/meminfo: memFree=1151840/2055920 swapFree=4192956/4192956
[pid=6850] ppid=6848 vsize=16740 CPUtime=0.55
/proc/6850/stat : 6850 (sugar++) S 6848 6850 6671 0 -1 4194304 1279 4530 0 1 6 2 45 2 16 0 1 0 4568157 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6850/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 16740

[startup+1.50238 s]
/proc/loadavg: 2.19 2.02 1.62 3/92 6872
/proc/meminfo: memFree=1141768/2055920 swapFree=4192956/4192956
[pid=6850] ppid=6848 vsize=16740 CPUtime=0.55
/proc/6850/stat : 6850 (sugar++) S 6848 6850 6671 0 -1 4194304 1297 4530 0 1 6 2 45 2 15 0 1 0 4568157 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6850/statm: 4185 1104 409 3 0 764 0
[pid=6863] ppid=6850 vsize=5356 CPUtime=0
/proc/6863/stat : 6863 (sh) S 6850 6850 6671 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4568226 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6863/statm: 1339 233 193 169 0 50 0
[pid=6864] ppid=6863 vsize=868452 CPUtime=0.77
/proc/6864/stat : 6864 (java) S 6863 6850 6671 0 -1 0 6598 0 1 0 73 4 0 0 18 0 9 0 4568226 889294848 5798 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6864/statm: 217113 5798 2563 9 0 211660 0
[pid=6864/tid=6865] ppid=6863 vsize=868452 CPUtime=0.43
/proc/6864/task/6865/stat : 6865 (java) R 6863 6850 6671 0 -1 64 2732 0 1 0 41 2 0 0 18 0 9 0 4568227 889294848 5798 996147200 134512640 134550740 4294955920 18446744073709551615 4126948542 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6864/tid=6866] ppid=6863 vsize=868452 CPUtime=0.06
/proc/6864/task/6866/stat : 6866 (java) S 6863 6850 6671 0 -1 64 1676 0 0 0 6 0 0 0 16 0 9 0 4568228 889294848 5798 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6864/tid=6867] ppid=6863 vsize=868452 CPUtime=0
/proc/6864/task/6867/stat : 6867 (java) S 6863 6850 6671 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4568228 889294848 5798 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6864/tid=6868] ppid=6863 vsize=868452 CPUtime=0
/proc/6864/task/6868/stat : 6868 (java) S 6863 6850 6671 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4568228 889294848 5798 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6864/tid=6869] ppid=6863 vsize=868452 CPUtime=0
/proc/6864/task/6869/stat : 6869 (java) S 6863 6850 6671 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4568230 889294848 5798 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6864/tid=6870] ppid=6863 vsize=868452 CPUtime=0.26
/proc/6864/task/6870/stat : 6870 (java) S 6863 6850 6671 0 -1 64 1496 0 0 0 25 1 0 0 16 0 9 0 4568230 889294848 5798 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6864/tid=6871] ppid=6863 vsize=868452 CPUtime=0
/proc/6864/task/6871/stat : 6871 (java) S 6863 6850 6671 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4568230 889294848 5798 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6864/tid=6872] ppid=6863 vsize=868452 CPUtime=0
/proc/6864/task/6872/stat : 6872 (java) S 6863 6850 6671 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4568230 889294848 5798 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 890548

[startup+3.10168 s]
/proc/loadavg: 2.19 2.02 1.62 4/92 6872
/proc/meminfo: memFree=1128904/2055920 swapFree=4192956/4192956
[pid=6850] ppid=6848 vsize=16872 CPUtime=2.49
/proc/6850/stat : 6850 (sugar++) S 6848 6850 6671 0 -1 4194304 1481 11772 0 2 6 2 224 17 15 0 1 0 4568157 17276928 1131 996147200 4194304 4206940 548682068528 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6850/statm: 4218 1131 414 3 0 797 0
Current children cumulated CPU time (s) 2.49
Current children cumulated vsize (KiB) 16872

[startup+6.30124 s]
/proc/loadavg: 2.17 2.02 1.62 3/83 6883
/proc/meminfo: memFree=1108432/2055920 swapFree=4192956/4192956
[pid=6850] ppid=6848 vsize=16872 CPUtime=2.69
/proc/6850/stat : 6850 (sugar++) S 6848 6850 6671 0 -1 4194304 1565 15644 0 3 6 2 242 19 15 0 1 0 4568157 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6850/statm: 4218 1132 414 3 0 797 0
[pid=6873] ppid=6850 vsize=28428 CPUtime=3.35
/proc/6873/stat : 6873 (minisat-inc) R 6850 6850 6671 0 -1 4194304 6952 0 0 0 330 5 0 0 25 0 1 0 4568425 29110272 6899 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/6873/statm: 7107 6899 79 151 0 6953 0
Current children cumulated CPU time (s) 6.04
Current children cumulated vsize (KiB) 45300

[startup+12.7014 s]
/proc/loadavg: 2.16 2.02 1.62 3/83 6883
/proc/meminfo: memFree=1108688/2055920 swapFree=4192956/4192956
[pid=6850] ppid=6848 vsize=16872 CPUtime=2.69
/proc/6850/stat : 6850 (sugar++) S 6848 6850 6671 0 -1 4194304 1565 15644 0 3 6 2 242 19 16 0 1 0 4568157 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6850/statm: 4218 1132 414 3 0 797 0
[pid=6873] ppid=6850 vsize=28576 CPUtime=9.69
/proc/6873/stat : 6873 (minisat-inc) R 6850 6850 6671 0 -1 4194304 6970 0 0 0 964 5 0 0 25 0 1 0 4568425 29261824 6917 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 1 0 0
/proc/6873/statm: 7144 6917 79 151 0 6990 0
Current children cumulated CPU time (s) 12.38
Current children cumulated vsize (KiB) 45448

[startup+25.5017 s]
/proc/loadavg: 2.12 2.02 1.63 3/83 6883
/proc/meminfo: memFree=1108752/2055920 swapFree=4192956/4192956
[pid=6850] ppid=6848 vsize=16872 CPUtime=2.69
/proc/6850/stat : 6850 (sugar++) S 6848 6850 6671 0 -1 4194304 1565 15644 0 3 6 2 242 19 16 0 1 0 4568157 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6850/statm: 4218 1132 414 3 0 797 0
[pid=6873] ppid=6850 vsize=28576 CPUtime=22.36
/proc/6873/stat : 6873 (minisat-inc) R 6850 6850 6671 0 -1 4194304 7005 0 0 0 2231 5 0 0 25 0 1 0 4568425 29261824 6952 996147200 134512640 135134323 4294956192 18446744073709551615 134531982 0 0 4096 3 0 0 0 17 1 0 0
/proc/6873/statm: 7144 6952 79 151 0 6990 0
Current children cumulated CPU time (s) 25.05
Current children cumulated vsize (KiB) 45448

[startup+51.1012 s]
/proc/loadavg: 2.08 2.02 1.64 3/83 6883
/proc/meminfo: memFree=1108432/2055920 swapFree=4192956/4192956
[pid=6850] ppid=6848 vsize=16872 CPUtime=2.69
/proc/6850/stat : 6850 (sugar++) S 6848 6850 6671 0 -1 4194304 1565 15644 0 3 6 2 242 19 16 0 1 0 4568157 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6850/statm: 4218 1132 414 3 0 797 0
[pid=6873] ppid=6850 vsize=28820 CPUtime=47.72
/proc/6873/stat : 6873 (minisat-inc) R 6850 6850 6671 0 -1 4194304 7051 0 0 0 4767 5 0 0 25 0 1 0 4568425 29511680 6998 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/6873/statm: 7205 6998 79 151 0 7051 0
Current children cumulated CPU time (s) 50.41
Current children cumulated vsize (KiB) 45692

[startup+102.306 s]
/proc/loadavg: 2.07 2.03 1.66 3/83 6889
/proc/meminfo: memFree=1105544/2055920 swapFree=4192956/4192956
[pid=6850] ppid=6848 vsize=16872 CPUtime=2.69
/proc/6850/stat : 6850 (sugar++) S 6848 6850 6671 0 -1 4194304 1565 15644 0 3 6 2 242 19 16 0 1 0 4568157 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6850/statm: 4218 1132 414 3 0 797 0
[pid=6873] ppid=6850 vsize=31768 CPUtime=98.42
/proc/6873/stat : 6873 (minisat-inc) R 6850 6850 6671 0 -1 4194304 7776 0 0 0 9836 6 0 0 25 0 1 0 4568425 32530432 7723 996147200 134512640 135134323 4294956192 18446744073709551615 134531961 0 0 4096 3 0 0 0 17 1 0 0
/proc/6873/statm: 7942 7723 79 151 0 7788 0
Current children cumulated CPU time (s) 101.11
Current children cumulated vsize (KiB) 48640

[startup+162.303 s]
/proc/loadavg: 2.06 2.03 1.68 3/83 6889
/proc/meminfo: memFree=1101768/2055920 swapFree=4192956/4192956
[pid=6850] ppid=6848 vsize=16872 CPUtime=2.69
/proc/6850/stat : 6850 (sugar++) S 6848 6850 6671 0 -1 4194304 1565 15644 0 3 6 2 242 19 16 0 1 0 4568157 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6850/statm: 4218 1132 414 3 0 797 0
[pid=6873] ppid=6850 vsize=35616 CPUtime=157.85
/proc/6873/stat : 6873 (minisat-inc) R 6850 6850 6671 0 -1 4194304 8677 0 0 0 15778 7 0 0 25 0 1 0 4568425 36470784 8624 996147200 134512640 135134323 4294956192 18446744073709551615 134532161 0 0 4096 3 0 0 0 17 1 0 0
/proc/6873/statm: 8904 8624 79 151 0 8750 0
Current children cumulated CPU time (s) 160.54
Current children cumulated vsize (KiB) 52488

[startup+222.303 s]
/proc/loadavg: 2.02 2.03 1.70 3/83 6889
/proc/meminfo: memFree=1098440/2055920 swapFree=4192956/4192956
[pid=6850] ppid=6848 vsize=16872 CPUtime=2.69
/proc/6850/stat : 6850 (sugar++) S 6848 6850 6671 0 -1 4194304 1565 15644 0 3 6 2 242 19 16 0 1 0 4568157 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6850/statm: 4218 1132 414 3 0 797 0
[pid=6873] ppid=6850 vsize=38940 CPUtime=217.28
/proc/6873/stat : 6873 (minisat-inc) R 6850 6850 6671 0 -1 4194304 9531 0 0 0 21720 8 0 0 25 0 1 0 4568425 39874560 9478 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/6873/statm: 9735 9478 79 151 0 9581 0
Current children cumulated CPU time (s) 219.97
Current children cumulated vsize (KiB) 55812

[startup+282.301 s]
/proc/loadavg: 2.01 2.02 1.72 3/83 6889
/proc/meminfo: memFree=1094984/2055920 swapFree=4192956/4192956
[pid=6850] ppid=6848 vsize=16872 CPUtime=2.69
/proc/6850/stat : 6850 (sugar++) S 6848 6850 6671 0 -1 4194304 1565 15644 0 3 6 2 242 19 16 0 1 0 4568157 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6850/statm: 4218 1132 414 3 0 797 0
[pid=6873] ppid=6850 vsize=42652 CPUtime=276.72
/proc/6873/stat : 6873 (minisat-inc) R 6850 6850 6671 0 -1 4194304 10396 0 0 0 27663 9 0 0 25 0 1 0 4568425 43675648 10343 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/6873/statm: 10663 10343 79 151 0 10509 0
Current children cumulated CPU time (s) 279.41
Current children cumulated vsize (KiB) 59524

[startup+342.302 s]
/proc/loadavg: 2.00 2.01 1.73 3/83 6889
/proc/meminfo: memFree=1092360/2055920 swapFree=4192956/4192956
[pid=6850] ppid=6848 vsize=16872 CPUtime=2.69
/proc/6850/stat : 6850 (sugar++) S 6848 6850 6671 0 -1 4194304 1565 15644 0 3 6 2 242 19 16 0 1 0 4568157 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6850/statm: 4218 1132 414 3 0 797 0
[pid=6873] ppid=6850 vsize=45148 CPUtime=336.15
/proc/6873/stat : 6873 (minisat-inc) R 6850 6850 6671 0 -1 4194304 11040 0 0 0 33605 10 0 0 25 0 1 0 4568425 46231552 10987 996147200 134512640 135134323 4294956192 18446744073709551615 134532097 0 0 4096 3 0 0 0 17 1 0 0

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

[pid=6873] ppid=6850 vsize=111920 CPUtime=2832.4
/proc/6873/stat : 6873 (minisat-inc) R 6850 6850 6671 0 -1 4194304 27308 0 0 0 283206 34 0 0 25 0 1 0 4568425 114606080 27255 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/6873/statm: 27980 27255 79 151 0 27826 0
Current children cumulated CPU time (s) 2835.09
Current children cumulated vsize (KiB) 128792

[startup+2922.3 s]
/proc/loadavg: 2.05 2.01 1.91 3/83 6891
/proc/meminfo: memFree=1024912/2055920 swapFree=4192956/4192956
[pid=6850] ppid=6848 vsize=16872 CPUtime=2.69
/proc/6850/stat : 6850 (sugar++) S 6848 6850 6671 0 -1 4194304 1565 15644 0 3 6 2 242 19 16 0 1 0 4568157 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6850/statm: 4218 1132 414 3 0 797 0
[pid=6873] ppid=6850 vsize=112868 CPUtime=2891.85
/proc/6873/stat : 6873 (minisat-inc) R 6850 6850 6671 0 -1 4194304 27567 0 0 0 289150 35 0 0 25 0 1 0 4568425 115576832 27514 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/6873/statm: 28217 27514 79 151 0 28063 0
Current children cumulated CPU time (s) 2894.54
Current children cumulated vsize (KiB) 129740

[startup+2982.3 s]
/proc/loadavg: 2.06 2.02 1.92 3/83 6891
/proc/meminfo: memFree=1023888/2055920 swapFree=4192956/4192956
[pid=6850] ppid=6848 vsize=16872 CPUtime=2.69
/proc/6850/stat : 6850 (sugar++) S 6848 6850 6671 0 -1 4194304 1565 15644 0 3 6 2 242 19 16 0 1 0 4568157 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6850/statm: 4218 1132 414 3 0 797 0
[pid=6873] ppid=6850 vsize=113792 CPUtime=2951.27
/proc/6873/stat : 6873 (minisat-inc) R 6850 6850 6671 0 -1 4194304 27830 0 0 0 295092 35 0 0 25 0 1 0 4568425 116523008 27777 996147200 134512640 135134323 4294956192 18446744073709551615 134532035 0 0 4096 3 0 0 0 17 1 0 0
/proc/6873/statm: 28448 27777 79 151 0 28294 0
Current children cumulated CPU time (s) 2953.96
Current children cumulated vsize (KiB) 130664

[startup+3042.3 s]
/proc/loadavg: 2.10 2.05 1.93 3/83 6891
/proc/meminfo: memFree=1022736/2055920 swapFree=4192956/4192956
[pid=6850] ppid=6848 vsize=16872 CPUtime=2.69
/proc/6850/stat : 6850 (sugar++) S 6848 6850 6671 0 -1 4194304 1565 15644 0 3 6 2 242 19 16 0 1 0 4568157 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6850/statm: 4218 1132 414 3 0 797 0
[pid=6873] ppid=6850 vsize=114756 CPUtime=3010.72
/proc/6873/stat : 6873 (minisat-inc) R 6850 6850 6671 0 -1 4194304 28097 0 0 0 301036 36 0 0 25 0 1 0 4568425 117510144 28044 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/6873/statm: 28689 28044 79 151 0 28535 0
Current children cumulated CPU time (s) 3013.41
Current children cumulated vsize (KiB) 131628

[startup+3102.3 s]
/proc/loadavg: 2.56 2.17 1.98 3/83 6891
/proc/meminfo: memFree=1021648/2055920 swapFree=4192956/4192956
[pid=6850] ppid=6848 vsize=16872 CPUtime=2.69
/proc/6850/stat : 6850 (sugar++) S 6848 6850 6671 0 -1 4194304 1565 15644 0 3 6 2 242 19 16 0 1 0 4568157 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6850/statm: 4218 1132 414 3 0 797 0
[pid=6873] ppid=6850 vsize=115992 CPUtime=3070.15
/proc/6873/stat : 6873 (minisat-inc) R 6850 6850 6671 0 -1 4194304 28354 0 0 0 306979 36 0 0 25 0 1 0 4568425 118775808 28301 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/6873/statm: 28998 28301 79 151 0 28844 0
Current children cumulated CPU time (s) 3072.84
Current children cumulated vsize (KiB) 132864

[startup+3162.3 s]
/proc/loadavg: 2.23 2.15 1.98 3/83 6891
/proc/meminfo: memFree=1020624/2055920 swapFree=4192956/4192956
[pid=6850] ppid=6848 vsize=16872 CPUtime=2.69
/proc/6850/stat : 6850 (sugar++) S 6848 6850 6671 0 -1 4194304 1565 15644 0 3 6 2 242 19 16 0 1 0 4568157 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6850/statm: 4218 1132 414 3 0 797 0
[pid=6873] ppid=6850 vsize=116836 CPUtime=3129.58
/proc/6873/stat : 6873 (minisat-inc) R 6850 6850 6671 0 -1 4194304 28590 0 0 0 312922 36 0 0 25 0 1 0 4568425 119640064 28537 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/6873/statm: 29209 28537 79 151 0 29055 0
Current children cumulated CPU time (s) 3132.27
Current children cumulated vsize (KiB) 133708

[startup+3222.3 s]
/proc/loadavg: 2.08 2.12 1.98 3/83 6891
/proc/meminfo: memFree=1019856/2055920 swapFree=4192956/4192956
[pid=6850] ppid=6848 vsize=16872 CPUtime=2.69
/proc/6850/stat : 6850 (sugar++) S 6848 6850 6671 0 -1 4194304 1565 15644 0 3 6 2 242 19 16 0 1 0 4568157 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6850/statm: 4218 1132 414 3 0 797 0
[pid=6873] ppid=6850 vsize=117768 CPUtime=3189.01
/proc/6873/stat : 6873 (minisat-inc) R 6850 6850 6671 0 -1 4194304 28812 0 0 0 318865 36 0 0 25 0 1 0 4568425 120594432 28759 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/6873/statm: 29442 28759 79 151 0 29288 0
Current children cumulated CPU time (s) 3191.7
Current children cumulated vsize (KiB) 134640

[startup+3282.3 s]
/proc/loadavg: 2.03 2.10 1.98 3/83 6891
/proc/meminfo: memFree=1019024/2055920 swapFree=4192956/4192956
[pid=6850] ppid=6848 vsize=16872 CPUtime=2.69
/proc/6850/stat : 6850 (sugar++) S 6848 6850 6671 0 -1 4194304 1565 15644 0 3 6 2 242 19 16 0 1 0 4568157 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6850/statm: 4218 1132 414 3 0 797 0
[pid=6873] ppid=6850 vsize=118448 CPUtime=3248.46
/proc/6873/stat : 6873 (minisat-inc) R 6850 6850 6671 0 -1 4194304 29007 0 0 0 324809 37 0 0 25 0 1 0 4568425 121290752 28954 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/6873/statm: 29612 28954 79 151 0 29458 0
Current children cumulated CPU time (s) 3251.15
Current children cumulated vsize (KiB) 135320

[startup+3342.3 s]
/proc/loadavg: 2.01 2.08 1.98 3/83 6891
/proc/meminfo: memFree=1018192/2055920 swapFree=4192956/4192956
[pid=6850] ppid=6848 vsize=16872 CPUtime=2.69
/proc/6850/stat : 6850 (sugar++) S 6848 6850 6671 0 -1 4194304 1565 15644 0 3 6 2 242 19 16 0 1 0 4568157 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6850/statm: 4218 1132 414 3 0 797 0
[pid=6873] ppid=6850 vsize=120644 CPUtime=3307.89
/proc/6873/stat : 6873 (minisat-inc) R 6850 6850 6671 0 -1 4194304 29205 0 0 0 330752 37 0 0 25 0 1 0 4568425 123539456 29152 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/6873/statm: 30161 29152 79 151 0 30007 0
Current children cumulated CPU time (s) 3310.58
Current children cumulated vsize (KiB) 137516

[startup+3402.31 s]
/proc/loadavg: 2.00 2.06 1.98 3/83 6891
/proc/meminfo: memFree=1017104/2055920 swapFree=4192956/4192956
[pid=6850] ppid=6848 vsize=16872 CPUtime=2.69
/proc/6850/stat : 6850 (sugar++) S 6848 6850 6671 0 -1 4194304 1565 15644 0 3 6 2 242 19 16 0 1 0 4568157 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6850/statm: 4218 1132 414 3 0 797 0
[pid=6873] ppid=6850 vsize=121568 CPUtime=3367.32
/proc/6873/stat : 6873 (minisat-inc) R 6850 6850 6671 0 -1 4194304 29443 0 0 0 336695 37 0 0 25 0 1 0 4568425 124485632 29390 996147200 134512640 135134323 4294956192 18446744073709551615 134532028 0 0 4096 3 0 0 0 17 1 0 0
/proc/6873/statm: 30392 29390 79 151 0 30238 0
Current children cumulated CPU time (s) 3370.01
Current children cumulated vsize (KiB) 138440

[startup+3462.3 s]
/proc/loadavg: 2.00 2.05 1.98 3/83 6891
/proc/meminfo: memFree=1016144/2055920 swapFree=4192956/4192956
[pid=6850] ppid=6848 vsize=16872 CPUtime=2.69
/proc/6850/stat : 6850 (sugar++) S 6848 6850 6671 0 -1 4194304 1565 15644 0 3 6 2 242 19 16 0 1 0 4568157 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6850/statm: 4218 1132 414 3 0 797 0
[pid=6873] ppid=6850 vsize=122368 CPUtime=3426.76
/proc/6873/stat : 6873 (minisat-inc) R 6850 6850 6671 0 -1 4194304 29646 0 0 0 342638 38 0 0 25 0 1 0 4568425 125304832 29593 996147200 134512640 135134323 4294956192 18446744073709551615 134531971 0 0 4096 3 0 0 0 17 1 0 0
/proc/6873/statm: 30592 29593 79 151 0 30438 0
Current children cumulated CPU time (s) 3429.45
Current children cumulated vsize (KiB) 139240

[startup+3522.3 s]
/proc/loadavg: 1.95 2.02 1.98 3/77 6944
/proc/meminfo: memFree=1044800/2055920 swapFree=4192956/4192956
[pid=6850] ppid=6848 vsize=16872 CPUtime=2.69
/proc/6850/stat : 6850 (sugar++) S 6848 6850 6671 0 -1 4194304 1565 15644 0 3 6 2 242 19 16 0 1 0 4568157 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6850/statm: 4218 1132 414 3 0 797 0
[pid=6873] ppid=6850 vsize=123392 CPUtime=3486.5
/proc/6873/stat : 6873 (minisat-inc) R 6850 6850 6671 0 -1 4194304 29882 0 0 0 348611 39 0 0 25 0 1 0 4568425 126353408 29829 996147200 134512640 135134323 4294956192 18446744073709551615 134522949 0 0 4096 3 0 0 0 17 0 0 0
/proc/6873/statm: 30848 29829 79 151 0 30694 0
Current children cumulated CPU time (s) 3489.19
Current children cumulated vsize (KiB) 140264

[startup+3582.3 s]
/proc/loadavg: 1.98 2.02 1.98 3/77 6944
/proc/meminfo: memFree=1039872/2055920 swapFree=4192956/4192956
[pid=6850] ppid=6848 vsize=16872 CPUtime=2.69
/proc/6850/stat : 6850 (sugar++) S 6848 6850 6671 0 -1 4194304 1565 15644 0 3 6 2 242 19 16 0 1 0 4568157 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6850/statm: 4218 1132 414 3 0 797 0
[pid=6873] ppid=6850 vsize=124272 CPUtime=3546.47
/proc/6873/stat : 6873 (minisat-inc) R 6850 6850 6671 0 -1 4194304 30122 0 0 0 354607 40 0 0 25 0 1 0 4568425 127254528 30069 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/6873/statm: 31068 30069 79 151 0 30914 0
Current children cumulated CPU time (s) 3549.16
Current children cumulated vsize (KiB) 141144



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3633.2 s]
/proc/loadavg: 1.99 2.01 1.98 3/77 6944
/proc/meminfo: memFree=1037888/2055920 swapFree=4192956/4192956
[pid=6850] ppid=6848 vsize=16872 CPUtime=2.69
/proc/6850/stat : 6850 (sugar++) S 6848 6850 6671 0 -1 4194304 1565 15644 0 3 6 2 242 19 16 0 1 0 4568157 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6850/statm: 4218 1132 414 3 0 797 0
[pid=6873] ppid=6850 vsize=125024 CPUtime=3597.35
/proc/6873/stat : 6873 (minisat-inc) R 6850 6850 6671 0 -1 4194304 30313 0 0 0 359695 40 0 0 25 0 1 0 4568425 128024576 30260 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/6873/statm: 31256 30260 79 151 0 31102 0
Current children cumulated CPU time (s) 3600.04
Current children cumulated vsize (KiB) 141896

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): 3633.24
CPU time (s): 3600.11
CPU user time (s): 3599.45
CPU system time (s): 0.6559
CPU usage (%): 99.0882
Max. virtual memory (cumulated for all children) (KiB): 890548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.45
system time used= 0.6559
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47601
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4508
involuntary context switches= 79488

runsolver used 5.03823 second user time and 11.4933 second system time

The end

Launcher Data (download as text)

Begin job on node56 at 2008-07-23 02:59:58
IDJOB=1127699
IDBENCH=63832
IDSOLVER=367
FILE ID=node56/1127699-1216774797
PBS_JOBID= 7974180
Free space on /tmp= 103240 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/maxcsp/cnf/2-40-1100-2000/normalized-cnf-2-40-1900-793226_ext.xml
COMMAND LINE= DIR/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat-inc" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1127699-1216774797/watcher-1127699-1216774797 -o /tmp/evaluation-result-1127699-1216774797/solver-1127699-1216774797 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat-inc" -tmp="HOME/temp" HOME/instance-1127699-1216774797.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 156b672944ee513374860a98a6930991
RANDOM SEED=1986514360

node56.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.279
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.279
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:       1152320 kB
Buffers:         27416 kB
Cached:         761724 kB
SwapCached:          0 kB
Active:         168904 kB
Inactive:       680164 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1152320 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             884 kB
Writeback:           0 kB
Mapped:          80276 kB
Slab:            39756 kB
Committed_AS:   889508 kB
PageTables:       1964 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= 103240 MiB
End job on node56 at 2008-07-23 04:00:33