Trace number 1127507

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.15 3603.46

General information on the benchmark

Namemaxcsp/cnf/3-40-1100-2000/
normalized-cnf-3-40-1600-616125_ext.xml
MD5SUMc8728d8fea45126a11597e0a1ff36b8b
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints122
Best CPU time to get the best result obtained on this benchmark232.084
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints1496
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension1496
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.00/0.08	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.08	c 0	BEGIN Wed Jul 23 02:02:27 2008
0.00/0.08	c 0	PID 5691
0.06/0.08	c 0	HOST node3.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-1127507-1216771347.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1127507-1216771347.xml' 'HOME/temp.csp'
0.06/0.72	c 1	1 domains, 40 variables, 0 predicates, 36 relations, 1496 constraints
0.06/0.76	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.76	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.69/0.84	c 1	Parsing HOME/temp.csp
0.91/1.02	c 1	parsed 1573 expressions
0.91/1.03	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.91/1.05	c 1	MAX CSP: 1496 constraints
0.91/1.05	c 1	Converting to clausal form CSP
0.91/1.10	c 1	converted 308 (10%) expressions
1.01/1.12	c 1	converted 615 (20%) expressions
1.01/1.15	c 1	converted 922 (30%) expressions
1.10/1.23	c 1	converted 1229 (40%) expressions
1.10/1.24	c 1	converted 1536 (50%) expressions
1.10/1.25	c 1	converted 1844 (60%) expressions
1.10/1.26	c 1	converted 2151 (70%) expressions
1.10/1.27	c 1	converted 2458 (80%) expressions
1.10/1.28	c 1	converted 2765 (90%) expressions
1.31/1.45	c 1	converted 3072 (100%) expressions
1.31/1.45	c 1	CSP : 3032 integers, 0 booleans, 4487 clauses, largest domain size 2245
1.31/1.45	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.31/1.45	c 1	Propagation in CSP
1.40/1.56	c 2	1490 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.40/1.56	c 2	CSP : 3032 integers, 0 booleans, 4487 clauses, largest domain size 1497
1.40/1.56	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.40/1.56	c 2	Simplifing CSP by introducing new Boolean variables
1.40/1.57	c 2	CSP : 3032 integers, 0 booleans, 4487 clauses, largest domain size 1497
1.40/1.57	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.51/1.61	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.51/1.62	c 2	304 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.51/1.62	c 2	607 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.51/1.63	c 2	910 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.51/1.63	c 2	1213 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.51/1.63	c 2	1516 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.51/1.66	c 2	1820 (60%) CSP integer variables are encoded (14871 clauses, 206528 bytes)
1.51/1.66	c 2	2123 (70%) CSP integer variables are encoded (18406 clauses, 259553 bytes)
1.51/1.67	c 2	2426 (80%) CSP integer variables are encoded (22175 clauses, 316088 bytes)
1.51/1.67	c 2	2729 (90%) CSP integer variables are encoded (24588 clauses, 352283 bytes)
1.51/1.68	c 2	3032 (100%) CSP integer variables are encoded (27879 clauses, 401648 bytes)
1.60/1.73	c 2	449 (10%) CSP clauses are encoded (28338 clauses, 408958 bytes)
1.60/1.75	c 2	898 (20%) CSP clauses are encoded (28800 clauses, 416582 bytes)
1.60/1.77	c 2	1347 (30%) CSP clauses are encoded (29270 clauses, 425186 bytes)
1.70/1.82	c 2	1795 (40%) CSP clauses are encoded (42276 clauses, 655098 bytes)
5.08/5.27	c 5	2244 (50%) CSP clauses are encoded (1180332 clauses, 24310140 bytes)
5.18/5.37	c 5	2693 (60%) CSP clauses are encoded (1219011 clauses, 25119157 bytes)
7.78/8.08	c 8	3141 (70%) CSP clauses are encoded (2312321 clauses, 48575136 bytes)
7.98/8.20	c 8	3590 (80%) CSP clauses are encoded (2356728 clauses, 49505611 bytes)
8.22/8.63	c 9	4039 (90%) CSP clauses are encoded (2467651 clauses, 51862165 bytes)
9.21/9.62	c 10	4487 (100%) CSP clauses are encoded (2882700 clauses, 60738790 bytes)
9.21/9.62	c 10	4487 CSP clauses encoded
9.21/9.62	c 10	Writing map file : HOME/temp.map
9.21/9.66	c 10	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.21/9.66	c 10	SAT : 30911 SAT variables, 2882700 SAT clauses, 60738790 bytes
9.21/9.66	c 10	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.21/9.68	c 10	OBJECTIVE minimize _COST
9.21/9.68	c 10	SOLVING HOME/temp.cnf
9.21/9.68	c 10	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
9.21/9.68	c 10	This is MiniSat 2.0 beta incremental
9.21/9.68	c 10	WARNING: for repeatability, setting FPU to use double precision
9.21/9.68	c 10	============================[ Problem Statistics ]=============================
9.21/9.68	c 10	|                                                                             |
9.21/9.68	c 10	|  Number of variables:  30911                                                |
9.21/9.68	c 10	|  Number of clauses:    2882700                                              |
10.60/11.03	c 11	|  Parsing time:         1.15         s                                       |
10.60/11.09	c 11	OK
10.60/11.09	c 11	OBJECTIVE BOUND: 0 <= _COST <= 
10.60/11.09	c 11	SEARCHING: _COST <= 748
10.60/11.09	c 11	============================[ Search Statistics ]==============================
10.60/11.09	c 11	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.60/11.09	c 11	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.60/11.09	c 11	===============================================================================
10.60/11.09	c 11	|         0 |   30911  2882700  8564465 |   960900        0    nan |  0.000 % |
11.49/11.92	c 12	|       101 |   30911  2882700  8564465 |  1056990      101     25 |  0.001 % |
11.69/12.13	c 12	===============================================================================
11.69/12.13	c 12	restarts              : 2
11.69/12.13	c 12	conflicts             : 101           (45 /sec)
11.69/12.13	c 12	decisions             : 981           (0.92 % random) (437 /sec)
11.69/12.13	c 12	propagations          : 298562         (133129 /sec)
11.69/12.13	c 12	conflict literals     : 2494           (17.64 % deleted)
11.69/12.13	c 12	Memory used           : 122.34 MB
11.69/12.13	c 12	CPU time              : 2.24266 s
11.69/12.13	c 12	
11.69/12.13	c 12	SATISFIABLE
11.69/12.14	c 12	OK
11.69/12.14	c 12	FOUND: _COST <= 748
11.69/12.14	s SATISFIABLE
11.69/12.14	c 12	DECODING HOME/temp.out WITH HOME/temp.map
11.69/12.14	c 12	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
11.74/12.23	c 12	Decoding HOME/temp.out
11.74/12.42	c 12	OBJECTIVE _COST 396
11.74/12.42	o 396
11.74/12.42	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
11.74/12.42	c 12	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
11.74/12.47	c 12	OK
11.74/12.47	c 12	OBJECTIVE BOUND: 0 <= _COST <= 396
11.74/12.47	c 12	SEARCHING: _COST <= 198
11.74/12.47	c 12	============================[ Search Statistics ]==============================
11.74/12.47	c 12	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
11.74/12.47	c 12	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
11.74/12.47	c 12	===============================================================================
11.74/12.47	c 12	|       101 |   30911  2882700  8564465 |   960900      101     25 |  0.001 % |
12.73/13.22	c 13	|       202 |   30897  2882700  8564465 |  1056990      202     36 | 40.284 % |
13.13/13.68	c 14	===============================================================================
13.13/13.68	c 14	restarts              : 4
13.13/13.68	c 14	conflicts             : 261           (76 /sec)
13.13/13.68	c 14	decisions             : 1395          (0.72 % random) (404 /sec)
13.13/13.68	c 14	propagations          : 664656         (192516 /sec)
13.13/13.68	c 14	conflict literals     : 9869           (26.99 % deleted)
13.13/13.68	c 14	Memory used           : 123.12 MB
13.13/13.68	c 14	CPU time              : 3.45248 s
13.13/13.68	c 14	
13.13/13.68	c 14	SATISFIABLE
13.13/13.69	c 14	OK
13.13/13.69	c 14	FOUND: _COST <= 198
13.13/13.69	c 14	DECODING HOME/temp.out WITH HOME/temp.map
13.13/13.69	c 14	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
13.22/13.77	c 14	Decoding HOME/temp.out
13.22/13.96	c 14	OBJECTIVE _COST 198
13.22/13.96	o 198
13.22/13.97	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
13.22/13.97	c 14	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
13.22/14.03	c 14	OK
13.22/14.03	c 14	OBJECTIVE BOUND: 0 <= _COST <= 198
13.22/14.03	c 14	SEARCHING: _COST <= 99
13.22/14.03	c 14	============================[ Search Statistics ]==============================
13.22/14.03	c 14	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
13.22/14.03	c 14	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
13.22/14.03	c 14	===============================================================================
13.22/14.03	c 14	|       261 |   18459  2882700  8564465 |   960900      261     38 | 40.284 % |
14.20/14.70	c 15	|       362 |   18459  2882700  8564465 |  1056990      362     34 | 49.678 % |
14.60/15.11	c 15	|       513 |   18459  2882700  8564465 |  1162689      513     27 | 49.678 % |
15.59/16.19	c 16	|       738 |   18459  2882700  8564465 |  1278957      738     28 | 49.678 % |
17.88/18.44	c 18	|      1075 |   18459  2882700  8564465 |  1406853     1075     29 | 49.678 % |
21.07/21.64	c 22	|      1583 |   18459  2882700  8564465 |  1547539     1583     29 | 49.678 % |
25.95/26.56	c 27	|      2343 |   18459  2882700  8564465 |  1702292     2343     30 | 49.678 % |
33.71/34.32	c 34	|      3482 |   18459  2882700  8564465 |  1872522     3482     31 | 49.678 % |
45.01/45.71	c 46	|      5190 |   18459  2882700  8564465 |  2059774     5190     31 | 49.678 % |
57.65/58.43	c 58	|      7752 |   15555   703306  2071053 |  2265751     7686     31 | 49.678 % |
72.09/72.96	c 73	|     11597 |   15555   703306  2071053 |  2492327    11531     31 | 49.678 % |
95.19/96.10	c 96	|     17363 |   15555   703306  2071053 |  2741559    17297     31 | 49.678 % |
125.75/126.84	c 127	|     26014 |   15555   703306  2071053 |  3015715    25948     31 | 49.678 % |
174.93/176.22	c 176	|     38988 |   15555   703306  2071053 |  3317287    38922     31 | 49.678 % |
258.36/260.02	c 260	|     58449 |   15555   703306  2071053 |  3649016    58383     31 | 49.678 % |
377.65/379.83	c 380	|     87642 |   15555   703306  2071053 |  4013917    87576     31 | 49.678 % |
554.39/556.60	c 557	|    131431 |   15555   703306  2071053 |  4415309   131365     31 | 49.678 % |
856.37/858.77	c 859	|    197116 |   15555   703306  2071053 |  4856840   197050     32 | 49.678 % |
1381.67/1384.27	c 1384	|    295643 |   15555   703306  2071053 |  5342524   295577     32 | 49.678 % |
2244.66/2247.53	c 2248	|    443433 |   15555   703306  2071053 |  5876777   443367     32 | 49.678 % |
3600.06/3603.41	c ERROR INTERRUPTED
3600.06/3603.46	c 3603	CPU 3599.04 (0.07 0.02 3598.97 1.04)
3600.06/3603.46	c 3603	END Wed Jul 23 03:02:30 2008

Verifier Data (download as text)

OK	194	1302
194 unsatisfied constraints, 1302 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-1127507-1216771347/watcher-1127507-1216771347 -o /tmp/evaluation-result-1127507-1216771347/solver-1127507-1216771347 -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-1127507-1216771347.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.99 4/80 5691
/proc/meminfo: memFree=1480112/2055920 swapFree=4192956/4192956
[pid=5691] ppid=5689 vsize=12268 CPUtime=0
/proc/5691/stat : 5691 (sugar++) R 5689 5691 5247 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 4227446 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 233632922213 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/5691/statm: 3067 316 241 3 0 167 0

[startup+0.0817109 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 5691
/proc/meminfo: memFree=1480112/2055920 swapFree=4192956/4192956
[pid=5691] ppid=5689 vsize=16740 CPUtime=0.06
/proc/5691/stat : 5691 (sugar++) S 5689 5691 5247 0 -1 4194304 1143 0 0 0 5 1 0 0 18 0 1 0 4227446 17141760 1099 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5691/statm: 4185 1099 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.102004 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 5691
/proc/meminfo: memFree=1480112/2055920 swapFree=4192956/4192956
[pid=5691] ppid=5689 vsize=16740 CPUtime=0.06
/proc/5691/stat : 5691 (sugar++) S 5689 5691 5247 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 4227446 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5691/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.302017 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 5691
/proc/meminfo: memFree=1480112/2055920 swapFree=4192956/4192956
[pid=5691] ppid=5689 vsize=16740 CPUtime=0.06
/proc/5691/stat : 5691 (sugar++) S 5689 5691 5247 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 4227446 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5691/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.702056 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 5691
/proc/meminfo: memFree=1480112/2055920 swapFree=4192956/4192956
[pid=5691] ppid=5689 vsize=16740 CPUtime=0.06
/proc/5691/stat : 5691 (sugar++) S 5689 5691 5247 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 4227446 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5691/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+1.50213 s]
/proc/loadavg: 1.92 1.98 1.99 3/91 5713
/proc/meminfo: memFree=1471000/2055920 swapFree=4192956/4192956
[pid=5691] ppid=5689 vsize=16740 CPUtime=0.7
/proc/5691/stat : 5691 (sugar++) S 5689 5691 5247 0 -1 4194304 1297 4784 0 1 6 1 61 2 15 0 1 0 4227446 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5691/statm: 4185 1104 409 3 0 764 0
[pid=5704] ppid=5691 vsize=5356 CPUtime=0
/proc/5704/stat : 5704 (sh) S 5691 5691 5247 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4227522 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5704/statm: 1339 233 193 169 0 50 0
[pid=5705] ppid=5704 vsize=868272 CPUtime=0.7
/proc/5705/stat : 5705 (java) S 5704 5691 5247 0 -1 0 7042 0 1 0 66 4 0 0 18 0 9 0 4227523 889110528 6293 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5705/statm: 217068 6293 2538 9 0 211643 0
[pid=5705/tid=5706] ppid=5704 vsize=868272 CPUtime=0.38
/proc/5705/task/5706/stat : 5706 (java) R 5704 5691 5247 0 -1 64 2652 0 1 0 37 1 0 0 19 0 9 0 4227524 889110528 6293 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5705/tid=5707] ppid=5704 vsize=868272 CPUtime=0.09
/proc/5705/task/5707/stat : 5707 (java) S 5704 5691 5247 0 -1 64 2231 0 0 0 8 1 0 0 16 0 9 0 4227525 889110528 6293 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5705/tid=5708] ppid=5704 vsize=868272 CPUtime=0
/proc/5705/task/5708/stat : 5708 (java) S 5704 5691 5247 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 4227525 889110528 6293 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5705/tid=5709] ppid=5704 vsize=868272 CPUtime=0
/proc/5705/task/5709/stat : 5709 (java) S 5704 5691 5247 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4227525 889110528 6293 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5705/tid=5710] ppid=5704 vsize=868272 CPUtime=0
/proc/5705/task/5710/stat : 5710 (java) S 5704 5691 5247 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4227527 889110528 6293 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5705/tid=5711] ppid=5704 vsize=868272 CPUtime=0.21
/proc/5705/task/5711/stat : 5711 (java) R 5704 5691 5247 0 -1 64 1466 0 0 0 20 1 0 0 16 0 9 0 4227527 889110528 6293 996147200 134512640 134550740 4294955920 18446744073709551615 102163090 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5705/tid=5712] ppid=5704 vsize=868272 CPUtime=0
/proc/5705/task/5712/stat : 5712 (java) S 5704 5691 5247 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4227527 889110528 6293 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5705/tid=5713] ppid=5704 vsize=868272 CPUtime=0
/proc/5705/task/5713/stat : 5713 (java) S 5704 5691 5247 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4227527 889110528 6293 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 890368

[startup+3.10126 s]
/proc/loadavg: 1.92 1.98 1.99 3/91 5713
/proc/meminfo: memFree=1460312/2055920 swapFree=4192956/4192956
[pid=5691] ppid=5689 vsize=16740 CPUtime=0.7
/proc/5691/stat : 5691 (sugar++) S 5689 5691 5247 0 -1 4194304 1297 4784 0 1 6 1 61 2 15 0 1 0 4227446 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5691/statm: 4185 1104 409 3 0 764 0
[pid=5704] ppid=5691 vsize=5356 CPUtime=0
/proc/5704/stat : 5704 (sh) S 5691 5691 5247 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4227522 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5704/statm: 1339 233 193 169 0 50 0
[pid=5705] ppid=5704 vsize=868500 CPUtime=2.3
/proc/5705/stat : 5705 (java) S 5704 5691 5247 0 -1 0 7449 0 1 0 218 12 0 0 18 0 9 0 4227523 889344000 6407 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5705/statm: 217125 6407 2564 9 0 211672 0
[pid=5705/tid=5706] ppid=5704 vsize=868500 CPUtime=1.78
/proc/5705/task/5706/stat : 5706 (java) R 5704 5691 5247 0 -1 64 2995 0 1 0 171 7 0 0 25 0 9 0 4227524 889344000 6407 996147200 134512640 134550740 4294955920 18446744073709551615 4127007328 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5705/tid=5707] ppid=5704 vsize=868500 CPUtime=0.21
/proc/5705/task/5707/stat : 5707 (java) S 5704 5691 5247 0 -1 64 2254 0 0 0 19 2 0 0 16 0 9 0 4227525 889344000 6407 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5705/tid=5708] ppid=5704 vsize=868500 CPUtime=0
/proc/5705/task/5708/stat : 5708 (java) S 5704 5691 5247 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 4227525 889344000 6407 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5705/tid=5709] ppid=5704 vsize=868500 CPUtime=0
/proc/5705/task/5709/stat : 5709 (java) S 5704 5691 5247 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4227525 889344000 6407 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5705/tid=5710] ppid=5704 vsize=868500 CPUtime=0
/proc/5705/task/5710/stat : 5710 (java) S 5704 5691 5247 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4227527 889344000 6407 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5705/tid=5711] ppid=5704 vsize=868500 CPUtime=0.28
/proc/5705/task/5711/stat : 5711 (java) S 5704 5691 5247 0 -1 64 1507 0 0 0 27 1 0 0 16 0 9 0 4227527 889344000 6407 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5705/tid=5712] ppid=5704 vsize=868500 CPUtime=0
/proc/5705/task/5712/stat : 5712 (java) S 5704 5691 5247 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4227527 889344000 6407 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5705/tid=5713] ppid=5704 vsize=868500 CPUtime=0
/proc/5705/task/5713/stat : 5713 (java) S 5704 5691 5247 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4227527 889344000 6407 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 890596

[startup+6.30253 s]
/proc/loadavg: 1.93 1.98 1.99 3/91 5713
/proc/meminfo: memFree=1435096/2055920 swapFree=4192956/4192956
[pid=5691] ppid=5689 vsize=16740 CPUtime=0.7
/proc/5691/stat : 5691 (sugar++) S 5689 5691 5247 0 -1 4194304 1297 4784 0 1 6 1 61 2 16 0 1 0 4227446 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5691/statm: 4185 1104 409 3 0 764 0
[pid=5704] ppid=5691 vsize=5356 CPUtime=0
/proc/5704/stat : 5704 (sh) S 5691 5691 5247 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4227522 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5704/statm: 1339 233 193 169 0 50 0
[pid=5705] ppid=5704 vsize=868500 CPUtime=5.47
/proc/5705/stat : 5705 (java) S 5704 5691 5247 0 -1 0 8222 0 1 0 516 31 0 0 18 0 9 0 4227523 889344000 6409 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5705/statm: 217125 6409 2564 9 0 211672 0
[pid=5705/tid=5706] ppid=5704 vsize=868500 CPUtime=4.76
/proc/5705/task/5706/stat : 5706 (java) R 5704 5691 5247 0 -1 64 3766 0 1 0 454 22 0 0 25 0 9 0 4227524 889344000 6409 996147200 134512640 134550740 4294955920 18446744073709551615 102064641 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5705/tid=5707] ppid=5704 vsize=868500 CPUtime=0.4
/proc/5705/task/5707/stat : 5707 (java) S 5704 5691 5247 0 -1 64 2254 0 0 0 34 6 0 0 16 0 9 0 4227525 889344000 6409 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5705/tid=5708] ppid=5704 vsize=868500 CPUtime=0
/proc/5705/task/5708/stat : 5708 (java) S 5704 5691 5247 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 4227525 889344000 6409 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5705/tid=5709] ppid=5704 vsize=868500 CPUtime=0
/proc/5705/task/5709/stat : 5709 (java) S 5704 5691 5247 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4227525 889344000 6409 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5705/tid=5710] ppid=5704 vsize=868500 CPUtime=0
/proc/5705/task/5710/stat : 5710 (java) S 5704 5691 5247 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4227527 889344000 6409 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5705/tid=5711] ppid=5704 vsize=868500 CPUtime=0.28
/proc/5705/task/5711/stat : 5711 (java) S 5704 5691 5247 0 -1 64 1509 0 0 0 27 1 0 0 17 0 9 0 4227527 889344000 6409 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5705/tid=5712] ppid=5704 vsize=868500 CPUtime=0
/proc/5705/task/5712/stat : 5712 (java) S 5704 5691 5247 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4227527 889344000 6409 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5705/tid=5713] ppid=5704 vsize=868500 CPUtime=0
/proc/5705/task/5713/stat : 5713 (java) S 5704 5691 5247 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4227527 889344000 6409 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 890596

[startup+12.7011 s]
/proc/loadavg: 1.93 1.98 1.99 3/82 5714
/proc/meminfo: memFree=1295008/2055920 swapFree=4192956/4192956
[pid=5691] ppid=5689 vsize=17004 CPUtime=9.57
/proc/5691/stat : 5691 (sugar++) S 5689 5691 5247 0 -1 4194304 1590 17973 0 3 7 1 892 57 15 0 1 0 4227446 17412096 1156 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5691/statm: 4251 1156 414 3 0 830 0
[pid=5714] ppid=5691 vsize=126068 CPUtime=2.66
/proc/5714/stat : 5714 (minisat-inc) R 5691 5691 5247 0 -1 4194304 30677 0 0 0 247 19 0 0 17 0 1 0 4228414 129093632 30624 996147200 134512640 135134323 4294956192 18446744073709551615 134532158 0 0 4096 3 0 0 0 17 1 0 0
/proc/5714/statm: 31517 30624 80 151 0 31363 0
Current children cumulated CPU time (s) 12.23
Current children cumulated vsize (KiB) 143072

[startup+25.5012 s]
/proc/loadavg: 1.95 1.98 1.99 3/82 5734
/proc/meminfo: memFree=1292768/2055920 swapFree=4192956/4192956
[pid=5691] ppid=5689 vsize=17004 CPUtime=9.86
/proc/5691/stat : 5691 (sugar++) S 5689 5691 5247 0 -1 4194304 1660 21944 0 4 7 1 917 61 16 0 1 0 4227446 17412096 1156 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5691/statm: 4251 1156 414 3 0 830 0
[pid=5714] ppid=5691 vsize=126332 CPUtime=15.09
/proc/5714/stat : 5714 (minisat-inc) R 5691 5691 5247 0 -1 4194304 30751 0 0 0 1489 20 0 0 25 0 1 0 4228414 129363968 30696 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/5714/statm: 31583 30696 80 151 0 31429 0
Current children cumulated CPU time (s) 24.95
Current children cumulated vsize (KiB) 143336

[startup+51.1014 s]
/proc/loadavg: 1.96 1.98 1.99 3/82 5734
/proc/meminfo: memFree=1292704/2055920 swapFree=4192956/4192956
[pid=5691] ppid=5689 vsize=17004 CPUtime=9.86
/proc/5691/stat : 5691 (sugar++) S 5689 5691 5247 0 -1 4194304 1660 21944 0 4 7 1 917 61 16 0 1 0 4227446 17412096 1156 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5691/statm: 4251 1156 414 3 0 830 0
[pid=5714] ppid=5691 vsize=126332 CPUtime=40.53
/proc/5714/stat : 5714 (minisat-inc) R 5691 5691 5247 0 -1 4194304 30768 0 0 0 4033 20 0 0 25 0 1 0 4228414 129363968 30713 996147200 134512640 135134323 4294956192 18446744073709551615 134532097 0 0 4096 3 0 0 0 17 1 0 0
/proc/5714/statm: 31583 30713 80 151 0 31429 0
Current children cumulated CPU time (s) 50.39
Current children cumulated vsize (KiB) 143336

[startup+102.307 s]
/proc/loadavg: 1.98 1.98 1.99 3/82 5734
/proc/meminfo: memFree=1292768/2055920 swapFree=4192956/4192956
[pid=5691] ppid=5689 vsize=17004 CPUtime=9.86
/proc/5691/stat : 5691 (sugar++) S 5689 5691 5247 0 -1 4194304 1660 21944 0 4 7 1 917 61 16 0 1 0 4227446 17412096 1156 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5691/statm: 4251 1156 414 3 0 830 0
[pid=5714] ppid=5691 vsize=126332 CPUtime=91.5
/proc/5714/stat : 5714 (minisat-inc) R 5691 5691 5247 0 -1 4194304 30768 0 0 0 9130 20 0 0 25 0 1 0 4228414 129363968 30713 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/5714/statm: 31583 30713 80 151 0 31429 0
Current children cumulated CPU time (s) 101.36
Current children cumulated vsize (KiB) 143336

[startup+162.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 5734
/proc/meminfo: memFree=1292768/2055920 swapFree=4192956/4192956

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

[pid=5714] ppid=5691 vsize=161912 CPUtime=2849.37
/proc/5714/stat : 5714 (minisat-inc) R 5691 5691 5247 0 -1 4194304 39115 0 0 0 284902 35 0 0 25 0 1 0 4228414 165797888 39060 996147200 134512640 135134323 4294956192 18446744073709551615 134531911 0 0 4096 3 0 0 0 17 0 0 0
/proc/5714/statm: 40478 39060 80 151 0 40324 0
Current children cumulated CPU time (s) 2859.23
Current children cumulated vsize (KiB) 178916

[startup+2922.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 5810
/proc/meminfo: memFree=1282520/2055920 swapFree=4192956/4192956
[pid=5691] ppid=5689 vsize=17004 CPUtime=9.86
/proc/5691/stat : 5691 (sugar++) S 5689 5691 5247 0 -1 4194304 1660 21944 0 4 7 1 917 61 16 0 1 0 4227446 17412096 1156 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5691/statm: 4251 1156 414 3 0 830 0
[pid=5714] ppid=5691 vsize=163100 CPUtime=2909.35
/proc/5714/stat : 5714 (minisat-inc) R 5691 5691 5247 0 -1 4194304 39428 0 0 0 290900 35 0 0 25 0 1 0 4228414 167014400 39373 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/5714/statm: 40775 39373 80 151 0 40621 0
Current children cumulated CPU time (s) 2919.21
Current children cumulated vsize (KiB) 180104

[startup+2982.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 5810
/proc/meminfo: memFree=1281240/2055920 swapFree=4192956/4192956
[pid=5691] ppid=5689 vsize=17004 CPUtime=9.86
/proc/5691/stat : 5691 (sugar++) S 5689 5691 5247 0 -1 4194304 1660 21944 0 4 7 1 917 61 16 0 1 0 4227446 17412096 1156 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5691/statm: 4251 1156 414 3 0 830 0
[pid=5714] ppid=5691 vsize=164292 CPUtime=2969.33
/proc/5714/stat : 5714 (minisat-inc) R 5691 5691 5247 0 -1 4194304 39731 0 0 0 296897 36 0 0 25 0 1 0 4228414 168235008 39676 996147200 134512640 135134323 4294956192 18446744073709551615 134531958 0 0 4096 3 0 0 0 17 0 0 0
/proc/5714/statm: 41073 39676 80 151 0 40919 0
Current children cumulated CPU time (s) 2979.19
Current children cumulated vsize (KiB) 181296

[startup+3042.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 5810
/proc/meminfo: memFree=1280024/2055920 swapFree=4192956/4192956
[pid=5691] ppid=5689 vsize=17004 CPUtime=9.86
/proc/5691/stat : 5691 (sugar++) S 5689 5691 5247 0 -1 4194304 1660 21944 0 4 7 1 917 61 16 0 1 0 4227446 17412096 1156 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5691/statm: 4251 1156 414 3 0 830 0
[pid=5714] ppid=5691 vsize=165516 CPUtime=3029.31
/proc/5714/stat : 5714 (minisat-inc) R 5691 5691 5247 0 -1 4194304 40041 0 0 0 302895 36 0 0 25 0 1 0 4228414 169488384 39986 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/5714/statm: 41379 39986 80 151 0 41225 0
Current children cumulated CPU time (s) 3039.17
Current children cumulated vsize (KiB) 182520

[startup+3102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 5810
/proc/meminfo: memFree=1278744/2055920 swapFree=4192956/4192956
[pid=5691] ppid=5689 vsize=17004 CPUtime=9.86
/proc/5691/stat : 5691 (sugar++) S 5689 5691 5247 0 -1 4194304 1660 21944 0 4 7 1 917 61 16 0 1 0 4227446 17412096 1156 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5691/statm: 4251 1156 414 3 0 830 0
[pid=5714] ppid=5691 vsize=166572 CPUtime=3089.29
/proc/5714/stat : 5714 (minisat-inc) R 5691 5691 5247 0 -1 4194304 40345 0 0 0 308892 37 0 0 25 0 1 0 4228414 170569728 40290 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/5714/statm: 41643 40290 80 151 0 41489 0
Current children cumulated CPU time (s) 3099.15
Current children cumulated vsize (KiB) 183576

[startup+3162.3 s]
/proc/loadavg: 2.11 2.03 2.01 3/83 5810
/proc/meminfo: memFree=1277400/2055920 swapFree=4192956/4192956
[pid=5691] ppid=5689 vsize=17004 CPUtime=9.86
/proc/5691/stat : 5691 (sugar++) S 5689 5691 5247 0 -1 4194304 1660 21944 0 4 7 1 917 61 16 0 1 0 4227446 17412096 1156 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5691/statm: 4251 1156 414 3 0 830 0
[pid=5714] ppid=5691 vsize=168056 CPUtime=3149.26
/proc/5714/stat : 5714 (minisat-inc) R 5691 5691 5247 0 -1 4194304 40664 0 0 0 314889 37 0 0 25 0 1 0 4228414 172089344 40609 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 0 0 0
/proc/5714/statm: 42014 40609 80 151 0 41860 0
Current children cumulated CPU time (s) 3159.12
Current children cumulated vsize (KiB) 185060

[startup+3222.3 s]
/proc/loadavg: 2.32 2.09 2.02 3/83 5810
/proc/meminfo: memFree=1276184/2055920 swapFree=4192956/4192956
[pid=5691] ppid=5689 vsize=17004 CPUtime=9.86
/proc/5691/stat : 5691 (sugar++) S 5689 5691 5247 0 -1 4194304 1660 21944 0 4 7 1 917 61 16 0 1 0 4227446 17412096 1156 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5691/statm: 4251 1156 414 3 0 830 0
[pid=5714] ppid=5691 vsize=169112 CPUtime=3209.24
/proc/5714/stat : 5714 (minisat-inc) R 5691 5691 5247 0 -1 4194304 40960 0 0 0 320887 37 0 0 25 0 1 0 4228414 173170688 40905 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/5714/statm: 42278 40905 80 151 0 42124 0
Current children cumulated CPU time (s) 3219.1
Current children cumulated vsize (KiB) 186116

[startup+3282.3 s]
/proc/loadavg: 2.11 2.07 2.02 3/83 5810
/proc/meminfo: memFree=1274968/2055920 swapFree=4192956/4192956
[pid=5691] ppid=5689 vsize=17004 CPUtime=9.86
/proc/5691/stat : 5691 (sugar++) S 5689 5691 5247 0 -1 4194304 1660 21944 0 4 7 1 917 61 16 0 1 0 4227446 17412096 1156 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5691/statm: 4251 1156 414 3 0 830 0
[pid=5714] ppid=5691 vsize=170168 CPUtime=3269.22
/proc/5714/stat : 5714 (minisat-inc) R 5691 5691 5247 0 -1 4194304 41247 0 0 0 326884 38 0 0 25 0 1 0 4228414 174252032 41192 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/5714/statm: 42542 41192 80 151 0 42388 0
Current children cumulated CPU time (s) 3279.08
Current children cumulated vsize (KiB) 187172

[startup+3342.3 s]
/proc/loadavg: 2.04 2.05 2.01 3/83 5810
/proc/meminfo: memFree=1273688/2055920 swapFree=4192956/4192956
[pid=5691] ppid=5689 vsize=17004 CPUtime=9.86
/proc/5691/stat : 5691 (sugar++) S 5689 5691 5247 0 -1 4194304 1660 21944 0 4 7 1 917 61 16 0 1 0 4227446 17412096 1156 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5691/statm: 4251 1156 414 3 0 830 0
[pid=5714] ppid=5691 vsize=171356 CPUtime=3329.2
/proc/5714/stat : 5714 (minisat-inc) R 5691 5691 5247 0 -1 4194304 41531 0 0 0 332881 39 0 0 25 0 1 0 4228414 175468544 41476 996147200 134512640 135134323 4294956192 18446744073709551615 134532114 0 0 4096 3 0 0 0 17 0 0 0
/proc/5714/statm: 42839 41476 80 151 0 42685 0
Current children cumulated CPU time (s) 3339.06
Current children cumulated vsize (KiB) 188360

[startup+3402.31 s]
/proc/loadavg: 2.01 2.04 2.00 3/83 5810
/proc/meminfo: memFree=1271704/2055920 swapFree=4192956/4192956
[pid=5691] ppid=5689 vsize=17004 CPUtime=9.86
/proc/5691/stat : 5691 (sugar++) S 5689 5691 5247 0 -1 4194304 1660 21944 0 4 7 1 917 61 16 0 1 0 4227446 17412096 1156 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5691/statm: 4251 1156 414 3 0 830 0
[pid=5714] ppid=5691 vsize=173328 CPUtime=3389.17
/proc/5714/stat : 5714 (minisat-inc) R 5691 5691 5247 0 -1 4194304 42007 0 0 0 338878 39 0 0 25 0 1 0 4228414 177487872 41952 996147200 134512640 135134323 4294956192 18446744073709551615 134532114 0 0 4096 3 0 0 0 17 0 0 0
/proc/5714/statm: 43332 41952 80 151 0 43178 0
Current children cumulated CPU time (s) 3399.03
Current children cumulated vsize (KiB) 190332

[startup+3462.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/83 5810
/proc/meminfo: memFree=1270360/2055920 swapFree=4192956/4192956
[pid=5691] ppid=5689 vsize=17004 CPUtime=9.86
/proc/5691/stat : 5691 (sugar++) S 5689 5691 5247 0 -1 4194304 1660 21944 0 4 7 1 917 61 16 0 1 0 4227446 17412096 1156 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5691/statm: 4251 1156 414 3 0 830 0
[pid=5714] ppid=5691 vsize=174436 CPUtime=3449.15
/proc/5714/stat : 5714 (minisat-inc) R 5691 5691 5247 0 -1 4194304 42332 0 0 0 344875 40 0 0 25 0 1 0 4228414 178622464 42277 996147200 134512640 135134323 4294956192 18446744073709551615 134531980 0 0 4096 3 0 0 0 17 0 0 0
/proc/5714/statm: 43609 42277 80 151 0 43455 0
Current children cumulated CPU time (s) 3459.01
Current children cumulated vsize (KiB) 191440

[startup+3522.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 5816
/proc/meminfo: memFree=1268888/2055920 swapFree=4192956/4192956
[pid=5691] ppid=5689 vsize=17004 CPUtime=9.86
/proc/5691/stat : 5691 (sugar++) S 5689 5691 5247 0 -1 4194304 1660 21944 0 4 7 1 917 61 16 0 1 0 4227446 17412096 1156 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5691/statm: 4251 1156 414 3 0 830 0
[pid=5714] ppid=5691 vsize=176016 CPUtime=3509.12
/proc/5714/stat : 5714 (minisat-inc) R 5691 5691 5247 0 -1 4194304 42630 0 0 0 350872 40 0 0 25 0 1 0 4228414 180240384 42575 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/5714/statm: 44004 42575 80 151 0 43850 0
Current children cumulated CPU time (s) 3518.98
Current children cumulated vsize (KiB) 193020

[startup+3582.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 5816
/proc/meminfo: memFree=1267736/2055920 swapFree=4192956/4192956
[pid=5691] ppid=5689 vsize=17004 CPUtime=9.86
/proc/5691/stat : 5691 (sugar++) S 5689 5691 5247 0 -1 4194304 1660 21944 0 4 7 1 917 61 16 0 1 0 4227446 17412096 1156 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5691/statm: 4251 1156 414 3 0 830 0
[pid=5714] ppid=5691 vsize=177072 CPUtime=3569.1
/proc/5714/stat : 5714 (minisat-inc) R 5691 5691 5247 0 -1 4194304 42923 0 0 0 356870 40 0 0 25 0 1 0 4228414 181321728 42868 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/5714/statm: 44268 42868 80 151 0 44114 0
Current children cumulated CPU time (s) 3578.96
Current children cumulated vsize (KiB) 194076



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3603.4 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 5816
/proc/meminfo: memFree=1267352/2055920 swapFree=4192956/4192956
[pid=5691] ppid=5689 vsize=17004 CPUtime=9.86
/proc/5691/stat : 5691 (sugar++) S 5689 5691 5247 0 -1 4194304 1660 21944 0 4 7 1 917 61 16 0 1 0 4227446 17412096 1156 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5691/statm: 4251 1156 414 3 0 830 0
[pid=5714] ppid=5691 vsize=177468 CPUtime=3590.2
/proc/5714/stat : 5714 (minisat-inc) R 5691 5691 5247 0 -1 4194304 43024 0 0 0 358980 40 0 0 25 0 1 0 4228414 181727232 42969 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/5714/statm: 44367 42969 80 151 0 44213 0
Current children cumulated CPU time (s) 3600.06
Current children cumulated vsize (KiB) 194472

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): 3603.46
CPU time (s): 3600.15
CPU user time (s): 3599.05
CPU system time (s): 1.09983
CPU usage (%): 99.908
Max. virtual memory (cumulated for all children) (KiB): 890596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.05
system time used= 1.09983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66707
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15253
involuntary context switches= 32547

runsolver used 3.36349 second user time and 10.0195 second system time

The end

Launcher Data (download as text)

Begin job on node3 at 2008-07-23 02:02:27
IDJOB=1127507
IDBENCH=63544
IDSOLVER=367
FILE ID=node3/1127507-1216771347
PBS_JOBID= 7974078
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/maxcsp/cnf/3-40-1100-2000/normalized-cnf-3-40-1600-616125_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-1127507-1216771347/watcher-1127507-1216771347 -o /tmp/evaluation-result-1127507-1216771347/solver-1127507-1216771347 -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-1127507-1216771347.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= c8728d8fea45126a11597e0a1ff36b8b
RANDOM SEED=1792051664

node3.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.213
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.213
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:       1480592 kB
Buffers:         34832 kB
Cached:         418932 kB
SwapCached:          0 kB
Active:         251584 kB
Inactive:       255460 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1480592 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             960 kB
Writeback:           0 kB
Mapped:          73580 kB
Slab:            53488 kB
Committed_AS:   891836 kB
PageTables:       1888 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 node3 at 2008-07-23 03:02:32