Trace number 1127700

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.09 3616.83

General information on the benchmark

Namemaxcsp/cnf/2-40-1100-2000/
normalized-cnf-2-40-1900-793226_ext.xml
MD5SUM156b672944ee513374860a98a6930991
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints253
Best CPU time to get the best result obtained on this benchmark4.10238
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints682
Maximum constraint arity2
Maximum domain size2
Number of constraints which are defined in extension682
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Wed Jul 23 03:00:52 2008
0.00/0.05	c 0	PID 8535
0.00/0.06	c 0	HOST node54.alineos.net
0.00/0.06	c 0	CONVERTING HOME/instance-1127700-1216774852.xml TO HOME/temp.csp
0.00/0.06	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1127700-1216774852.xml' 'HOME/temp.csp'
0.04/0.46	c 0	1 domains, 40 variables, 0 predicates, 14 relations, 682 constraints
0.04/0.51	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.51	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.04/0.59	c 1	Parsing HOME/temp.csp
0.45/0.72	c 1	parsed 737 expressions
0.45/0.72	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.45/0.73	c 1	MAX CSP: 682 constraints
0.45/0.73	c 1	Converting to clausal form CSP
0.45/0.77	c 1	converted 143 (10%) expressions
0.45/0.79	c 1	converted 285 (20%) expressions
0.45/0.80	c 1	converted 427 (30%) expressions
0.45/0.81	c 1	converted 569 (40%) expressions
0.45/0.82	c 1	converted 711 (50%) expressions
0.45/0.83	c 1	converted 854 (60%) expressions
0.45/0.84	c 1	converted 996 (70%) expressions
0.45/0.91	c 1	converted 1138 (80%) expressions
0.45/0.92	c 1	converted 1280 (90%) expressions
0.92/1.04	c 1	converted 1422 (100%) expressions
0.92/1.04	c 1	CSP : 1404 integers, 0 booleans, 2045 clauses, largest domain size 1024
0.92/1.04	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.92/1.04	c 1	Propagation in CSP
0.92/1.09	c 1	677 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.92/1.09	c 1	CSP : 1404 integers, 0 booleans, 2045 clauses, largest domain size 683
0.92/1.09	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.92/1.09	c 1	Simplifing CSP by introducing new Boolean variables
0.92/1.10	c 1	CSP : 1404 integers, 0 booleans, 2045 clauses, largest domain size 683
0.92/1.10	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.02/1.13	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.02/1.14	c 1	141 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.02/1.14	c 1	281 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.02/1.14	c 1	422 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.02/1.15	c 1	562 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.02/1.15	c 1	702 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.02/1.16	c 1	843 (60%) CSP integer variables are encoded (1272 clauses, 16047 bytes)
1.02/1.16	c 1	983 (70%) CSP integer variables are encoded (6881 clauses, 88964 bytes)
1.02/1.17	c 1	1124 (80%) CSP integer variables are encoded (8939 clauses, 115809 bytes)
1.02/1.17	c 1	1264 (90%) CSP integer variables are encoded (9911 clauses, 130389 bytes)
1.02/1.17	c 1	1404 (100%) CSP integer variables are encoded (11258 clauses, 150594 bytes)
1.11/1.20	c 1	205 (10%) CSP clauses are encoded (11546 clauses, 153747 bytes)
1.11/1.22	c 1	409 (20%) CSP clauses are encoded (11835 clauses, 157155 bytes)
1.11/1.23	c 1	614 (30%) CSP clauses are encoded (12121 clauses, 160616 bytes)
1.11/1.26	c 1	818 (40%) CSP clauses are encoded (15213 clauses, 213026 bytes)
1.20/1.32	c 1	1023 (50%) CSP clauses are encoded (43848 clauses, 732037 bytes)
1.51/1.62	c 2	1227 (60%) CSP clauses are encoded (170376 clauses, 3010526 bytes)
2.01/2.18	c 2	1432 (70%) CSP clauses are encoded (494925 clauses, 8990635 bytes)
2.11/2.21	c 2	1636 (80%) CSP clauses are encoded (504869 clauses, 9187026 bytes)
2.11/2.25	c 2	1841 (90%) CSP clauses are encoded (528650 clauses, 9686842 bytes)
2.30/2.41	c 2	2045 (100%) CSP clauses are encoded (616130 clauses, 11547406 bytes)
2.30/2.41	c 2	2045 CSP clauses encoded
2.30/2.41	c 2	Writing map file : HOME/temp.map
2.30/2.43	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.30/2.43	c 2	SAT : 12662 SAT variables, 616130 SAT clauses, 11547406 bytes
2.30/2.43	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.30/2.44	c 2	OBJECTIVE minimize _COST
2.30/2.44	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
2.30/2.44	c 2	SEARCHING: _COST <= 341
2.30/2.44	c 2	SOLVING HOME/temp.cnf
2.30/2.44	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.30/2.44	c 2	This is MiniSat 2.0 beta
2.30/2.44	c 2	WARNING: for repeatability, setting FPU to use double precision
2.30/2.45	c 2	============================[ Problem Statistics ]=============================
2.30/2.45	c 2	|                                                                             |
2.30/2.45	c 2	|  Number of variables:  12662                                                |
2.30/2.45	c 2	|  Number of clauses:    616131                                               |
2.37/2.74	c 3	|  Parsing time:         0.25         s                                       |
2.37/2.95	c 3	============================[ Search Statistics ]==============================
2.37/2.95	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.37/2.95	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.37/2.95	c 3	===============================================================================
2.37/2.95	c 3	|         0 |    9252   393306  1154828 |   131102        0    nan |  0.000 % |
2.37/3.19	c 3	|       102 |    9250   393306  1154828 |   144212      101     16 | 27.026 % |
3.11/3.29	c 3	|       257 |    9250   393306  1154828 |   158633      254     15 | 27.160 % |
3.31/3.43	c 3	|       484 |    9250   393306  1154828 |   174496      476     16 | 27.823 % |
3.41/3.55	c 4	|       821 |    9249   393306  1154828 |   191946      811     16 | 28.092 % |
3.71/3.81	c 4	|      1329 |    9249   393306  1154828 |   211141     1319     22 | 28.092 % |
4.01/4.11	c 4	|      2088 |    9249   393306  1154828 |   232255     2078     24 | 28.092 % |
4.60/4.72	c 5	|      3228 |    9249   393306  1154828 |   255480     3218     25 | 28.092 % |
5.20/5.34	c 5	|      4937 |    9105   386149  1133888 |   281028     4927     25 | 28.092 % |
6.49/6.67	c 7	|      7499 |    9105   386149  1133888 |   309131     7489     28 | 28.092 % |
8.28/8.46	c 8	|     11345 |    9086   385175  1131009 |   340044    11326     28 | 29.040 % |
9.76/9.96	c 10	===============================================================================
9.76/9.96	c 10	restarts              : 11
9.76/9.96	c 10	conflicts             : 13446          (1815 /sec)
9.76/9.96	c 10	decisions             : 19486          (0.73 % random) (2630 /sec)
9.76/9.96	c 10	propagations          : 6340719        (855943 /sec)
9.76/9.96	c 10	conflict literals     : 419915         (21.48 % deleted)
9.76/9.96	c 10	Memory used           : 26.13 MB
9.76/9.96	c 10	CPU time              : 7.40787 s
9.76/9.96	c 10	
9.76/9.96	c 10	SATISFIABLE
9.76/9.97	c 10	FOUND: _COST <= 341
9.76/9.97	s SATISFIABLE
9.76/9.97	c 10	DECODING HOME/temp.out WITH HOME/temp.map
9.76/9.97	c 10	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
9.83/10.05	c 10	Decoding HOME/temp.out
9.83/10.16	c 10	OBJECTIVE _COST 341
9.83/10.16	o 341
9.83/10.16	v 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 0 0 1 1 1 0 1 1 1 1 1 1 1
9.83/10.17	c 10	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
9.83/10.18	c 10	OBJECTIVE BOUND: 0 <= _COST <= 341
9.83/10.18	c 10	SEARCHING: _COST <= 170
9.83/10.18	c 10	SOLVING HOME/temp.cnf
9.83/10.18	c 10	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
9.83/10.19	c 10	This is MiniSat 2.0 beta
9.83/10.19	c 10	WARNING: for repeatability, setting FPU to use double precision
9.83/10.19	c 10	============================[ Problem Statistics ]=============================
9.83/10.19	c 10	|                                                                             |
9.83/10.19	c 10	|  Number of variables:  12662                                                |
9.83/10.19	c 10	|  Number of clauses:    616131                                               |
10.03/10.49	c 10	|  Parsing time:         0.26         s                                       |
10.03/10.78	c 11	============================[ Search Statistics ]==============================
10.03/10.78	c 11	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.03/10.78	c 11	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.03/10.78	c 11	===============================================================================
10.03/10.78	c 11	|         0 |    7369   256331   749381 |    85443        0    nan |  0.000 % |
10.73/11.00	c 11	|       101 |    7369   256331   749381 |    93988      101     21 | 41.802 % |
10.83/11.05	c 11	|       251 |    7369   256331   749381 |   103386      251     20 | 41.802 % |
10.92/11.19	c 11	|       477 |    7368   256331   749381 |   113725      468     16 | 43.121 % |
11.22/11.45	c 11	|       814 |    7367   256331   749381 |   125098      804     19 | 43.263 % |
11.52/11.71	c 12	|      1320 |    7367   256331   749381 |   137607     1310     20 | 43.263 % |
11.72/12.00	c 12	|      2079 |    7184   244803   715454 |   151368     2068     19 | 43.263 % |
12.32/12.51	c 13	|      3219 |    7183   244803   715454 |   166505     3206     19 | 43.690 % |
13.21/13.40	c 13	|      4928 |    7130   240278   702057 |   183156     4907     19 | 44.345 % |
14.40/14.69	c 15	|      7491 |    7029   232614   679398 |   201471     7467     20 | 44.487 % |
16.89/17.10	c 17	|     11337 |    7029   232614   679398 |   221618    11313     21 | 44.488 % |
20.48/20.71	c 21	|     17104 |    6976   229192   669313 |   243780    17075     21 | 44.906 % |
28.24/28.54	c 29	|     25754 |    6957   228038   665916 |   268158    25724     21 | 45.056 % |
43.66/44.04	c 44	|     38728 |    6957   228038   665916 |   294974    38698     24 | 45.056 % |
76.70/77.23	c 77	|     58189 |    6922   225407   658138 |   324472    58157     24 | 45.333 % |
129.14/129.93	c 130	|     87381 |    6922   225407   658138 |   356919    87349     24 | 45.333 % |
224.88/226.18	c 226	|    131171 |    6922   225407   658138 |   392611   131139     24 | 45.333 % |
394.45/396.51	c 397	|    196855 |    6922   225407   658138 |   431872   196823     24 | 45.333 % |
742.36/746.19	c 746	|    295381 |    6904   223914   653717 |   475059   295348     24 | 45.475 % |
1365.72/1372.50	c 1372	|    443171 |    6904   223914   653717 |   522565   443138     24 | 45.475 % |
2158.85/2169.58	c 2170	|    664854 |    6853   220479   643583 |   574822   159017     23 | 45.878 % |
3207.34/3223.12	c 3223	|    997379 |    6800   217306   634242 |   632304   300381     22 | 46.438 % |
3600.09/3616.82	c ERROR INTERRUPTED
3600.09/3616.82	c 3617	CPU 9.8 (0.04 0.01 9.76 0.22)
3600.09/3616.82	c 3617	END Wed Jul 23 04:01:09 2008

Verifier Data (download as text)

OK	294	388
294 unsatisfied constraints, 388 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-1127700-1216774852/watcher-1127700-1216774852 -o /tmp/evaluation-result-1127700-1216774852/solver-1127700-1216774852 -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-1127700-1216774852.xml 

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


[startup+0 s]
/proc/loadavg: 1.97 1.51 1.20 4/82 8535
/proc/meminfo: memFree=1480848/2055920 swapFree=4192956/4192956
[pid=8535] ppid=8533 vsize=6268 CPUtime=0
/proc/8535/stat : 8535 (sugar) R 8533 8535 8419 0 -1 4194304 62 0 0 0 0 0 0 0 22 0 1 0 4574468 6418432 47 996147200 4194304 4206940 548682068592 18446744073709551615 234208949641 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/8535/statm: 1567 47 36 3 0 8 0

[startup+0.099277 s]
/proc/loadavg: 1.97 1.51 1.20 4/82 8535
/proc/meminfo: memFree=1480848/2055920 swapFree=4192956/4192956
[pid=8535] ppid=8533 vsize=13600 CPUtime=0.04
/proc/8535/stat : 8535 (sugar) S 8533 8535 8419 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 4574468 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8535/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101276 s]
/proc/loadavg: 1.97 1.51 1.20 4/82 8535
/proc/meminfo: memFree=1480848/2055920 swapFree=4192956/4192956
[pid=8535] ppid=8533 vsize=13600 CPUtime=0.04
/proc/8535/stat : 8535 (sugar) S 8533 8535 8419 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 4574468 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8535/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301299 s]
/proc/loadavg: 1.97 1.51 1.20 4/82 8535
/proc/meminfo: memFree=1480848/2055920 swapFree=4192956/4192956
[pid=8535] ppid=8533 vsize=13600 CPUtime=0.04
/proc/8535/stat : 8535 (sugar) S 8533 8535 8419 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 4574468 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8535/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701356 s]
/proc/loadavg: 1.97 1.51 1.20 4/82 8535
/proc/meminfo: memFree=1480848/2055920 swapFree=4192956/4192956
[pid=8535] ppid=8533 vsize=13600 CPUtime=0.45
/proc/8535/stat : 8535 (sugar) S 8533 8535 8419 0 -1 4194304 974 4363 0 1 3 1 39 2 16 0 1 0 4574468 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8535/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 13600

[startup+1.50245 s]
/proc/loadavg: 1.97 1.52 1.20 3/93 8557
/proc/meminfo: memFree=1466552/2055920 swapFree=4192956/4192956
[pid=8535] ppid=8533 vsize=13600 CPUtime=0.45
/proc/8535/stat : 8535 (sugar) S 8533 8535 8419 0 -1 4194304 974 4363 0 1 3 1 39 2 15 0 1 0 4574468 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8535/statm: 3400 797 370 3 0 500 0
[pid=8548] ppid=8535 vsize=5356 CPUtime=0
/proc/8548/stat : 8548 (sh) S 8535 8535 8419 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4574519 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8548/statm: 1339 233 193 169 0 50 0
[pid=8549] ppid=8548 vsize=868336 CPUtime=0.95
/proc/8549/stat : 8549 (java) S 8548 8535 8419 0 -1 0 6645 0 1 0 91 4 0 0 19 0 9 0 4574519 889176064 5801 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8549/statm: 217084 5801 2563 9 0 211631 0
[pid=8549/tid=8550] ppid=8548 vsize=868336 CPUtime=0.62
/proc/8549/task/8550/stat : 8550 (java) R 8548 8535 8419 0 -1 64 2776 0 1 0 59 3 0 0 19 0 9 0 4574520 889176064 5801 996147200 134512640 134550740 4294955936 18446744073709551615 4126557384 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8549/tid=8551] ppid=8548 vsize=868336 CPUtime=0.07
/proc/8549/task/8551/stat : 8551 (java) S 8548 8535 8419 0 -1 64 1677 0 0 0 7 0 0 0 16 0 9 0 4574521 889176064 5801 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8549/tid=8552] ppid=8548 vsize=868336 CPUtime=0
/proc/8549/task/8552/stat : 8552 (java) S 8548 8535 8419 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4574521 889176064 5801 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8549/tid=8553] ppid=8548 vsize=868336 CPUtime=0
/proc/8549/task/8553/stat : 8553 (java) S 8548 8535 8419 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4574521 889176064 5801 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8549/tid=8554] ppid=8548 vsize=868336 CPUtime=0
/proc/8549/task/8554/stat : 8554 (java) S 8548 8535 8419 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4574523 889176064 5801 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8549/tid=8555] ppid=8548 vsize=868336 CPUtime=0.24
/proc/8549/task/8555/stat : 8555 (java) S 8548 8535 8419 0 -1 64 1499 0 0 0 24 0 0 0 16 0 9 0 4574523 889176064 5801 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8549/tid=8556] ppid=8548 vsize=868336 CPUtime=0
/proc/8549/task/8556/stat : 8556 (java) S 8548 8535 8419 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 4574523 889176064 5801 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8549/tid=8557] ppid=8548 vsize=868336 CPUtime=0
/proc/8549/task/8557/stat : 8557 (java) R 8548 8535 8419 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4574523 889176064 5801 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 887292

[startup+3.10166 s]
/proc/loadavg: 1.97 1.52 1.20 3/93 8557
/proc/meminfo: memFree=1456376/2055920 swapFree=4192956/4192956
[pid=8535] ppid=8533 vsize=13732 CPUtime=2.37
/proc/8535/stat : 8535 (sugar) S 8533 8535 8419 0 -1 4194304 1074 11607 0 2 4 1 217 15 15 0 1 0 4574468 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8535/statm: 3433 822 374 3 0 533 0
Current children cumulated CPU time (s) 2.37
Current children cumulated vsize (KiB) 13732

[startup+6.30106 s]
/proc/loadavg: 1.97 1.52 1.20 3/85 8559
/proc/meminfo: memFree=1440312/2055920 swapFree=4192956/4192956
[pid=8535] ppid=8533 vsize=13732 CPUtime=2.37
/proc/8535/stat : 8535 (sugar) S 8533 8535 8419 0 -1 4194304 1074 11607 0 2 4 1 217 15 15 0 1 0 4574468 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8535/statm: 3433 822 374 3 0 533 0
[pid=8558] ppid=8535 vsize=5356 CPUtime=0
/proc/8558/stat : 8558 (sh) S 8535 8535 8419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4574712 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8558/statm: 1339 232 193 169 0 50 0
[pid=8559] ppid=8558 vsize=26620 CPUtime=3.82
/proc/8559/stat : 8559 (minisat) R 8558 8535 8419 0 -1 4194304 6473 0 0 0 378 4 0 0 25 0 1 0 4574712 27258880 6459 996147200 134512640 135127466 4294956256 18446744073709551615 134531095 0 0 4096 3 0 0 0 17 1 0 0
/proc/8559/statm: 6655 6459 76 150 0 6502 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 45708

[startup+12.7029 s]
/proc/loadavg: 1.98 1.54 1.21 3/85 8577
/proc/meminfo: memFree=1440016/2055920 swapFree=4192956/4192956
[pid=8535] ppid=8533 vsize=13732 CPUtime=10.03
/proc/8535/stat : 8535 (sugar) S 8533 8535 8419 0 -1 4194304 1194 22267 0 3 4 1 976 22 15 0 1 0 4574468 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8535/statm: 3433 822 374 3 0 533 0
[pid=8576] ppid=8535 vsize=5356 CPUtime=0
/proc/8576/stat : 8576 (sh) S 8535 8535 8419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4575486 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8576/statm: 1339 232 193 169 0 50 0
[pid=8577] ppid=8576 vsize=27024 CPUtime=2.49
/proc/8577/stat : 8577 (minisat) R 8576 8535 8419 0 -1 4194304 6550 0 0 0 245 4 0 0 25 0 1 0 4575486 27672576 6536 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/8577/statm: 6756 6536 75 150 0 6603 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 46112

[startup+25.5015 s]
/proc/loadavg: 1.98 1.55 1.22 3/85 8577
/proc/meminfo: memFree=1440048/2055920 swapFree=4192956/4192956
[pid=8535] ppid=8533 vsize=13732 CPUtime=10.03
/proc/8535/stat : 8535 (sugar) S 8533 8535 8419 0 -1 4194304 1194 22267 0 3 4 1 976 22 16 0 1 0 4574468 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8535/statm: 3433 822 374 3 0 533 0
[pid=8576] ppid=8535 vsize=5356 CPUtime=0
/proc/8576/stat : 8576 (sh) S 8535 8535 8419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4575486 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8576/statm: 1339 232 193 169 0 50 0
[pid=8577] ppid=8576 vsize=27024 CPUtime=15.22
/proc/8577/stat : 8577 (minisat) R 8576 8535 8419 0 -1 4194304 6571 0 0 0 1518 4 0 0 25 0 1 0 4575486 27672576 6557 996147200 134512640 135127466 4294956256 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 1 0 0
/proc/8577/statm: 6756 6557 75 150 0 6603 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 46112

[startup+51.1017 s]
/proc/loadavg: 1.99 1.59 1.24 3/85 8577
/proc/meminfo: memFree=1439920/2055920 swapFree=4192956/4192956
[pid=8535] ppid=8533 vsize=13732 CPUtime=10.03
/proc/8535/stat : 8535 (sugar) S 8533 8535 8419 0 -1 4194304 1194 22267 0 3 4 1 976 22 16 0 1 0 4574468 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8535/statm: 3433 822 374 3 0 533 0
[pid=8576] ppid=8535 vsize=5356 CPUtime=0
/proc/8576/stat : 8576 (sh) S 8535 8535 8419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4575486 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8576/statm: 1339 232 193 169 0 50 0
[pid=8577] ppid=8576 vsize=27268 CPUtime=40.7
/proc/8577/stat : 8577 (minisat) R 8576 8535 8419 0 -1 4194304 6618 0 0 0 4066 4 0 0 25 0 1 0 4575486 27922432 6604 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/8577/statm: 6817 6604 75 150 0 6664 0
Current children cumulated CPU time (s) 50.73
Current children cumulated vsize (KiB) 46356

[startup+102.306 s]
/proc/loadavg: 1.99 1.65 1.28 3/85 8577
/proc/meminfo: memFree=1438896/2055920 swapFree=4192956/4192956
[pid=8535] ppid=8533 vsize=13732 CPUtime=10.03
/proc/8535/stat : 8535 (sugar) S 8533 8535 8419 0 -1 4194304 1194 22267 0 3 4 1 976 22 16 0 1 0 4574468 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8535/statm: 3433 822 374 3 0 533 0
[pid=8576] ppid=8535 vsize=5356 CPUtime=0
/proc/8576/stat : 8576 (sh) S 8535 8535 8419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4575486 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8576/statm: 1339 232 193 169 0 50 0
[pid=8577] ppid=8576 vsize=28224 CPUtime=91.66
/proc/8577/stat : 8577 (minisat) R 8576 8535 8419 0 -1 4194304 6838 0 0 0 9161 5 0 0 25 0 1 0 4575486 28901376 6824 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/8577/statm: 7056 6824 75 150 0 6903 0
Current children cumulated CPU time (s) 101.69
Current children cumulated vsize (KiB) 47312

[startup+162.302 s]
/proc/loadavg: 1.99 1.71 1.32 4/85 8577
/proc/meminfo: memFree=1434736/2055920 swapFree=4192956/4192956
[pid=8535] ppid=8533 vsize=13732 CPUtime=10.03
/proc/8535/stat : 8535 (sugar) S 8533 8535 8419 0 -1 4194304 1194 22267 0 3 4 1 976 22 16 0 1 0 4574468 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8535/statm: 3433 822 374 3 0 533 0
[pid=8576] ppid=8535 vsize=5356 CPUtime=0
/proc/8576/stat : 8576 (sh) S 8535 8535 8419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4575486 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8576/statm: 1339 232 193 169 0 50 0
[pid=8577] ppid=8576 vsize=32520 CPUtime=151.36
/proc/8577/stat : 8577 (minisat) R 8576 8535 8419 0 -1 4194304 7871 0 0 0 15130 6 0 0 25 0 1 0 4575486 33300480 7857 996147200 134512640 135127466 4294956256 18446744073709551615 134530849 0 0 4096 3 0 0 0 17 1 0 0
/proc/8577/statm: 8130 7857 75 150 0 7977 0
Current children cumulated CPU time (s) 161.39
Current children cumulated vsize (KiB) 51608

[startup+222.301 s]
/proc/loadavg: 1.99 1.76 1.36 3/85 8577
/proc/meminfo: memFree=1431216/2055920 swapFree=4192956/4192956
[pid=8535] ppid=8533 vsize=13732 CPUtime=10.03
/proc/8535/stat : 8535 (sugar) S 8533 8535 8419 0 -1 4194304 1194 22267 0 3 4 1 976 22 16 0 1 0 4574468 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8535/statm: 3433 822 374 3 0 533 0
[pid=8576] ppid=8535 vsize=5356 CPUtime=0
/proc/8576/stat : 8576 (sh) S 8535 8535 8419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4575486 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8576/statm: 1339 232 193 169 0 50 0
[pid=8577] ppid=8576 vsize=36012 CPUtime=211.07
/proc/8577/stat : 8577 (minisat) R 8576 8535 8419 0 -1 4194304 8769 0 0 0 21099 8 0 0 25 0 1 0 4575486 36876288 8755 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8577/statm: 9003 8755 75 150 0 8850 0
Current children cumulated CPU time (s) 221.1
Current children cumulated vsize (KiB) 55100

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

/proc/meminfo: memFree=1375544/2055920 swapFree=4192956/4192956
[pid=8535] ppid=8533 vsize=13732 CPUtime=10.03
/proc/8535/stat : 8535 (sugar) S 8533 8535 8419 0 -1 4194304 1194 22267 0 3 4 1 976 22 16 0 1 0 4574468 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8535/statm: 3433 822 374 3 0 533 0
[pid=8576] ppid=8535 vsize=5356 CPUtime=0
/proc/8576/stat : 8576 (sh) S 8535 8535 8419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4575486 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8576/statm: 1339 232 193 169 0 50 0
[pid=8577] ppid=8576 vsize=90740 CPUtime=3077.1
/proc/8577/stat : 8577 (minisat) R 8576 8535 8419 0 -1 4194304 22071 0 0 0 307677 33 0 0 25 0 1 0 4575486 92917760 22040 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8577/statm: 22685 22040 75 150 0 22532 0
Current children cumulated CPU time (s) 3087.13
Current children cumulated vsize (KiB) 109828

[startup+3162.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/85 8579
/proc/meminfo: memFree=1375480/2055920 swapFree=4192956/4192956
[pid=8535] ppid=8533 vsize=13732 CPUtime=10.03
/proc/8535/stat : 8535 (sugar) S 8533 8535 8419 0 -1 4194304 1194 22267 0 3 4 1 976 22 16 0 1 0 4574468 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8535/statm: 3433 822 374 3 0 533 0
[pid=8576] ppid=8535 vsize=5356 CPUtime=0
/proc/8576/stat : 8576 (sh) S 8535 8535 8419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4575486 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8576/statm: 1339 232 193 169 0 50 0
[pid=8577] ppid=8576 vsize=90740 CPUtime=3136.81
/proc/8577/stat : 8577 (minisat) R 8576 8535 8419 0 -1 4194304 22078 0 0 0 313647 34 0 0 25 0 1 0 4575486 92917760 22047 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8577/statm: 22685 22047 75 150 0 22532 0
Current children cumulated CPU time (s) 3146.84
Current children cumulated vsize (KiB) 109828

[startup+3222.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/85 8579
/proc/meminfo: memFree=1375416/2055920 swapFree=4192956/4192956
[pid=8535] ppid=8533 vsize=13732 CPUtime=10.03
/proc/8535/stat : 8535 (sugar) S 8533 8535 8419 0 -1 4194304 1194 22267 0 3 4 1 976 22 16 0 1 0 4574468 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8535/statm: 3433 822 374 3 0 533 0
[pid=8576] ppid=8535 vsize=5356 CPUtime=0
/proc/8576/stat : 8576 (sh) S 8535 8535 8419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4575486 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8576/statm: 1339 232 193 169 0 50 0
[pid=8577] ppid=8576 vsize=90740 CPUtime=3196.52
/proc/8577/stat : 8577 (minisat) R 8576 8535 8419 0 -1 4194304 22080 0 0 0 319618 34 0 0 25 0 1 0 4575486 92917760 22049 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8577/statm: 22685 22049 75 150 0 22532 0
Current children cumulated CPU time (s) 3206.55
Current children cumulated vsize (KiB) 109828

[startup+3282.3 s]
/proc/loadavg: 2.14 2.00 1.92 3/85 8579
/proc/meminfo: memFree=1374776/2055920 swapFree=4192956/4192956
[pid=8535] ppid=8533 vsize=13732 CPUtime=10.03
/proc/8535/stat : 8535 (sugar) S 8533 8535 8419 0 -1 4194304 1194 22267 0 3 4 1 976 22 16 0 1 0 4574468 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8535/statm: 3433 822 374 3 0 533 0
[pid=8576] ppid=8535 vsize=5356 CPUtime=0
/proc/8576/stat : 8576 (sh) S 8535 8535 8419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4575486 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8576/statm: 1339 232 193 169 0 50 0
[pid=8577] ppid=8576 vsize=91300 CPUtime=3256.23
/proc/8577/stat : 8577 (minisat) R 8576 8535 8419 0 -1 4194304 22228 0 0 0 325589 34 0 0 25 0 1 0 4575486 93491200 22188 996147200 134512640 135127466 4294956256 18446744073709551615 134530709 0 0 4096 3 0 0 0 17 1 0 0
/proc/8577/statm: 22825 22188 75 150 0 22672 0
Current children cumulated CPU time (s) 3266.26
Current children cumulated vsize (KiB) 110388

[startup+3342.3 s]
/proc/loadavg: 2.46 2.12 1.96 3/85 8579
/proc/meminfo: memFree=1374776/2055920 swapFree=4192956/4192956
[pid=8535] ppid=8533 vsize=13732 CPUtime=10.03
/proc/8535/stat : 8535 (sugar) S 8533 8535 8419 0 -1 4194304 1194 22267 0 3 4 1 976 22 16 0 1 0 4574468 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8535/statm: 3433 822 374 3 0 533 0
[pid=8576] ppid=8535 vsize=5356 CPUtime=0
/proc/8576/stat : 8576 (sh) S 8535 8535 8419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4575486 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8576/statm: 1339 232 193 169 0 50 0
[pid=8577] ppid=8576 vsize=91300 CPUtime=3315.94
/proc/8577/stat : 8577 (minisat) R 8576 8535 8419 0 -1 4194304 22235 0 0 0 331559 35 0 0 25 0 1 0 4575486 93491200 22195 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/8577/statm: 22825 22195 75 150 0 22672 0
Current children cumulated CPU time (s) 3325.97
Current children cumulated vsize (KiB) 110388

[startup+3402.31 s]
/proc/loadavg: 2.21 2.11 1.97 3/84 8617
/proc/meminfo: memFree=1363968/2055920 swapFree=4192956/4192956
[pid=8535] ppid=8533 vsize=13732 CPUtime=10.03
/proc/8535/stat : 8535 (sugar) S 8533 8535 8419 0 -1 4194304 1194 22267 0 3 4 1 976 22 16 0 1 0 4574468 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8535/statm: 3433 822 374 3 0 533 0
[pid=8576] ppid=8535 vsize=5356 CPUtime=0
/proc/8576/stat : 8576 (sh) S 8535 8535 8419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4575486 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8576/statm: 1339 232 193 169 0 50 0
[pid=8577] ppid=8576 vsize=91300 CPUtime=3375.65
/proc/8577/stat : 8577 (minisat) R 8576 8535 8419 0 -1 4194304 22239 0 0 0 337528 37 0 0 25 0 1 0 4575486 93491200 22199 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8577/statm: 22825 22199 75 150 0 22672 0
Current children cumulated CPU time (s) 3385.68
Current children cumulated vsize (KiB) 110388

[startup+3462.3 s]
/proc/loadavg: 2.19 2.12 1.98 3/84 8617
/proc/meminfo: memFree=1311104/2055920 swapFree=4192956/4192956
[pid=8535] ppid=8533 vsize=13732 CPUtime=10.03
/proc/8535/stat : 8535 (sugar) S 8533 8535 8419 0 -1 4194304 1194 22267 0 3 4 1 976 22 16 0 1 0 4574468 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8535/statm: 3433 822 374 3 0 533 0
[pid=8576] ppid=8535 vsize=5356 CPUtime=0
/proc/8576/stat : 8576 (sh) S 8535 8535 8419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4575486 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8576/statm: 1339 232 193 169 0 50 0
[pid=8577] ppid=8576 vsize=91300 CPUtime=3435.61
/proc/8577/stat : 8577 (minisat) R 8576 8535 8419 0 -1 4194304 22247 0 0 0 343524 37 0 0 25 0 1 0 4575486 93491200 22207 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8577/statm: 22825 22207 75 150 0 22672 0
Current children cumulated CPU time (s) 3445.64
Current children cumulated vsize (KiB) 110388

[startup+3522.3 s]
/proc/loadavg: 2.36 2.17 2.01 3/84 8617
/proc/meminfo: memFree=1307968/2055920 swapFree=4192956/4192956
[pid=8535] ppid=8533 vsize=13732 CPUtime=10.03
/proc/8535/stat : 8535 (sugar) S 8533 8535 8419 0 -1 4194304 1194 22267 0 3 4 1 976 22 16 0 1 0 4574468 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8535/statm: 3433 822 374 3 0 533 0
[pid=8576] ppid=8535 vsize=5356 CPUtime=0
/proc/8576/stat : 8576 (sh) S 8535 8535 8419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4575486 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8576/statm: 1339 232 193 169 0 50 0
[pid=8577] ppid=8576 vsize=91464 CPUtime=3495.6
/proc/8577/stat : 8577 (minisat) R 8576 8535 8419 0 -1 4194304 22276 0 0 0 349522 38 0 0 25 0 1 0 4575486 93659136 22236 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 0 0 0
/proc/8577/statm: 22866 22236 75 150 0 22713 0
Current children cumulated CPU time (s) 3505.63
Current children cumulated vsize (KiB) 110552

[startup+3582.3 s]
/proc/loadavg: 2.49 2.26 2.04 3/84 8617
/proc/meminfo: memFree=1307712/2055920 swapFree=4192956/4192956
[pid=8535] ppid=8533 vsize=13732 CPUtime=10.03
/proc/8535/stat : 8535 (sugar) S 8533 8535 8419 0 -1 4194304 1194 22267 0 3 4 1 976 22 16 0 1 0 4574468 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8535/statm: 3433 822 374 3 0 533 0
[pid=8576] ppid=8535 vsize=5356 CPUtime=0
/proc/8576/stat : 8576 (sh) S 8535 8535 8419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4575486 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8576/statm: 1339 232 193 169 0 50 0
[pid=8577] ppid=8576 vsize=91644 CPUtime=3555.57
/proc/8577/stat : 8577 (minisat) R 8576 8535 8419 0 -1 4194304 22309 0 0 0 355519 38 0 0 25 0 1 0 4575486 93843456 22269 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8577/statm: 22911 22269 75 150 0 22758 0
Current children cumulated CPU time (s) 3565.6
Current children cumulated vsize (KiB) 110732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3616.81 s]
/proc/loadavg: 2.58 2.30 2.07 3/84 8623
/proc/meminfo: memFree=1307584/2055920 swapFree=4192956/4192956
[pid=8535] ppid=8533 vsize=13732 CPUtime=10.03
/proc/8535/stat : 8535 (sugar) S 8533 8535 8419 0 -1 4194304 1194 22267 0 3 4 1 976 22 16 0 1 0 4574468 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8535/statm: 3433 822 374 3 0 533 0
[pid=8576] ppid=8535 vsize=5356 CPUtime=0
/proc/8576/stat : 8576 (sh) S 8535 8535 8419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4575486 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8576/statm: 1339 232 193 169 0 50 0
[pid=8577] ppid=8576 vsize=91644 CPUtime=3590.06
/proc/8577/stat : 8577 (minisat) R 8576 8535 8419 0 -1 4194304 22328 0 0 0 358968 38 0 0 25 0 1 0 4575486 93843456 22288 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/8577/statm: 22911 22288 75 150 0 22758 0
Current children cumulated CPU time (s) 3600.09
Current children cumulated vsize (KiB) 110732

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 8535 and gives
#  childrusage.ru_utime.tv_sec=9
#  childrusage.ru_utime.tv_usec=804509
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=246962
# CPU time returned by wait4() is 10.0515
# while last known CPU time is 3600.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3616.83
CPU time (s): 3600.09
CPU user time (s): 3599.48
CPU system time (s): 0.61
CPU usage (%): 99.5371
Max. virtual memory (cumulated for all children) (KiB): 887292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.80451
system time used= 0.246962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23804
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= 4508
involuntary context switches= 4497

runsolver used 4.83526 second user time and 11.7792 second system time

The end

Launcher Data (download as text)

Begin job on node54 at 2008-07-23 03:00:52
IDJOB=1127700
IDBENCH=63832
IDSOLVER=368
FILE ID=node54/1127700-1216774852
PBS_JOBID= 7974202
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-1900-793226_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-1127700-1216774852/watcher-1127700-1216774852 -o /tmp/evaluation-result-1127700-1216774852/solver-1127700-1216774852 -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-1127700-1216774852.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 156b672944ee513374860a98a6930991
RANDOM SEED=1935199023

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1481328 kB
Buffers:         34396 kB
Cached:         442488 kB
SwapCached:          0 kB
Active:         281964 kB
Inactive:       223988 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1481328 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1312 kB
Writeback:           0 kB
Mapped:          49136 kB
Slab:            53744 kB
Committed_AS:   127632 kB
PageTables:       1820 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= 66556 MiB
End job on node54 at 2008-07-23 04:01:11