Trace number 1127771

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 3638.23

General information on the benchmark

Namemaxcsp/cnf/3-40-100-1000/
normalized-cnf-3-40-800-810522_ext.xml
MD5SUM4420e8d1a0029a4ce42a870c7fa5b1ca
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints42
Best CPU time to get the best result obtained on this benchmark29.1516
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints771
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension771
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.04/0.17	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.04/0.17	c 0	BEGIN Wed Jul 23 03:19:33 2008
0.04/0.17	c 0	PID 4250
0.04/0.17	c 0	HOST node74.alineos.net
0.04/0.17	c 0	CONVERTING HOME/instance-1127771-1216775973.xml TO HOME/temp.csp
0.04/0.17	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1127771-1216775973.xml' 'HOME/temp.csp'
0.07/0.51	c 1	1 domains, 40 variables, 0 predicates, 27 relations, 771 constraints
0.07/0.54	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.54	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.40/0.62	c 1	Parsing HOME/temp.csp
0.40/0.75	c 1	parsed 839 expressions
0.40/0.76	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.40/0.77	c 1	MAX CSP: 771 constraints
0.40/0.77	c 1	Converting to clausal form CSP
0.40/0.82	c 1	converted 162 (10%) expressions
0.40/0.83	c 1	converted 323 (20%) expressions
0.40/0.84	c 1	converted 484 (30%) expressions
0.40/0.85	c 1	converted 646 (40%) expressions
0.40/0.87	c 1	converted 807 (50%) expressions
0.40/0.88	c 1	converted 968 (60%) expressions
0.40/0.95	c 1	converted 1130 (70%) expressions
0.40/0.96	c 1	converted 1291 (80%) expressions
0.40/0.96	c 1	converted 1452 (90%) expressions
0.95/1.10	c 1	converted 1613 (100%) expressions
0.95/1.11	c 1	CSP : 1582 integers, 0 booleans, 2312 clauses, largest domain size 1157
0.95/1.11	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.95/1.11	c 1	Propagation in CSP
0.95/1.16	c 1	767 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.95/1.16	c 1	CSP : 1582 integers, 0 booleans, 2312 clauses, largest domain size 772
0.95/1.16	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.95/1.16	c 1	Simplifing CSP by introducing new Boolean variables
0.95/1.17	c 1	CSP : 1582 integers, 0 booleans, 2312 clauses, largest domain size 772
0.95/1.17	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.04/1.20	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.04/1.21	c 1	159 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.04/1.21	c 1	317 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.04/1.21	c 1	475 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.04/1.21	c 1	633 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.04/1.22	c 1	791 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.04/1.23	c 1	950 (60%) CSP integer variables are encoded (1459 clauses, 18656 bytes)
1.04/1.23	c 1	1108 (70%) CSP integer variables are encoded (2626 clauses, 33827 bytes)
1.04/1.23	c 1	1266 (80%) CSP integer variables are encoded (4019 clauses, 51936 bytes)
1.04/1.24	c 1	1424 (90%) CSP integer variables are encoded (8953 clauses, 116811 bytes)
1.04/1.25	c 1	1582 (100%) CSP integer variables are encoded (12859 clauses, 175401 bytes)
1.04/1.28	c 1	232 (10%) CSP clauses are encoded (13098 clauses, 179209 bytes)
1.14/1.31	c 1	463 (20%) CSP clauses are encoded (13334 clauses, 183162 bytes)
1.14/1.32	c 1	694 (30%) CSP clauses are encoded (13568 clauses, 187254 bytes)
1.14/1.34	c 1	925 (40%) CSP clauses are encoded (17400 clauses, 253156 bytes)
1.24/1.42	c 2	1156 (50%) CSP clauses are encoded (53667 clauses, 911719 bytes)
1.24/1.44	c 2	1388 (60%) CSP clauses are encoded (64601 clauses, 1105484 bytes)
1.43/1.64	c 2	1619 (70%) CSP clauses are encoded (170040 clauses, 3041027 bytes)
1.43/1.67	c 2	1850 (80%) CSP clauses are encoded (182583 clauses, 3263776 bytes)
1.64/1.87	c 2	2081 (90%) CSP clauses are encoded (293450 clauses, 5355054 bytes)
2.52/2.77	c 3	2312 (100%) CSP clauses are encoded (782030 clauses, 15551867 bytes)
2.52/2.77	c 3	2312 CSP clauses encoded
2.52/2.77	c 3	Writing map file : HOME/temp.map
2.52/2.78	c 3	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.52/2.78	c 3	SAT : 14441 SAT variables, 782030 SAT clauses, 15551867 bytes
2.52/2.78	c 3	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.61/2.84	c 3	OBJECTIVE minimize _COST
2.61/2.84	c 3	SOLVING HOME/temp.cnf
2.61/2.84	c 3	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
2.61/2.84	c 3	This is MiniSat 2.0 beta incremental
2.61/2.84	c 3	WARNING: for repeatability, setting FPU to use double precision
2.61/2.84	c 3	============================[ Problem Statistics ]=============================
2.61/2.84	c 3	|                                                                             |
2.61/2.84	c 3	|  Number of variables:  14441                                                |
2.61/2.84	c 3	|  Number of clauses:    782030                                               |
2.97/3.21	c 3	|  Parsing time:         0.30         s                                       |
2.97/3.23	c 3	OK
2.97/3.23	c 3	OBJECTIVE BOUND: 0 <= _COST <= 
2.97/3.23	c 3	SEARCHING: _COST <= 386
2.97/3.23	c 3	============================[ Search Statistics ]==============================
2.97/3.23	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.97/3.23	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.97/3.23	c 3	===============================================================================
2.97/3.23	c 3	|         0 |   14441   782030  2307521 |   260676        0    nan |  0.000 % |
3.18/3.41	c 4	|       100 |   14441   782030  2307521 |   286744      100     27 |  0.002 % |
3.18/3.45	c 4	===============================================================================
3.18/3.45	c 4	restarts              : 2
3.18/3.45	c 4	conflicts             : 100           (184 /sec)
3.18/3.45	c 4	decisions             : 948           (0.84 % random) (1746 /sec)
3.18/3.45	c 4	propagations          : 98831          (182037 /sec)
3.18/3.45	c 4	conflict literals     : 2721           (13.95 % deleted)
3.18/3.45	c 4	Memory used           : 35.68 MB
3.18/3.45	c 4	CPU time              : 0.542917 s
3.18/3.45	c 4	
3.18/3.45	c 4	SATISFIABLE
3.18/3.46	c 4	OK
3.18/3.46	c 4	FOUND: _COST <= 386
3.18/3.46	s SATISFIABLE
3.18/3.46	c 4	DECODING HOME/temp.out WITH HOME/temp.map
3.18/3.46	c 4	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.23/3.53	c 4	Decoding HOME/temp.out
3.23/3.77	c 4	OBJECTIVE _COST 344
3.23/3.77	o 344
3.23/3.78	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
3.23/3.78	c 4	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
3.23/3.83	c 4	OK
3.23/3.83	c 4	OBJECTIVE BOUND: 0 <= _COST <= 344
3.23/3.83	c 4	SEARCHING: _COST <= 172
3.23/3.84	c 4	============================[ Search Statistics ]==============================
3.23/3.84	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.23/3.84	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.23/3.84	c 4	===============================================================================
3.23/3.84	c 4	|       100 |   14441   782030  2307521 |   260676      100     27 |  0.002 % |
3.23/3.86	c 4	===============================================================================
3.23/3.87	c 4	restarts              : 3
3.23/3.87	c 4	conflicts             : 100           (171 /sec)
3.23/3.87	c 4	decisions             : 1132          (0.88 % random) (1935 /sec)
3.23/3.87	c 4	propagations          : 113272         (193657 /sec)
3.23/3.87	c 4	conflict literals     : 2721           (13.95 % deleted)
3.23/3.87	c 4	Memory used           : 35.68 MB
3.23/3.87	c 4	CPU time              : 0.584911 s
3.23/3.87	c 4	
3.23/3.87	c 4	SATISFIABLE
3.23/3.87	c 4	OK
3.23/3.87	c 4	FOUND: _COST <= 172
3.23/3.87	c 4	DECODING HOME/temp.out WITH HOME/temp.map
3.23/3.87	c 4	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.60/3.95	c 4	Decoding HOME/temp.out
3.60/4.07	c 4	OBJECTIVE _COST 172
3.60/4.07	o 172
3.60/4.08	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
3.60/4.08	c 4	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
3.60/4.14	c 4	OK
3.60/4.14	c 4	OBJECTIVE BOUND: 0 <= _COST <= 172
3.60/4.14	c 4	SEARCHING: _COST <= 86
3.60/4.14	c 4	============================[ Search Statistics ]==============================
3.60/4.14	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.60/4.14	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.60/4.14	c 4	===============================================================================
3.60/4.14	c 4	|       100 |   10129   782030  2307521 |   260676      100     27 |  0.002 % |
3.97/4.31	c 4	|       201 |   10124   782030  2307521 |   286744      201     25 | 43.398 % |
4.07/4.45	c 5	|       352 |   10124   782030  2307521 |   315418      352     24 | 43.398 % |
4.45/4.83	c 5	|       577 |   10124   782030  2307521 |   346960      577     26 | 43.398 % |
5.04/5.47	c 6	|       914 |   10124   782030  2307521 |   381656      914     28 | 43.398 % |
5.93/6.34	c 6	|      1421 |   10124   782030  2307521 |   419822     1421     30 | 43.398 % |
7.13/7.57	c 8	|      2180 |   10124   782030  2307521 |   461804     2180     31 | 43.398 % |
9.10/9.57	c 10	|      3321 |   10124   782030  2307521 |   507985     3321     31 | 43.398 % |
11.08/11.58	c 12	|      5029 |    8174   293492   860109 |   558783     4962     31 | 43.398 % |
14.16/14.60	c 15	|      7592 |    8174   293492   860109 |   614661     7525     31 | 43.398 % |
15.64/16.16	c 16	===============================================================================
15.64/16.16	c 16	restarts              : 13
15.64/16.16	c 16	conflicts             : 8742          (700 /sec)
15.64/16.16	c 16	decisions             : 11890         (0.66 % random) (952 /sec)
15.64/16.16	c 16	propagations          : 8252410        (661086 /sec)
15.64/16.16	c 16	conflict literals     : 276932         (24.71 % deleted)
15.64/16.16	c 16	Memory used           : 36.07 MB
15.64/16.16	c 16	CPU time              : 12.4831 s
15.64/16.16	c 16	
15.64/16.16	c 16	SATISFIABLE
15.64/16.17	c 16	OK
15.64/16.17	c 16	FOUND: _COST <= 86
15.64/16.17	c 16	DECODING HOME/temp.out WITH HOME/temp.map
15.64/16.17	c 16	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
15.71/16.25	c 16	Decoding HOME/temp.out
15.92/16.49	c 17	OBJECTIVE _COST 86
15.92/16.49	o 86
15.92/16.49	v 1 0 1 1 1 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0
15.92/16.49	c 17	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
16.09/16.60	c 17	OK
16.09/16.60	c 17	OBJECTIVE BOUND: 0 <= _COST <= 86
16.09/16.60	c 17	SEARCHING: _COST <= 43
16.09/16.60	c 17	============================[ Search Statistics ]==============================
16.09/16.60	c 17	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
16.09/16.60	c 17	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
16.09/16.60	c 17	===============================================================================
16.09/16.60	c 17	|      8742 |    6897   167082   484624 |    55694     8675     32 | 43.398 % |
16.19/16.71	c 17	|      8842 |    6897   167082   484624 |    61263     8775     32 | 52.241 % |
16.19/16.79	c 17	|      8992 |    6897   167082   484624 |    67389     8925     31 | 52.241 % |
16.39/16.94	c 17	|      9217 |    6897   167082   484624 |    74128     9150     31 | 52.241 % |
16.58/17.16	c 17	|      9555 |    6897   167082   484624 |    81541     9488     31 | 52.241 % |
17.08/17.62	c 18	|     10062 |    6897   167082   484624 |    89695     9995     31 | 52.241 % |
17.67/18.21	c 18	|     10822 |    6897   167082   484624 |    98665    10755     30 | 52.241 % |
18.66/19.25	c 19	|     11961 |    6897   167082   484624 |   108531    11894     30 | 52.241 % |
20.15/20.75	c 21	|     13671 |    6897   167082   484624 |   119385    13604     29 | 52.241 % |
22.33/22.98	c 23	|     16233 |    6897   167082   484624 |   131323    16166     28 | 52.241 % |
25.80/26.44	c 27	|     20077 |    6897   167082   484624 |   144455    20010     28 | 52.241 % |
31.04/31.78	c 32	|     25843 |    6897   167082   484624 |   158901    25776     27 | 52.241 % |
39.96/40.76	c 41	|     34493 |    6897   167082   484624 |   174791    34426     26 | 52.241 % |
54.61/55.54	c 56	|     47468 |    6897   167082   484624 |   192270    47401     26 | 52.241 % |
80.56/81.73	c 82	|     66929 |    6897   167082   484624 |   211497    66862     26 | 52.241 % |
125.93/127.57	c 128	|     96123 |    6897   167082   484624 |   232647    96056     26 | 52.241 % |
202.59/204.94	c 205	|    139912 |    6897   167082   484624 |   255912   139845     26 | 52.241 % |
342.66/346.39	c 347	|    205596 |    6897   167082   484624 |   281503   205529     25 | 52.241 % |
589.69/595.74	c 596	|    304123 |    6897   167082   484624 |   309654    30711     24 | 52.241 % |
842.47/850.91	c 851	|    451913 |    6897   167082   484624 |   340619   178501     25 | 52.241 % |
1394.40/1408.17	c 1408	|    673599 |    6897   167082   484624 |   374681    68119     24 | 52.241 % |
2241.50/2263.34	c 2263	|   1006125 |    6897   167082   484624 |   412149    34797     24 | 52.241 % |
3482.43/3520.15	c 3520	|   1504913 |    6897   167082   484624 |   453364   132696     26 | 52.241 % |
3600.05/3638.21	c ERROR INTERRUPTED
3600.05/3638.22	c 3638	CPU 3599.42 (0.06 0.03 3599.36 0.62)
3600.05/3638.22	c 3638	END Wed Jul 23 04:20:11 2008

Verifier Data (download as text)

OK	85	686
85 unsatisfied constraints, 686 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-1127771-1216775973/watcher-1127771-1216775973 -o /tmp/evaluation-result-1127771-1216775973/solver-1127771-1216775973 -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-1127771-1216775973.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.92 1.98 1.93 4/82 4250
/proc/meminfo: memFree=1639216/2055920 swapFree=4192956/4192956
[pid=4250] ppid=4248 vsize=18572 CPUtime=0
/proc/4250/stat : 4250 (runsolver) R 4248 4250 3886 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 4684093 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 228774702375 0 0 4096 24578 0 0 0 17 1 0 0
/proc/4250/statm: 4643 292 257 25 0 2626 0

[startup+0.0419879 s]
/proc/loadavg: 1.92 1.98 1.93 4/82 4250
/proc/meminfo: memFree=1639216/2055920 swapFree=4192956/4192956
[pid=4250] ppid=4248 vsize=13336 CPUtime=0.03
/proc/4250/stat : 4250 (sugar++) D 4248 4250 3886 0 -1 4194304 722 0 0 0 2 1 0 0 18 0 1 0 4684093 13656064 690 996147200 4194304 4206940 548682068528 18446744073709551615 228774869605 0 2147483391 4224 0 18446744072099863542 0 0 17 1 0 0
/proc/4250/statm: 3334 690 338 3 0 434 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13336

[startup+0.102215 s]
/proc/loadavg: 1.92 1.98 1.93 4/82 4250
/proc/meminfo: memFree=1639216/2055920 swapFree=4192956/4192956
[pid=4250] ppid=4248 vsize=13600 CPUtime=0.04
/proc/4250/stat : 4250 (sugar++) D 4248 4250 3886 0 -1 4194304 787 0 0 0 2 2 0 0 18 0 1 0 4684093 13926400 755 996147200 4194304 4206940 548682068528 18446744073709551615 228774869605 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/4250/statm: 3400 755 341 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301258 s]
/proc/loadavg: 1.92 1.98 1.93 4/82 4250
/proc/meminfo: memFree=1639216/2055920 swapFree=4192956/4192956
[pid=4250] ppid=4248 vsize=16740 CPUtime=0.07
/proc/4250/stat : 4250 (sugar++) S 4248 4250 3886 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 4684093 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4250/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.701334 s]
/proc/loadavg: 1.92 1.98 1.93 4/82 4250
/proc/meminfo: memFree=1639216/2055920 swapFree=4192956/4192956
[pid=4250] ppid=4248 vsize=16740 CPUtime=0.4
/proc/4250/stat : 4250 (sugar++) S 4248 4250 3886 0 -1 4194304 1296 4534 0 1 5 2 30 3 16 0 1 0 4684093 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4250/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 16740

[startup+1.50249 s]
/proc/loadavg: 1.92 1.98 1.93 4/93 4272
/proc/meminfo: memFree=1624280/2055920 swapFree=4192956/4192956
[pid=4250] ppid=4248 vsize=16740 CPUtime=0.4
/proc/4250/stat : 4250 (sugar++) S 4248 4250 3886 0 -1 4194304 1297 4534 0 1 5 2 30 3 15 0 1 0 4684093 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4250/statm: 4185 1104 409 3 0 764 0
[pid=4263] ppid=4250 vsize=5356 CPUtime=0
/proc/4263/stat : 4263 (sh) S 4250 4250 3886 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4684147 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4263/statm: 1339 233 193 169 0 50 0
[pid=4264] ppid=4263 vsize=868460 CPUtime=0.94
/proc/4264/stat : 4264 (java) S 4263 4250 3886 0 -1 0 6723 0 1 0 89 5 0 0 18 0 9 0 4684147 889303040 5897 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4264/statm: 217115 5897 2563 9 0 211662 0
[pid=4264/tid=4265] ppid=4263 vsize=868460 CPUtime=0.58
/proc/4264/task/4265/stat : 4265 (java) R 4263 4250 3886 0 -1 64 2769 0 1 0 55 3 0 0 24 0 9 0 4684148 889303040 5897 996147200 134512640 134550740 4294955920 18446744073709551615 4126954072 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4264/tid=4266] ppid=4263 vsize=868460 CPUtime=0.07
/proc/4264/task/4266/stat : 4266 (java) S 4263 4250 3886 0 -1 64 1764 0 0 0 7 0 0 0 16 0 9 0 4684149 889303040 5897 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4264/tid=4267] ppid=4263 vsize=868460 CPUtime=0
/proc/4264/task/4267/stat : 4267 (java) S 4263 4250 3886 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4684149 889303040 5897 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4264/tid=4268] ppid=4263 vsize=868460 CPUtime=0
/proc/4264/task/4268/stat : 4268 (java) S 4263 4250 3886 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4684149 889303040 5897 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4264/tid=4269] ppid=4263 vsize=868460 CPUtime=0
/proc/4264/task/4269/stat : 4269 (java) S 4263 4250 3886 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4684151 889303040 5897 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4264/tid=4270] ppid=4263 vsize=868460 CPUtime=0.26
/proc/4264/task/4270/stat : 4270 (java) S 4263 4250 3886 0 -1 64 1496 0 0 0 26 0 0 0 16 0 9 0 4684151 889303040 5897 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4264/tid=4271] ppid=4263 vsize=868460 CPUtime=0
/proc/4264/task/4271/stat : 4271 (java) S 4263 4250 3886 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4684151 889303040 5897 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4264/tid=4272] ppid=4263 vsize=868460 CPUtime=0
/proc/4264/task/4272/stat : 4272 (java) S 4263 4250 3886 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4684151 889303040 5897 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 890556

[startup+3.10281 s]
/proc/loadavg: 1.92 1.98 1.93 3/93 4272
/proc/meminfo: memFree=1614168/2055920 swapFree=4192956/4192956
[pid=4250] ppid=4248 vsize=16872 CPUtime=2.63
/proc/4250/stat : 4250 (sugar++) S 4248 4250 3886 0 -1 4194304 1474 11955 0 2 6 2 235 20 16 0 1 0 4684093 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4250/statm: 4218 1132 413 3 0 797 0
Current children cumulated CPU time (s) 2.63
Current children cumulated vsize (KiB) 16872

[startup+6.30143 s]
/proc/loadavg: 2.09 2.02 1.94 3/84 4293
/proc/meminfo: memFree=1584800/2055920 swapFree=4192956/4192956
[pid=4250] ppid=4248 vsize=16872 CPUtime=3.16
/proc/4250/stat : 4250 (sugar++) S 4248 4250 3886 0 -1 4194304 1640 19720 0 4 6 3 282 25 15 0 1 0 4684093 17276928 1135 996147200 4194304 4206940 548682068528 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4250/statm: 4218 1135 414 3 0 797 0
[pid=4273] ppid=4250 vsize=36528 CPUtime=2.77
/proc/4273/stat : 4273 (minisat-inc) R 4250 4250 3886 0 -1 4194304 8790 0 0 0 271 6 0 0 25 0 1 0 4684377 37404672 8736 996147200 134512640 135134323 4294956192 18446744073709551615 134535451 0 0 4096 3 0 0 0 17 1 0 0
/proc/4273/statm: 9132 8736 80 151 0 8978 0
Current children cumulated CPU time (s) 5.93
Current children cumulated vsize (KiB) 53400

[startup+12.7027 s]
/proc/loadavg: 2.08 2.02 1.94 3/84 4293
/proc/meminfo: memFree=1585120/2055920 swapFree=4192956/4192956
[pid=4250] ppid=4248 vsize=16872 CPUtime=3.16
/proc/4250/stat : 4250 (sugar++) S 4248 4250 3886 0 -1 4194304 1640 19720 0 4 6 3 282 25 16 0 1 0 4684093 17276928 1135 996147200 4194304 4206940 548682068528 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4250/statm: 4218 1135 414 3 0 797 0
[pid=4273] ppid=4250 vsize=36792 CPUtime=9.11
/proc/4273/stat : 4273 (minisat-inc) R 4250 4250 3886 0 -1 4194304 8858 0 0 0 904 7 0 0 25 0 1 0 4684377 37675008 8804 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4273/statm: 9198 8804 80 151 0 9044 0
Current children cumulated CPU time (s) 12.27
Current children cumulated vsize (KiB) 53664

[startup+25.5012 s]
/proc/loadavg: 2.06 2.01 1.94 3/84 4305
/proc/meminfo: memFree=1585056/2055920 swapFree=4192956/4192956
[pid=4250] ppid=4248 vsize=16872 CPUtime=3.48
/proc/4250/stat : 4250 (sugar++) S 4248 4250 3886 0 -1 4194304 1710 23602 0 5 6 3 311 28 16 0 1 0 4684093 17276928 1135 996147200 4194304 4206940 548682068528 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4250/statm: 4218 1135 414 3 0 797 0
[pid=4273] ppid=4250 vsize=36928 CPUtime=21.42
/proc/4273/stat : 4273 (minisat-inc) R 4250 4250 3886 0 -1 4194304 8874 0 0 0 2135 7 0 0 25 0 1 0 4684377 37814272 8818 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4273/statm: 9232 8818 80 151 0 9078 0
Current children cumulated CPU time (s) 24.9
Current children cumulated vsize (KiB) 53800

[startup+51.1012 s]
/proc/loadavg: 2.04 2.01 1.94 3/84 4305
/proc/meminfo: memFree=1584672/2055920 swapFree=4192956/4192956
[pid=4250] ppid=4248 vsize=16872 CPUtime=3.48
/proc/4250/stat : 4250 (sugar++) S 4248 4250 3886 0 -1 4194304 1710 23602 0 5 6 3 311 28 16 0 1 0 4684093 17276928 1135 996147200 4194304 4206940 548682068528 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4250/statm: 4218 1135 414 3 0 797 0
[pid=4273] ppid=4250 vsize=37472 CPUtime=46.77
/proc/4273/stat : 4273 (minisat-inc) R 4250 4250 3886 0 -1 4194304 8979 0 0 0 4670 7 0 0 25 0 1 0 4684377 38371328 8923 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4273/statm: 9368 8923 80 151 0 9214 0
Current children cumulated CPU time (s) 50.25
Current children cumulated vsize (KiB) 54344

[startup+102.306 s]
/proc/loadavg: 2.06 2.02 1.95 3/84 4305
/proc/meminfo: memFree=1584096/2055920 swapFree=4192956/4192956
[pid=4250] ppid=4248 vsize=16872 CPUtime=3.48
/proc/4250/stat : 4250 (sugar++) S 4248 4250 3886 0 -1 4194304 1710 23602 0 5 6 3 311 28 16 0 1 0 4684093 17276928 1135 996147200 4194304 4206940 548682068528 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4250/statm: 4218 1135 414 3 0 797 0
[pid=4273] ppid=4250 vsize=38060 CPUtime=97.49
/proc/4273/stat : 4273 (minisat-inc) R 4250 4250 3886 0 -1 4194304 9113 0 0 0 9742 7 0 0 25 0 1 0 4684377 38973440 9057 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4273/statm: 9515 9057 80 151 0 9361 0
Current children cumulated CPU time (s) 100.97
Current children cumulated vsize (KiB) 54932

[startup+162.302 s]
/proc/loadavg: 2.40 2.11 1.98 3/84 4305
/proc/meminfo: memFree=1583008/2055920 swapFree=4192956/4192956
[pid=4250] ppid=4248 vsize=16872 CPUtime=3.48
/proc/4250/stat : 4250 (sugar++) S 4248 4250 3886 0 -1 4194304 1710 23602 0 5 6 3 311 28 16 0 1 0 4684093 17276928 1135 996147200 4194304 4206940 548682068528 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4250/statm: 4218 1135 414 3 0 797 0
[pid=4273] ppid=4250 vsize=39056 CPUtime=156.92
/proc/4273/stat : 4273 (minisat-inc) R 4250 4250 3886 0 -1 4194304 9340 0 0 0 15684 8 0 0 25 0 1 0 4684377 39993344 9284 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 1 0 0
/proc/4273/statm: 9764 9284 80 151 0 9610 0
Current children cumulated CPU time (s) 160.4
Current children cumulated vsize (KiB) 55928

[startup+222.302 s]
/proc/loadavg: 2.74 2.26 2.03 3/84 4305
/proc/meminfo: memFree=1579552/2055920 swapFree=4192956/4192956
[pid=4250] ppid=4248 vsize=16872 CPUtime=3.48
/proc/4250/stat : 4250 (sugar++) S 4248 4250 3886 0 -1 4194304 1710 23602 0 5 6 3 311 28 16 0 1 0 4684093 17276928 1135 996147200 4194304 4206940 548682068528 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4250/statm: 4218 1135 414 3 0 797 0
[pid=4273] ppid=4250 vsize=42744 CPUtime=216.35
/proc/4273/stat : 4273 (minisat-inc) R 4250 4250 3886 0 -1 4194304 10216 0 0 0 21626 9 0 0 25 0 1 0 4684377 43769856 10160 996147200 134512640 135134323 4294956192 18446744073709551615 134532097 0 0 4096 3 0 0 0 17 1 0 0
/proc/4273/statm: 10686 10160 80 151 0 10532 0
Current children cumulated CPU time (s) 219.83
Current children cumulated vsize (KiB) 59616

[startup+282.302 s]
/proc/loadavg: 2.38 2.24 2.04 3/84 4305
/proc/meminfo: memFree=1575968/2055920 swapFree=4192956/4192956
[pid=4250] ppid=4248 vsize=16872 CPUtime=3.48
/proc/4250/stat : 4250 (sugar++) S 4248 4250 3886 0 -1 4194304 1710 23602 0 5 6 3 311 28 16 0 1 0 4684093 17276928 1135 996147200 4194304 4206940 548682068528 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4250/statm: 4218 1135 414 3 0 797 0
[pid=4273] ppid=4250 vsize=46240 CPUtime=275.78
/proc/4273/stat : 4273 (minisat-inc) R 4250 4250 3886 0 -1 4194304 11113 0 0 0 27568 10 0 0 25 0 1 0 4684377 47349760 11057 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4273/statm: 11560 11057 80 151 0 11406 0
Current children cumulated CPU time (s) 279.26
Current children cumulated vsize (KiB) 63112

[startup+342.301 s]
/proc/loadavg: 2.21 2.21 2.04 3/84 4305
/proc/meminfo: memFree=1572576/2055920 swapFree=4192956/4192956
[pid=4250] ppid=4248 vsize=16872 CPUtime=3.48
/proc/4250/stat : 4250 (sugar++) S 4248 4250 3886 0 -1 4194304 1710 23602 0 5 6 3 311 28 16 0 1 0 4684093 17276928 1135 996147200 4194304 4206940 548682068528 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4250/statm: 4218 1135 414 3 0 797 0
[pid=4273] ppid=4250 vsize=49468 CPUtime=335.21
/proc/4273/stat : 4273 (minisat-inc) R 4250 4250 3886 0 -1 4194304 11949 0 0 0 33510 11 0 0 25 0 1 0 4684377 50655232 11893 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0

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

[pid=4273] ppid=4250 vsize=80232 CPUtime=2827.38
/proc/4273/stat : 4273 (minisat-inc) R 4250 4250 3886 0 -1 4194304 19231 0 0 0 282711 27 0 0 25 0 1 0 4684377 82157568 19166 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4273/statm: 20058 19166 80 151 0 19904 0
Current children cumulated CPU time (s) 2830.86
Current children cumulated vsize (KiB) 97104

[startup+2922.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 4807
/proc/meminfo: memFree=1541024/2055920 swapFree=4192956/4192956
[pid=4250] ppid=4248 vsize=16872 CPUtime=3.48
/proc/4250/stat : 4250 (sugar++) S 4248 4250 3886 0 -1 4194304 1710 23602 0 5 6 3 311 28 16 0 1 0 4684093 17276928 1135 996147200 4194304 4206940 548682068528 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4250/statm: 4218 1135 414 3 0 797 0
[pid=4273] ppid=4250 vsize=80556 CPUtime=2886.81
/proc/4273/stat : 4273 (minisat-inc) R 4250 4250 3886 0 -1 4194304 19295 0 0 0 288654 27 0 0 25 0 1 0 4684377 82489344 19230 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4273/statm: 20139 19230 80 151 0 19985 0
Current children cumulated CPU time (s) 2890.29
Current children cumulated vsize (KiB) 97428

[startup+2982.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 4807
/proc/meminfo: memFree=1540896/2055920 swapFree=4192956/4192956
[pid=4250] ppid=4248 vsize=16872 CPUtime=3.48
/proc/4250/stat : 4250 (sugar++) S 4248 4250 3886 0 -1 4194304 1710 23602 0 5 6 3 311 28 16 0 1 0 4684093 17276928 1135 996147200 4194304 4206940 548682068528 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4250/statm: 4218 1135 414 3 0 797 0
[pid=4273] ppid=4250 vsize=80556 CPUtime=2946.25
/proc/4273/stat : 4273 (minisat-inc) R 4250 4250 3886 0 -1 4194304 19300 0 0 0 294597 28 0 0 25 0 1 0 4684377 82489344 19235 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4273/statm: 20139 19235 80 151 0 19985 0
Current children cumulated CPU time (s) 2949.73
Current children cumulated vsize (KiB) 97428

[startup+3042.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 4807
/proc/meminfo: memFree=1540896/2055920 swapFree=4192956/4192956
[pid=4250] ppid=4248 vsize=16872 CPUtime=3.48
/proc/4250/stat : 4250 (sugar++) S 4248 4250 3886 0 -1 4194304 1710 23602 0 5 6 3 311 28 16 0 1 0 4684093 17276928 1135 996147200 4194304 4206940 548682068528 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4250/statm: 4218 1135 414 3 0 797 0
[pid=4273] ppid=4250 vsize=80636 CPUtime=3005.68
/proc/4273/stat : 4273 (minisat-inc) R 4250 4250 3886 0 -1 4194304 19310 0 0 0 300540 28 0 0 25 0 1 0 4684377 82571264 19245 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4273/statm: 20159 19245 80 151 0 20005 0
Current children cumulated CPU time (s) 3009.16
Current children cumulated vsize (KiB) 97508

[startup+3102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 4807
/proc/meminfo: memFree=1540832/2055920 swapFree=4192956/4192956
[pid=4250] ppid=4248 vsize=16872 CPUtime=3.48
/proc/4250/stat : 4250 (sugar++) S 4248 4250 3886 0 -1 4194304 1710 23602 0 5 6 3 311 28 16 0 1 0 4684093 17276928 1135 996147200 4194304 4206940 548682068528 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4250/statm: 4218 1135 414 3 0 797 0
[pid=4273] ppid=4250 vsize=80756 CPUtime=3065.11
/proc/4273/stat : 4273 (minisat-inc) R 4250 4250 3886 0 -1 4194304 19325 0 0 0 306483 28 0 0 25 0 1 0 4684377 82694144 19260 996147200 134512640 135134323 4294956192 18446744073709551615 134532097 0 0 4096 3 0 0 0 17 1 0 0
/proc/4273/statm: 20189 19260 80 151 0 20035 0
Current children cumulated CPU time (s) 3068.59
Current children cumulated vsize (KiB) 97628

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 4807
/proc/meminfo: memFree=1540192/2055920 swapFree=4192956/4192956
[pid=4250] ppid=4248 vsize=16872 CPUtime=3.48
/proc/4250/stat : 4250 (sugar++) S 4248 4250 3886 0 -1 4194304 1710 23602 0 5 6 3 311 28 16 0 1 0 4684093 17276928 1135 996147200 4194304 4206940 548682068528 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4250/statm: 4218 1135 414 3 0 797 0
[pid=4273] ppid=4250 vsize=81416 CPUtime=3124.54
/proc/4273/stat : 4273 (minisat-inc) R 4250 4250 3886 0 -1 4194304 19510 0 0 0 312426 28 0 0 25 0 1 0 4684377 83369984 19445 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4273/statm: 20354 19445 80 151 0 20200 0
Current children cumulated CPU time (s) 3128.02
Current children cumulated vsize (KiB) 98288

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 4807
/proc/meminfo: memFree=1537952/2055920 swapFree=4192956/4192956
[pid=4250] ppid=4248 vsize=16872 CPUtime=3.48
/proc/4250/stat : 4250 (sugar++) S 4248 4250 3886 0 -1 4194304 1710 23602 0 5 6 3 311 28 16 0 1 0 4684093 17276928 1135 996147200 4194304 4206940 548682068528 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4250/statm: 4218 1135 414 3 0 797 0
[pid=4273] ppid=4250 vsize=83424 CPUtime=3183.98
/proc/4273/stat : 4273 (minisat-inc) R 4250 4250 3886 0 -1 4194304 20044 0 0 0 318369 29 0 0 25 0 1 0 4684377 85426176 19979 996147200 134512640 135134323 4294956192 18446744073709551615 134532016 0 0 4096 3 0 0 0 17 1 0 0
/proc/4273/statm: 20856 19979 80 151 0 20702 0
Current children cumulated CPU time (s) 3187.46
Current children cumulated vsize (KiB) 100296

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 4807
/proc/meminfo: memFree=1535904/2055920 swapFree=4192956/4192956
[pid=4250] ppid=4248 vsize=16872 CPUtime=3.48
/proc/4250/stat : 4250 (sugar++) S 4248 4250 3886 0 -1 4194304 1710 23602 0 5 6 3 311 28 16 0 1 0 4684093 17276928 1135 996147200 4194304 4206940 548682068528 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4250/statm: 4218 1135 414 3 0 797 0
[pid=4273] ppid=4250 vsize=85516 CPUtime=3243.41
/proc/4273/stat : 4273 (minisat-inc) R 4250 4250 3886 0 -1 4194304 20542 0 0 0 324311 30 0 0 25 0 1 0 4684377 87568384 20477 996147200 134512640 135134323 4294956192 18446744073709551615 134531958 0 0 4096 3 0 0 0 17 1 0 0
/proc/4273/statm: 21379 20477 80 151 0 21225 0
Current children cumulated CPU time (s) 3246.89
Current children cumulated vsize (KiB) 102388

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 4807
/proc/meminfo: memFree=1535136/2055920 swapFree=4192956/4192956
[pid=4250] ppid=4248 vsize=16872 CPUtime=3.48
/proc/4250/stat : 4250 (sugar++) S 4248 4250 3886 0 -1 4194304 1710 23602 0 5 6 3 311 28 16 0 1 0 4684093 17276928 1135 996147200 4194304 4206940 548682068528 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4250/statm: 4218 1135 414 3 0 797 0
[pid=4273] ppid=4250 vsize=86184 CPUtime=3302.83
/proc/4273/stat : 4273 (minisat-inc) R 4250 4250 3886 0 -1 4194304 20712 0 0 0 330253 30 0 0 25 0 1 0 4684377 88252416 20647 996147200 134512640 135134323 4294956192 18446744073709551615 134532132 0 0 4096 3 0 0 0 17 1 0 0
/proc/4273/statm: 21546 20647 80 151 0 21392 0
Current children cumulated CPU time (s) 3306.31
Current children cumulated vsize (KiB) 103056

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 4807
/proc/meminfo: memFree=1535136/2055920 swapFree=4192956/4192956
[pid=4250] ppid=4248 vsize=16872 CPUtime=3.48
/proc/4250/stat : 4250 (sugar++) S 4248 4250 3886 0 -1 4194304 1710 23602 0 5 6 3 311 28 16 0 1 0 4684093 17276928 1135 996147200 4194304 4206940 548682068528 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4250/statm: 4218 1135 414 3 0 797 0
[pid=4273] ppid=4250 vsize=86184 CPUtime=3362.26
/proc/4273/stat : 4273 (minisat-inc) R 4250 4250 3886 0 -1 4194304 20712 0 0 0 336196 30 0 0 25 0 1 0 4684377 88252416 20647 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4273/statm: 21546 20647 80 151 0 21392 0
Current children cumulated CPU time (s) 3365.74
Current children cumulated vsize (KiB) 103056

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 4807
/proc/meminfo: memFree=1535008/2055920 swapFree=4192956/4192956
[pid=4250] ppid=4248 vsize=16872 CPUtime=3.48
/proc/4250/stat : 4250 (sugar++) S 4248 4250 3886 0 -1 4194304 1710 23602 0 5 6 3 311 28 16 0 1 0 4684093 17276928 1135 996147200 4194304 4206940 548682068528 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4250/statm: 4218 1135 414 3 0 797 0
[pid=4273] ppid=4250 vsize=86184 CPUtime=3421.7
/proc/4273/stat : 4273 (minisat-inc) R 4250 4250 3886 0 -1 4194304 20712 0 0 0 342139 31 0 0 25 0 1 0 4684377 88252416 20647 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4273/statm: 21546 20647 80 151 0 21392 0
Current children cumulated CPU time (s) 3425.18
Current children cumulated vsize (KiB) 103056

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 4807
/proc/meminfo: memFree=1534944/2055920 swapFree=4192956/4192956
[pid=4250] ppid=4248 vsize=16872 CPUtime=3.48
/proc/4250/stat : 4250 (sugar++) S 4248 4250 3886 0 -1 4194304 1710 23602 0 5 6 3 311 28 16 0 1 0 4684093 17276928 1135 996147200 4194304 4206940 548682068528 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4250/statm: 4218 1135 414 3 0 797 0
[pid=4273] ppid=4250 vsize=86348 CPUtime=3481.13
/proc/4273/stat : 4273 (minisat-inc) R 4250 4250 3886 0 -1 4194304 20732 0 0 0 348082 31 0 0 25 0 1 0 4684377 88420352 20667 996147200 134512640 135134323 4294956192 18446744073709551615 134531958 0 0 4096 3 0 0 0 17 1 0 0
/proc/4273/statm: 21587 20667 80 151 0 21433 0
Current children cumulated CPU time (s) 3484.61
Current children cumulated vsize (KiB) 103220

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 4884
/proc/meminfo: memFree=1538456/2055920 swapFree=4192956/4192956
[pid=4250] ppid=4248 vsize=16872 CPUtime=3.48
/proc/4250/stat : 4250 (sugar++) S 4248 4250 3886 0 -1 4194304 1710 23602 0 5 6 3 311 28 16 0 1 0 4684093 17276928 1135 996147200 4194304 4206940 548682068528 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4250/statm: 4218 1135 414 3 0 797 0
[pid=4273] ppid=4250 vsize=86348 CPUtime=3540.69
/proc/4273/stat : 4273 (minisat-inc) R 4250 4250 3886 0 -1 4194304 20737 0 0 0 354037 32 0 0 25 0 1 0 4684377 88420352 20672 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/4273/statm: 21587 20672 80 151 0 21433 0
Current children cumulated CPU time (s) 3544.17
Current children cumulated vsize (KiB) 103220



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3638.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 4886
/proc/meminfo: memFree=1535704/2055920 swapFree=4192956/4192956
[pid=4250] ppid=4248 vsize=16872 CPUtime=3.48
/proc/4250/stat : 4250 (sugar++) S 4248 4250 3886 0 -1 4194304 1710 23602 0 5 6 3 311 28 16 0 1 0 4684093 17276928 1135 996147200 4194304 4206940 548682068528 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4250/statm: 4218 1135 414 3 0 797 0
[pid=4273] ppid=4250 vsize=86592 CPUtime=3596.57
/proc/4273/stat : 4273 (minisat-inc) R 4250 4250 3886 0 -1 4194304 20821 0 0 0 359625 32 0 0 25 0 1 0 4684377 88670208 20756 996147200 134512640 135134323 4294956192 18446744073709551615 134532050 0 0 4096 3 0 0 0 17 0 0 0
/proc/4273/statm: 21648 20756 80 151 0 21494 0
Current children cumulated CPU time (s) 3600.05
Current children cumulated vsize (KiB) 103464

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): 3638.23
CPU time (s): 3600.11
CPU user time (s): 3599.44
CPU system time (s): 0.667898
CPU usage (%): 98.9522
Max. virtual memory (cumulated for all children) (KiB): 890556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.44
system time used= 0.667898
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46212
page faults= 5
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5860
involuntary context switches= 148363

runsolver used 5.68813 second user time and 10.8613 second system time

The end

Launcher Data (download as text)

Begin job on node74 at 2008-07-23 03:19:33
IDJOB=1127771
IDBENCH=63956
IDSOLVER=367
FILE ID=node74/1127771-1216775973
PBS_JOBID= 7974107
Free space on /tmp= 103240 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/maxcsp/cnf/3-40-100-1000/normalized-cnf-3-40-800-810522_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-1127771-1216775973/watcher-1127771-1216775973 -o /tmp/evaluation-result-1127771-1216775973/solver-1127771-1216775973 -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-1127771-1216775973.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 4420e8d1a0029a4ce42a870c7fa5b1ca
RANDOM SEED=25083890

node74.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.263
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.263
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:       1639696 kB
Buffers:         27228 kB
Cached:         317668 kB
SwapCached:          0 kB
Active:         283280 kB
Inactive:        88192 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1639696 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             916 kB
Writeback:           0 kB
Mapped:          46760 kB
Slab:            29732 kB
Committed_AS:   125016 kB
PageTables:       1920 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 103240 MiB
End job on node74 at 2008-07-23 04:20:13