Trace number 1072338

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? (TO) 1800.03 1809.03

General information on the benchmark

Namecsp/rand-3-24-24-fcd/
normalized-rand-3-24-24-76-632-fcd-40_ext.xml
MD5SUM4bb267344f60d7976c9b2db368cd4363
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints75
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension75
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 Fri Jul  4 14:10:11 2008
0.00/0.04	c 0	PID 25925
0.00/0.04	c 0	HOST node86.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1072338-1215173410.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-1072338-1215173410.xml' 'HOME/temp.csp'
1.16/1.26	c 1	1 domains, 24 variables, 0 predicates, 75 relations, 75 constraints
1.23/1.30	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.23/1.30	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.23/1.38	c 1	Parsing HOME/temp.csp
3.61/3.71	c 3	parsed 175 expressions
3.61/3.71	c 3	Heap : 46 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.61/3.71	c 3	Converting to clausal form CSP
3.61/3.73	c 3	converted 18 (10%) expressions
3.61/3.77	c 3	converted 35 (20%) expressions
3.61/3.78	c 3	converted 53 (30%) expressions
3.71/3.81	c 3	converted 70 (40%) expressions
3.71/3.84	c 3	converted 88 (50%) expressions
3.81/3.93	c 4	converted 105 (60%) expressions
4.40/4.56	c 4	converted 123 (70%) expressions
4.60/4.78	c 4	converted 140 (80%) expressions
4.81/5.00	c 5	converted 158 (90%) expressions
5.10/5.26	c 5	converted 175 (100%) expressions
5.10/5.26	c 5	CSP : 24 integers, 0 booleans, 75 clauses, largest domain size 24
5.10/5.26	c 5	Heap : 84 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.10/5.26	c 5	Propagation in CSP
5.10/5.26	c 5	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.10/5.26	c 5	CSP : 24 integers, 0 booleans, 75 clauses, largest domain size 24
5.10/5.26	c 5	Heap : 84 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.10/5.26	c 5	Simplifing CSP by introducing new Boolean variables
5.10/5.26	c 5	CSP : 24 integers, 0 booleans, 75 clauses, largest domain size 24
5.10/5.26	c 5	Heap : 84 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.31/5.49	c 5	Encoding CSP to SAT : HOME/temp.cnf
5.31/5.50	c 5	3 (10%) CSP integer variables are encoded (66 clauses, 641 bytes)
5.31/5.50	c 5	5 (20%) CSP integer variables are encoded (110 clauses, 1068 bytes)
5.31/5.50	c 5	8 (30%) CSP integer variables are encoded (176 clauses, 1794 bytes)
5.31/5.50	c 5	10 (40%) CSP integer variables are encoded (220 clauses, 2278 bytes)
5.40/5.50	c 5	12 (50%) CSP integer variables are encoded (264 clauses, 2762 bytes)
5.40/5.51	c 5	15 (60%) CSP integer variables are encoded (330 clauses, 3488 bytes)
5.40/5.51	c 5	17 (70%) CSP integer variables are encoded (374 clauses, 3972 bytes)
5.40/5.51	c 5	20 (80%) CSP integer variables are encoded (440 clauses, 4698 bytes)
5.40/5.51	c 5	22 (90%) CSP integer variables are encoded (484 clauses, 5182 bytes)
5.40/5.51	c 5	24 (100%) CSP integer variables are encoded (528 clauses, 5666 bytes)
5.80/5.93	c 6	8 (10%) CSP clauses are encoded (25142 clauses, 591493 bytes)
6.09/6.25	c 6	15 (20%) CSP clauses are encoded (46638 clauses, 1119851 bytes)
6.50/6.62	c 6	23 (30%) CSP clauses are encoded (71372 clauses, 1734753 bytes)
6.79/6.94	c 7	30 (40%) CSP clauses are encoded (92962 clauses, 2277647 bytes)
7.18/7.31	c 7	38 (50%) CSP clauses are encoded (117572 clauses, 2896630 bytes)
7.49/7.63	c 7	45 (60%) CSP clauses are encoded (139296 clauses, 3470799 bytes)
7.79/8.00	c 8	53 (70%) CSP clauses are encoded (164017 clauses, 4141235 bytes)
8.18/8.31	c 8	60 (80%) CSP clauses are encoded (185616 clauses, 4726971 bytes)
8.47/8.68	c 8	68 (90%) CSP clauses are encoded (210208 clauses, 5393956 bytes)
8.78/8.98	c 9	75 (100%) CSP clauses are encoded (230707 clauses, 5947259 bytes)
8.78/8.98	c 9	75 CSP clauses encoded
8.78/8.98	c 9	Writing map file : HOME/temp.map
8.78/8.98	c 9	Heap : 36 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.78/8.98	c 9	SAT : 552 SAT variables, 230707 SAT clauses, 5947259 bytes
8.78/8.98	c 9	Heap : 36 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.86/9.02	c 9	SOLVING HOME/temp.cnf
8.86/9.02	c 9	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
8.86/9.03	c 9	This is MiniSat 2.0 beta
8.86/9.03	c 9	WARNING: for repeatability, setting FPU to use double precision
8.86/9.03	c 9	============================[ Problem Statistics ]=============================
8.86/9.03	c 9	|                                                                             |
8.86/9.03	c 9	|  Number of variables:  552                                                  |
8.86/9.03	c 9	|  Number of clauses:    230707                                               |
8.89/9.17	c 9	|  Parsing time:         0.12         s                                       |
8.89/9.18	c 9	============================[ Search Statistics ]==============================
8.89/9.18	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.89/9.18	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.89/9.18	c 9	===============================================================================
8.89/9.18	c 9	|         0 |     552   230707  1285391 |    76902        0    nan |  0.000 % |
8.89/9.33	c 9	|       100 |     552   230707  1285391 |    84592      100     10 |  0.000 % |
8.89/9.55	c 9	|       250 |     552   230707  1285391 |    93051      250     11 |  0.008 % |
9.65/9.84	c 9	|       475 |     552   230707  1285391 |   102357      475     12 |  0.008 % |
10.05/10.28	c 10	|       814 |     552   230707  1285391 |   112592      814     12 |  0.008 % |
10.75/10.91	c 10	|      1321 |     552   230707  1285391 |   123851     1321     12 |  0.008 % |
11.74/11.90	c 11	|      2080 |     552   230707  1285391 |   136237     2080     12 |  0.008 % |
12.93/13.15	c 13	|      3220 |     552   230707  1285391 |   149860     3220     13 |  0.008 % |
14.82/15.03	c 15	|      4930 |     552   230707  1285391 |   164846     4930     14 |  0.008 % |
17.60/17.80	c 17	|      7494 |     552   230707  1285391 |   181331     7494     14 |  0.008 % |
21.98/22.22	c 22	|     11338 |     552   230707  1285391 |   199464    11338     14 |  0.008 % |
26.86/27.10	c 27	|     17104 |     552   230707  1285391 |   219411    17104     14 |  0.008 % |
33.93/34.22	c 34	|     25755 |     552   230707  1285391 |   241352    25755     14 |  0.008 % |
47.26/47.63	c 47	|     38729 |     552   230707  1285391 |   265487    38729     15 |  0.008 % |
70.85/71.31	c 71	|     58192 |     552   230707  1285391 |   292036    58192     16 |  0.008 % |
113.43/114.14	c 114	|     87387 |     552   230707  1285391 |   321240    87387     16 |  0.006 % |
177.83/178.86	c 178	|    131176 |     552   230707  1285391 |   353364   131176     17 |  0.006 % |
297.15/298.79	c 298	|    196861 |     552   230707  1285391 |   388700   196861     18 |  0.008 % |
529.79/532.59	c 532	|    295387 |     552   230707  1285391 |   427570   295387     19 |  0.007 % |
900.88/905.49	c 905	|    443177 |     552   230707  1285391 |   470327    36613     20 |  0.004 % |
1313.84/1320.43	c 1320	|    664860 |     552   230707  1285391 |   517360   258296     20 |  0.007 % |
1800.03/1809.02	c 1809	DECODING HOME/temp.out WITH HOME/temp.map
1800.03/1809.02	c 1809	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.03/1809.02	c ERROR INTERRUPTED
1800.03/1809.02	s UNKNOWN
1800.03/1809.02	c 1809	CPU 8.63 (0.04 0 8.59 0.28)
1800.03/1809.02	c 1809	END Fri Jul  4 14:40:20 2008

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

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-1072338-1215173410/watcher-1072338-1215173410 -o /tmp/evaluation-result-1072338-1215173410/solver-1072338-1215173410 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1072338-1215173410.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 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.99 1.98 1.99 4/80 25925
/proc/meminfo: memFree=1530552/2055920 swapFree=4178892/4192956
[pid=25925] ppid=25923 vsize=12268 CPUtime=0
/proc/25925/stat : 25925 (sugar) D 25923 25925 24458 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 673070035 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 240154016357 0 2147483391 4224 0 18446744072099781622 0 0 17 1 0 0
/proc/25925/statm: 3067 316 241 3 0 167 0

[startup+0.0889899 s]
/proc/loadavg: 1.99 1.98 1.99 4/80 25925
/proc/meminfo: memFree=1530552/2055920 swapFree=4178892/4192956
[pid=25925] ppid=25923 vsize=13600 CPUtime=0.03
/proc/25925/stat : 25925 (sugar) S 25923 25925 24458 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 673070035 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25925/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101993 s]
/proc/loadavg: 1.99 1.98 1.99 4/80 25925
/proc/meminfo: memFree=1530552/2055920 swapFree=4178892/4192956
[pid=25925] ppid=25923 vsize=13600 CPUtime=0.03
/proc/25925/stat : 25925 (sugar) S 25923 25925 24458 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 673070035 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25925/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302016 s]
/proc/loadavg: 1.99 1.98 1.99 4/80 25925
/proc/meminfo: memFree=1530552/2055920 swapFree=4178892/4192956
[pid=25925] ppid=25923 vsize=13600 CPUtime=0.03
/proc/25925/stat : 25925 (sugar) S 25923 25925 24458 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 673070035 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25925/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.70106 s]
/proc/loadavg: 1.99 1.98 1.99 4/80 25925
/proc/meminfo: memFree=1530552/2055920 swapFree=4178892/4192956
[pid=25925] ppid=25923 vsize=13600 CPUtime=0.03
/proc/25925/stat : 25925 (sugar) S 25923 25925 24458 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 673070035 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25925/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50115 s]
/proc/loadavg: 1.99 1.98 1.99 3/91 25937
/proc/meminfo: memFree=1504352/2055920 swapFree=4178892/4192956
[pid=25925] ppid=25923 vsize=13600 CPUtime=1.24
/proc/25925/stat : 25925 (sugar) S 25923 25925 24458 0 -1 4194304 973 9494 0 1 3 0 114 7 15 0 1 0 673070035 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25925/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 13600

[startup+3.10233 s]
/proc/loadavg: 1.99 1.98 1.99 3/91 25947
/proc/meminfo: memFree=1505376/2055920 swapFree=4178892/4192956
[pid=25925] ppid=25923 vsize=13600 CPUtime=1.24
/proc/25925/stat : 25925 (sugar) S 25923 25925 24458 0 -1 4194304 973 9494 0 1 3 0 114 7 15 0 1 0 673070035 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25925/statm: 3400 797 370 3 0 500 0
[pid=25938] ppid=25925 vsize=5356 CPUtime=0
/proc/25938/stat : 25938 (sh) S 25925 25925 24458 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 673070165 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25938/statm: 1339 233 193 169 0 50 0
[pid=25939] ppid=25938 vsize=864076 CPUtime=1.77
/proc/25939/stat : 25939 (java) S 25938 25925 24458 0 -1 0 13554 0 1 0 169 8 0 0 18 0 9 0 673070166 884813824 12813 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25939/statm: 216019 12813 2532 9 0 210601 0
[pid=25939/tid=25940] ppid=25938 vsize=864076 CPUtime=1.07
/proc/25939/task/25940/stat : 25940 (java) R 25938 25925 24458 0 -1 64 2775 0 1 0 105 2 0 0 25 0 9 0 673070167 884813824 12813 996147200 134512640 134550740 4294955952 18446744073709551615 4126415913 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25939/tid=25941] ppid=25938 vsize=864076 CPUtime=0.65
/proc/25939/task/25941/stat : 25941 (java) S 25938 25925 24458 0 -1 64 9767 0 0 0 60 5 0 0 16 0 9 0 673070168 884813824 12813 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25939/tid=25942] ppid=25938 vsize=864076 CPUtime=0
/proc/25939/task/25942/stat : 25942 (java) S 25938 25925 24458 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 673070168 884813824 12813 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25939/tid=25943] ppid=25938 vsize=864076 CPUtime=0
/proc/25939/task/25943/stat : 25943 (java) S 25938 25925 24458 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 673070168 884813824 12813 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25939/tid=25944] ppid=25938 vsize=864076 CPUtime=0
/proc/25939/task/25944/stat : 25944 (java) S 25938 25925 24458 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 673070170 884813824 12813 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25939/tid=25945] ppid=25938 vsize=864076 CPUtime=0.03
/proc/25939/task/25945/stat : 25945 (java) S 25938 25925 24458 0 -1 64 315 0 0 0 3 0 0 0 16 0 9 0 673070170 884813824 12813 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25939/tid=25946] ppid=25938 vsize=864076 CPUtime=0
/proc/25939/task/25946/stat : 25946 (java) S 25938 25925 24458 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 673070170 884813824 12813 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25939/tid=25947] ppid=25938 vsize=864076 CPUtime=0
/proc/25939/task/25947/stat : 25947 (java) S 25938 25925 24458 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 673070170 884813824 12813 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 883032

[startup+6.30169 s]
/proc/loadavg: 1.99 1.98 1.99 4/91 25947
/proc/meminfo: memFree=1428256/2055920 swapFree=4178892/4192956
[pid=25925] ppid=25923 vsize=13600 CPUtime=1.24
/proc/25925/stat : 25925 (sugar) S 25923 25925 24458 0 -1 4194304 974 9494 0 1 3 0 114 7 15 0 1 0 673070035 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25925/statm: 3400 797 370 3 0 500 0
[pid=25938] ppid=25925 vsize=5356 CPUtime=0
/proc/25938/stat : 25938 (sh) S 25925 25925 24458 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 673070165 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25938/statm: 1339 233 193 169 0 50 0
[pid=25939] ppid=25938 vsize=864332 CPUtime=4.95
/proc/25939/stat : 25939 (java) S 25938 25925 24458 0 -1 0 27286 0 1 0 480 15 0 0 18 0 9 0 673070166 885075968 26479 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25939/statm: 216083 26479 2564 9 0 210630 0
[pid=25939/tid=25940] ppid=25938 vsize=864332 CPUtime=2.72
/proc/25939/task/25940/stat : 25940 (java) R 25938 25925 24458 0 -1 64 3686 0 1 0 270 2 0 0 25 0 9 0 673070167 885075968 26479 996147200 134512640 134550740 4294955952 18446744073709551615 4126627940 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25939/tid=25941] ppid=25938 vsize=864332 CPUtime=2.1
/proc/25939/task/25941/stat : 25941 (java) S 25938 25925 24458 0 -1 64 22549 0 0 0 199 11 0 0 16 0 9 0 673070168 885075968 26479 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25939/tid=25942] ppid=25938 vsize=864332 CPUtime=0
/proc/25939/task/25942/stat : 25942 (java) S 25938 25925 24458 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 673070168 885075968 26479 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25939/tid=25943] ppid=25938 vsize=864332 CPUtime=0
/proc/25939/task/25943/stat : 25943 (java) S 25938 25925 24458 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 673070168 885075968 26479 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25939/tid=25944] ppid=25938 vsize=864332 CPUtime=0
/proc/25939/task/25944/stat : 25944 (java) S 25938 25925 24458 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 673070170 885075968 26479 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25939/tid=25945] ppid=25938 vsize=864332 CPUtime=0.09
/proc/25939/task/25945/stat : 25945 (java) S 25938 25925 24458 0 -1 64 354 0 0 0 9 0 0 0 16 0 9 0 673070170 885075968 26479 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25939/tid=25946] ppid=25938 vsize=864332 CPUtime=0
/proc/25939/task/25946/stat : 25946 (java) S 25938 25925 24458 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 673070170 885075968 26479 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25939/tid=25947] ppid=25938 vsize=864332 CPUtime=0
/proc/25939/task/25947/stat : 25947 (java) S 25938 25925 24458 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 673070170 885075968 26479 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 883288

[startup+12.7024 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 25949
/proc/meminfo: memFree=1503264/2055920 swapFree=4178892/4192956
[pid=25925] ppid=25923 vsize=13600 CPUtime=8.89
/proc/25925/stat : 25925 (sugar) S 25923 25925 24458 0 -1 4194304 1031 37137 0 2 3 0 859 27 16 0 1 0 673070035 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25925/statm: 3400 798 370 3 0 500 0
[pid=25948] ppid=25925 vsize=5356 CPUtime=0
/proc/25948/stat : 25948 (sh) S 25925 25925 24458 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 673070938 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25948/statm: 1339 232 193 169 0 50 0
[pid=25949] ppid=25948 vsize=15788 CPUtime=3.64
/proc/25949/stat : 25949 (minisat) R 25948 25925 24458 0 -1 4194304 3770 0 0 0 361 3 0 0 25 0 1 0 673070938 16166912 3756 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25949/statm: 3947 3756 75 150 0 3794 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 34744

[startup+25.5018 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 25949
/proc/meminfo: memFree=1501344/2055920 swapFree=4178892/4192956
[pid=25925] ppid=25923 vsize=13600 CPUtime=8.9
/proc/25925/stat : 25925 (sugar) S 25923 25925 24458 0 -1 4194304 1031 37137 0 2 4 0 859 27 16 0 1 0 673070035 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25925/statm: 3400 798 370 3 0 500 0
[pid=25948] ppid=25925 vsize=5356 CPUtime=0
/proc/25948/stat : 25948 (sh) S 25925 25925 24458 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 673070938 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25948/statm: 1339 232 193 169 0 50 0
[pid=25949] ppid=25948 vsize=17144 CPUtime=16.37
/proc/25949/stat : 25949 (minisat) R 25948 25925 24458 0 -1 4194304 4120 0 0 0 1634 3 0 0 25 0 1 0 673070938 17555456 4106 996147200 134512640 135127466 4294956272 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 1 0 0
/proc/25949/statm: 4286 4106 75 150 0 4133 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 36100

[startup+51.1017 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 25949
/proc/meminfo: memFree=1497824/2055920 swapFree=4178892/4192956
[pid=25925] ppid=25923 vsize=13600 CPUtime=8.9
/proc/25925/stat : 25925 (sugar) S 25923 25925 24458 0 -1 4194304 1031 37137 0 2 4 0 859 27 16 0 1 0 673070035 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25925/statm: 3400 798 370 3 0 500 0
[pid=25948] ppid=25925 vsize=5356 CPUtime=0
/proc/25948/stat : 25948 (sh) S 25925 25925 24458 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 673070938 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25948/statm: 1339 232 193 169 0 50 0
[pid=25949] ppid=25948 vsize=19696 CPUtime=41.84
/proc/25949/stat : 25949 (minisat) R 25948 25925 24458 0 -1 4194304 4747 0 0 0 4180 4 0 0 25 0 1 0 673070938 20168704 4733 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25949/statm: 4924 4733 75 150 0 4771 0
Current children cumulated CPU time (s) 50.74
Current children cumulated vsize (KiB) 38652

[startup+102.306 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 25949
/proc/meminfo: memFree=1491744/2055920 swapFree=4178892/4192956
[pid=25925] ppid=25923 vsize=13600 CPUtime=8.9
/proc/25925/stat : 25925 (sugar) S 25923 25925 24458 0 -1 4194304 1031 37137 0 2 4 0 859 27 16 0 1 0 673070035 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25925/statm: 3400 798 370 3 0 500 0
[pid=25948] ppid=25925 vsize=5356 CPUtime=0
/proc/25948/stat : 25948 (sh) S 25925 25925 24458 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 673070938 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25948/statm: 1339 232 193 169 0 50 0
[pid=25949] ppid=25948 vsize=23528 CPUtime=92.8
/proc/25949/stat : 25949 (minisat) R 25948 25925 24458 0 -1 4194304 5689 0 0 0 9275 5 0 0 25 0 1 0 673070938 24092672 5675 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25949/statm: 5882 5675 75 150 0 5729 0
Current children cumulated CPU time (s) 101.7
Current children cumulated vsize (KiB) 42484

[startup+162.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 25949
/proc/meminfo: memFree=1484768/2055920 swapFree=4178892/4192956
[pid=25925] ppid=25923 vsize=13600 CPUtime=8.9
/proc/25925/stat : 25925 (sugar) S 25923 25925 24458 0 -1 4194304 1031 37137 0 2 4 0 859 27 16 0 1 0 673070035 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25925/statm: 3400 798 370 3 0 500 0
[pid=25948] ppid=25925 vsize=5356 CPUtime=0
/proc/25948/stat : 25948 (sh) S 25925 25925 24458 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 673070938 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25948/statm: 1339 232 193 169 0 50 0
[pid=25949] ppid=25948 vsize=27848 CPUtime=152.51
/proc/25949/stat : 25949 (minisat) R 25948 25925 24458 0 -1 4194304 6761 0 0 0 15245 6 0 0 25 0 1 0 673070938 28516352 6747 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25949/statm: 6962 6747 75 150 0 6809 0
Current children cumulated CPU time (s) 161.41

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

/proc/meminfo: memFree=1670032/2055920 swapFree=4178892/4192956
[pid=25925] ppid=25923 vsize=13600 CPUtime=8.9
/proc/25925/stat : 25925 (sugar) S 25923 25925 24458 0 -1 4194304 1031 37137 0 2 4 0 859 27 16 0 1 0 673070035 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25925/statm: 3400 798 370 3 0 500 0
[pid=25948] ppid=25925 vsize=5356 CPUtime=0
/proc/25948/stat : 25948 (sh) S 25925 25925 24458 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 673070938 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25948/statm: 1339 232 193 169 0 50 0
[pid=25949] ppid=25948 vsize=63588 CPUtime=1286.94
/proc/25949/stat : 25949 (minisat) R 25948 25925 24458 0 -1 4194304 15520 0 0 0 128676 18 0 0 25 0 1 0 673070938 65114112 15506 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25949/statm: 15897 15506 75 150 0 15744 0
Current children cumulated CPU time (s) 1295.84
Current children cumulated vsize (KiB) 82544

[startup+1362.3 s]
/proc/loadavg: 2.00 2.05 2.05 3/84 26041
/proc/meminfo: memFree=1669008/2055920 swapFree=4178892/4192956
[pid=25925] ppid=25923 vsize=13600 CPUtime=8.9
/proc/25925/stat : 25925 (sugar) S 25923 25925 24458 0 -1 4194304 1031 37137 0 2 4 0 859 27 16 0 1 0 673070035 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25925/statm: 3400 798 370 3 0 500 0
[pid=25948] ppid=25925 vsize=5356 CPUtime=0
/proc/25948/stat : 25948 (sh) S 25925 25925 24458 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 673070938 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25948/statm: 1339 232 193 169 0 50 0
[pid=25949] ppid=25948 vsize=63960 CPUtime=1346.64
/proc/25949/stat : 25949 (minisat) R 25948 25925 24458 0 -1 4194304 15594 0 0 0 134646 18 0 0 25 0 1 0 673070938 65495040 15580 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25949/statm: 15990 15580 75 150 0 15837 0
Current children cumulated CPU time (s) 1355.54
Current children cumulated vsize (KiB) 82916

[startup+1422.31 s]
/proc/loadavg: 2.00 2.03 2.05 3/84 26041
/proc/meminfo: memFree=1666576/2055920 swapFree=4178892/4192956
[pid=25925] ppid=25923 vsize=13600 CPUtime=8.9
/proc/25925/stat : 25925 (sugar) S 25923 25925 24458 0 -1 4194304 1031 37137 0 2 4 0 859 27 16 0 1 0 673070035 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25925/statm: 3400 798 370 3 0 500 0
[pid=25948] ppid=25925 vsize=5356 CPUtime=0
/proc/25948/stat : 25948 (sh) S 25925 25925 24458 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 673070938 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25948/statm: 1339 232 193 169 0 50 0
[pid=25949] ppid=25948 vsize=64100 CPUtime=1406.34
/proc/25949/stat : 25949 (minisat) R 25948 25925 24458 0 -1 4194304 15641 0 0 0 140616 18 0 0 25 0 1 0 673070938 65638400 15619 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25949/statm: 16025 15619 75 150 0 15872 0
Current children cumulated CPU time (s) 1415.24
Current children cumulated vsize (KiB) 83056

[startup+1482.3 s]
/proc/loadavg: 2.00 2.03 2.04 3/84 26041
/proc/meminfo: memFree=1663696/2055920 swapFree=4178892/4192956
[pid=25925] ppid=25923 vsize=13600 CPUtime=8.9
/proc/25925/stat : 25925 (sugar) S 25923 25925 24458 0 -1 4194304 1031 37137 0 2 4 0 859 27 16 0 1 0 673070035 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25925/statm: 3400 798 370 3 0 500 0
[pid=25948] ppid=25925 vsize=5356 CPUtime=0
/proc/25948/stat : 25948 (sh) S 25925 25925 24458 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 673070938 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25948/statm: 1339 232 193 169 0 50 0
[pid=25949] ppid=25948 vsize=64100 CPUtime=1466.04
/proc/25949/stat : 25949 (minisat) R 25948 25925 24458 0 -1 4194304 15642 0 0 0 146586 18 0 0 25 0 1 0 673070938 65638400 15620 996147200 134512640 135127466 4294956272 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/25949/statm: 16025 15620 75 150 0 15872 0
Current children cumulated CPU time (s) 1474.94
Current children cumulated vsize (KiB) 83056

[startup+1542.3 s]
/proc/loadavg: 2.00 2.02 2.04 3/84 26041
/proc/meminfo: memFree=1661328/2055920 swapFree=4178892/4192956
[pid=25925] ppid=25923 vsize=13600 CPUtime=8.9
/proc/25925/stat : 25925 (sugar) S 25923 25925 24458 0 -1 4194304 1031 37137 0 2 4 0 859 27 16 0 1 0 673070035 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25925/statm: 3400 798 370 3 0 500 0
[pid=25948] ppid=25925 vsize=5356 CPUtime=0
/proc/25948/stat : 25948 (sh) S 25925 25925 24458 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 673070938 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25948/statm: 1339 232 193 169 0 50 0
[pid=25949] ppid=25948 vsize=64100 CPUtime=1525.74
/proc/25949/stat : 25949 (minisat) R 25948 25925 24458 0 -1 4194304 15643 0 0 0 152556 18 0 0 25 0 1 0 673070938 65638400 15621 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25949/statm: 16025 15621 75 150 0 15872 0
Current children cumulated CPU time (s) 1534.64
Current children cumulated vsize (KiB) 83056

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.03 3/84 26041
/proc/meminfo: memFree=1660816/2055920 swapFree=4178892/4192956
[pid=25925] ppid=25923 vsize=13600 CPUtime=8.9
/proc/25925/stat : 25925 (sugar) S 25923 25925 24458 0 -1 4194304 1031 37137 0 2 4 0 859 27 16 0 1 0 673070035 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25925/statm: 3400 798 370 3 0 500 0
[pid=25948] ppid=25925 vsize=5356 CPUtime=0
/proc/25948/stat : 25948 (sh) S 25925 25925 24458 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 673070938 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25948/statm: 1339 232 193 169 0 50 0
[pid=25949] ppid=25948 vsize=64460 CPUtime=1585.45
/proc/25949/stat : 25949 (minisat) R 25948 25925 24458 0 -1 4194304 15693 0 0 0 158527 18 0 0 25 0 1 0 673070938 66007040 15671 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25949/statm: 16115 15671 75 150 0 15962 0
Current children cumulated CPU time (s) 1594.35
Current children cumulated vsize (KiB) 83416

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.02 3/84 26041
/proc/meminfo: memFree=1660496/2055920 swapFree=4178892/4192956
[pid=25925] ppid=25923 vsize=13600 CPUtime=8.9
/proc/25925/stat : 25925 (sugar) S 25923 25925 24458 0 -1 4194304 1031 37137 0 2 4 0 859 27 16 0 1 0 673070035 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25925/statm: 3400 798 370 3 0 500 0
[pid=25948] ppid=25925 vsize=5356 CPUtime=0
/proc/25948/stat : 25948 (sh) S 25925 25925 24458 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 673070938 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25948/statm: 1339 232 193 169 0 50 0
[pid=25949] ppid=25948 vsize=64460 CPUtime=1645.16
/proc/25949/stat : 25949 (minisat) R 25948 25925 24458 0 -1 4194304 15716 0 0 0 164497 19 0 0 25 0 1 0 673070938 66007040 15694 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25949/statm: 16115 15694 75 150 0 15962 0
Current children cumulated CPU time (s) 1654.06
Current children cumulated vsize (KiB) 83416

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/84 26041
/proc/meminfo: memFree=1659472/2055920 swapFree=4178892/4192956
[pid=25925] ppid=25923 vsize=13600 CPUtime=8.9
/proc/25925/stat : 25925 (sugar) S 25923 25925 24458 0 -1 4194304 1031 37137 0 2 4 0 859 27 16 0 1 0 673070035 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25925/statm: 3400 798 370 3 0 500 0
[pid=25948] ppid=25925 vsize=5356 CPUtime=0
/proc/25948/stat : 25948 (sh) S 25925 25925 24458 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 673070938 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25948/statm: 1339 232 193 169 0 50 0
[pid=25949] ppid=25948 vsize=65576 CPUtime=1704.86
/proc/25949/stat : 25949 (minisat) R 25948 25925 24458 0 -1 4194304 15951 0 0 0 170467 19 0 0 25 0 1 0 673070938 67149824 15929 996147200 134512640 135127466 4294956272 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 0 0 0
/proc/25949/statm: 16394 15929 75 150 0 16241 0
Current children cumulated CPU time (s) 1713.76
Current children cumulated vsize (KiB) 84532

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/84 26041
/proc/meminfo: memFree=1655760/2055920 swapFree=4178892/4192956
[pid=25925] ppid=25923 vsize=13600 CPUtime=8.9
/proc/25925/stat : 25925 (sugar) S 25923 25925 24458 0 -1 4194304 1031 37137 0 2 4 0 859 27 16 0 1 0 673070035 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25925/statm: 3400 798 370 3 0 500 0
[pid=25948] ppid=25925 vsize=5356 CPUtime=0
/proc/25948/stat : 25948 (sh) S 25925 25925 24458 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 673070938 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25948/statm: 1339 232 193 169 0 50 0
[pid=25949] ppid=25948 vsize=67600 CPUtime=1764.57
/proc/25949/stat : 25949 (minisat) R 25948 25925 24458 0 -1 4194304 16452 0 0 0 176437 20 0 0 25 0 1 0 673070938 69222400 16430 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25949/statm: 16900 16430 75 150 0 16747 0
Current children cumulated CPU time (s) 1773.47
Current children cumulated vsize (KiB) 86556



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809 s]
/proc/loadavg: 2.00 2.00 2.01 3/84 26041
/proc/meminfo: memFree=1653648/2055920 swapFree=4178892/4192956
[pid=25925] ppid=25923 vsize=13600 CPUtime=8.9
/proc/25925/stat : 25925 (sugar) S 25923 25925 24458 0 -1 4194304 1031 37137 0 2 4 0 859 27 16 0 1 0 673070035 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25925/statm: 3400 798 370 3 0 500 0
[pid=25948] ppid=25925 vsize=5356 CPUtime=0
/proc/25948/stat : 25948 (sh) S 25925 25925 24458 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 673070938 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25948/statm: 1339 232 193 169 0 50 0
[pid=25949] ppid=25948 vsize=68404 CPUtime=1791.13
/proc/25949/stat : 25949 (minisat) R 25948 25925 24458 0 -1 4194304 16670 0 0 0 179093 20 0 0 25 0 1 0 673070938 70045696 16648 996147200 134512640 135127466 4294956272 18446744073709551615 134531019 0 0 4096 3 0 0 0 17 0 0 0
/proc/25949/statm: 17101 16648 75 150 0 16948 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 87360

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 25925 and gives
#  childrusage.ru_utime.tv_sec=8
#  childrusage.ru_utime.tv_usec=633687
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=294955
# CPU time returned by wait4() is 8.92864
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1809.03
CPU time (s): 1800.03
CPU user time (s): 1799.56
CPU system time (s): 0.47
CPU usage (%): 99.5025
Max. virtual memory (cumulated for all children) (KiB): 883288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.63369
system time used= 0.294955
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38591
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3394
involuntary context switches= 3303

runsolver used 2.23166 second user time and 6.00509 second system time

The end

Launcher Data (download as text)

Begin job on node86 at 2008-07-04 14:10:11
IDJOB=1072338
IDBENCH=56248
IDSOLVER=346
FILE ID=node86/1072338-1215173410
PBS_JOBID= 7877451
Free space on /tmp= 66532 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/rand-3-24-24-fcd/normalized-rand-3-24-24-76-632-fcd-40_ext.xml
COMMAND LINE= DIR/sugar -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-1072338-1215173410/watcher-1072338-1215173410 -o /tmp/evaluation-result-1072338-1215173410/solver-1072338-1215173410 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1072338-1215173410.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 4bb267344f60d7976c9b2db368cd4363
RANDOM SEED=1591355646

node86.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.220
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.220
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:       1531032 kB
Buffers:         57724 kB
Cached:         175968 kB
SwapCached:       6348 kB
Active:         388336 kB
Inactive:        88108 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1531032 kB
SwapTotal:     4192956 kB
SwapFree:      4178892 kB
Dirty:            4140 kB
Writeback:           0 kB
Mapped:         247236 kB
Slab:            32608 kB
Committed_AS:  1366332 kB
PageTables:       2792 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= 66540 MiB
End job on node86 at 2008-07-04 14:40:22