Trace number 1127492

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+minisatMSAT (TO) 3600.07 3601.72

General information on the benchmark

Namemaxcsp/cnf/2-40-100-1000/
normalized-cnf-2-40-600-359126_ext.xml
MD5SUM56df12a8a84455f15ef2746afc7c39e1
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints83
Best CPU time to get the best result obtained on this benchmark0.333948
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints414
Maximum constraint arity2
Maximum domain size2
Number of constraints which are defined in extension414
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Wed Jul 23 01:50:01 2008
0.00/0.04	c 0	PID 4204
0.00/0.04	c 0	HOST node81.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1127492-1216770601.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1127492-1216770601.xml' 'HOME/temp.csp'
0.03/0.43	c 1	1 domains, 40 variables, 0 predicates, 14 relations, 414 constraints
0.03/0.50	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.50	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.30/0.58	c 1	Parsing HOME/temp.csp
0.30/0.67	c 1	parsed 469 expressions
0.30/0.68	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.30/0.69	c 1	MAX CSP: 414 constraints
0.30/0.69	c 1	Converting to clausal form CSP
0.30/0.72	c 1	converted 89 (10%) expressions
0.30/0.72	c 1	converted 178 (20%) expressions
0.30/0.73	c 1	converted 266 (30%) expressions
0.30/0.74	c 1	converted 355 (40%) expressions
0.30/0.75	c 1	converted 443 (50%) expressions
0.30/0.76	c 1	converted 532 (60%) expressions
0.30/0.76	c 1	converted 621 (70%) expressions
0.30/0.77	c 1	converted 709 (80%) expressions
0.30/0.77	c 1	converted 798 (90%) expressions
0.30/0.93	c 1	converted 886 (100%) expressions
0.30/0.93	c 1	CSP : 868 integers, 0 booleans, 1241 clauses, largest domain size 622
0.30/0.93	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.30/0.93	c 1	Propagation in CSP
0.30/0.97	c 1	408 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.30/0.97	c 1	CSP : 868 integers, 0 booleans, 1241 clauses, largest domain size 415
0.30/0.97	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.30/0.97	c 1	Simplifing CSP by introducing new Boolean variables
0.30/0.98	c 1	CSP : 868 integers, 0 booleans, 1241 clauses, largest domain size 415
0.30/0.98	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.30/1.00	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.30/1.01	c 1	87 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.30/1.01	c 1	174 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.30/1.01	c 1	261 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.30/1.01	c 1	348 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.30/1.01	c 1	434 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.30/1.02	c 1	521 (60%) CSP integer variables are encoded (704 clauses, 8183 bytes)
0.30/1.03	c 1	608 (70%) CSP integer variables are encoded (1212 clauses, 14787 bytes)
0.30/1.03	c 1	695 (80%) CSP integer variables are encoded (4834 clauses, 61873 bytes)
0.30/1.03	c 1	782 (90%) CSP integer variables are encoded (5364 clauses, 68763 bytes)
0.30/1.03	c 1	868 (100%) CSP integer variables are encoded (6119 clauses, 78578 bytes)
0.30/1.05	c 1	125 (10%) CSP clauses are encoded (6255 clauses, 80178 bytes)
0.30/1.06	c 1	249 (20%) CSP clauses are encoded (6389 clauses, 81924 bytes)
0.30/1.08	c 1	373 (30%) CSP clauses are encoded (6531 clauses, 83806 bytes)
0.30/1.10	c 1	497 (40%) CSP clauses are encoded (7773 clauses, 101839 bytes)
0.88/1.12	c 1	621 (50%) CSP clauses are encoded (18705 clauses, 296652 bytes)
0.88/1.13	c 1	745 (60%) CSP clauses are encoded (22153 clauses, 356384 bytes)
1.18/1.40	c 2	869 (70%) CSP clauses are encoded (187357 clauses, 3369657 bytes)
1.18/1.41	c 2	993 (80%) CSP clauses are encoded (191237 clauses, 3437061 bytes)
1.18/1.43	c 2	1117 (90%) CSP clauses are encoded (200313 clauses, 3599760 bytes)
1.18/1.49	c 2	1241 (100%) CSP clauses are encoded (233065 clauses, 4196127 bytes)
1.18/1.49	c 2	1241 CSP clauses encoded
1.18/1.49	c 2	Writing map file : HOME/temp.map
1.18/1.49	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.18/1.49	c 2	SAT : 6987 SAT variables, 233065 SAT clauses, 4196127 bytes
1.18/1.49	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.27/1.55	c 2	OBJECTIVE minimize _COST
1.27/1.55	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
1.27/1.55	c 2	SEARCHING: _COST <= 207
1.27/1.55	c 2	SOLVING HOME/temp.cnf
1.27/1.55	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.27/1.56	c 2	This is MiniSat 2.0 beta
1.27/1.56	c 2	WARNING: for repeatability, setting FPU to use double precision
1.27/1.56	c 2	============================[ Problem Statistics ]=============================
1.27/1.56	c 2	|                                                                             |
1.27/1.56	c 2	|  Number of variables:  6987                                                 |
1.27/1.56	c 2	|  Number of clauses:    233066                                               |
1.30/1.67	c 2	|  Parsing time:         0.10         s                                       |
1.30/1.72	c 2	============================[ Search Statistics ]==============================
1.30/1.72	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.30/1.72	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.30/1.72	c 2	===============================================================================
1.30/1.72	c 2	|         0 |    5124   149296   434411 |    49765        0    nan |  0.000 % |
1.30/1.79	c 2	|       100 |    5123   149296   434411 |    54741       99     23 | 26.821 % |
1.30/1.82	c 2	|       250 |    5123   149296   434411 |    60216      248     18 | 27.038 % |
1.30/1.85	c 2	|       477 |    5123   149296   434411 |    66237      475     17 | 27.037 % |
1.30/1.91	c 2	|       815 |    5123   149296   434411 |    72861      813     16 | 27.036 % |
1.30/1.96	c 2	===============================================================================
1.30/1.96	c 2	restarts              : 5
1.30/1.96	c 2	conflicts             : 1156           (2965 /sec)
1.30/1.96	c 2	decisions             : 1997           (0.80 % random) (5121 /sec)
1.30/1.96	c 2	propagations          : 427938         (1097446 /sec)
1.30/1.96	c 2	conflict literals     : 19987          (21.65 % deleted)
1.30/1.96	c 2	Memory used           : 11.54 MB
1.30/1.96	c 2	CPU time              : 0.38994 s
1.30/1.96	c 2	
1.30/1.97	c 2	SATISFIABLE
1.30/1.97	c 2	FOUND: _COST <= 207
1.30/1.97	s SATISFIABLE
1.30/1.97	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.30/1.97	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.71/2.26	c 3	Decoding HOME/temp.out
1.81/2.37	c 3	OBJECTIVE _COST 142
1.81/2.37	o 142
1.81/2.37	v 1 1 1 1 0 0 0 1 0 0 1 1 0 1 1 1 1 0 1 0 0 1 1 0 0 1 1 0 1 0 0 1 1 1 1 1 1 0 1 0
1.81/2.38	c 3	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.89/2.45	c 3	OBJECTIVE BOUND: 0 <= _COST <= 142
1.89/2.45	c 3	SEARCHING: _COST <= 71
1.89/2.45	c 3	SOLVING HOME/temp.cnf
1.89/2.45	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.92/2.50	c 3	This is MiniSat 2.0 beta
1.92/2.50	c 3	WARNING: for repeatability, setting FPU to use double precision
1.92/2.50	c 3	============================[ Problem Statistics ]=============================
1.92/2.50	c 3	|                                                                             |
1.92/2.50	c 3	|  Number of variables:  6987                                                 |
1.92/2.50	c 3	|  Number of clauses:    233066                                               |
1.92/2.61	c 3	|  Parsing time:         0.09         s                                       |
1.92/2.68	c 3	============================[ Search Statistics ]==============================
1.92/2.68	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.92/2.68	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.92/2.68	c 3	===============================================================================
1.92/2.68	c 3	|         0 |    3666    71560   205441 |    23853        0    nan |  0.000 % |
1.92/2.72	c 3	|       100 |    3661    71560   205441 |    26238       98     20 | 47.760 % |
1.92/2.75	c 3	|       250 |    3661    71560   205441 |    28862      248     19 | 47.760 % |
1.92/2.78	c 3	|       475 |    3661    71560   205441 |    31748      473     19 | 47.760 % |
1.92/2.83	c 3	|       812 |    3650    70889   203486 |    34923      810     19 | 47.760 % |
1.92/2.90	c 3	|      1320 |    3650    70889   203486 |    38416     1318     19 | 47.760 % |
1.92/3.01	c 3	|      2079 |    3633    70273   201700 |    42257     2076     18 | 48.003 % |
1.92/3.20	c 3	|      3218 |    3633    70273   201700 |    46483     3215     18 | 48.004 % |
2.90/3.50	c 4	|      4927 |    3618    69608   199757 |    51131     4922     18 | 48.218 % |
3.40/4.04	c 4	|      7490 |    3618    69608   199757 |    56244     7485     19 | 48.218 % |
4.40/5.05	c 5	|     11334 |    3618    69608   199757 |    61869    11329     20 | 48.218 % |
6.01/6.62	c 7	|     17100 |    3618    69608   199757 |    68056    17095     20 | 48.218 % |
9.31/9.95	c 10	|     25752 |    3618    69608   199757 |    74861    25747     20 | 48.218 % |
15.41/16.02	c 16	|     38727 |    3618    69608   199757 |    82348    38722     21 | 48.218 % |
27.20/27.88	c 28	|     58189 |    3618    69608   199757 |    90582    58184     21 | 48.218 % |
50.69/51.36	c 52	|     87381 |    3618    69608   199757 |    99641    87376     21 | 48.218 % |
80.98/81.64	c 82	|    131171 |    3618    69608   199757 |   109605    42490     20 | 48.218 % |
132.17/132.86	c 133	|    196856 |    3618    69608   199757 |   120565   108175     21 | 48.218 % |
211.04/211.79	c 212	|    295382 |    3618    69608   199757 |   132622    97458     20 | 48.218 % |
345.41/346.16	c 346	|    443173 |    3603    69010   198015 |   145884   124290     20 | 48.433 % |
539.35/540.19	c 540	|    664856 |    3603    69010   198015 |   160473    78783     20 | 48.433 % |
848.06/848.94	c 849	|    997383 |    3603    69010   198015 |   176520   115525     21 | 48.433 % |
1333.02/1334.00	c 1334	|   1496171 |    3588    68405   196252 |   194172   122394     20 | 48.648 % |
2184.37/2185.66	c 2186	|   2244353 |    3588    68405   196252 |   213589   146756     23 | 48.648 % |
3452.81/3454.48	c 3455	|   3366628 |    3588    68405   196252 |   234948    72468     18 | 48.648 % |
3600.07/3601.71	c ERROR unknown output  in HOME/temp.out
3600.07/3601.71	c 3602	CPU 1.75 (0.04 0.01 1.71 0.16)
3600.07/3601.71	c 3602	END Wed Jul 23 02:50:03 2008

Verifier Data (download as text)

OK	99	315
99 unsatisfied constraints, 315 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-1127492-1216770601/watcher-1127492-1216770601 -o /tmp/evaluation-result-1127492-1216770601/solver-1127492-1216770601 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1127492-1216770601.xml 

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


[startup+0 s]
/proc/loadavg: 2.58 2.35 2.14 5/81 4204
/proc/meminfo: memFree=1657640/2055920 swapFree=4192956/4192956
[pid=4204] ppid=4202 vsize=12268 CPUtime=0
/proc/4204/stat : 4204 (sugar) R 4202 4204 3719 0 -1 4194304 348 0 0 0 0 0 0 0 21 0 1 0 4146554 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 269807745637 0 2147483391 4224 0 0 0 0 17 0 0 0
/proc/4204/statm: 3067 316 241 3 0 167 0

[startup+0.104742 s]
/proc/loadavg: 2.58 2.35 2.14 5/81 4204
/proc/meminfo: memFree=1657640/2055920 swapFree=4192956/4192956
[pid=4204] ppid=4202 vsize=13600 CPUtime=0.03
/proc/4204/stat : 4204 (sugar) S 4202 4204 3719 0 -1 4194304 898 127 0 0 3 0 0 0 20 0 1 0 4146554 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4204/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.201753 s]
/proc/loadavg: 2.58 2.35 2.14 5/81 4204
/proc/meminfo: memFree=1657640/2055920 swapFree=4192956/4192956
[pid=4204] ppid=4202 vsize=13600 CPUtime=0.03
/proc/4204/stat : 4204 (sugar) S 4202 4204 3719 0 -1 4194304 898 127 0 0 3 0 0 0 20 0 1 0 4146554 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4204/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301762 s]
/proc/loadavg: 2.58 2.35 2.14 5/81 4204
/proc/meminfo: memFree=1657640/2055920 swapFree=4192956/4192956
[pid=4204] ppid=4202 vsize=13600 CPUtime=0.03
/proc/4204/stat : 4204 (sugar) S 4202 4204 3719 0 -1 4194304 898 127 0 0 3 0 0 0 20 0 1 0 4146554 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4204/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.7018 s]
/proc/loadavg: 2.58 2.35 2.14 5/81 4204
/proc/meminfo: memFree=1657640/2055920 swapFree=4192956/4192956
[pid=4204] ppid=4202 vsize=13600 CPUtime=0.3
/proc/4204/stat : 4204 (sugar) S 4202 4204 3719 0 -1 4194304 974 4416 0 1 3 0 24 3 15 0 1 0 4146554 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4204/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 13600

[startup+1.5029 s]
/proc/loadavg: 2.58 2.35 2.14 3/92 4226
/proc/meminfo: memFree=1643272/2055920 swapFree=4192956/4192956
[pid=4204] ppid=4202 vsize=13600 CPUtime=0.3
/proc/4204/stat : 4204 (sugar) S 4202 4204 3719 0 -1 4194304 974 4416 0 1 3 0 24 3 15 0 1 0 4146554 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4204/statm: 3400 797 370 3 0 500 0
[pid=4217] ppid=4204 vsize=5356 CPUtime=0
/proc/4217/stat : 4217 (sh) S 4204 4204 3719 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4146604 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4217/statm: 1339 233 193 169 0 50 0
[pid=4218] ppid=4217 vsize=868468 CPUtime=0.97
/proc/4218/stat : 4218 (java) S 4217 4204 3719 0 -1 0 6507 0 1 0 89 8 0 0 18 0 9 0 4146605 889311232 5615 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4218/statm: 217117 5615 2566 9 0 211664 0
[pid=4218/tid=4219] ppid=4217 vsize=868468 CPUtime=0.67
/proc/4218/task/4219/stat : 4219 (java) S 4217 4204 3719 0 -1 64 2843 0 1 0 63 4 0 0 25 0 9 0 4146606 889311232 5615 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4218/tid=4220] ppid=4217 vsize=868468 CPUtime=0.07
/proc/4218/task/4220/stat : 4220 (java) S 4217 4204 3719 0 -1 64 1498 0 0 0 6 1 0 0 16 0 9 0 4146607 889311232 5615 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4218/tid=4221] ppid=4217 vsize=868468 CPUtime=0
/proc/4218/task/4221/stat : 4221 (java) S 4217 4204 3719 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 4146607 889311232 5615 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4218/tid=4222] ppid=4217 vsize=868468 CPUtime=0
/proc/4218/task/4222/stat : 4222 (java) S 4217 4204 3719 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4146607 889311232 5615 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4218/tid=4223] ppid=4217 vsize=868468 CPUtime=0
/proc/4218/task/4223/stat : 4223 (java) S 4217 4204 3719 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 4146609 889311232 5615 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4218/tid=4224] ppid=4217 vsize=868468 CPUtime=0.2
/proc/4218/task/4224/stat : 4224 (java) S 4217 4204 3719 0 -1 64 1473 0 0 0 19 1 0 0 16 0 9 0 4146609 889311232 5615 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4218/tid=4225] ppid=4217 vsize=868468 CPUtime=0
/proc/4218/task/4225/stat : 4225 (java) S 4217 4204 3719 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4146609 889311232 5615 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4218/tid=4226] ppid=4217 vsize=868468 CPUtime=0
/proc/4218/task/4226/stat : 4226 (java) S 4217 4204 3719 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4146609 889311232 5615 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 887424

[startup+3.10107 s]
/proc/loadavg: 2.58 2.35 2.14 3/85 4231
/proc/meminfo: memFree=1649728/2055920 swapFree=4192956/4192956
[pid=4204] ppid=4202 vsize=13732 CPUtime=1.92
/proc/4204/stat : 4204 (sugar) S 4202 4204 3719 0 -1 4194304 1184 18146 0 3 4 1 171 16 15 0 1 0 4146554 14061568 813 996147200 4194304 4206940 548682068592 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4204/statm: 3433 813 374 3 0 533 0
Current children cumulated CPU time (s) 1.92
Current children cumulated vsize (KiB) 13732

[startup+6.30141 s]
/proc/loadavg: 2.54 2.35 2.14 3/84 4240
/proc/meminfo: memFree=1640200/2055920 swapFree=4192956/4192956
[pid=4204] ppid=4202 vsize=13732 CPUtime=1.92
/proc/4204/stat : 4204 (sugar) S 4202 4204 3719 0 -1 4194304 1184 18146 0 3 4 1 171 16 16 0 1 0 4146554 14061568 813 996147200 4194304 4206940 548682068592 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4204/statm: 3433 813 374 3 0 533 0
[pid=4239] ppid=4204 vsize=5356 CPUtime=0
/proc/4239/stat : 4239 (sh) S 4204 4204 3719 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4146799 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4239/statm: 1339 232 193 169 0 50 0
[pid=4240] ppid=4239 vsize=11940 CPUtime=3.78
/proc/4240/stat : 4240 (minisat) R 4239 4204 3719 0 -1 4194304 2803 0 0 0 377 1 0 0 25 0 1 0 4146804 12226560 2789 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 1 0 0
/proc/4240/statm: 2985 2789 75 150 0 2832 0
Current children cumulated CPU time (s) 5.7
Current children cumulated vsize (KiB) 31028

[startup+12.7021 s]
/proc/loadavg: 2.57 2.36 2.15 3/84 4240
/proc/meminfo: memFree=1639952/2055920 swapFree=4192956/4192956
[pid=4204] ppid=4202 vsize=13732 CPUtime=1.92
/proc/4204/stat : 4204 (sugar) S 4202 4204 3719 0 -1 4194304 1184 18146 0 3 4 1 171 16 16 0 1 0 4146554 14061568 813 996147200 4194304 4206940 548682068592 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4204/statm: 3433 813 374 3 0 533 0
[pid=4239] ppid=4204 vsize=5356 CPUtime=0
/proc/4239/stat : 4239 (sh) S 4204 4204 3719 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4146799 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4239/statm: 1339 232 193 169 0 50 0
[pid=4240] ppid=4239 vsize=12256 CPUtime=10.18
/proc/4240/stat : 4240 (minisat) R 4239 4204 3719 0 -1 4194304 2867 0 0 0 1017 1 0 0 25 0 1 0 4146804 12550144 2853 996147200 134512640 135127466 4294956256 18446744073709551615 134522617 0 0 4096 3 0 0 0 17 1 0 0
/proc/4240/statm: 3064 2853 75 150 0 2911 0
Current children cumulated CPU time (s) 12.1
Current children cumulated vsize (KiB) 31344

[startup+25.5015 s]
/proc/loadavg: 2.59 2.37 2.15 3/84 4240
/proc/meminfo: memFree=1637712/2055920 swapFree=4192956/4192956
[pid=4204] ppid=4202 vsize=13732 CPUtime=1.92
/proc/4204/stat : 4204 (sugar) S 4202 4204 3719 0 -1 4194304 1184 18146 0 3 4 1 171 16 16 0 1 0 4146554 14061568 813 996147200 4194304 4206940 548682068592 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4204/statm: 3433 813 374 3 0 533 0
[pid=4239] ppid=4204 vsize=5356 CPUtime=0
/proc/4239/stat : 4239 (sh) S 4204 4204 3719 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4146799 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4239/statm: 1339 232 193 169 0 50 0
[pid=4240] ppid=4239 vsize=14800 CPUtime=22.98
/proc/4240/stat : 4240 (minisat) R 4239 4204 3719 0 -1 4194304 3492 0 0 0 2296 2 0 0 25 0 1 0 4146804 15155200 3478 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4240/statm: 3700 3478 75 150 0 3547 0
Current children cumulated CPU time (s) 24.9
Current children cumulated vsize (KiB) 33888

[startup+51.1012 s]
/proc/loadavg: 2.60 2.39 2.16 3/84 4240
/proc/meminfo: memFree=1633680/2055920 swapFree=4192956/4192956
[pid=4204] ppid=4202 vsize=13732 CPUtime=1.92
/proc/4204/stat : 4204 (sugar) S 4202 4204 3719 0 -1 4194304 1184 18146 0 3 4 1 171 16 16 0 1 0 4146554 14061568 813 996147200 4194304 4206940 548682068592 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4204/statm: 3433 813 374 3 0 533 0
[pid=4239] ppid=4204 vsize=5356 CPUtime=0
/proc/4239/stat : 4239 (sh) S 4204 4204 3719 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4146799 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4239/statm: 1339 232 193 169 0 50 0
[pid=4240] ppid=4239 vsize=18820 CPUtime=48.57
/proc/4240/stat : 4240 (minisat) R 4239 4204 3719 0 -1 4194304 4490 0 0 0 4854 3 0 0 25 0 1 0 4146804 19271680 4476 996147200 134512640 135127466 4294956256 18446744073709551615 134530616 0 0 4096 3 0 0 0 17 1 0 0
/proc/4240/statm: 4705 4476 75 150 0 4552 0
Current children cumulated CPU time (s) 50.49
Current children cumulated vsize (KiB) 37908

[startup+102.302 s]
/proc/loadavg: 2.63 2.42 2.19 3/84 4240
/proc/meminfo: memFree=1631056/2055920 swapFree=4192956/4192956
[pid=4204] ppid=4202 vsize=13732 CPUtime=1.92
/proc/4204/stat : 4204 (sugar) S 4202 4204 3719 0 -1 4194304 1184 18146 0 3 4 1 171 16 16 0 1 0 4146554 14061568 813 996147200 4194304 4206940 548682068592 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4204/statm: 3433 813 374 3 0 533 0
[pid=4239] ppid=4204 vsize=5356 CPUtime=0
/proc/4239/stat : 4239 (sh) S 4204 4204 3719 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4146799 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4239/statm: 1339 232 193 169 0 50 0
[pid=4240] ppid=4239 vsize=21504 CPUtime=99.76
/proc/4240/stat : 4240 (minisat) R 4239 4204 3719 0 -1 4194304 5126 0 0 0 9972 4 0 0 25 0 1 0 4146804 22020096 5112 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 1 0 0
/proc/4240/statm: 5376 5112 75 150 0 5223 0
Current children cumulated CPU time (s) 101.68
Current children cumulated vsize (KiB) 40592

[startup+162.301 s]
/proc/loadavg: 2.52 2.43 2.20 3/84 4240
/proc/meminfo: memFree=1628048/2055920 swapFree=4192956/4192956
[pid=4204] ppid=4202 vsize=13732 CPUtime=1.92
/proc/4204/stat : 4204 (sugar) S 4202 4204 3719 0 -1 4194304 1184 18146 0 3 4 1 171 16 16 0 1 0 4146554 14061568 813 996147200 4194304 4206940 548682068592 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4204/statm: 3433 813 374 3 0 533 0
[pid=4239] ppid=4204 vsize=5356 CPUtime=0
/proc/4239/stat : 4239 (sh) S 4204 4204 3719 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4146799 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4239/statm: 1339 232 193 169 0 50 0
[pid=4240] ppid=4239 vsize=24444 CPUtime=159.74
/proc/4240/stat : 4240 (minisat) R 4239 4204 3719 0 -1 4194304 5851 0 0 0 15969 5 0 0 25 0 1 0 4146804 25030656 5837 996147200 134512640 135127466 4294956256 18446744073709551615 134531095 0 0 4096 3 0 0 0 17 1 0 0
/proc/4240/statm: 6111 5837 75 150 0 5958 0
Current children cumulated CPU time (s) 161.66
Current children cumulated vsize (KiB) 43532

[startup+222.307 s]
/proc/loadavg: 2.66 2.49 2.23 3/84 4240
/proc/meminfo: memFree=1627216/2055920 swapFree=4192956/4192956
[pid=4204] ppid=4202 vsize=13732 CPUtime=1.92
/proc/4204/stat : 4204 (sugar) S 4202 4204 3719 0 -1 4194304 1184 18146 0 3 4 1 171 16 16 0 1 0 4146554 14061568 813 996147200 4194304 4206940 548682068592 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4204/statm: 3433 813 374 3 0 533 0
[pid=4239] ppid=4204 vsize=5356 CPUtime=0
/proc/4239/stat : 4239 (sh) S 4204 4204 3719 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4146799 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4239/statm: 1339 232 193 169 0 50 0
[pid=4240] ppid=4239 vsize=25244 CPUtime=219.72
/proc/4240/stat : 4240 (minisat) R 4239 4204 3719 0 -1 4194304 6048 0 0 0 21967 5 0 0 25 0 1 0 4146804 25849856 6034 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 1 0 0
/proc/4240/statm: 6311 6034 75 150 0 6158 0
Current children cumulated CPU time (s) 221.64
Current children cumulated vsize (KiB) 44332

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

/proc/loadavg: 2.55 2.58 2.54 3/84 4248
/proc/meminfo: memFree=1605264/2055920 swapFree=4192956/4192956
[pid=4204] ppid=4202 vsize=13732 CPUtime=1.92
/proc/4204/stat : 4204 (sugar) S 4202 4204 3719 0 -1 4194304 1184 18146 0 3 4 1 171 16 16 0 1 0 4146554 14061568 813 996147200 4194304 4206940 548682068592 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4204/statm: 3433 813 374 3 0 533 0
[pid=4239] ppid=4204 vsize=5356 CPUtime=0
/proc/4239/stat : 4239 (sh) S 4204 4204 3719 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4146799 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4239/statm: 1339 232 193 169 0 50 0
[pid=4240] ppid=4239 vsize=47296 CPUtime=3098.89
/proc/4240/stat : 4240 (minisat) R 4239 4204 3719 0 -1 4194304 11128 0 0 0 309878 11 0 0 25 0 1 0 4146804 48431104 11098 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4240/statm: 11824 11098 75 150 0 11671 0
Current children cumulated CPU time (s) 3100.81
Current children cumulated vsize (KiB) 66384

[startup+3162.3 s]
/proc/loadavg: 2.72 2.62 2.56 3/84 4248
/proc/meminfo: memFree=1605136/2055920 swapFree=4192956/4192956
[pid=4204] ppid=4202 vsize=13732 CPUtime=1.92
/proc/4204/stat : 4204 (sugar) S 4202 4204 3719 0 -1 4194304 1184 18146 0 3 4 1 171 16 16 0 1 0 4146554 14061568 813 996147200 4194304 4206940 548682068592 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4204/statm: 3433 813 374 3 0 533 0
[pid=4239] ppid=4204 vsize=5356 CPUtime=0
/proc/4239/stat : 4239 (sh) S 4204 4204 3719 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4146799 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4239/statm: 1339 232 193 169 0 50 0
[pid=4240] ppid=4239 vsize=47296 CPUtime=3158.88
/proc/4240/stat : 4240 (minisat) R 4239 4204 3719 0 -1 4194304 11128 0 0 0 315877 11 0 0 25 0 1 0 4146804 48431104 11098 996147200 134512640 135127466 4294956256 18446744073709551615 134527086 0 0 4096 3 0 0 0 17 1 0 0
/proc/4240/statm: 11824 11098 75 150 0 11671 0
Current children cumulated CPU time (s) 3160.8
Current children cumulated vsize (KiB) 66384

[startup+3222.3 s]
/proc/loadavg: 2.83 2.67 2.58 3/84 4248
/proc/meminfo: memFree=1605136/2055920 swapFree=4192956/4192956
[pid=4204] ppid=4202 vsize=13732 CPUtime=1.92
/proc/4204/stat : 4204 (sugar) S 4202 4204 3719 0 -1 4194304 1184 18146 0 3 4 1 171 16 16 0 1 0 4146554 14061568 813 996147200 4194304 4206940 548682068592 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4204/statm: 3433 813 374 3 0 533 0
[pid=4239] ppid=4204 vsize=5356 CPUtime=0
/proc/4239/stat : 4239 (sh) S 4204 4204 3719 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4146799 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4239/statm: 1339 232 193 169 0 50 0
[pid=4240] ppid=4239 vsize=47296 CPUtime=3218.86
/proc/4240/stat : 4240 (minisat) R 4239 4204 3719 0 -1 4194304 11129 0 0 0 321875 11 0 0 25 0 1 0 4146804 48431104 11099 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4240/statm: 11824 11099 75 150 0 11671 0
Current children cumulated CPU time (s) 3220.78
Current children cumulated vsize (KiB) 66384

[startup+3282.3 s]
/proc/loadavg: 2.72 2.67 2.58 3/84 4248
/proc/meminfo: memFree=1605072/2055920 swapFree=4192956/4192956
[pid=4204] ppid=4202 vsize=13732 CPUtime=1.92
/proc/4204/stat : 4204 (sugar) S 4202 4204 3719 0 -1 4194304 1184 18146 0 3 4 1 171 16 16 0 1 0 4146554 14061568 813 996147200 4194304 4206940 548682068592 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4204/statm: 3433 813 374 3 0 533 0
[pid=4239] ppid=4204 vsize=5356 CPUtime=0
/proc/4239/stat : 4239 (sh) S 4204 4204 3719 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4146799 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4239/statm: 1339 232 193 169 0 50 0
[pid=4240] ppid=4239 vsize=47296 CPUtime=3278.84
/proc/4240/stat : 4240 (minisat) R 4239 4204 3719 0 -1 4194304 11129 0 0 0 327873 11 0 0 25 0 1 0 4146804 48431104 11099 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/4240/statm: 11824 11099 75 150 0 11671 0
Current children cumulated CPU time (s) 3280.76
Current children cumulated vsize (KiB) 66384

[startup+3342.3 s]
/proc/loadavg: 2.65 2.65 2.57 3/84 4248
/proc/meminfo: memFree=1605072/2055920 swapFree=4192956/4192956
[pid=4204] ppid=4202 vsize=13732 CPUtime=1.92
/proc/4204/stat : 4204 (sugar) S 4202 4204 3719 0 -1 4194304 1184 18146 0 3 4 1 171 16 16 0 1 0 4146554 14061568 813 996147200 4194304 4206940 548682068592 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4204/statm: 3433 813 374 3 0 533 0
[pid=4239] ppid=4204 vsize=5356 CPUtime=0
/proc/4239/stat : 4239 (sh) S 4204 4204 3719 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4146799 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4239/statm: 1339 232 193 169 0 50 0
[pid=4240] ppid=4239 vsize=47296 CPUtime=3338.83
/proc/4240/stat : 4240 (minisat) R 4239 4204 3719 0 -1 4194304 11129 0 0 0 333872 11 0 0 25 0 1 0 4146804 48431104 11099 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4240/statm: 11824 11099 75 150 0 11671 0
Current children cumulated CPU time (s) 3340.75
Current children cumulated vsize (KiB) 66384

[startup+3402.3 s]
/proc/loadavg: 2.77 2.68 2.59 3/84 4248
/proc/meminfo: memFree=1605072/2055920 swapFree=4192956/4192956
[pid=4204] ppid=4202 vsize=13732 CPUtime=1.92
/proc/4204/stat : 4204 (sugar) S 4202 4204 3719 0 -1 4194304 1184 18146 0 3 4 1 171 16 16 0 1 0 4146554 14061568 813 996147200 4194304 4206940 548682068592 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4204/statm: 3433 813 374 3 0 533 0
[pid=4239] ppid=4204 vsize=5356 CPUtime=0
/proc/4239/stat : 4239 (sh) S 4204 4204 3719 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4146799 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4239/statm: 1339 232 193 169 0 50 0
[pid=4240] ppid=4239 vsize=47296 CPUtime=3398.81
/proc/4240/stat : 4240 (minisat) R 4239 4204 3719 0 -1 4194304 11129 0 0 0 339870 11 0 0 25 0 1 0 4146804 48431104 11099 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4240/statm: 11824 11099 75 150 0 11671 0
Current children cumulated CPU time (s) 3400.73
Current children cumulated vsize (KiB) 66384

[startup+3462.3 s]
/proc/loadavg: 2.74 2.69 2.59 3/84 4248
/proc/meminfo: memFree=1605008/2055920 swapFree=4192956/4192956
[pid=4204] ppid=4202 vsize=13732 CPUtime=1.92
/proc/4204/stat : 4204 (sugar) S 4202 4204 3719 0 -1 4194304 1184 18146 0 3 4 1 171 16 16 0 1 0 4146554 14061568 813 996147200 4194304 4206940 548682068592 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4204/statm: 3433 813 374 3 0 533 0
[pid=4239] ppid=4204 vsize=5356 CPUtime=0
/proc/4239/stat : 4239 (sh) S 4204 4204 3719 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4146799 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4239/statm: 1339 232 193 169 0 50 0
[pid=4240] ppid=4239 vsize=47296 CPUtime=3458.79
/proc/4240/stat : 4240 (minisat) R 4239 4204 3719 0 -1 4194304 11129 0 0 0 345868 11 0 0 25 0 1 0 4146804 48431104 11099 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4240/statm: 11824 11099 75 150 0 11671 0
Current children cumulated CPU time (s) 3460.71
Current children cumulated vsize (KiB) 66384

[startup+3522.31 s]
/proc/loadavg: 2.65 2.67 2.59 3/84 4248
/proc/meminfo: memFree=1604944/2055920 swapFree=4192956/4192956
[pid=4204] ppid=4202 vsize=13732 CPUtime=1.92
/proc/4204/stat : 4204 (sugar) S 4202 4204 3719 0 -1 4194304 1184 18146 0 3 4 1 171 16 16 0 1 0 4146554 14061568 813 996147200 4194304 4206940 548682068592 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4204/statm: 3433 813 374 3 0 533 0
[pid=4239] ppid=4204 vsize=5356 CPUtime=0
/proc/4239/stat : 4239 (sh) S 4204 4204 3719 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4146799 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4239/statm: 1339 232 193 169 0 50 0
[pid=4240] ppid=4239 vsize=47296 CPUtime=3518.78
/proc/4240/stat : 4240 (minisat) R 4239 4204 3719 0 -1 4194304 11129 0 0 0 351867 11 0 0 25 0 1 0 4146804 48431104 11099 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/4240/statm: 11824 11099 75 150 0 11671 0
Current children cumulated CPU time (s) 3520.7
Current children cumulated vsize (KiB) 66384

[startup+3582.3 s]
/proc/loadavg: 2.69 2.67 2.59 3/84 4248
/proc/meminfo: memFree=1604944/2055920 swapFree=4192956/4192956
[pid=4204] ppid=4202 vsize=13732 CPUtime=1.92
/proc/4204/stat : 4204 (sugar) S 4202 4204 3719 0 -1 4194304 1184 18146 0 3 4 1 171 16 16 0 1 0 4146554 14061568 813 996147200 4194304 4206940 548682068592 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4204/statm: 3433 813 374 3 0 533 0
[pid=4239] ppid=4204 vsize=5356 CPUtime=0
/proc/4239/stat : 4239 (sh) S 4204 4204 3719 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4146799 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4239/statm: 1339 232 193 169 0 50 0
[pid=4240] ppid=4239 vsize=47296 CPUtime=3578.76
/proc/4240/stat : 4240 (minisat) R 4239 4204 3719 0 -1 4194304 11129 0 0 0 357865 11 0 0 25 0 1 0 4146804 48431104 11099 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4240/statm: 11824 11099 75 150 0 11671 0
Current children cumulated CPU time (s) 3580.68
Current children cumulated vsize (KiB) 66384



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3601.7 s]
/proc/loadavg: 2.71 2.67 2.60 3/84 4248
/proc/meminfo: memFree=1604880/2055920 swapFree=4192956/4192956
[pid=4204] ppid=4202 vsize=13732 CPUtime=1.92
/proc/4204/stat : 4204 (sugar) S 4202 4204 3719 0 -1 4194304 1184 18146 0 3 4 1 171 16 16 0 1 0 4146554 14061568 813 996147200 4194304 4206940 548682068592 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4204/statm: 3433 813 374 3 0 533 0
[pid=4239] ppid=4204 vsize=5356 CPUtime=0
/proc/4239/stat : 4239 (sh) S 4204 4204 3719 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4146799 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4239/statm: 1339 232 193 169 0 50 0
[pid=4240] ppid=4239 vsize=47416 CPUtime=3598.15
/proc/4240/stat : 4240 (minisat) R 4239 4204 3719 0 -1 4194304 11133 0 0 0 359804 11 0 0 25 0 1 0 4146804 48553984 11103 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/4240/statm: 11854 11103 75 150 0 11701 0
Current children cumulated CPU time (s) 3600.07
Current children cumulated vsize (KiB) 66504

Sending SIGTERM to process tree (bottom up)

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 4204 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=756732
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=182972
# CPU time returned by wait4() is 1.9397
# while last known CPU time is 3600.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3601.72
CPU time (s): 3600.07
CPU user time (s): 3599.79
CPU system time (s): 0.28
CPU usage (%): 99.9543
Max. virtual memory (cumulated for all children) (KiB): 887424

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

runsolver used 3.16552 second user time and 9.96049 second system time

The end

Launcher Data (download as text)

Begin job on node81 at 2008-07-23 01:50:01
IDJOB=1127492
IDBENCH=63507
IDSOLVER=368
FILE ID=node81/1127492-1216770601
PBS_JOBID= 7974087
Free space on /tmp= 126868 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/cnf/2-40-100-1000/normalized-cnf-2-40-600-359126_ext.xml
COMMAND LINE= DIR/sugar -max -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1127492-1216770601/watcher-1127492-1216770601 -o /tmp/evaluation-result-1127492-1216770601/solver-1127492-1216770601 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1127492-1216770601.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 56df12a8a84455f15ef2746afc7c39e1
RANDOM SEED=711991738

node81.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.231
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.231
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1658384 kB
Buffers:         27840 kB
Cached:         235796 kB
SwapCached:          0 kB
Active:         274136 kB
Inactive:        79224 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1658384 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1400 kB
Writeback:           0 kB
Mapped:         110080 kB
Slab:            29132 kB
Committed_AS:   903592 kB
PageTables:       2016 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126868 MiB
End job on node81 at 2008-07-23 02:50:03