Trace number 1127716

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.04 3620.23

General information on the benchmark

Namemaxcsp/cnf/2-40-1100-2000/
normalized-cnf-2-40-1600-616123-ext.xml
MD5SUM7cb5a92c447130796d35a7d19384eed9
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints227
Best CPU time to get the best result obtained on this benchmark1.88871
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints663
Maximum constraint arity2
Maximum domain size2
Number of constraints which are defined in extension663
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 03:06:55 2008
0.00/0.04	c 0	PID 5059
0.00/0.05	c 0	HOST node27.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1127716-1216775214.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1127716-1216775214.xml' 'HOME/temp.csp'
0.04/0.66	c 0	1 domains, 40 variables, 0 predicates, 14 relations, 663 constraints
0.04/0.71	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.71	c 0	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.04/0.79	c 0	Parsing HOME/temp.csp
0.50/0.97	c 0	parsed 718 expressions
0.78/1.02	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.78/1.04	c 1	MAX CSP: 663 constraints
0.78/1.04	c 1	Converting to clausal form CSP
0.78/1.08	c 1	converted 139 (10%) expressions
0.78/1.09	c 1	converted 277 (20%) expressions
0.88/1.10	c 1	converted 416 (30%) expressions
0.88/1.12	c 1	converted 554 (40%) expressions
0.88/1.12	c 1	converted 692 (50%) expressions
0.88/1.14	c 1	converted 831 (60%) expressions
0.88/1.14	c 1	converted 969 (70%) expressions
0.97/1.21	c 1	converted 1108 (80%) expressions
0.97/1.22	c 1	converted 1246 (90%) expressions
1.07/1.35	c 1	converted 1384 (100%) expressions
1.07/1.35	c 1	CSP : 1366 integers, 0 booleans, 1988 clauses, largest domain size 995
1.07/1.35	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.07/1.35	c 1	Propagation in CSP
1.07/1.39	c 1	657 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.07/1.39	c 1	CSP : 1366 integers, 0 booleans, 1988 clauses, largest domain size 664
1.07/1.39	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.07/1.39	c 1	Simplifing CSP by introducing new Boolean variables
1.17/1.40	c 1	CSP : 1366 integers, 0 booleans, 1988 clauses, largest domain size 664
1.17/1.40	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.17/1.43	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.17/1.44	c 1	137 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.17/1.44	c 1	274 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.17/1.44	c 1	410 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.17/1.45	c 1	547 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.17/1.45	c 1	683 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.17/1.46	c 1	820 (60%) CSP integer variables are encoded (1227 clauses, 15424 bytes)
1.17/1.46	c 1	957 (70%) CSP integer variables are encoded (2201 clauses, 28086 bytes)
1.17/1.46	c 1	1093 (80%) CSP integer variables are encoded (3369 clauses, 43270 bytes)
1.17/1.46	c 1	1230 (90%) CSP integer variables are encoded (4315 clauses, 55568 bytes)
1.17/1.47	c 1	1366 (100%) CSP integer variables are encoded (10917 clauses, 145875 bytes)
1.26/1.50	c 1	199 (10%) CSP clauses are encoded (11183 clauses, 148842 bytes)
1.26/1.52	c 1	398 (20%) CSP clauses are encoded (11439 clauses, 151847 bytes)
1.26/1.54	c 1	597 (30%) CSP clauses are encoded (11693 clauses, 154986 bytes)
1.26/1.56	c 1	796 (40%) CSP clauses are encoded (14622 clauses, 204591 bytes)
1.37/1.61	c 1	994 (50%) CSP clauses are encoded (41646 clauses, 694169 bytes)
1.37/1.64	c 1	1193 (60%) CSP clauses are encoded (49797 clauses, 837888 bytes)
1.47/1.77	c 1	1392 (70%) CSP clauses are encoded (128114 clauses, 2274015 bytes)
1.47/1.80	c 1	1591 (80%) CSP clauses are encoded (137533 clauses, 2440500 bytes)
1.57/1.84	c 1	1790 (90%) CSP clauses are encoded (160004 clauses, 2847199 bytes)
2.36/2.69	c 2	1988 (100%) CSP clauses are encoded (582741 clauses, 11304629 bytes)
2.36/2.69	c 2	1988 CSP clauses encoded
2.36/2.69	c 2	Writing map file : HOME/temp.map
2.46/2.70	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.46/2.70	c 2	SAT : 12283 SAT variables, 582741 SAT clauses, 11304629 bytes
2.46/2.70	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.46/2.79	c 2	OBJECTIVE minimize _COST
2.46/2.79	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
2.46/2.79	c 2	SEARCHING: _COST <= 332
2.46/2.79	c 2	SOLVING HOME/temp.cnf
2.46/2.79	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.46/2.79	c 2	This is MiniSat 2.0 beta
2.46/2.79	c 2	WARNING: for repeatability, setting FPU to use double precision
2.46/2.79	c 2	============================[ Problem Statistics ]=============================
2.46/2.79	c 2	|                                                                             |
2.46/2.79	c 2	|  Number of variables:  12283                                                |
2.46/2.79	c 2	|  Number of clauses:    582742                                               |
2.48/3.08	c 3	|  Parsing time:         0.25         s                                       |
2.88/3.28	c 3	============================[ Search Statistics ]==============================
2.88/3.28	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.88/3.28	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.88/3.28	c 3	===============================================================================
2.88/3.28	c 3	|         0 |    8973   372537  1093366 |   124179        0    nan |  0.000 % |
3.17/3.50	c 3	|       100 |    8973   372537  1093366 |   136596      100     24 | 26.948 % |
3.17/3.56	c 3	|       250 |    8973   372537  1093366 |   150256      250     24 | 26.948 % |
3.27/3.63	c 3	|       475 |    8973   372537  1093366 |   165282      475     22 | 26.948 % |
3.37/3.73	c 3	|       814 |    8973   372537  1093366 |   181810      814     24 | 26.949 % |
3.57/3.93	c 3	|      1320 |    8971   372537  1093366 |   199991     1319     23 | 27.176 % |
3.67/4.00	c 3	===============================================================================
3.67/4.00	c 3	restarts              : 6
3.67/4.00	c 3	conflicts             : 1383           (1185 /sec)
3.67/4.00	c 3	decisions             : 2716           (1.22 % random) (2328 /sec)
3.67/4.00	c 3	propagations          : 742453         (636304 /sec)
3.67/4.00	c 3	conflict literals     : 32765          (18.77 % deleted)
3.67/4.00	c 3	Memory used           : 25.12 MB
3.67/4.00	c 3	CPU time              : 1.16682 s
3.67/4.00	c 3	
3.67/4.00	c 3	SATISFIABLE
3.67/4.01	c 4	FOUND: _COST <= 332
3.67/4.01	s SATISFIABLE
3.67/4.01	c 4	DECODING HOME/temp.out WITH HOME/temp.map
3.67/4.01	c 4	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
3.67/4.09	c 4	Decoding HOME/temp.out
3.70/4.20	c 4	OBJECTIVE _COST 332
3.70/4.20	o 332
3.70/4.20	v 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 0 1 1 1
3.70/4.20	c 4	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.70/4.26	c 4	OBJECTIVE BOUND: 0 <= _COST <= 332
3.70/4.26	c 4	SEARCHING: _COST <= 166
3.70/4.26	c 4	SOLVING HOME/temp.cnf
3.70/4.26	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.70/4.28	c 4	This is MiniSat 2.0 beta
3.70/4.29	c 4	WARNING: for repeatability, setting FPU to use double precision
3.70/4.29	c 4	============================[ Problem Statistics ]=============================
3.70/4.29	c 4	|                                                                             |
3.70/4.29	c 4	|  Number of variables:  12283                                                |
3.70/4.29	c 4	|  Number of clauses:    582742                                               |
4.09/4.60	c 4	|  Parsing time:         0.27         s                                       |
4.38/4.86	c 4	============================[ Search Statistics ]==============================
4.38/4.86	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.38/4.86	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.38/4.86	c 4	===============================================================================
4.38/4.86	c 4	|         0 |    7147   243638   711981 |    81212        0    nan |  0.000 % |
4.58/5.06	c 5	|       102 |    7147   243638   711981 |    89333      102     30 | 41.814 % |
4.68/5.19	c 5	|       252 |    7147   243638   711981 |    98267      252     25 | 41.814 % |
4.88/5.31	c 5	|       477 |    7146   243638   711981 |   108094      475     22 | 42.083 % |
4.99/5.42	c 5	|       816 |    7146   243638   711981 |   118903      814     19 | 42.083 % |
5.28/5.71	c 5	|      1322 |    7095   239435   699551 |   130793     1319     22 | 42.237 % |
5.58/6.04	c 6	|      2081 |    7095   239435   699551 |   143873     2078     22 | 42.237 % |
5.98/6.46	c 6	|      3221 |    7095   239435   699551 |   158260     3218     20 | 42.238 % |
6.77/7.27	c 7	|      4930 |    7076   238206   695931 |   174086     4926     22 | 42.392 % |
7.97/8.48	c 8	|      7494 |    7058   236742   691600 |   191495     7487     22 | 42.832 % |
9.56/10.06	c 10	|     11338 |    7022   234616   685348 |   210644    11331     21 | 42.832 % |
12.75/13.30	c 13	|     17104 |    7004   233387   681723 |   231709    17096     20 | 42.978 % |
18.61/19.10	c 19	|     25754 |    6987   232166   678118 |   254880    25745     18 | 43.117 % |
27.17/27.71	c 27	|     38730 |    6865   224207   654656 |   280368    38713     19 | 44.110 % |
44.78/45.46	c 45	|     58193 |    6865   224207   654656 |   308404    58176     23 | 44.110 % |
79.02/79.83	c 79	|     87385 |    6865   224207   654656 |   339245    87368     24 | 44.110 % |
161.82/163.08	c 163	|    131177 |    6865   224207   654656 |   373170   131160     25 | 44.110 % |
307.81/309.74	c 309	|    196861 |    6865   224207   654656 |   410487   196844     26 | 44.110 % |
599.21/602.56	c 602	|    295388 |    6865   224207   654656 |   451535   295371     26 | 44.110 % |
1242.70/1249.17	c 1249	|    443177 |    6865   224207   654656 |   496689   443160     27 | 44.110 % |
1934.66/1944.40	c 1944	|    664861 |    6833   221800   647541 |   546358   185553     26 | 44.370 % |
3303.26/3322.09	c 3322	|    997388 |    6816   220568   643902 |   600994   518079     27 | 44.509 % |
3600.04/3620.21	c ERROR INTERRUPTED
3600.04/3620.22	c 3620	CPU 3.64 (0.03 0.01 3.61 0.24)
3600.04/3620.22	c 3620	END Wed Jul 23 04:07:15 2008

Verifier Data (download as text)

OK	278	385
278 unsatisfied constraints, 385 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-1127716-1216775214/watcher-1127716-1216775214 -o /tmp/evaluation-result-1127716-1216775214/solver-1127716-1216775214 -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-1127716-1216775214.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.52 2.29 2.09 4/80 5059
/proc/meminfo: memFree=1288752/2055920 swapFree=4192956/4192956
[pid=5059] ppid=5057 vsize=18572 CPUtime=0
/proc/5059/stat : 5059 (runsolver) R 5057 5059 4779 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 4611345 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 233588714791 0 0 4096 24578 0 0 0 17 1 0 0
/proc/5059/statm: 4643 292 257 25 0 2626 0

[startup+0.097798 s]
/proc/loadavg: 2.52 2.29 2.09 4/80 5059
/proc/meminfo: memFree=1288752/2055920 swapFree=4192956/4192956
[pid=5059] ppid=5057 vsize=13600 CPUtime=0.04
/proc/5059/stat : 5059 (sugar) S 5057 5059 4779 0 -1 4194304 898 127 0 0 3 1 0 0 16 0 1 0 4611345 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5059/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101794 s]
/proc/loadavg: 2.52 2.29 2.09 4/80 5059
/proc/meminfo: memFree=1288752/2055920 swapFree=4192956/4192956
[pid=5059] ppid=5057 vsize=13600 CPUtime=0.04
/proc/5059/stat : 5059 (sugar) S 5057 5059 4779 0 -1 4194304 898 127 0 0 3 1 0 0 16 0 1 0 4611345 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5059/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301813 s]
/proc/loadavg: 2.52 2.29 2.09 4/80 5059
/proc/meminfo: memFree=1288752/2055920 swapFree=4192956/4192956
[pid=5059] ppid=5057 vsize=13600 CPUtime=0.04
/proc/5059/stat : 5059 (sugar) S 5057 5059 4779 0 -1 4194304 898 127 0 0 3 1 0 0 16 0 1 0 4611345 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5059/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701908 s]
/proc/loadavg: 2.52 2.29 2.09 4/80 5059
/proc/meminfo: memFree=1288752/2055920 swapFree=4192956/4192956
[pid=5059] ppid=5057 vsize=13600 CPUtime=0.04
/proc/5059/stat : 5059 (sugar) S 5057 5059 4779 0 -1 4194304 916 127 0 0 3 1 0 0 15 0 1 0 4611345 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5059/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50294 s]
/proc/loadavg: 2.56 2.30 2.10 5/91 5081
/proc/meminfo: memFree=1280856/2055920 swapFree=4192956/4192956
[pid=5059] ppid=5057 vsize=13600 CPUtime=0.5
/proc/5059/stat : 5059 (sugar) S 5057 5059 4779 0 -1 4194304 974 4530 0 1 3 1 43 3 15 0 1 0 4611345 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5059/statm: 3400 797 370 3 0 500 0
[pid=5072] ppid=5059 vsize=5356 CPUtime=0
/proc/5072/stat : 5072 (sh) S 5059 5059 4779 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4611416 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5072/statm: 1339 233 193 169 0 50 0
[pid=5073] ppid=5072 vsize=868508 CPUtime=0.76
/proc/5073/stat : 5073 (java) S 5072 5059 4779 0 -1 0 6554 0 1 0 73 3 0 0 19 0 9 0 4611417 889352192 5790 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5073/statm: 217127 5790 2563 9 0 211674 0
[pid=5073/tid=5074] ppid=5072 vsize=868508 CPUtime=0.47
/proc/5073/task/5074/stat : 5074 (java) R 5072 5059 4779 0 -1 64 2714 0 1 0 46 1 0 0 18 0 9 0 4611418 889352192 5790 996147200 134512640 134550740 4294955936 18446744073709551615 4125957713 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5073/tid=5075] ppid=5072 vsize=868508 CPUtime=0.05
/proc/5073/task/5075/stat : 5075 (java) S 5072 5059 4779 0 -1 64 1667 0 0 0 5 0 0 0 16 0 9 0 4611419 889352192 5790 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5073/tid=5076] ppid=5072 vsize=868508 CPUtime=0
/proc/5073/task/5076/stat : 5076 (java) S 5072 5059 4779 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 4611419 889352192 5790 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5073/tid=5077] ppid=5072 vsize=868508 CPUtime=0
/proc/5073/task/5077/stat : 5077 (java) S 5072 5059 4779 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4611419 889352192 5790 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5073/tid=5078] ppid=5072 vsize=868508 CPUtime=0
/proc/5073/task/5078/stat : 5078 (java) S 5072 5059 4779 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4611421 889352192 5790 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5073/tid=5079] ppid=5072 vsize=868508 CPUtime=0.21
/proc/5073/task/5079/stat : 5079 (java) R 5072 5059 4779 0 -1 64 1480 0 0 0 21 0 0 0 16 0 9 0 4611421 889352192 5790 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5073/tid=5080] ppid=5072 vsize=868508 CPUtime=0
/proc/5073/task/5080/stat : 5080 (java) S 5072 5059 4779 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4611421 889352192 5790 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5073/tid=5081] ppid=5072 vsize=868508 CPUtime=0
/proc/5073/task/5081/stat : 5081 (java) S 5072 5059 4779 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4611421 889352192 5790 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 887464

[startup+3.1011 s]
/proc/loadavg: 2.56 2.30 2.10 3/91 5081
/proc/meminfo: memFree=1268440/2055920 swapFree=4192956/4192956
[pid=5059] ppid=5057 vsize=13732 CPUtime=2.48
/proc/5059/stat : 5059 (sugar) S 5057 5059 4779 0 -1 4194304 1073 11736 0 2 3 1 227 17 15 0 1 0 4611345 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5059/statm: 3433 821 374 3 0 533 0
Current children cumulated CPU time (s) 2.48
Current children cumulated vsize (KiB) 13732

[startup+6.30142 s]
/proc/loadavg: 2.56 2.30 2.10 3/83 5095
/proc/meminfo: memFree=1249944/2055920 swapFree=4192956/4192956
[pid=5059] ppid=5057 vsize=13732 CPUtime=3.89
/proc/5059/stat : 5059 (sugar) S 5057 5059 4779 0 -1 4194304 1192 22084 0 3 3 1 361 24 15 0 1 0 4611345 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5059/statm: 3433 821 374 3 0 533 0
[pid=5094] ppid=5059 vsize=5356 CPUtime=0
/proc/5094/stat : 5094 (sh) S 5059 5059 4779 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4611772 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5094/statm: 1339 232 193 169 0 50 0
[pid=5095] ppid=5094 vsize=25956 CPUtime=1.99
/proc/5095/stat : 5095 (minisat) R 5094 5059 4779 0 -1 4194304 6248 0 0 0 196 3 0 0 25 0 1 0 4611772 26578944 6234 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/5095/statm: 6489 6234 75 150 0 6336 0
Current children cumulated CPU time (s) 5.88
Current children cumulated vsize (KiB) 45044

[startup+12.7021 s]
/proc/loadavg: 2.55 2.31 2.10 3/83 5095
/proc/meminfo: memFree=1250008/2055920 swapFree=4192956/4192956
[pid=5059] ppid=5057 vsize=13732 CPUtime=3.89
/proc/5059/stat : 5059 (sugar) S 5057 5059 4779 0 -1 4194304 1192 22084 0 3 3 1 361 24 16 0 1 0 4611345 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5059/statm: 3433 821 374 3 0 533 0
[pid=5094] ppid=5059 vsize=5356 CPUtime=0
/proc/5094/stat : 5094 (sh) S 5059 5059 4779 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4611772 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5094/statm: 1339 232 193 169 0 50 0
[pid=5095] ppid=5094 vsize=25956 CPUtime=8.36
/proc/5095/stat : 5095 (minisat) R 5094 5059 4779 0 -1 4194304 6265 0 0 0 833 3 0 0 25 0 1 0 4611772 26578944 6251 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5095/statm: 6489 6251 75 150 0 6336 0
Current children cumulated CPU time (s) 12.25
Current children cumulated vsize (KiB) 45044

[startup+25.5014 s]
/proc/loadavg: 2.54 2.32 2.10 4/83 5095
/proc/meminfo: memFree=1249880/2055920 swapFree=4192956/4192956
[pid=5059] ppid=5057 vsize=13732 CPUtime=3.89
/proc/5059/stat : 5059 (sugar) S 5057 5059 4779 0 -1 4194304 1192 22084 0 3 3 1 361 24 16 0 1 0 4611345 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5059/statm: 3433 821 374 3 0 533 0
[pid=5094] ppid=5059 vsize=5356 CPUtime=0
/proc/5094/stat : 5094 (sh) S 5059 5059 4779 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4611772 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5094/statm: 1339 232 193 169 0 50 0
[pid=5095] ppid=5094 vsize=26120 CPUtime=21.09
/proc/5095/stat : 5095 (minisat) R 5094 5059 4779 0 -1 4194304 6310 0 0 0 2106 3 0 0 25 0 1 0 4611772 26746880 6296 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5095/statm: 6530 6296 75 150 0 6377 0
Current children cumulated CPU time (s) 24.98
Current children cumulated vsize (KiB) 45208

[startup+51.102 s]
/proc/loadavg: 2.42 2.31 2.10 3/83 5095
/proc/meminfo: memFree=1249816/2055920 swapFree=4192956/4192956
[pid=5059] ppid=5057 vsize=13732 CPUtime=3.89
/proc/5059/stat : 5059 (sugar) S 5057 5059 4779 0 -1 4194304 1192 22084 0 3 3 1 361 24 16 0 1 0 4611345 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5059/statm: 3433 821 374 3 0 533 0
[pid=5094] ppid=5059 vsize=5356 CPUtime=0
/proc/5094/stat : 5094 (sh) S 5059 5059 4779 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4611772 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5094/statm: 1339 232 193 169 0 50 0
[pid=5095] ppid=5094 vsize=26452 CPUtime=46.57
/proc/5095/stat : 5095 (minisat) R 5094 5059 4779 0 -1 4194304 6344 0 0 0 4654 3 0 0 25 0 1 0 4611772 27086848 6330 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5095/statm: 6613 6330 75 150 0 6460 0
Current children cumulated CPU time (s) 50.46
Current children cumulated vsize (KiB) 45540

[startup+102.306 s]
/proc/loadavg: 2.61 2.37 2.14 3/83 5095
/proc/meminfo: memFree=1244312/2055920 swapFree=4192956/4192956
[pid=5059] ppid=5057 vsize=13732 CPUtime=3.89
/proc/5059/stat : 5059 (sugar) S 5057 5059 4779 0 -1 4194304 1192 22084 0 3 3 1 361 24 16 0 1 0 4611345 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5059/statm: 3433 821 374 3 0 533 0
[pid=5094] ppid=5059 vsize=5356 CPUtime=0
/proc/5094/stat : 5094 (sh) S 5059 5059 4779 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4611772 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5094/statm: 1339 232 193 169 0 50 0
[pid=5095] ppid=5094 vsize=31888 CPUtime=97.53
/proc/5095/stat : 5095 (minisat) R 5094 5059 4779 0 -1 4194304 7711 0 0 0 9748 5 0 0 25 0 1 0 4611772 32653312 7697 996147200 134512640 135127466 4294956256 18446744073709551615 134530748 0 0 4096 3 0 0 0 17 1 0 0
/proc/5095/statm: 7972 7697 75 150 0 7819 0
Current children cumulated CPU time (s) 101.42
Current children cumulated vsize (KiB) 50976

[startup+162.301 s]
/proc/loadavg: 2.71 2.45 2.18 3/83 5095
/proc/meminfo: memFree=1239640/2055920 swapFree=4192956/4192956
[pid=5059] ppid=5057 vsize=13732 CPUtime=3.89
/proc/5059/stat : 5059 (sugar) S 5057 5059 4779 0 -1 4194304 1192 22084 0 3 3 1 361 24 16 0 1 0 4611345 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5059/statm: 3433 821 374 3 0 533 0
[pid=5094] ppid=5059 vsize=5356 CPUtime=0
/proc/5094/stat : 5094 (sh) S 5059 5059 4779 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4611772 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5094/statm: 1339 232 193 169 0 50 0
[pid=5095] ppid=5094 vsize=36460 CPUtime=157.23
/proc/5095/stat : 5095 (minisat) R 5094 5059 4779 0 -1 4194304 8863 0 0 0 15717 6 0 0 25 0 1 0 4611772 37335040 8849 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5095/statm: 9115 8849 75 150 0 8962 0
Current children cumulated CPU time (s) 161.12
Current children cumulated vsize (KiB) 55548

[startup+222.301 s]
/proc/loadavg: 2.63 2.47 2.20 3/83 5095
/proc/meminfo: memFree=1235416/2055920 swapFree=4192956/4192956
[pid=5059] ppid=5057 vsize=13732 CPUtime=3.89
/proc/5059/stat : 5059 (sugar) S 5057 5059 4779 0 -1 4194304 1192 22084 0 3 3 1 361 24 16 0 1 0 4611345 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5059/statm: 3433 821 374 3 0 533 0
[pid=5094] ppid=5059 vsize=5356 CPUtime=0
/proc/5094/stat : 5094 (sh) S 5059 5059 4779 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4611772 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5094/statm: 1339 232 193 169 0 50 0
[pid=5095] ppid=5094 vsize=40880 CPUtime=216.95
/proc/5095/stat : 5095 (minisat) R 5094 5059 4779 0 -1 4194304 9915 0 0 0 21687 8 0 0 25 0 1 0 4611772 41861120 9901 996147200 134512640 135127466 4294956256 18446744073709551615 134522617 0 0 4096 3 0 0 0 17 1 0 0
/proc/5095/statm: 10220 9901 75 150 0 10067 0
Current children cumulated CPU time (s) 220.84
Current children cumulated vsize (KiB) 59968

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

/proc/meminfo: memFree=1178200/2055920 swapFree=4192956/4192956
[pid=5059] ppid=5057 vsize=13732 CPUtime=3.89
/proc/5059/stat : 5059 (sugar) S 5057 5059 4779 0 -1 4194304 1192 22084 0 3 3 1 361 24 16 0 1 0 4611345 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5059/statm: 3433 821 374 3 0 533 0
[pid=5094] ppid=5059 vsize=5356 CPUtime=0
/proc/5094/stat : 5094 (sh) S 5059 5059 4779 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4611772 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5094/statm: 1339 232 193 169 0 50 0
[pid=5095] ppid=5094 vsize=98892 CPUtime=3083.12
/proc/5095/stat : 5095 (minisat) R 5094 5059 4779 0 -1 4194304 23812 0 0 0 308286 26 0 0 25 0 1 0 4611772 101265408 23782 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5095/statm: 24723 23782 75 150 0 24570 0
Current children cumulated CPU time (s) 3087.01
Current children cumulated vsize (KiB) 117980

[startup+3162.3 s]
/proc/loadavg: 2.67 2.59 2.56 3/83 5097
/proc/meminfo: memFree=1178200/2055920 swapFree=4192956/4192956
[pid=5059] ppid=5057 vsize=13732 CPUtime=3.89
/proc/5059/stat : 5059 (sugar) S 5057 5059 4779 0 -1 4194304 1192 22084 0 3 3 1 361 24 16 0 1 0 4611345 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5059/statm: 3433 821 374 3 0 533 0
[pid=5094] ppid=5059 vsize=5356 CPUtime=0
/proc/5094/stat : 5094 (sh) S 5059 5059 4779 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4611772 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5094/statm: 1339 232 193 169 0 50 0
[pid=5095] ppid=5094 vsize=99160 CPUtime=3142.83
/proc/5095/stat : 5095 (minisat) R 5094 5059 4779 0 -1 4194304 23821 0 0 0 314257 26 0 0 25 0 1 0 4611772 101539840 23791 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5095/statm: 24790 23791 75 150 0 24637 0
Current children cumulated CPU time (s) 3146.72
Current children cumulated vsize (KiB) 118248

[startup+3222.3 s]
/proc/loadavg: 2.67 2.60 2.56 3/83 5097
/proc/meminfo: memFree=1176856/2055920 swapFree=4192956/4192956
[pid=5059] ppid=5057 vsize=13732 CPUtime=3.89
/proc/5059/stat : 5059 (sugar) S 5057 5059 4779 0 -1 4194304 1192 22084 0 3 3 1 361 24 16 0 1 0 4611345 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5059/statm: 3433 821 374 3 0 533 0
[pid=5094] ppid=5059 vsize=5356 CPUtime=0
/proc/5094/stat : 5094 (sh) S 5059 5059 4779 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4611772 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5094/statm: 1339 232 193 169 0 50 0
[pid=5095] ppid=5094 vsize=100300 CPUtime=3202.54
/proc/5095/stat : 5095 (minisat) R 5094 5059 4779 0 -1 4194304 24116 0 0 0 320228 26 0 0 25 0 1 0 4611772 102707200 24086 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5095/statm: 25075 24086 75 150 0 24922 0
Current children cumulated CPU time (s) 3206.43
Current children cumulated vsize (KiB) 119388

[startup+3282.3 s]
/proc/loadavg: 2.56 2.57 2.55 3/83 5103
/proc/meminfo: memFree=1175256/2055920 swapFree=4192956/4192956
[pid=5059] ppid=5057 vsize=13732 CPUtime=3.89
/proc/5059/stat : 5059 (sugar) S 5057 5059 4779 0 -1 4194304 1192 22084 0 3 3 1 361 24 16 0 1 0 4611345 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5059/statm: 3433 821 374 3 0 533 0
[pid=5094] ppid=5059 vsize=5356 CPUtime=0
/proc/5094/stat : 5094 (sh) S 5059 5059 4779 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4611772 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5094/statm: 1339 232 193 169 0 50 0
[pid=5095] ppid=5094 vsize=101980 CPUtime=3262.26
/proc/5095/stat : 5095 (minisat) R 5094 5059 4779 0 -1 4194304 24504 0 0 0 326199 27 0 0 25 0 1 0 4611772 104427520 24474 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5095/statm: 25495 24474 75 150 0 25342 0
Current children cumulated CPU time (s) 3266.15
Current children cumulated vsize (KiB) 121068

[startup+3342.3 s]
/proc/loadavg: 2.69 2.60 2.56 3/83 5599
/proc/meminfo: memFree=1173016/2055920 swapFree=4192956/4192956
[pid=5059] ppid=5057 vsize=13732 CPUtime=3.89
/proc/5059/stat : 5059 (sugar) S 5057 5059 4779 0 -1 4194304 1192 22084 0 3 3 1 361 24 16 0 1 0 4611345 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5059/statm: 3433 821 374 3 0 533 0
[pid=5094] ppid=5059 vsize=5356 CPUtime=0
/proc/5094/stat : 5094 (sh) S 5059 5059 4779 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4611772 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5094/statm: 1339 232 193 169 0 50 0
[pid=5095] ppid=5094 vsize=103636 CPUtime=3319.56
/proc/5095/stat : 5095 (minisat) R 5094 5059 4779 0 -1 4194304 24877 0 0 0 331929 27 0 0 25 0 1 0 4611772 106123264 24847 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5095/statm: 25909 24847 75 150 0 25756 0
Current children cumulated CPU time (s) 3323.45
Current children cumulated vsize (KiB) 122724

[startup+3402.31 s]
/proc/loadavg: 2.45 2.55 2.54 3/83 5599
/proc/meminfo: memFree=1171288/2055920 swapFree=4192956/4192956
[pid=5059] ppid=5057 vsize=13732 CPUtime=3.89
/proc/5059/stat : 5059 (sugar) S 5057 5059 4779 0 -1 4194304 1192 22084 0 3 3 1 361 24 16 0 1 0 4611345 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5059/statm: 3433 821 374 3 0 533 0
[pid=5094] ppid=5059 vsize=5356 CPUtime=0
/proc/5094/stat : 5094 (sh) S 5059 5059 4779 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4611772 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5094/statm: 1339 232 193 169 0 50 0
[pid=5095] ppid=5094 vsize=105500 CPUtime=3379.28
/proc/5095/stat : 5095 (minisat) R 5094 5059 4779 0 -1 4194304 25376 0 0 0 337900 28 0 0 25 0 1 0 4611772 108032000 25346 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5095/statm: 26375 25346 75 150 0 26222 0
Current children cumulated CPU time (s) 3383.17
Current children cumulated vsize (KiB) 124588

[startup+3462.3 s]
/proc/loadavg: 2.48 2.53 2.54 3/83 5599
/proc/meminfo: memFree=1169944/2055920 swapFree=4192956/4192956
[pid=5059] ppid=5057 vsize=13732 CPUtime=3.89
/proc/5059/stat : 5059 (sugar) S 5057 5059 4779 0 -1 4194304 1192 22084 0 3 3 1 361 24 16 0 1 0 4611345 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5059/statm: 3433 821 374 3 0 533 0
[pid=5094] ppid=5059 vsize=5356 CPUtime=0
/proc/5094/stat : 5094 (sh) S 5059 5059 4779 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4611772 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5094/statm: 1339 232 193 169 0 50 0
[pid=5095] ppid=5094 vsize=106688 CPUtime=3439
/proc/5095/stat : 5095 (minisat) R 5094 5059 4779 0 -1 4194304 25693 0 0 0 343871 29 0 0 25 0 1 0 4611772 109248512 25663 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5095/statm: 26672 25663 75 150 0 26519 0
Current children cumulated CPU time (s) 3442.89
Current children cumulated vsize (KiB) 125776

[startup+3522.3 s]
/proc/loadavg: 2.52 2.54 2.54 3/83 5599
/proc/meminfo: memFree=1168728/2055920 swapFree=4192956/4192956
[pid=5059] ppid=5057 vsize=13732 CPUtime=3.89
/proc/5059/stat : 5059 (sugar) S 5057 5059 4779 0 -1 4194304 1192 22084 0 3 3 1 361 24 16 0 1 0 4611345 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5059/statm: 3433 821 374 3 0 533 0
[pid=5094] ppid=5059 vsize=5356 CPUtime=0
/proc/5094/stat : 5094 (sh) S 5059 5059 4779 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4611772 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5094/statm: 1339 232 193 169 0 50 0
[pid=5095] ppid=5094 vsize=107900 CPUtime=3498.72
/proc/5095/stat : 5095 (minisat) R 5094 5059 4779 0 -1 4194304 26009 0 0 0 349842 30 0 0 25 0 1 0 4611772 110489600 25979 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5095/statm: 26975 25979 75 150 0 26822 0
Current children cumulated CPU time (s) 3502.61
Current children cumulated vsize (KiB) 126988

[startup+3582.3 s]
/proc/loadavg: 2.49 2.53 2.53 3/83 5599
/proc/meminfo: memFree=1167512/2055920 swapFree=4192956/4192956
[pid=5059] ppid=5057 vsize=13732 CPUtime=3.89
/proc/5059/stat : 5059 (sugar) S 5057 5059 4779 0 -1 4194304 1192 22084 0 3 3 1 361 24 16 0 1 0 4611345 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5059/statm: 3433 821 374 3 0 533 0
[pid=5094] ppid=5059 vsize=5356 CPUtime=0
/proc/5094/stat : 5094 (sh) S 5059 5059 4779 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4611772 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5094/statm: 1339 232 193 169 0 50 0
[pid=5095] ppid=5094 vsize=109100 CPUtime=3558.43
/proc/5095/stat : 5095 (minisat) R 5094 5059 4779 0 -1 4194304 26311 0 0 0 355813 30 0 0 25 0 1 0 4611772 111718400 26281 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5095/statm: 27275 26281 75 150 0 27122 0
Current children cumulated CPU time (s) 3562.32
Current children cumulated vsize (KiB) 128188



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3620.2 s]
/proc/loadavg: 2.57 2.55 2.54 4/83 5599
/proc/meminfo: memFree=1166360/2055920 swapFree=4192956/4192956
[pid=5059] ppid=5057 vsize=13732 CPUtime=3.89
/proc/5059/stat : 5059 (sugar) S 5057 5059 4779 0 -1 4194304 1192 22084 0 3 3 1 361 24 16 0 1 0 4611345 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5059/statm: 3433 821 374 3 0 533 0
[pid=5094] ppid=5059 vsize=5356 CPUtime=0
/proc/5094/stat : 5094 (sh) S 5059 5059 4779 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4611772 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5094/statm: 1339 232 193 169 0 50 0
[pid=5095] ppid=5094 vsize=110484 CPUtime=3596.15
/proc/5095/stat : 5095 (minisat) R 5094 5059 4779 0 -1 4194304 26600 0 0 0 359585 30 0 0 25 0 1 0 4611772 113135616 26570 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5095/statm: 27621 26570 75 150 0 27468 0
Current children cumulated CPU time (s) 3600.04
Current children cumulated vsize (KiB) 129572

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

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 5059 and gives
#  childrusage.ru_utime.tv_sec=3
#  childrusage.ru_utime.tv_usec=657443
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=270958
# CPU time returned by wait4() is 3.9284
# while last known CPU time is 3600.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3620.23
CPU time (s): 3600.04
CPU user time (s): 3599.49
CPU system time (s): 0.55
CPU usage (%): 99.4423
Max. virtual memory (cumulated for all children) (KiB): 887464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.65744
system time used= 0.270958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23620
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= 3981
involuntary context switches= 4341

runsolver used 4.83726 second user time and 11.5602 second system time

The end

Launcher Data (download as text)

Begin job on node27 at 2008-07-23 03:06:54
IDJOB=1127716
IDBENCH=63864
IDSOLVER=368
FILE ID=node27/1127716-1216775214
PBS_JOBID= 7974138
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/cnf/2-40-1100-2000/normalized-cnf-2-40-1600-616123-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-1127716-1216775214/watcher-1127716-1216775214 -o /tmp/evaluation-result-1127716-1216775214/solver-1127716-1216775214 -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-1127716-1216775214.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 7cb5a92c447130796d35a7d19384eed9
RANDOM SEED=1361020537

node27.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		: 2800.234
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	: 5521.40
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		: 2800.234
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:       1289232 kB
Buffers:         27164 kB
Cached:         597144 kB
SwapCached:          0 kB
Active:         195008 kB
Inactive:       519488 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1289232 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1320 kB
Writeback:           0 kB
Mapped:         110544 kB
Slab:            37388 kB
Committed_AS:   905556 kB
PageTables:       1892 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66556 MiB
End job on node27 at 2008-07-23 04:07:17