Trace number 1127851

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.12 3622.25

General information on the benchmark

Namemaxcsp/cnf/2-80-100-1000/
normalized-cnf-2-80-800-815450_ext.xml
MD5SUM8082fafa775cab183b8e3f4c5832fca0
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints102
Best CPU time to get the best result obtained on this benchmark246.568
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of constraints710
Maximum constraint arity2
Maximum domain size2
Number of constraints which are defined in extension710
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.10/0.22	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.10/0.22	c 0	BEGIN Wed Jul 23 03:35:18 2008
0.10/0.22	c 0	PID 5025
0.10/0.23	c 0	HOST node6.alineos.net
0.10/0.23	c 0	CONVERTING HOME/instance-1127851-1216776918.xml TO HOME/temp.csp
0.10/0.23	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1127851-1216776918.xml' 'HOME/temp.csp'
0.12/0.63	c 1	1 domains, 80 variables, 0 predicates, 11 relations, 710 constraints
0.12/0.68	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.12/0.68	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.45/0.76	c 1	Parsing HOME/temp.csp
0.45/0.95	c 1	parsed 802 expressions
0.45/0.96	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.45/0.98	c 1	MAX CSP: 710 constraints
0.45/0.98	c 1	Converting to clausal form CSP
0.81/1.03	c 1	converted 152 (10%) expressions
0.81/1.04	c 1	converted 303 (20%) expressions
0.81/1.05	c 1	converted 455 (30%) expressions
0.81/1.06	c 1	converted 606 (40%) expressions
0.81/1.07	c 1	converted 758 (50%) expressions
0.81/1.08	c 1	converted 909 (60%) expressions
0.81/1.09	c 1	converted 1061 (70%) expressions
0.91/1.16	c 1	converted 1212 (80%) expressions
0.91/1.16	c 1	converted 1364 (90%) expressions
1.00/1.28	c 1	converted 1515 (100%) expressions
1.00/1.28	c 1	CSP : 1500 integers, 0 booleans, 2129 clauses, largest domain size 1066
1.00/1.28	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.00/1.28	c 1	Propagation in CSP
1.10/1.32	c 1	705 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.10/1.33	c 1	CSP : 1500 integers, 0 booleans, 2129 clauses, largest domain size 711
1.10/1.33	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.10/1.33	c 1	Simplifing CSP by introducing new Boolean variables
1.10/1.33	c 1	CSP : 1500 integers, 0 booleans, 2129 clauses, largest domain size 711
1.10/1.33	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.10/1.37	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.10/1.38	c 1	150 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.10/1.38	c 1	300 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.10/1.38	c 1	450 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.10/1.38	c 1	600 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.10/1.39	c 1	750 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.10/1.40	c 1	900 (60%) CSP integer variables are encoded (1267 clauses, 16118 bytes)
1.20/1.40	c 1	1050 (70%) CSP integer variables are encoded (2207 clauses, 28338 bytes)
1.20/1.41	c 1	1200 (80%) CSP integer variables are encoded (9314 clauses, 121650 bytes)
1.20/1.41	c 1	1350 (90%) CSP integer variables are encoded (10342 clauses, 137070 bytes)
1.20/1.41	c 1	1500 (100%) CSP integer variables are encoded (11762 clauses, 158370 bytes)
1.20/1.44	c 1	213 (10%) CSP clauses are encoded (11978 clauses, 161190 bytes)
1.20/1.45	c 1	426 (20%) CSP clauses are encoded (12204 clauses, 164310 bytes)
1.20/1.47	c 2	639 (30%) CSP clauses are encoded (12424 clauses, 167353 bytes)
1.20/1.49	c 2	852 (40%) CSP clauses are encoded (15709 clauses, 223372 bytes)
1.30/1.55	c 2	1065 (50%) CSP clauses are encoded (46698 clauses, 785427 bytes)
1.40/1.68	c 2	1278 (60%) CSP clauses are encoded (77121 clauses, 1305873 bytes)
2.20/2.42	c 2	1491 (70%) CSP clauses are encoded (534978 clauses, 9811832 bytes)
2.20/2.44	c 2	1704 (80%) CSP clauses are encoded (545715 clauses, 10032340 bytes)
2.20/2.49	c 3	1917 (90%) CSP clauses are encoded (571460 clauses, 10573902 bytes)
2.39/2.65	c 3	2129 (100%) CSP clauses are encoded (666146 clauses, 12588744 bytes)
2.39/2.65	c 3	2129 CSP clauses encoded
2.39/2.65	c 3	Writing map file : HOME/temp.map
2.39/2.67	c 3	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.39/2.67	c 3	SAT : 13262 SAT variables, 666146 SAT clauses, 12588744 bytes
2.39/2.67	c 3	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.47/2.72	c 3	OBJECTIVE minimize _COST
2.47/2.72	c 3	SOLVING HOME/temp.cnf
2.47/2.72	c 3	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
2.47/2.72	c 3	This is MiniSat 2.0 beta incremental
2.47/2.72	c 3	WARNING: for repeatability, setting FPU to use double precision
2.47/2.72	c 3	============================[ Problem Statistics ]=============================
2.47/2.72	c 3	|                                                                             |
2.47/2.72	c 3	|  Number of variables:  13262                                                |
2.47/2.72	c 3	|  Number of clauses:    666146                                               |
2.48/3.02	c 3	|  Parsing time:         0.26         s                                       |
2.48/3.04	c 3	OK
2.48/3.04	c 3	OBJECTIVE BOUND: 0 <= _COST <= 
2.48/3.04	c 3	SEARCHING: _COST <= 355
2.48/3.04	c 3	============================[ Search Statistics ]==============================
2.48/3.04	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.48/3.04	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.48/3.04	c 3	===============================================================================
2.48/3.04	c 3	|         0 |   13262   666146  1962406 |   222048        0    nan |  0.000 % |
3.25/3.51	c 4	===============================================================================
3.25/3.51	c 4	restarts              : 1
3.25/3.51	c 4	conflicts             : 65            (87 /sec)
3.25/3.51	c 4	decisions             : 1328          (0.45 % random) (1788 /sec)
3.25/3.51	c 4	propagations          : 221678         (298401 /sec)
3.25/3.51	c 4	conflict literals     : 1372           (18.19 % deleted)
3.25/3.51	c 4	Memory used           : 29.25 MB
3.25/3.51	c 4	CPU time              : 0.742887 s
3.25/3.51	c 4	
3.25/3.51	c 4	SATISFIABLE
3.25/3.52	c 4	OK
3.25/3.52	c 4	FOUND: _COST <= 355
3.25/3.52	s SATISFIABLE
3.25/3.52	c 4	DECODING HOME/temp.out WITH HOME/temp.map
3.25/3.52	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.26/3.60	c 4	Decoding HOME/temp.out
3.26/3.72	c 4	OBJECTIVE _COST 355
3.26/3.72	o 355
3.26/3.73	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 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 1 1 1 1 1 1 1 1 1 1 1 1
3.26/3.73	c 4	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
3.26/3.79	c 4	OK
3.26/3.79	c 4	OBJECTIVE BOUND: 0 <= _COST <= 355
3.26/3.79	c 4	SEARCHING: _COST <= 177
3.48/4.19	c 4	============================[ Search Statistics ]==============================
3.48/4.19	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.48/4.19	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.48/4.19	c 4	===============================================================================
3.48/4.19	c 4	|        65 |   13262   666146  1962406 |   222048       65     21 |  0.000 % |
3.50/4.28	c 4	|       166 |   13262   666146  1962406 |   244253      166     25 | 26.769 % |
3.60/4.36	c 4	|       316 |   13262   666146  1962406 |   268678      316     26 | 26.769 % |
3.70/4.49	c 5	|       542 |   13262   666146  1962406 |   295546      542     26 | 26.769 % |
3.79/4.52	c 5	===============================================================================
3.79/4.52	c 5	restarts              : 5
3.79/4.52	c 5	conflicts             : 593           (551 /sec)
3.79/4.52	c 5	decisions             : 2511          (0.56 % random) (2334 /sec)
3.79/4.52	c 5	propagations          : 511509         (475453 /sec)
3.79/4.52	c 5	conflict literals     : 14976          (15.84 % deleted)
3.79/4.52	c 5	Memory used           : 29.51 MB
3.79/4.52	c 5	CPU time              : 1.07584 s
3.79/4.52	c 5	
3.79/4.52	c 5	SATISFIABLE
3.79/4.52	c 5	OK
3.79/4.52	c 5	FOUND: _COST <= 177
3.79/4.52	c 5	DECODING HOME/temp.out WITH HOME/temp.map
3.79/4.52	c 5	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.82/4.60	c 5	Decoding HOME/temp.out
3.82/4.73	c 5	OBJECTIVE _COST 177
3.82/4.73	o 177
3.82/4.73	v 1 1 1 1 0 1 1 1 1 1 1 1 0 1 0 1 0 0 1 1 0 1 0 0 1 1 1 1 1 0 0 1 1 1 1 1 0 1 0 0 1 1 0 0 1 0 0 1 1 0 0 1 1 1 0 1 1 0 1 1 1 0 1 0 1 1 1 0 0 1 0 0 1 1 0 1 0 0 1 1
3.82/4.74	c 5	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
3.82/4.79	c 5	OK
3.82/4.79	c 5	OBJECTIVE BOUND: 0 <= _COST <= 177
3.82/4.79	c 5	SEARCHING: _COST <= 88
3.82/4.80	c 5	============================[ Search Statistics ]==============================
3.82/4.80	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.82/4.80	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.82/4.80	c 5	===============================================================================
3.82/4.80	c 5	|       593 |    9712   666146  1962406 |   222048      593     25 | 26.769 % |
4.14/4.90	c 5	|       693 |    9711   666146  1962406 |   244253      692     24 | 41.684 % |
4.14/4.97	c 5	|       845 |    9711   666146  1962406 |   268678      844     22 | 41.684 % |
4.34/5.10	c 5	|      1070 |    9711   666146  1962406 |   295546     1069     22 | 41.684 % |
4.44/5.21	c 5	|      1407 |    9711   666146  1962406 |   325101     1406     21 | 41.684 % |
4.54/5.39	c 5	|      1913 |    9711   666146  1962406 |   357611     1912     20 | 41.684 % |
4.83/5.68	c 6	|      2672 |    9711   666146  1962406 |   393372     2671     19 | 41.684 % |
5.43/6.27	c 6	|      3813 |    9711   666146  1962406 |   432710     3812     21 | 41.684 % |
6.32/7.19	c 7	|      5522 |    7734   275328   806013 |   475981     5481     22 | 41.684 % |
7.22/8.06	c 8	|      8086 |    7734   275328   806013 |   523579     8045     22 | 41.684 % |
8.71/9.58	c 10	|     11931 |    7734   275328   806013 |   575937    11890     22 | 41.684 % |
11.60/12.46	c 13	|     17699 |    7734   275328   806013 |   633530    17658     22 | 41.684 % |
15.78/16.65	c 17	|     26349 |    7734   275328   806013 |   696883    26308     21 | 41.684 % |
23.65/24.60	c 25	|     39324 |    7734   275328   806013 |   766572    39283     23 | 41.684 % |
37.87/38.83	c 39	|     58785 |    7734   275328   806013 |   843229    58744     26 | 41.684 % |
66.31/67.42	c 67	|     87979 |    7734   275328   806013 |   927552    87938     30 | 41.684 % |
122.74/124.17	c 124	|    131768 |    7734   275328   806013 |  1020307   131727     32 | 41.684 % |
231.61/233.59	c 234	|    197452 |    7734   275328   806013 |  1122338   197411     34 | 41.684 % |
462.00/465.01	c 465	|    295978 |    7734   275328   806013 |  1234572   295937     35 | 41.684 % |
858.78/863.77	c 864	|    443768 |    7734   275328   806013 |  1358029   443727     36 | 41.684 % |
1681.13/1694.05	c 1694	|    665451 |    7734   275328   806013 |  1493832   665410     34 | 41.684 % |
3490.97/3512.69	c 3513	|    997979 |    7734   275328   806013 |  1643215   997938     34 | 41.684 % |
3600.04/3622.21	c ERROR INTERRUPTED
3600.04/3622.24	c 3622	CPU 3599.11 (0.06 0.07 3599.05 0.9)
3600.04/3622.24	c 3622	END Wed Jul 23 04:35:40 2008

Verifier Data (download as text)

OK	159	551
159 unsatisfied constraints, 551 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-1127851-1216776918/watcher-1127851-1216776918 -o /tmp/evaluation-result-1127851-1216776918/solver-1127851-1216776918 -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-1127851-1216776918.xml 

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 5025
/proc/meminfo: memFree=1277952/2055924 swapFree=4192956/4192956
[pid=5025] ppid=5023 vsize=0 CPUtime=0
/proc/5025/stat : 5025 (runsolver) R 5023 5025 4964 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 4784811 0 0 996147200 0 0 0 18446744073709551615 268582841639 0 0 4096 24578 0 0 0 17 0 0 0
/proc/5025/statm: 0 0 0 0 0 0 0

[startup+0.0550109 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 5025
/proc/meminfo: memFree=1277952/2055924 swapFree=4192956/4192956
[pid=5025] ppid=5023 vsize=13204 CPUtime=0.03
/proc/5025/stat : 5025 (sugar++) R 5023 5025 4964 0 -1 4194304 684 0 0 0 2 1 0 0 18 0 1 0 4784811 13520896 652 996147200 4194304 4206940 548682068528 18446744073709551615 268582687457 0 0 4224 0 0 0 0 17 1 0 0
/proc/5025/statm: 3301 652 334 3 0 401 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13204

[startup+0.101154 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 5025
/proc/meminfo: memFree=1277952/2055924 swapFree=4192956/4192956
[pid=5025] ppid=5023 vsize=13468 CPUtime=0.04
/proc/5025/stat : 5025 (sugar++) D 5023 5025 4964 0 -1 4194304 753 0 0 0 3 1 0 0 18 0 1 0 4784811 13791232 721 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/5025/statm: 3367 721 338 3 0 467 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13468

[startup+0.302177 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 5025
/proc/meminfo: memFree=1277952/2055924 swapFree=4192956/4192956
[pid=5025] ppid=5023 vsize=16740 CPUtime=0.12
/proc/5025/stat : 5025 (sugar++) S 5023 5025 4964 0 -1 4194304 1219 128 0 0 5 7 0 0 18 0 1 0 4784811 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5025/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 16740

[startup+0.701224 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 5025
/proc/meminfo: memFree=1277952/2055924 swapFree=4192956/4192956
[pid=5025] ppid=5023 vsize=16740 CPUtime=0.45
/proc/5025/stat : 5025 (sugar++) S 5023 5025 4964 0 -1 4194304 1279 4496 0 38 5 7 29 4 17 0 1 0 4784811 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5025/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 16740

[startup+1.50231 s]
/proc/loadavg: 1.00 1.00 1.00 4/93 5073
/proc/meminfo: memFree=1239288/2055924 swapFree=4192956/4192956
[pid=5025] ppid=5023 vsize=16740 CPUtime=0.46
/proc/5025/stat : 5025 (sugar++) S 5023 5025 4964 0 -1 4194304 1297 4496 0 38 6 7 29 4 15 0 1 0 4784811 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5025/statm: 4185 1104 409 3 0 764 0
[pid=5056] ppid=5025 vsize=5356 CPUtime=0
/proc/5056/stat : 5056 (sh) S 5025 5025 4964 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4784880 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5056/statm: 1339 233 193 169 0 50 0
[pid=5058] ppid=5056 vsize=869492 CPUtime=0.84
/proc/5058/stat : 5058 (java) S 5056 5025 4964 0 -1 0 6643 0 7 0 80 4 0 0 18 0 9 0 4784880 890359808 5878 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5058/statm: 217373 5878 2563 9 0 211920 0
[pid=5058/tid=5059] ppid=5056 vsize=869492 CPUtime=0.53
/proc/5058/task/5059/stat : 5059 (java) R 5056 5025 4964 0 -1 64 2726 0 3 0 51 2 0 0 19 0 9 0 4784881 890359808 5878 996147200 134512640 134550740 4294955920 18446744073709551615 102064738 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5058/tid=5063] ppid=5056 vsize=869492 CPUtime=0.05
/proc/5058/task/5063/stat : 5063 (java) S 5056 5025 4964 0 -1 64 1691 0 4 0 5 0 0 0 16 0 9 0 4784882 890359808 5878 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5058/tid=5064] ppid=5056 vsize=869492 CPUtime=0
/proc/5058/task/5064/stat : 5064 (java) S 5056 5025 4964 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4784882 890359808 5878 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5058/tid=5065] ppid=5056 vsize=869492 CPUtime=0
/proc/5058/task/5065/stat : 5065 (java) S 5056 5025 4964 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 4784882 890359808 5878 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5058/tid=5070] ppid=5056 vsize=869492 CPUtime=0
/proc/5058/task/5070/stat : 5070 (java) S 5056 5025 4964 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 4784884 890359808 5878 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5058/tid=5071] ppid=5056 vsize=869492 CPUtime=0.22
/proc/5058/task/5071/stat : 5071 (java) S 5056 5025 4964 0 -1 64 1533 0 0 0 22 0 0 0 16 0 9 0 4784884 890359808 5878 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5058/tid=5072] ppid=5056 vsize=869492 CPUtime=0
/proc/5058/task/5072/stat : 5072 (java) S 5056 5025 4964 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4784884 890359808 5878 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5058/tid=5073] ppid=5056 vsize=869492 CPUtime=0
/proc/5058/task/5073/stat : 5073 (java) S 5056 5025 4964 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4784884 890359808 5878 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 891588

[startup+3.10151 s]
/proc/loadavg: 1.08 1.02 1.01 3/93 5073
/proc/meminfo: memFree=1211768/2055924 swapFree=4192956/4192956
[pid=5025] ppid=5023 vsize=16872 CPUtime=2.48
/proc/5025/stat : 5025 (sugar++) S 5023 5025 4964 0 -1 4194304 1482 11821 0 45 6 7 216 19 16 0 1 0 4784811 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5025/statm: 4218 1132 414 3 0 797 0
Current children cumulated CPU time (s) 2.48
Current children cumulated vsize (KiB) 16872

[startup+6.30188 s]
/proc/loadavg: 1.08 1.02 1.01 3/76 5108
/proc/meminfo: memFree=1166464/2055924 swapFree=4192956/4192956
[pid=5025] ppid=5023 vsize=16872 CPUtime=2.91
/proc/5025/stat : 5025 (sugar++) S 5023 5025 4964 0 -1 4194304 1636 19580 0 47 6 7 253 25 15 0 1 0 4784811 17276928 1133 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5025/statm: 4218 1133 414 3 0 797 0
[pid=5074] ppid=5025 vsize=30612 CPUtime=2.62
/proc/5074/stat : 5074 (minisat-inc) R 5025 5025 4964 0 -1 4194304 7550 0 0 0 258 4 0 0 25 0 1 0 4785083 31346688 7495 996147200 134512640 135134323 4294956192 18446744073709551615 134524818 0 0 4096 3 0 0 0 17 1 0 0
/proc/5074/statm: 7653 7495 80 151 0 7499 0
Current children cumulated CPU time (s) 5.53
Current children cumulated vsize (KiB) 47484

[startup+12.7026 s]
/proc/loadavg: 1.22 1.05 1.02 3/76 5108
/proc/meminfo: memFree=1166272/2055924 swapFree=4192956/4192956
[pid=5025] ppid=5023 vsize=16872 CPUtime=2.91
/proc/5025/stat : 5025 (sugar++) S 5023 5025 4964 0 -1 4194304 1636 19580 0 47 6 7 253 25 16 0 1 0 4784811 17276928 1133 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5025/statm: 4218 1133 414 3 0 797 0
[pid=5074] ppid=5025 vsize=30764 CPUtime=8.99
/proc/5074/stat : 5074 (minisat-inc) R 5025 5025 4964 0 -1 4194304 7570 0 0 0 895 4 0 0 25 0 1 0 4785083 31502336 7515 996147200 134512640 135134323 4294956192 18446744073709551615 134531982 0 0 4096 3 0 0 0 17 1 0 0
/proc/5074/statm: 7691 7515 80 151 0 7537 0
Current children cumulated CPU time (s) 11.9
Current children cumulated vsize (KiB) 47636

[startup+25.5011 s]
/proc/loadavg: 1.34 1.08 1.02 3/76 5108
/proc/meminfo: memFree=1166208/2055924 swapFree=4192956/4192956
[pid=5025] ppid=5023 vsize=16872 CPUtime=2.91
/proc/5025/stat : 5025 (sugar++) S 5023 5025 4964 0 -1 4194304 1636 19580 0 47 6 7 253 25 16 0 1 0 4784811 17276928 1133 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5025/statm: 4218 1133 414 3 0 797 0
[pid=5074] ppid=5025 vsize=30928 CPUtime=21.73
/proc/5074/stat : 5074 (minisat-inc) R 5025 5025 4964 0 -1 4194304 7626 0 0 0 2168 5 0 0 25 0 1 0 4785083 31670272 7571 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/5074/statm: 7732 7571 80 151 0 7578 0
Current children cumulated CPU time (s) 24.64
Current children cumulated vsize (KiB) 47800

[startup+51.1011 s]
/proc/loadavg: 1.56 1.15 1.05 3/76 5108
/proc/meminfo: memFree=1163456/2055924 swapFree=4192956/4192956
[pid=5025] ppid=5023 vsize=16872 CPUtime=2.91
/proc/5025/stat : 5025 (sugar++) S 5023 5025 4964 0 -1 4194304 1636 19580 0 47 6 7 253 25 16 0 1 0 4784811 17276928 1133 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5025/statm: 4218 1133 414 3 0 797 0
[pid=5074] ppid=5025 vsize=31668 CPUtime=47.19
/proc/5074/stat : 5074 (minisat-inc) R 5025 5025 4964 0 -1 4194304 7804 0 0 0 4714 5 0 0 25 0 1 0 4785083 32428032 7749 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/5074/statm: 7917 7749 80 151 0 7763 0
Current children cumulated CPU time (s) 50.1
Current children cumulated vsize (KiB) 48540

[startup+102.306 s]
/proc/loadavg: 1.82 1.29 1.10 3/76 5108
/proc/meminfo: memFree=1146368/2055924 swapFree=4192956/4192956
[pid=5025] ppid=5023 vsize=16872 CPUtime=2.91
/proc/5025/stat : 5025 (sugar++) S 5023 5025 4964 0 -1 4194304 1636 19580 0 47 6 7 253 25 16 0 1 0 4784811 17276928 1133 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5025/statm: 4218 1133 414 3 0 797 0
[pid=5074] ppid=5025 vsize=39584 CPUtime=98.14
/proc/5074/stat : 5074 (minisat-inc) R 5025 5025 4964 0 -1 4194304 9765 0 0 0 9807 7 0 0 25 0 1 0 4785083 40534016 9710 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/5074/statm: 9896 9710 80 151 0 9742 0
Current children cumulated CPU time (s) 101.05
Current children cumulated vsize (KiB) 56456

[startup+162.301 s]
/proc/loadavg: 1.93 1.41 1.15 3/76 5108
/proc/meminfo: memFree=1130432/2055924 swapFree=4192956/4192956
[pid=5025] ppid=5023 vsize=16872 CPUtime=2.91
/proc/5025/stat : 5025 (sugar++) S 5023 5025 4964 0 -1 4194304 1636 19580 0 47 6 7 253 25 16 0 1 0 4784811 17276928 1133 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5025/statm: 4218 1133 414 3 0 797 0
[pid=5074] ppid=5025 vsize=46468 CPUtime=157.85
/proc/5074/stat : 5074 (minisat-inc) R 5025 5025 4964 0 -1 4194304 11410 0 0 0 15775 10 0 0 25 0 1 0 4785083 47583232 11355 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/5074/statm: 11617 11355 80 151 0 11463 0
Current children cumulated CPU time (s) 160.76
Current children cumulated vsize (KiB) 63340

[startup+222.301 s]
/proc/loadavg: 1.97 1.52 1.20 3/76 5108
/proc/meminfo: memFree=1115328/2055924 swapFree=4192956/4192956
[pid=5025] ppid=5023 vsize=16872 CPUtime=2.91
/proc/5025/stat : 5025 (sugar++) S 5023 5025 4964 0 -1 4194304 1636 19580 0 47 6 7 253 25 16 0 1 0 4784811 17276928 1133 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5025/statm: 4218 1133 414 3 0 797 0
[pid=5074] ppid=5025 vsize=53412 CPUtime=217.56
/proc/5074/stat : 5074 (minisat-inc) R 5025 5025 4964 0 -1 4194304 13186 0 0 0 21745 11 0 0 25 0 1 0 4785083 54693888 13131 996147200 134512640 135134323 4294956192 18446744073709551615 134532062 0 0 4096 3 0 0 0 17 1 0 0
/proc/5074/statm: 13353 13131 80 151 0 13199 0
Current children cumulated CPU time (s) 220.47
Current children cumulated vsize (KiB) 70284

[startup+282.301 s]
/proc/loadavg: 1.99 1.60 1.25 3/76 5108
/proc/meminfo: memFree=1102272/2055924 swapFree=4192956/4192956
[pid=5025] ppid=5023 vsize=16872 CPUtime=2.91
/proc/5025/stat : 5025 (sugar++) S 5023 5025 4964 0 -1 4194304 1636 19580 0 47 6 7 253 25 16 0 1 0 4784811 17276928 1133 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5025/statm: 4218 1133 414 3 0 797 0
[pid=5074] ppid=5025 vsize=59544 CPUtime=277.27
/proc/5074/stat : 5074 (minisat-inc) R 5025 5025 4964 0 -1 4194304 14623 0 0 0 27714 13 0 0 25 0 1 0 4785083 60973056 14568 996147200 134512640 135134323 4294956192 18446744073709551615 134531961 0 0 4096 3 0 0 0 17 1 0 0
/proc/5074/statm: 14886 14568 80 151 0 14732 0
Current children cumulated CPU time (s) 280.18
Current children cumulated vsize (KiB) 76416

[startup+342.301 s]
/proc/loadavg: 1.99 1.67 1.30 3/76 5108
/proc/meminfo: memFree=1091008/2055924 swapFree=4192956/4192956
[pid=5025] ppid=5023 vsize=16872 CPUtime=2.91
/proc/5025/stat : 5025 (sugar++) S 5023 5025 4964 0 -1 4194304 1636 19580 0 47 6 7 253 25 16 0 1 0 4784811 17276928 1133 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5025/statm: 4218 1133 414 3 0 797 0
[pid=5074] ppid=5025 vsize=64388 CPUtime=336.98
/proc/5074/stat : 5074 (minisat-inc) R 5025 5025 4964 0 -1 4194304 15804 0 0 0 33684 14 0 0 25 0 1 0 4785083 65933312 15749 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0

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

[pid=5074] ppid=5025 vsize=177452 CPUtime=2840.89
/proc/5074/stat : 5074 (minisat-inc) R 5025 5025 4964 0 -1 4194304 43428 0 0 0 284039 50 0 0 25 0 1 0 4785083 181710848 43357 996147200 134512640 135134323 4294956192 18446744073709551615 134532158 0 0 4096 3 0 0 0 17 1 0 0
/proc/5074/statm: 44363 43357 80 151 0 44209 0
Current children cumulated CPU time (s) 2843.8
Current children cumulated vsize (KiB) 194324

[startup+2922.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 5612
/proc/meminfo: memFree=903488/2055924 swapFree=4192956/4192956
[pid=5025] ppid=5023 vsize=16872 CPUtime=2.91
/proc/5025/stat : 5025 (sugar++) S 5023 5025 4964 0 -1 4194304 1636 19580 0 47 6 7 253 25 16 0 1 0 4784811 17276928 1133 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5025/statm: 4218 1133 414 3 0 797 0
[pid=5074] ppid=5025 vsize=178788 CPUtime=2900.61
/proc/5074/stat : 5074 (minisat-inc) R 5025 5025 4964 0 -1 4194304 43799 0 0 0 290010 51 0 0 25 0 1 0 4785083 183078912 43728 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/5074/statm: 44697 43728 80 151 0 44543 0
Current children cumulated CPU time (s) 2903.52
Current children cumulated vsize (KiB) 195660

[startup+2982.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 5612
/proc/meminfo: memFree=898304/2055924 swapFree=4192956/4192956
[pid=5025] ppid=5023 vsize=16872 CPUtime=2.91
/proc/5025/stat : 5025 (sugar++) S 5023 5025 4964 0 -1 4194304 1636 19580 0 47 6 7 253 25 16 0 1 0 4784811 17276928 1133 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5025/statm: 4218 1133 414 3 0 797 0
[pid=5074] ppid=5025 vsize=180108 CPUtime=2960.31
/proc/5074/stat : 5074 (minisat-inc) R 5025 5025 4964 0 -1 4194304 44142 0 0 0 295980 51 0 0 25 0 1 0 4785083 184430592 44071 996147200 134512640 135134323 4294956192 18446744073709551615 134532035 0 0 4096 3 0 0 0 17 1 0 0
/proc/5074/statm: 45027 44071 80 151 0 44873 0
Current children cumulated CPU time (s) 2963.22
Current children cumulated vsize (KiB) 196980

[startup+3042.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 5612
/proc/meminfo: memFree=892928/2055924 swapFree=4192956/4192956
[pid=5025] ppid=5023 vsize=16872 CPUtime=2.91
/proc/5025/stat : 5025 (sugar++) S 5023 5025 4964 0 -1 4194304 1636 19580 0 47 6 7 253 25 16 0 1 0 4784811 17276928 1133 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5025/statm: 4218 1133 414 3 0 797 0
[pid=5074] ppid=5025 vsize=182408 CPUtime=3020.02
/proc/5074/stat : 5074 (minisat-inc) R 5025 5025 4964 0 -1 4194304 44723 0 0 0 301950 52 0 0 25 0 1 0 4785083 186785792 44652 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/5074/statm: 45602 44652 80 151 0 45448 0
Current children cumulated CPU time (s) 3022.93
Current children cumulated vsize (KiB) 199280

[startup+3102.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 5612
/proc/meminfo: memFree=887552/2055924 swapFree=4192956/4192956
[pid=5025] ppid=5023 vsize=16872 CPUtime=2.91
/proc/5025/stat : 5025 (sugar++) S 5023 5025 4964 0 -1 4194304 1636 19580 0 47 6 7 253 25 16 0 1 0 4784811 17276928 1133 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5025/statm: 4218 1133 414 3 0 797 0
[pid=5074] ppid=5025 vsize=184492 CPUtime=3079.73
/proc/5074/stat : 5074 (minisat-inc) R 5025 5025 4964 0 -1 4194304 45250 0 0 0 307920 53 0 0 25 0 1 0 4785083 188919808 45179 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/5074/statm: 46123 45179 80 151 0 45969 0
Current children cumulated CPU time (s) 3082.64
Current children cumulated vsize (KiB) 201364

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 5612
/proc/meminfo: memFree=882496/2055924 swapFree=4192956/4192956
[pid=5025] ppid=5023 vsize=16872 CPUtime=2.91
/proc/5025/stat : 5025 (sugar++) S 5023 5025 4964 0 -1 4194304 1636 19580 0 47 6 7 253 25 16 0 1 0 4784811 17276928 1133 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5025/statm: 4218 1133 414 3 0 797 0
[pid=5074] ppid=5025 vsize=186540 CPUtime=3139.45
/proc/5074/stat : 5074 (minisat-inc) R 5025 5025 4964 0 -1 4194304 45758 0 0 0 313891 54 0 0 25 0 1 0 4785083 191016960 45687 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/5074/statm: 46635 45687 80 151 0 46481 0
Current children cumulated CPU time (s) 3142.36
Current children cumulated vsize (KiB) 203412

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 5612
/proc/meminfo: memFree=877568/2055924 swapFree=4192956/4192956
[pid=5025] ppid=5023 vsize=16872 CPUtime=2.91
/proc/5025/stat : 5025 (sugar++) S 5023 5025 4964 0 -1 4194304 1636 19580 0 47 6 7 253 25 16 0 1 0 4784811 17276928 1133 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5025/statm: 4218 1133 414 3 0 797 0
[pid=5074] ppid=5025 vsize=188568 CPUtime=3199.16
/proc/5074/stat : 5074 (minisat-inc) R 5025 5025 4964 0 -1 4194304 46250 0 0 0 319861 55 0 0 25 0 1 0 4785083 193093632 46179 996147200 134512640 135134323 4294956192 18446744073709551615 134531850 0 0 4096 3 0 0 0 17 1 0 0
/proc/5074/statm: 47142 46179 80 151 0 46988 0
Current children cumulated CPU time (s) 3202.07
Current children cumulated vsize (KiB) 205440

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 5612
/proc/meminfo: memFree=874560/2055924 swapFree=4192956/4192956
[pid=5025] ppid=5023 vsize=16872 CPUtime=2.91
/proc/5025/stat : 5025 (sugar++) S 5023 5025 4964 0 -1 4194304 1636 19580 0 47 6 7 253 25 16 0 1 0 4784811 17276928 1133 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5025/statm: 4218 1133 414 3 0 797 0
[pid=5074] ppid=5025 vsize=190712 CPUtime=3258.88
/proc/5074/stat : 5074 (minisat-inc) R 5025 5025 4964 0 -1 4194304 46781 0 0 0 325832 56 0 0 25 0 1 0 4785083 195289088 46710 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/5074/statm: 47678 46710 80 151 0 47524 0
Current children cumulated CPU time (s) 3261.79
Current children cumulated vsize (KiB) 207584

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 5612
/proc/meminfo: memFree=872640/2055924 swapFree=4192956/4192956
[pid=5025] ppid=5023 vsize=16872 CPUtime=2.91
/proc/5025/stat : 5025 (sugar++) S 5023 5025 4964 0 -1 4194304 1636 19580 0 47 6 7 253 25 16 0 1 0 4784811 17276928 1133 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5025/statm: 4218 1133 414 3 0 797 0
[pid=5074] ppid=5025 vsize=192560 CPUtime=3318.58
/proc/5074/stat : 5074 (minisat-inc) R 5025 5025 4964 0 -1 4194304 47260 0 0 0 331802 56 0 0 25 0 1 0 4785083 197181440 47189 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/5074/statm: 48140 47189 80 151 0 47986 0
Current children cumulated CPU time (s) 3321.49
Current children cumulated vsize (KiB) 209432

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 5612
/proc/meminfo: memFree=870528/2055924 swapFree=4192956/4192956
[pid=5025] ppid=5023 vsize=16872 CPUtime=2.91
/proc/5025/stat : 5025 (sugar++) S 5023 5025 4964 0 -1 4194304 1636 19580 0 47 6 7 253 25 16 0 1 0 4784811 17276928 1133 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5025/statm: 4218 1133 414 3 0 797 0
[pid=5074] ppid=5025 vsize=194648 CPUtime=3378.29
/proc/5074/stat : 5074 (minisat-inc) R 5025 5025 4964 0 -1 4194304 47770 0 0 0 337773 56 0 0 25 0 1 0 4785083 199319552 47699 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/5074/statm: 48662 47699 80 151 0 48508 0
Current children cumulated CPU time (s) 3381.2
Current children cumulated vsize (KiB) 211520

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 5612
/proc/meminfo: memFree=868416/2055924 swapFree=4192956/4192956
[pid=5025] ppid=5023 vsize=16872 CPUtime=2.91
/proc/5025/stat : 5025 (sugar++) S 5023 5025 4964 0 -1 4194304 1636 19580 0 47 6 7 253 25 16 0 1 0 4784811 17276928 1133 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5025/statm: 4218 1133 414 3 0 797 0
[pid=5074] ppid=5025 vsize=196600 CPUtime=3438
/proc/5074/stat : 5074 (minisat-inc) R 5025 5025 4964 0 -1 4194304 48253 0 0 0 343743 57 0 0 25 0 1 0 4785083 201318400 48182 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/5074/statm: 49150 48182 80 151 0 48996 0
Current children cumulated CPU time (s) 3440.91
Current children cumulated vsize (KiB) 213472

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 5612
/proc/meminfo: memFree=866176/2055924 swapFree=4192956/4192956
[pid=5025] ppid=5023 vsize=16872 CPUtime=2.91
/proc/5025/stat : 5025 (sugar++) S 5023 5025 4964 0 -1 4194304 1636 19580 0 47 6 7 253 25 16 0 1 0 4784811 17276928 1133 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5025/statm: 4218 1133 414 3 0 797 0
[pid=5074] ppid=5025 vsize=198764 CPUtime=3497.71
/proc/5074/stat : 5074 (minisat-inc) R 5025 5025 4964 0 -1 4194304 48817 0 0 0 349713 58 0 0 25 0 1 0 4785083 203534336 48746 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/5074/statm: 49691 48746 80 151 0 49537 0
Current children cumulated CPU time (s) 3500.62
Current children cumulated vsize (KiB) 215636

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 5612
/proc/meminfo: memFree=864448/2055924 swapFree=4192956/4192956
[pid=5025] ppid=5023 vsize=16872 CPUtime=2.91
/proc/5025/stat : 5025 (sugar++) S 5023 5025 4964 0 -1 4194304 1636 19580 0 47 6 7 253 25 16 0 1 0 4784811 17276928 1133 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5025/statm: 4218 1133 414 3 0 797 0
[pid=5074] ppid=5025 vsize=200224 CPUtime=3557.43
/proc/5074/stat : 5074 (minisat-inc) R 5025 5025 4964 0 -1 4194304 49236 0 0 0 355684 59 0 0 25 0 1 0 4785083 205029376 49165 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/5074/statm: 50056 49165 80 151 0 49902 0
Current children cumulated CPU time (s) 3560.34
Current children cumulated vsize (KiB) 217096



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3622.2 s]
/proc/loadavg: 1.93 1.98 1.90 3/82 5648
/proc/meminfo: memFree=1010640/2055924 swapFree=4192956/4192956
[pid=5025] ppid=5023 vsize=16872 CPUtime=2.91
/proc/5025/stat : 5025 (sugar++) S 5023 5025 4964 0 -1 4194304 1636 19580 0 47 6 7 253 25 16 0 1 0 4784811 17276928 1133 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5025/statm: 4218 1133 414 3 0 797 0
[pid=5074] ppid=5025 vsize=201468 CPUtime=3597.13
/proc/5074/stat : 5074 (minisat-inc) R 5025 5025 4964 0 -1 4194304 49529 0 0 0 359651 62 0 0 25 0 1 0 4785083 206303232 49458 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/5074/statm: 50367 49458 80 151 0 50213 0
Current children cumulated CPU time (s) 3600.04
Current children cumulated vsize (KiB) 218340

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): 3622.25
CPU time (s): 3600.12
CPU user time (s): 3599.12
CPU system time (s): 0.994848
CPU usage (%): 99.3891
Max. virtual memory (cumulated for all children) (KiB): 891588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.12
system time used= 0.994848
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70826
page faults= 47
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5453
involuntary context switches= 47370

runsolver used 3.3135 second user time and 9.92249 second system time

The end

Launcher Data (download as text)

Begin job on node6 at 2008-07-23 03:35:18
IDJOB=1127851
IDBENCH=64074
IDSOLVER=367
FILE ID=node6/1127851-1216776918
PBS_JOBID= 7974228
Free space on /tmp= 66564 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/maxcsp/cnf/2-80-100-1000/normalized-cnf-2-80-800-815450_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-1127851-1216776918/watcher-1127851-1216776918 -o /tmp/evaluation-result-1127851-1216776918/solver-1127851-1216776918 -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-1127851-1216776918.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 8082fafa775cab183b8e3f4c5832fca0
RANDOM SEED=1906190019

node6.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.238
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.238
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:      2055924 kB
MemFree:       1280160 kB
Buffers:         32556 kB
Cached:         654448 kB
SwapCached:          0 kB
Active:         125672 kB
Inactive:       575596 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1280160 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             968 kB
Writeback:           0 kB
Mapped:          23964 kB
Slab:            60064 kB
Committed_AS:    54204 kB
PageTables:       1692 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 node6 at 2008-07-23 04:35:42