Trace number 1127659

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.18 3615.22

General information on the benchmark

Namemaxcsp/cnf/3-40-2100-3000/
normalized-cnf-3-40-2500-147426_ext.xml
MD5SUM0c88d2a0e101cbb0774dea2251b0ae92
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints215
Best CPU time to get the best result obtained on this benchmark534.227
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints2202
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension2202
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data (download as text)

0.05/0.23	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.05/0.23	c 0	BEGIN Wed Jul 23 02:47:49 2008
0.05/0.23	c 0	PID 3795
0.05/0.23	c 0	HOST node42.alineos.net
0.05/0.23	c 0	CONVERTING HOME/instance-1127659-1216774069.xml TO HOME/temp.csp
0.05/0.23	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1127659-1216774069.xml' 'HOME/temp.csp'
0.07/0.65	c 1	1 domains, 40 variables, 0 predicates, 51 relations, 2202 constraints
0.07/0.67	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.67	c 1	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.51/0.76	c 1	Parsing HOME/temp.csp
1.03/1.23	c 1	parsed 2294 expressions
1.03/1.28	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.13/1.31	c 1	MAX CSP: 2202 constraints
1.13/1.31	c 1	Converting to clausal form CSP
1.13/1.37	c 1	converted 450 (10%) expressions
1.23/1.40	c 1	converted 900 (20%) expressions
1.23/1.48	c 2	converted 1350 (30%) expressions
1.23/1.50	c 2	converted 1800 (40%) expressions
1.33/1.51	c 2	converted 2250 (50%) expressions
1.33/1.52	c 2	converted 2700 (60%) expressions
1.33/1.54	c 2	converted 3150 (70%) expressions
1.33/1.55	c 2	converted 3600 (80%) expressions
1.33/1.56	c 2	converted 4050 (90%) expressions
1.53/1.79	c 2	converted 4499 (100%) expressions
1.53/1.79	c 2	CSP : 4444 integers, 0 booleans, 6605 clauses, largest domain size 3304
1.53/1.79	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.53/1.79	c 2	Propagation in CSP
1.62/1.87	c 2	2197 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.62/1.87	c 2	CSP : 4444 integers, 0 booleans, 6605 clauses, largest domain size 2203
1.62/1.87	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.62/1.88	c 2	Simplifing CSP by introducing new Boolean variables
1.62/1.88	c 2	CSP : 4444 integers, 0 booleans, 6605 clauses, largest domain size 2203
1.62/1.88	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.73/1.93	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.73/1.94	c 2	445 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.73/1.95	c 2	889 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.73/1.95	c 2	1334 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.73/1.95	c 2	1778 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.73/1.95	c 2	2222 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.73/1.96	c 2	2667 (60%) CSP integer variables are encoded (5052 clauses, 65740 bytes)
1.73/1.99	c 2	3111 (70%) CSP integer variables are encoded (28093 clauses, 407230 bytes)
1.83/2.00	c 2	3556 (80%) CSP integer variables are encoded (35508 clauses, 518455 bytes)
1.83/2.01	c 2	4000 (90%) CSP integer variables are encoded (39288 clauses, 575155 bytes)
1.83/2.01	c 2	4444 (100%) CSP integer variables are encoded (44354 clauses, 651145 bytes)
1.83/2.08	c 2	661 (10%) CSP clauses are encoded (45068 clauses, 662474 bytes)
1.83/2.10	c 2	1321 (20%) CSP clauses are encoded (45784 clauses, 674701 bytes)
1.93/2.12	c 2	1982 (30%) CSP clauses are encoded (46473 clauses, 687337 bytes)
1.93/2.20	c 2	2642 (40%) CSP clauses are encoded (73333 clauses, 1167728 bytes)
2.42/2.68	c 3	3303 (50%) CSP clauses are encoded (359840 clauses, 6428123 bytes)
5.30/5.59	c 6	3963 (60%) CSP clauses are encoded (1615976 clauses, 33103275 bytes)
11.75/12.06	c 12	4624 (70%) CSP clauses are encoded (4969119 clauses, 102972870 bytes)
11.94/12.24	c 12	5284 (80%) CSP clauses are encoded (5063787 clauses, 104970971 bytes)
12.34/12.68	c 13	5945 (90%) CSP clauses are encoded (5301762 clauses, 110044408 bytes)
14.00/14.34	c 14	6605 (100%) CSP clauses are encoded (6196426 clauses, 129208905 bytes)
14.00/14.34	c 14	6605 CSP clauses encoded
14.00/14.34	c 14	Writing map file : HOME/temp.map
14.00/14.39	c 14	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
14.00/14.39	c 14	SAT : 48798 SAT variables, 6196426 SAT clauses, 129208905 bytes
14.00/14.39	c 14	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
14.09/14.43	c 15	OBJECTIVE minimize _COST
14.09/14.43	c 15	SOLVING HOME/temp.cnf
14.09/14.43	c 15	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
14.09/14.43	c 15	This is MiniSat 2.0 beta incremental
14.09/14.43	c 15	WARNING: for repeatability, setting FPU to use double precision
14.09/14.43	c 15	============================[ Problem Statistics ]=============================
14.09/14.43	c 15	|                                                                             |
14.09/14.44	c 15	|  Number of variables:  48798                                                |
14.09/14.44	c 15	|  Number of clauses:    6196426                                              |
16.88/17.21	c 17	|  Parsing time:         2.39         s                                       |
16.97/17.34	c 17	OK
16.97/17.34	c 17	OBJECTIVE BOUND: 0 <= _COST <= 
16.97/17.34	c 17	SEARCHING: _COST <= 1101
16.97/17.34	c 17	============================[ Search Statistics ]==============================
16.97/17.34	c 17	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
16.97/17.34	c 17	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
16.97/17.34	c 17	===============================================================================
16.97/17.34	c 17	|         0 |   48798  6196426 18456257 |  2065475        0    nan |  0.000 % |
20.16/20.58	c 21	===============================================================================
20.16/20.58	c 21	restarts              : 1
20.16/20.58	c 21	conflicts             : 65            (11 /sec)
20.16/20.58	c 21	decisions             : 2025          (1.09 % random) (353 /sec)
20.16/20.58	c 21	propagations          : 667054         (116391 /sec)
20.16/20.58	c 21	conflict literals     : 1471           (26.96 % deleted)
20.16/20.58	c 21	Memory used           : 257.20 MB
20.16/20.58	c 21	CPU time              : 5.73113 s
20.16/20.58	c 21	
20.16/20.58	c 21	SATISFIABLE
20.26/20.60	c 21	OK
20.26/20.60	c 21	FOUND: _COST <= 1101
20.26/20.60	s SATISFIABLE
20.26/20.60	c 21	DECODING HOME/temp.out WITH HOME/temp.map
20.26/20.60	c 21	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
20.26/20.72	c 21	Decoding HOME/temp.out
20.70/21.13	c 21	OBJECTIVE _COST 825
20.70/21.13	o 825
20.70/21.13	v 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
20.70/21.14	c 21	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
20.70/21.17	c 21	OK
20.70/21.17	c 21	OBJECTIVE BOUND: 0 <= _COST <= 825
20.70/21.17	c 21	SEARCHING: _COST <= 412
20.70/21.17	c 21	============================[ Search Statistics ]==============================
20.70/21.17	c 21	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
20.70/21.17	c 21	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
20.70/21.17	c 21	===============================================================================
20.70/21.17	c 21	|        65 |   48798  6196426 18456257 |  2065475       65     23 |  0.000 % |
21.19/21.67	c 22	===============================================================================
21.19/21.67	c 22	restarts              : 2
21.19/21.67	c 22	conflicts             : 81            (13 /sec)
21.19/21.67	c 22	decisions             : 2608          (1.07 % random) (416 /sec)
21.19/21.67	c 22	propagations          : 755172         (120364 /sec)
21.19/21.67	c 22	conflict literals     : 2689           (23.08 % deleted)
21.19/21.67	c 22	Memory used           : 259.01 MB
21.19/21.67	c 22	CPU time              : 6.27405 s
21.19/21.67	c 22	
21.19/21.67	c 22	SATISFIABLE
21.19/21.69	c 22	OK
21.19/21.69	c 22	FOUND: _COST <= 412
21.19/21.69	c 22	DECODING HOME/temp.out WITH HOME/temp.map
21.19/21.69	c 22	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
21.29/21.77	c 22	Decoding HOME/temp.out
21.48/21.98	c 22	OBJECTIVE _COST 412
21.48/21.98	o 412
21.48/21.99	v 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
21.48/21.99	c 22	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
21.57/22.04	c 22	OK
21.57/22.04	c 22	OBJECTIVE BOUND: 0 <= _COST <= 412
21.57/22.04	c 22	SEARCHING: _COST <= 206
21.57/22.04	c 22	============================[ Search Statistics ]==============================
21.57/22.04	c 22	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
21.57/22.04	c 22	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
21.57/22.04	c 22	===============================================================================
21.57/22.04	c 22	|        81 |   31998  6196426 18456257 |  2065475       81     33 |  0.000 % |
22.97/23.49	c 24	|       182 |   31998  6196426 18456257 |  2272022      182     35 | 46.283 % |
25.06/25.50	c 26	|       333 |   31998  6196426 18456257 |  2499225      333     37 | 46.283 % |
28.05/28.54	c 29	|       558 |   31998  6196426 18456257 |  2749147      558     37 | 46.283 % |
31.44/31.99	c 32	|       896 |   31998  6196426 18456257 |  3024062      896     34 | 46.283 % |
36.01/36.56	c 37	|      1403 |   31998  6196426 18456257 |  3326468     1403     30 | 46.283 % |
44.68/45.27	c 45	|      2163 |   31998  6196426 18456257 |  3659115     2163     37 | 46.283 % |
57.32/57.91	c 58	|      3302 |   31998  6196426 18456257 |  4025027     3302     37 | 46.283 % |
77.94/78.68	c 79	|      5010 |   31998  6196426 18456257 |  4427529     5010     37 | 46.283 % |
113.99/114.81	c 115	|      7572 |   31998  6196426 18456257 |  4870282     7572     39 | 46.283 % |
158.20/159.25	c 159	|     11417 |   26213  1964131  5825337 |  5357311    11398     39 | 46.283 % |
206.99/208.27	c 208	|     17183 |   26213  1964131  5825337 |  5893042    17164     39 | 46.283 % |
281.98/283.51	c 284	|     25832 |   26213  1964131  5825337 |  6482346    25813     39 | 46.283 % |
394.12/396.15	c 396	|     38806 |   26213  1964131  5825337 |  7130581    38787     39 | 46.283 % |
570.11/572.84	c 573	|     58269 |   26213  1964131  5825337 |  7843639    58250     40 | 46.283 % |
846.27/850.13	c 850	|     87462 |   26213  1964131  5825337 |  8628003    87443     40 | 46.283 % |
1271.92/1277.51	c 1278	|    131252 |   26213  1964131  5825337 |  9490803   131233     40 | 46.283 % |
1922.18/1930.42	c 1931	|    196937 |   26213  1964131  5825337 | 10439883   196918     40 | 46.283 % |
2998.38/3011.04	c 3011	|    295464 |   26213  1964131  5825337 | 11483872   295445     40 | 46.283 % |
3600.03/3615.11	c ERROR INTERRUPTED
3600.03/3615.18	c 3615	CPU 3598.41 (0.06 0.02 3598.35 1.65)
3600.03/3615.18	c 3615	END Wed Jul 23 03:48:04 2008

Verifier Data (download as text)

OK	323	1879
323 unsatisfied constraints, 1879 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-1127659-1216774069/watcher-1127659-1216774069 -o /tmp/evaluation-result-1127659-1216774069/solver-1127659-1216774069 -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-1127659-1216774069.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: 1.00 1.00 1.00 4/68 3795
/proc/meminfo: memFree=1618784/2055920 swapFree=4192956/4192956
[pid=3795] ppid=3793 vsize=12268 CPUtime=0
/proc/3795/stat : 3795 (sugar++) D 3793 3795 3724 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 4495878 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 259415308901 0 2147483391 4224 0 18446744072099781622 0 0 17 0 0 0
/proc/3795/statm: 3067 316 241 3 0 167 0

[startup+0.085906 s]
/proc/loadavg: 1.00 1.00 1.00 4/68 3795
/proc/meminfo: memFree=1618784/2055920 swapFree=4192956/4192956
[pid=3795] ppid=3793 vsize=13336 CPUtime=0.03
/proc/3795/stat : 3795 (sugar++) R 3793 3795 3724 0 -1 4194304 732 0 0 0 2 1 0 0 18 0 1 0 4495878 13656064 700 996147200 4194304 4206940 548682068528 18446744073709551615 259415308901 0 0 4224 0 0 0 0 17 1 0 0
/proc/3795/statm: 3334 700 338 3 0 434 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13336

[startup+0.1019 s]
/proc/loadavg: 1.00 1.00 1.00 4/68 3795
/proc/meminfo: memFree=1618784/2055920 swapFree=4192956/4192956
[pid=3795] ppid=3793 vsize=13336 CPUtime=0.03
/proc/3795/stat : 3795 (sugar++) D 3793 3795 3724 0 -1 4194304 736 0 0 0 2 1 0 0 18 0 1 0 4495878 13656064 704 996147200 4194304 4206940 548682068528 18446744073709551615 259415308901 0 2147483391 4224 0 18446744072099781622 0 0 17 1 0 0
/proc/3795/statm: 3334 704 338 3 0 434 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13336

[startup+0.301943 s]
/proc/loadavg: 1.00 1.00 1.00 4/68 3795
/proc/meminfo: memFree=1618784/2055920 swapFree=4192956/4192956
[pid=3795] ppid=3793 vsize=16740 CPUtime=0.07
/proc/3795/stat : 3795 (sugar++) S 3793 3795 3724 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 4495878 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3795/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.702019 s]
/proc/loadavg: 1.00 1.00 1.00 4/68 3795
/proc/meminfo: memFree=1618784/2055920 swapFree=4192956/4192956
[pid=3795] ppid=3793 vsize=16740 CPUtime=0.51
/proc/3795/stat : 3795 (sugar++) S 3793 3795 3724 0 -1 4194304 1279 4899 0 26 5 2 39 5 16 0 1 0 4495878 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3795/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 16740

[startup+1.50217 s]
/proc/loadavg: 1.16 1.03 1.01 4/91 3830
/proc/meminfo: memFree=1567192/2055920 swapFree=4192956/4192956
[pid=3795] ppid=3793 vsize=16740 CPUtime=0.51
/proc/3795/stat : 3795 (sugar++) S 3793 3795 3724 0 -1 4194304 1296 4899 0 26 5 2 39 5 15 0 1 0 4495878 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3795/statm: 4185 1104 409 3 0 764 0
[pid=3821] ppid=3795 vsize=5356 CPUtime=0
/proc/3821/stat : 3821 (sh) S 3795 3795 3724 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4495945 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3821/statm: 1339 233 193 169 0 50 0
[pid=3822] ppid=3821 vsize=868412 CPUtime=0.82
/proc/3822/stat : 3822 (java) S 3821 3795 3724 0 -1 0 5300 0 1 0 78 4 0 0 18 0 9 0 4495946 889253888 4732 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3822/statm: 217103 4732 1732 9 0 211678 0
[pid=3822/tid=3823] ppid=3821 vsize=868412 CPUtime=0.62
/proc/3822/task/3823/stat : 3823 (java) R 3821 3795 3724 0 -1 64 2641 0 1 0 60 2 0 0 25 0 9 0 4495947 889253888 4732 996147200 134512640 134550740 4294955920 18446744073709551615 4125950654 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3822/tid=3824] ppid=3821 vsize=868412 CPUtime=0.02
/proc/3822/task/3824/stat : 3824 (java) S 3821 3795 3724 0 -1 64 528 0 0 0 2 0 0 0 16 0 9 0 4495949 889253888 4732 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3822/tid=3825] ppid=3821 vsize=868412 CPUtime=0
/proc/3822/task/3825/stat : 3825 (java) S 3821 3795 3724 0 -1 64 10 0 0 0 0 0 0 0 22 0 9 0 4495949 889253888 4732 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3822/tid=3826] ppid=3821 vsize=868412 CPUtime=0
/proc/3822/task/3826/stat : 3826 (java) S 3821 3795 3724 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 4495949 889253888 4732 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3822/tid=3827] ppid=3821 vsize=868412 CPUtime=0
/proc/3822/task/3827/stat : 3827 (java) S 3821 3795 3724 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 4495951 889253888 4732 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3822/tid=3828] ppid=3821 vsize=868412 CPUtime=0.15
/proc/3822/task/3828/stat : 3828 (java) S 3821 3795 3724 0 -1 64 1440 0 0 0 15 0 0 0 17 0 9 0 4495951 889253888 4732 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3822/tid=3829] ppid=3821 vsize=868412 CPUtime=0
/proc/3822/task/3829/stat : 3829 (java) S 3821 3795 3724 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 4495951 889253888 4732 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3822/tid=3830] ppid=3821 vsize=868412 CPUtime=0
/proc/3822/task/3830/stat : 3830 (java) S 3821 3795 3724 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 4495951 889253888 4732 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 890508

[startup+3.10148 s]
/proc/loadavg: 1.16 1.03 1.01 3/91 3830
/proc/meminfo: memFree=1542808/2055920 swapFree=4192956/4192956
[pid=3795] ppid=3793 vsize=16740 CPUtime=0.51
/proc/3795/stat : 3795 (sugar++) S 3793 3795 3724 0 -1 4194304 1297 4899 0 26 5 2 39 5 15 0 1 0 4495878 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3795/statm: 4185 1104 409 3 0 764 0
[pid=3821] ppid=3795 vsize=5356 CPUtime=0
/proc/3821/stat : 3821 (sh) S 3795 3795 3724 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4495945 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3821/statm: 1339 233 193 169 0 50 0
[pid=3822] ppid=3821 vsize=868524 CPUtime=2.41
/proc/3822/stat : 3822 (java) S 3821 3795 3724 0 -1 0 8058 0 1 0 232 9 0 0 18 0 9 0 4495946 889368576 6984 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3822/statm: 217131 6984 2565 9 0 211678 0
[pid=3822/tid=3823] ppid=3821 vsize=868524 CPUtime=1.88
/proc/3822/task/3823/stat : 3823 (java) R 3821 3795 3724 0 -1 64 3012 0 1 0 183 5 0 0 25 0 9 0 4495947 889368576 6984 996147200 134512640 134550740 4294955920 18446744073709551615 4127109834 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3822/tid=3824] ppid=3821 vsize=868524 CPUtime=0.23
/proc/3822/task/3824/stat : 3824 (java) S 3821 3795 3724 0 -1 64 2837 0 0 0 21 2 0 0 16 0 9 0 4495949 889368576 6984 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3822/tid=3825] ppid=3821 vsize=868524 CPUtime=0
/proc/3822/task/3825/stat : 3825 (java) S 3821 3795 3724 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4495949 889368576 6984 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3822/tid=3826] ppid=3821 vsize=868524 CPUtime=0
/proc/3822/task/3826/stat : 3826 (java) S 3821 3795 3724 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 4495949 889368576 6984 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3822/tid=3827] ppid=3821 vsize=868524 CPUtime=0
/proc/3822/task/3827/stat : 3827 (java) S 3821 3795 3724 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 4495951 889368576 6984 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3822/tid=3828] ppid=3821 vsize=868524 CPUtime=0.28
/proc/3822/task/3828/stat : 3828 (java) S 3821 3795 3724 0 -1 64 1517 0 0 0 27 1 0 0 16 0 9 0 4495951 889368576 6984 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3822/tid=3829] ppid=3821 vsize=868524 CPUtime=0
/proc/3822/task/3829/stat : 3829 (java) S 3821 3795 3724 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 4495951 889368576 6984 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3822/tid=3830] ppid=3821 vsize=868524 CPUtime=0
/proc/3822/task/3830/stat : 3830 (java) S 3821 3795 3724 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 4495951 889368576 6984 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 890620

[startup+6.30209 s]
/proc/loadavg: 1.16 1.03 1.01 3/91 3830
/proc/meminfo: memFree=1511704/2055920 swapFree=4192956/4192956
[pid=3795] ppid=3793 vsize=16740 CPUtime=0.51
/proc/3795/stat : 3795 (sugar++) S 3793 3795 3724 0 -1 4194304 1297 4899 0 26 5 2 39 5 16 0 1 0 4495878 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3795/statm: 4185 1104 409 3 0 764 0
[pid=3821] ppid=3795 vsize=5356 CPUtime=0
/proc/3821/stat : 3821 (sh) S 3795 3795 3724 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4495945 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3821/statm: 1339 233 193 169 0 50 0
[pid=3822] ppid=3821 vsize=868524 CPUtime=5.58
/proc/3822/stat : 3822 (java) S 3821 3795 3724 0 -1 0 9027 0 1 0 520 38 0 0 18 0 9 0 4495946 889368576 6984 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3822/statm: 217131 6984 2565 9 0 211678 0
[pid=3822/tid=3823] ppid=3821 vsize=868524 CPUtime=4.8
/proc/3822/task/3823/stat : 3823 (java) R 3821 3795 3724 0 -1 64 3981 0 1 0 452 28 0 0 25 0 9 0 4495947 889368576 6984 996147200 134512640 134550740 4294955920 18446744073709551615 4126904657 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3822/tid=3824] ppid=3821 vsize=868524 CPUtime=0.48
/proc/3822/task/3824/stat : 3824 (java) S 3821 3795 3724 0 -1 64 2837 0 0 0 40 8 0 0 16 0 9 0 4495949 889368576 6984 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3822/tid=3825] ppid=3821 vsize=868524 CPUtime=0
/proc/3822/task/3825/stat : 3825 (java) S 3821 3795 3724 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4495949 889368576 6984 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3822/tid=3826] ppid=3821 vsize=868524 CPUtime=0
/proc/3822/task/3826/stat : 3826 (java) S 3821 3795 3724 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 4495949 889368576 6984 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3822/tid=3827] ppid=3821 vsize=868524 CPUtime=0
/proc/3822/task/3827/stat : 3827 (java) S 3821 3795 3724 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 4495951 889368576 6984 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3822/tid=3828] ppid=3821 vsize=868524 CPUtime=0.28
/proc/3822/task/3828/stat : 3828 (java) S 3821 3795 3724 0 -1 64 1517 0 0 0 27 1 0 0 16 0 9 0 4495951 889368576 6984 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3822/tid=3829] ppid=3821 vsize=868524 CPUtime=0
/proc/3822/task/3829/stat : 3829 (java) S 3821 3795 3724 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 4495951 889368576 6984 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3822/tid=3830] ppid=3821 vsize=868524 CPUtime=0
/proc/3822/task/3830/stat : 3830 (java) S 3821 3795 3724 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 4495951 889368576 6984 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 890620

[startup+12.7023 s]
/proc/loadavg: 1.37 1.08 1.03 4/91 3830
/proc/meminfo: memFree=1439384/2055920 swapFree=4192956/4192956
[pid=3795] ppid=3793 vsize=16740 CPUtime=0.51
/proc/3795/stat : 3795 (sugar++) S 3793 3795 3724 0 -1 4194304 1297 4899 0 26 5 2 39 5 15 0 1 0 4495878 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3795/statm: 4185 1104 409 3 0 764 0
[pid=3821] ppid=3795 vsize=5356 CPUtime=0
/proc/3821/stat : 3821 (sh) S 3795 3795 3724 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4495945 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3821/statm: 1339 233 193 169 0 50 0
[pid=3822] ppid=3821 vsize=868524 CPUtime=11.93
/proc/3822/stat : 3822 (java) S 3821 3795 3724 0 -1 0 10990 0 1 0 1102 91 0 0 18 0 9 0 4495946 889368576 6990 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3822/statm: 217131 6990 2566 9 0 211678 0
[pid=3822/tid=3823] ppid=3821 vsize=868524 CPUtime=10.66
/proc/3822/task/3823/stat : 3823 (java) R 3821 3795 3724 0 -1 64 5938 0 1 0 996 70 0 0 25 0 9 0 4495947 889368576 6990 996147200 134512640 134550740 4294955920 18446744073709551615 4126904755 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3822/tid=3824] ppid=3821 vsize=868524 CPUtime=0.95
/proc/3822/task/3824/stat : 3824 (java) S 3821 3795 3724 0 -1 64 2837 0 0 0 77 18 0 0 16 0 9 0 4495949 889368576 6990 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3822/tid=3825] ppid=3821 vsize=868524 CPUtime=0
/proc/3822/task/3825/stat : 3825 (java) S 3821 3795 3724 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4495949 889368576 6990 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3822/tid=3826] ppid=3821 vsize=868524 CPUtime=0
/proc/3822/task/3826/stat : 3826 (java) S 3821 3795 3724 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 4495949 889368576 6990 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3822/tid=3827] ppid=3821 vsize=868524 CPUtime=0
/proc/3822/task/3827/stat : 3827 (java) S 3821 3795 3724 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 4495951 889368576 6990 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3822/tid=3828] ppid=3821 vsize=868524 CPUtime=0.29
/proc/3822/task/3828/stat : 3828 (java) S 3821 3795 3724 0 -1 64 1523 0 0 0 28 1 0 0 16 0 9 0 4495951 889368576 6990 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3822/tid=3829] ppid=3821 vsize=868524 CPUtime=0
/proc/3822/task/3829/stat : 3829 (java) S 3821 3795 3724 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 4495951 889368576 6990 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3822/tid=3830] ppid=3821 vsize=868524 CPUtime=0
/proc/3822/task/3830/stat : 3830 (java) S 3821 3795 3724 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 4495951 889368576 6990 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 890620

[startup+25.5018 s]
/proc/loadavg: 1.62 1.14 1.05 3/82 3851
/proc/meminfo: memFree=1172576/2055920 swapFree=4192956/4192956
[pid=3795] ppid=3793 vsize=17132 CPUtime=14.91
/proc/3795/stat : 3795 (sugar++) S 3793 3795 3724 0 -1 4194304 1687 24729 0 29 6 2 1367 116 16 0 1 0 4495878 17543168 1182 996147200 4194304 4206940 548682068528 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3795/statm: 4283 1182 414 3 0 862 0
[pid=3831] ppid=3795 vsize=266016 CPUtime=10.15
/proc/3831/stat : 3831 (minisat-inc) R 3795 3795 3724 0 -1 4194304 64531 0 0 0 976 39 0 0 25 0 1 0 4497322 272400384 64476 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/3831/statm: 66504 64476 79 151 0 66350 0
Current children cumulated CPU time (s) 25.06
Current children cumulated vsize (KiB) 283148

[startup+51.1017 s]
/proc/loadavg: 1.81 1.23 1.08 3/82 3851
/proc/meminfo: memFree=1172720/2055920 swapFree=4192956/4192956
[pid=3795] ppid=3793 vsize=17132 CPUtime=14.91
/proc/3795/stat : 3795 (sugar++) S 3793 3795 3724 0 -1 4194304 1687 24729 0 29 6 2 1367 116 16 0 1 0 4495878 17543168 1182 996147200 4194304 4206940 548682068528 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3795/statm: 4283 1182 414 3 0 862 0
[pid=3831] ppid=3795 vsize=266412 CPUtime=35.64
/proc/3831/stat : 3831 (minisat-inc) R 3795 3795 3724 0 -1 4194304 64602 0 0 0 3525 39 0 0 25 0 1 0 4497322 272805888 64547 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0

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

[pid=3795] ppid=3793 vsize=17132 CPUtime=14.91
/proc/3795/stat : 3795 (sugar++) S 3793 3795 3724 0 -1 4194304 1687 24729 0 29 6 2 1367 116 16 0 1 0 4495878 17543168 1182 996147200 4194304 4206940 548682068528 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3795/statm: 4283 1182 414 3 0 862 0
[pid=3831] ppid=3795 vsize=270364 CPUtime=2895.13
/proc/3831/stat : 3831 (minisat-inc) R 3795 3795 3724 0 -1 4194304 65473 0 0 0 289470 43 0 0 25 0 1 0 4497322 276852736 65410 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/3831/statm: 67591 65410 79 151 0 67437 0
Current children cumulated CPU time (s) 2910.04
Current children cumulated vsize (KiB) 287496

[startup+2982.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/82 3859
/proc/meminfo: memFree=1153328/2055920 swapFree=4192956/4192956
[pid=3795] ppid=3793 vsize=17132 CPUtime=14.91
/proc/3795/stat : 3795 (sugar++) S 3793 3795 3724 0 -1 4194304 1687 24729 0 29 6 2 1367 116 16 0 1 0 4495878 17543168 1182 996147200 4194304 4206940 548682068528 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3795/statm: 4283 1182 414 3 0 862 0
[pid=3831] ppid=3795 vsize=270528 CPUtime=2954.89
/proc/3831/stat : 3831 (minisat-inc) R 3795 3795 3724 0 -1 4194304 65507 0 0 0 295446 43 0 0 25 0 1 0 4497322 277020672 65444 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/3831/statm: 67632 65444 79 151 0 67478 0
Current children cumulated CPU time (s) 2969.8
Current children cumulated vsize (KiB) 287660

[startup+3042.3 s]
/proc/loadavg: 2.04 2.01 1.92 3/82 3859
/proc/meminfo: memFree=1153136/2055920 swapFree=4192956/4192956
[pid=3795] ppid=3793 vsize=17132 CPUtime=14.91
/proc/3795/stat : 3795 (sugar++) S 3793 3795 3724 0 -1 4194304 1687 24729 0 29 6 2 1367 116 16 0 1 0 4495878 17543168 1182 996147200 4194304 4206940 548682068528 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3795/statm: 4283 1182 414 3 0 862 0
[pid=3831] ppid=3795 vsize=270692 CPUtime=3014.65
/proc/3831/stat : 3831 (minisat-inc) R 3795 3795 3724 0 -1 4194304 65553 0 0 0 301421 44 0 0 25 0 1 0 4497322 277188608 65490 996147200 134512640 135134323 4294956192 18446744073709551615 134529083 0 0 4096 3 0 0 0 17 1 0 0
/proc/3831/statm: 67673 65490 79 151 0 67519 0
Current children cumulated CPU time (s) 3029.56
Current children cumulated vsize (KiB) 287824

[startup+3102.3 s]
/proc/loadavg: 2.01 2.01 1.92 3/82 3859
/proc/meminfo: memFree=1153008/2055920 swapFree=4192956/4192956
[pid=3795] ppid=3793 vsize=17132 CPUtime=14.91
/proc/3795/stat : 3795 (sugar++) S 3793 3795 3724 0 -1 4194304 1687 24729 0 29 6 2 1367 116 16 0 1 0 4495878 17543168 1182 996147200 4194304 4206940 548682068528 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3795/statm: 4283 1182 414 3 0 862 0
[pid=3831] ppid=3795 vsize=270692 CPUtime=3074.41
/proc/3831/stat : 3831 (minisat-inc) R 3795 3795 3724 0 -1 4194304 65578 0 0 0 307397 44 0 0 25 0 1 0 4497322 277188608 65515 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 1 0 0
/proc/3831/statm: 67673 65515 79 151 0 67519 0
Current children cumulated CPU time (s) 3089.32
Current children cumulated vsize (KiB) 287824

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/82 3859
/proc/meminfo: memFree=1152624/2055920 swapFree=4192956/4192956
[pid=3795] ppid=3793 vsize=17132 CPUtime=14.91
/proc/3795/stat : 3795 (sugar++) S 3793 3795 3724 0 -1 4194304 1687 24729 0 29 6 2 1367 116 16 0 1 0 4495878 17543168 1182 996147200 4194304 4206940 548682068528 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3795/statm: 4283 1182 414 3 0 862 0
[pid=3831] ppid=3795 vsize=271244 CPUtime=3134.17
/proc/3831/stat : 3831 (minisat-inc) R 3795 3795 3724 0 -1 4194304 65671 0 0 0 313373 44 0 0 25 0 1 0 4497322 277753856 65608 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/3831/statm: 67811 65608 79 151 0 67657 0
Current children cumulated CPU time (s) 3149.08
Current children cumulated vsize (KiB) 288376

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/82 3859
/proc/meminfo: memFree=1152496/2055920 swapFree=4192956/4192956
[pid=3795] ppid=3793 vsize=17132 CPUtime=14.91
/proc/3795/stat : 3795 (sugar++) S 3793 3795 3724 0 -1 4194304 1687 24729 0 29 6 2 1367 116 16 0 1 0 4495878 17543168 1182 996147200 4194304 4206940 548682068528 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3795/statm: 4283 1182 414 3 0 862 0
[pid=3831] ppid=3795 vsize=271852 CPUtime=3193.92
/proc/3831/stat : 3831 (minisat-inc) R 3795 3795 3724 0 -1 4194304 65696 0 0 0 319348 44 0 0 25 0 1 0 4497322 278376448 65633 996147200 134512640 135134323 4294956192 18446744073709551615 134523897 0 0 4096 3 0 0 0 17 1 0 0
/proc/3831/statm: 67963 65633 79 151 0 67809 0
Current children cumulated CPU time (s) 3208.83
Current children cumulated vsize (KiB) 288984

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/82 3859
/proc/meminfo: memFree=1152368/2055920 swapFree=4192956/4192956
[pid=3795] ppid=3793 vsize=17132 CPUtime=14.91
/proc/3795/stat : 3795 (sugar++) S 3793 3795 3724 0 -1 4194304 1687 24729 0 29 6 2 1367 116 16 0 1 0 4495878 17543168 1182 996147200 4194304 4206940 548682068528 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3795/statm: 4283 1182 414 3 0 862 0
[pid=3831] ppid=3795 vsize=272032 CPUtime=3253.68
/proc/3831/stat : 3831 (minisat-inc) R 3795 3795 3724 0 -1 4194304 65724 0 0 0 325324 44 0 0 25 0 1 0 4497322 278560768 65661 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/3831/statm: 68008 65661 79 151 0 67854 0
Current children cumulated CPU time (s) 3268.59
Current children cumulated vsize (KiB) 289164

[startup+3342.3 s]
/proc/loadavg: 2.06 2.02 1.93 3/82 3859
/proc/meminfo: memFree=1152304/2055920 swapFree=4192956/4192956
[pid=3795] ppid=3793 vsize=17132 CPUtime=14.91
/proc/3795/stat : 3795 (sugar++) S 3793 3795 3724 0 -1 4194304 1687 24729 0 29 6 2 1367 116 16 0 1 0 4495878 17543168 1182 996147200 4194304 4206940 548682068528 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3795/statm: 4283 1182 414 3 0 862 0
[pid=3831] ppid=3795 vsize=272032 CPUtime=3313.43
/proc/3831/stat : 3831 (minisat-inc) R 3795 3795 3724 0 -1 4194304 65729 0 0 0 331299 44 0 0 25 0 1 0 4497322 278560768 65666 996147200 134512640 135134323 4294956192 18446744073709551615 134531980 0 0 4096 3 0 0 0 17 1 0 0
/proc/3831/statm: 68008 65666 79 151 0 67854 0
Current children cumulated CPU time (s) 3328.34
Current children cumulated vsize (KiB) 289164

[startup+3402.31 s]
/proc/loadavg: 2.02 2.01 1.93 3/82 3859
/proc/meminfo: memFree=1152304/2055920 swapFree=4192956/4192956
[pid=3795] ppid=3793 vsize=17132 CPUtime=14.91
/proc/3795/stat : 3795 (sugar++) S 3793 3795 3724 0 -1 4194304 1687 24729 0 29 6 2 1367 116 16 0 1 0 4495878 17543168 1182 996147200 4194304 4206940 548682068528 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3795/statm: 4283 1182 414 3 0 862 0
[pid=3831] ppid=3795 vsize=272032 CPUtime=3373.19
/proc/3831/stat : 3831 (minisat-inc) R 3795 3795 3724 0 -1 4194304 65741 0 0 0 337275 44 0 0 25 0 1 0 4497322 278560768 65678 996147200 134512640 135134323 4294956192 18446744073709551615 134528866 0 0 4096 3 0 0 0 17 1 0 0
/proc/3831/statm: 68008 65678 79 151 0 67854 0
Current children cumulated CPU time (s) 3388.1
Current children cumulated vsize (KiB) 289164

[startup+3462.3 s]
/proc/loadavg: 2.01 2.00 1.93 3/82 3859
/proc/meminfo: memFree=1152048/2055920 swapFree=4192956/4192956
[pid=3795] ppid=3793 vsize=17132 CPUtime=14.91
/proc/3795/stat : 3795 (sugar++) S 3793 3795 3724 0 -1 4194304 1687 24729 0 29 6 2 1367 116 16 0 1 0 4495878 17543168 1182 996147200 4194304 4206940 548682068528 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3795/statm: 4283 1182 414 3 0 862 0
[pid=3831] ppid=3795 vsize=272196 CPUtime=3432.94
/proc/3831/stat : 3831 (minisat-inc) R 3795 3795 3724 0 -1 4194304 65800 0 0 0 343250 44 0 0 25 0 1 0 4497322 278728704 65737 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/3831/statm: 68049 65737 79 151 0 67895 0
Current children cumulated CPU time (s) 3447.85
Current children cumulated vsize (KiB) 289328

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/82 3859
/proc/meminfo: memFree=1151984/2055920 swapFree=4192956/4192956
[pid=3795] ppid=3793 vsize=17132 CPUtime=14.91
/proc/3795/stat : 3795 (sugar++) S 3793 3795 3724 0 -1 4194304 1687 24729 0 29 6 2 1367 116 16 0 1 0 4495878 17543168 1182 996147200 4194304 4206940 548682068528 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3795/statm: 4283 1182 414 3 0 862 0
[pid=3831] ppid=3795 vsize=272196 CPUtime=3492.69
/proc/3831/stat : 3831 (minisat-inc) R 3795 3795 3724 0 -1 4194304 65807 0 0 0 349225 44 0 0 25 0 1 0 4497322 278728704 65744 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/3831/statm: 68049 65744 79 151 0 67895 0
Current children cumulated CPU time (s) 3507.6
Current children cumulated vsize (KiB) 289328

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/82 3859
/proc/meminfo: memFree=1151920/2055920 swapFree=4192956/4192956
[pid=3795] ppid=3793 vsize=17132 CPUtime=14.91
/proc/3795/stat : 3795 (sugar++) S 3793 3795 3724 0 -1 4194304 1687 24729 0 29 6 2 1367 116 16 0 1 0 4495878 17543168 1182 996147200 4194304 4206940 548682068528 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3795/statm: 4283 1182 414 3 0 862 0
[pid=3831] ppid=3795 vsize=272196 CPUtime=3552.45
/proc/3831/stat : 3831 (minisat-inc) R 3795 3795 3724 0 -1 4194304 65815 0 0 0 355201 44 0 0 25 0 1 0 4497322 278728704 65752 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/3831/statm: 68049 65752 79 151 0 67895 0
Current children cumulated CPU time (s) 3567.36
Current children cumulated vsize (KiB) 289328



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3615.1 s]
/proc/loadavg: 2.00 2.00 1.93 3/82 3859
/proc/meminfo: memFree=1151856/2055920 swapFree=4192956/4192956
[pid=3795] ppid=3793 vsize=17132 CPUtime=14.91
/proc/3795/stat : 3795 (sugar++) S 3793 3795 3724 0 -1 4194304 1687 24729 0 29 6 2 1367 116 16 0 1 0 4495878 17543168 1182 996147200 4194304 4206940 548682068528 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3795/statm: 4283 1182 414 3 0 862 0
[pid=3831] ppid=3795 vsize=272196 CPUtime=3585.12
/proc/3831/stat : 3831 (minisat-inc) R 3795 3795 3724 0 -1 4194304 65818 0 0 0 358468 44 0 0 25 0 1 0 4497322 278728704 65755 996147200 134512640 135134323 4294956192 18446744073709551615 134531980 0 0 4096 3 0 0 0 17 1 0 0
/proc/3831/statm: 68049 65755 79 151 0 67895 0
Current children cumulated CPU time (s) 3600.03
Current children cumulated vsize (KiB) 289328

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

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

[startup+3615.21 s]
/proc/loadavg: 2.00 2.00 1.93 3/82 3859
/proc/meminfo: memFree=1151856/2055920 swapFree=4192956/4192956
[pid=3795] ppid=3793 vsize=17124 CPUtime=3600.15
/proc/3795/stat : 3795 (sugar++) R 3793 3795 3724 0 -1 4194304 1711 90547 0 29 6 9 359835 165 18 0 1 0 4495878 17534976 1183 996147200 4194304 4206940 548682068528 18446744073709551615 259415315497 0 0 4224 16386 0 0 0 17 1 0 0
/proc/3795/statm: 4281 1183 415 3 0 860 0
Current children cumulated CPU time (s) 3600.15
Current children cumulated vsize (KiB) 17124

Child status: 0
Real time (s): 3615.22
CPU time (s): 3600.18
CPU user time (s): 3598.43
CPU system time (s): 1.74973
CPU usage (%): 99.584
Max. virtual memory (cumulated for all children) (KiB): 890696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.43
system time used= 1.74973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 92313
page faults= 29
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 29083
involuntary context switches= 69789

runsolver used 3.9204 second user time and 9.47956 second system time

The end

Launcher Data (download as text)

Begin job on node42 at 2008-07-23 02:47:49
IDJOB=1127659
IDBENCH=63734
IDSOLVER=367
FILE ID=node42/1127659-1216774069
PBS_JOBID= 7974188
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/maxcsp/cnf/3-40-2100-3000/normalized-cnf-3-40-2500-147426_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-1127659-1216774069/watcher-1127659-1216774069 -o /tmp/evaluation-result-1127659-1216774069/solver-1127659-1216774069 -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-1127659-1216774069.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0c88d2a0e101cbb0774dea2251b0ae92
RANDOM SEED=783102114

node42.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.268
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	: 5931.00
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.268
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:       1620992 kB
Buffers:         26828 kB
Cached:         349008 kB
SwapCached:          0 kB
Active:          88084 kB
Inactive:       301596 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1620992 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2004 kB
Writeback:           0 kB
Mapped:          23616 kB
Slab:            31000 kB
Committed_AS:    52812 kB
PageTables:       1632 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= 66560 MiB
End job on node42 at 2008-07-23 03:48:06