Trace number 1109572

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 NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar v1.13+minisatMSAT (TO)149 3600.01 3612.64

General information on the benchmark

Namecsp/schurrLemma/
normalized-lemma-50-9-mod.xml
MD5SUM4312a5e57186bf6bd2a848a5a1f0f4ee
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints76
Best CPU time to get the best result obtained on this benchmark3600.08
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints600
Maximum constraint arity3
Maximum domain size9
Number of constraints which are defined in extension0
Number of constraints which are defined in intension600
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.05	c 0	BEGIN Fri Jul 11 21:46:42 2008
0.00/0.05	c 0	PID 12933
0.00/0.05	c 0	HOST node20.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1109572-1215805602.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-1109572-1215805602.xml' 'HOME/temp.csp'
0.03/0.57	c 1	1 domains, 50 variables, 1 predicates, 0 relations, 600 constraints
0.03/0.58	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.59	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.55/0.67	c 1	Parsing HOME/temp.csp
0.55/0.81	c 1	parsed 652 expressions
0.55/0.81	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.55/0.82	c 1	MAX CSP: 600 constraints
0.55/0.82	c 1	Converting to clausal form CSP
0.55/0.89	c 1	converted 126 (10%) expressions
0.55/1.00	c 1	converted 251 (20%) expressions
0.55/1.02	c 1	converted 377 (30%) expressions
0.55/1.04	c 1	converted 502 (40%) expressions
0.55/1.05	c 1	converted 628 (50%) expressions
0.55/1.06	c 1	converted 753 (60%) expressions
0.55/1.07	c 1	converted 879 (70%) expressions
0.55/1.08	c 1	converted 1004 (80%) expressions
0.55/1.09	c 1	converted 1130 (90%) expressions
1.04/1.17	c 1	converted 1255 (100%) expressions
1.04/1.17	c 1	CSP : 1250 integers, 600 booleans, 3599 clauses, largest domain size 901
1.04/1.18	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.04/1.18	c 1	Propagation in CSP
1.14/1.24	c 1	596 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.14/1.24	c 1	CSP : 1250 integers, 600 booleans, 3599 clauses, largest domain size 601
1.14/1.24	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.14/1.25	c 1	Simplifing CSP by introducing new Boolean variables
1.14/1.27	c 1	CSP : 1250 integers, 4200 booleans, 7199 clauses, largest domain size 601
1.14/1.27	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.24/1.32	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.24/1.33	c 1	125 (10%) CSP integer variables are encoded (350 clauses, 3726 bytes)
1.24/1.34	c 1	250 (20%) CSP integer variables are encoded (350 clauses, 3726 bytes)
1.24/1.34	c 1	375 (30%) CSP integer variables are encoded (350 clauses, 3726 bytes)
1.24/1.34	c 1	500 (40%) CSP integer variables are encoded (350 clauses, 3726 bytes)
1.24/1.34	c 1	625 (50%) CSP integer variables are encoded (350 clauses, 3726 bytes)
1.24/1.35	c 1	750 (60%) CSP integer variables are encoded (5476 clauses, 70364 bytes)
1.24/1.35	c 1	875 (70%) CSP integer variables are encoded (6796 clauses, 87524 bytes)
1.24/1.36	c 1	1000 (80%) CSP integer variables are encoded (8136 clauses, 104944 bytes)
1.24/1.36	c 1	1125 (90%) CSP integer variables are encoded (8963 clauses, 115831 bytes)
1.24/1.36	c 1	1250 (100%) CSP integer variables are encoded (10131 clauses, 133351 bytes)
1.24/1.39	c 1	720 (10%) CSP clauses are encoded (14307 clauses, 199683 bytes)
1.34/1.42	c 1	1440 (20%) CSP clauses are encoded (18483 clauses, 268023 bytes)
1.34/1.43	c 1	2160 (30%) CSP clauses are encoded (22659 clauses, 336899 bytes)
1.34/1.45	c 1	2880 (40%) CSP clauses are encoded (26835 clauses, 405775 bytes)
1.34/1.46	c 1	3600 (50%) CSP clauses are encoded (31011 clauses, 474791 bytes)
1.34/1.48	c 1	4320 (60%) CSP clauses are encoded (35187 clauses, 543923 bytes)
1.34/1.49	c 1	5040 (70%) CSP clauses are encoded (39363 clauses, 614819 bytes)
1.43/1.50	c 2	5760 (80%) CSP clauses are encoded (43539 clauses, 686387 bytes)
1.84/1.90	c 2	6480 (90%) CSP clauses are encoded (242853 clauses, 4300085 bytes)
2.22/2.39	c 2	7199 (100%) CSP clauses are encoded (514493 clauses, 9442671 bytes)
2.22/2.39	c 2	7199 CSP clauses encoded
2.22/2.39	c 2	Writing map file : HOME/temp.map
2.31/2.41	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.31/2.41	c 2	SAT : 15581 SAT variables, 514493 SAT clauses, 9442671 bytes
2.31/2.41	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.31/2.42	c 2	OBJECTIVE minimize _COST
2.31/2.42	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
2.31/2.42	c 2	SEARCHING: _COST <= 300
2.31/2.42	c 2	SOLVING HOME/temp.cnf
2.31/2.42	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.31/2.42	c 2	This is MiniSat 2.0 beta
2.31/2.42	c 2	WARNING: for repeatability, setting FPU to use double precision
2.31/2.42	c 2	============================[ Problem Statistics ]=============================
2.31/2.42	c 2	|                                                                             |
2.31/2.42	c 2	|  Number of variables:  15581                                                |
2.31/2.42	c 2	|  Number of clauses:    514494                                               |
2.35/2.68	c 3	|  Parsing time:         0.22         s                                       |
2.35/2.84	c 3	============================[ Search Statistics ]==============================
2.35/2.84	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.35/2.84	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.35/2.84	c 3	===============================================================================
2.35/2.84	c 3	|         0 |   12581   340964   993499 |   113654        0    nan |  0.000 % |
2.35/2.89	c 3	|       100 |   12581   340964   993499 |   125020      100     27 | 19.254 % |
2.35/2.96	c 3	|       250 |   12581   340964   993499 |   137522      250     25 | 19.254 % |
2.35/2.99	c 3	|       476 |   12581   340964   993499 |   151274      476     20 | 19.254 % |
2.35/3.07	c 3	|       814 |   12581   340964   993499 |   166401      814     22 | 19.254 % |
3.30/3.45	c 3	|      1320 |   12581   340964   993499 |   183041     1320     29 | 19.254 % |
3.40/3.53	c 4	|      2080 |   12581   340964   993499 |   201346     2080     26 | 19.254 % |
4.00/4.20	c 4	|      3221 |   12581   340964   993499 |   221480     3221     27 | 19.254 % |
4.19/4.38	c 4	|      4932 |   12581   340964   993499 |   243628     4932     25 | 19.254 % |
5.68/5.83	c 6	|      7494 |   12581   340964   993499 |   267991     7494     38 | 19.254 % |
6.18/6.34	c 6	|     11338 |   12581   340964   993499 |   294790    11338     37 | 19.254 % |
9.75/9.92	c 10	|     17104 |   12581   340964   993499 |   324270    17104     45 | 19.254 % |
11.43/11.62	c 12	|     25754 |   12581   340964   993499 |   356697    25754     42 | 19.254 % |
22.81/23.12	c 23	|     38729 |   12581   340964   993499 |   392366    38729     47 | 19.254 % |
30.84/31.29	c 31	|     58190 |   12581   340964   993499 |   431603    58190     50 | 19.254 % |
47.58/48.19	c 48	===============================================================================
47.58/48.19	c 48	restarts              : 15
47.58/48.19	c 48	conflicts             : 82938          (1834 /sec)
47.58/48.19	c 48	decisions             : 110174         (0.84 % random) (2436 /sec)
47.58/48.19	c 48	propagations          : 42049007       (929607 /sec)
47.58/48.19	c 48	conflict literals     : 4578540        (11.04 % deleted)
47.58/48.19	c 48	Memory used           : 41.13 MB
47.58/48.19	c 48	CPU time              : 45.2331 s
47.58/48.19	c 48	
47.58/48.20	c 48	SATISFIABLE
47.67/48.20	c 48	FOUND: _COST <= 300
47.67/48.20	s SATISFIABLE
47.67/48.20	c 48	DECODING HOME/temp.out WITH HOME/temp.map
47.67/48.20	c 48	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
47.67/48.28	c 48	Decoding HOME/temp.out
47.96/48.53	c 49	OBJECTIVE _COST 193
47.96/48.53	o 193
47.96/48.54	v 7 8 2 3 2 1 0 1 7 5 7 4 3 8 5 8 4 5 2 6 8 0 5 3 1 7 7 5 4 8 8 2 6 4 6 6 8 2 8 6 5 6 1 0 4 3 0 3 2 3
47.96/48.54	c 49	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
47.96/48.58	c 49	OBJECTIVE BOUND: 0 <= _COST <= 193
47.96/48.58	c 49	SEARCHING: _COST <= 96
47.96/48.58	c 49	SOLVING HOME/temp.cnf
47.96/48.58	c 49	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
47.96/48.58	c 49	This is MiniSat 2.0 beta
47.96/48.58	c 49	WARNING: for repeatability, setting FPU to use double precision
47.96/48.58	c 49	============================[ Problem Statistics ]=============================
47.96/48.58	c 49	|                                                                             |
47.96/48.58	c 49	|  Number of variables:  15581                                                |
47.96/48.58	c 49	|  Number of clauses:    514494                                               |
48.02/48.85	c 49	|  Parsing time:         0.24         s                                       |
48.02/49.07	c 49	============================[ Search Statistics ]==============================
48.02/49.07	c 49	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
48.02/49.07	c 49	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
48.02/49.07	c 49	===============================================================================
48.02/49.07	c 49	|         0 |   10175   172376   494749 |    57458        0    nan |  0.000 % |
48.02/49.12	c 49	|       100 |   10175   172376   494749 |    63204      100     17 | 34.696 % |
48.02/49.19	c 49	|       251 |   10175   172376   494749 |    69524      251     23 | 34.696 % |
48.02/49.22	c 49	|       477 |   10175   172376   494749 |    76477      477     20 | 34.696 % |
48.02/49.37	c 49	|       816 |   10175   172376   494749 |    84125      816     23 | 34.696 % |
48.02/49.43	c 49	|      1322 |   10175   172376   494749 |    92537     1322     22 | 34.696 % |
48.92/49.60	c 50	|      2082 |   10175   172376   494749 |   101791     2082     24 | 34.696 % |
49.42/50.08	c 50	|      3221 |   10175   172376   494749 |   111970     3221     27 | 34.696 % |
49.62/50.24	c 50	|      4929 |   10175   172376   494749 |   123167     4929     26 | 34.696 % |
51.10/51.75	c 52	|      7491 |   10175   172376   494749 |   135484     7491     32 | 34.696 % |
51.60/52.20	c 52	|     11335 |   10175   172376   494749 |   149032    11335     29 | 34.696 % |
55.26/55.94	c 56	|     17101 |   10175   172376   494749 |   163936    17101     34 | 34.696 % |
59.22/59.92	c 60	|     25751 |   10175   172376   494749 |   180329    25751     40 | 34.696 % |
65.56/66.35	c 66	|     38726 |   10175   172376   494749 |   198362    38726     48 | 34.696 % |
84.58/85.57	c 86	|     58187 |   10175   172376   494749 |   218199    58187     51 | 34.696 % |
107.16/108.33	c 108	|     87380 |   10175   172376   494749 |   240019    87380     54 | 34.696 % |
153.81/155.47	c 155	|    131169 |   10175   172376   494749 |   264021   131169     54 | 34.696 % |
274.96/277.75	c 278	|    196855 |   10175   172376   494749 |   290423   196855     65 | 34.696 % |
456.82/461.35	c 461	|    295383 |   10175   172376   494749 |   319465   295383     65 | 34.696 % |
679.98/686.67	c 687	|    443173 |   10175   172376   494749 |   351411   131793     63 | 34.696 % |
1157.89/1169.13	c 1169	|    664856 |   10175   172376   494749 |   386553   353476     77 | 34.696 % |
1926.28/1938.13	c 1938	|    997381 |   10175   172376   494749 |   425208   307277     70 | 34.696 % |
3150.12/3162.58	c 3163	|   1496169 |   10175   172376   494749 |   467729   390074     89 | 34.696 % |
3600.01/3612.61	c ERROR INTERRUPTED
3600.01/3612.64	c 3613	CPU 47.71 (0.04 0.01 47.67 0.3)
3600.01/3612.64	c 3613	END Fri Jul 11 22:46:55 2008

Verifier Data (download as text)

OK	149	451
149 unsatisfied constraints, 451 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-1109572-1215805602/watcher-1109572-1215805602 -o /tmp/evaluation-result-1109572-1215805602/solver-1109572-1215805602 -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-1109572-1215805602.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.00 2.00 1.91 4/80 12933
/proc/meminfo: memFree=1852088/2055920 swapFree=4181068/4192956
[pid=12933] ppid=12931 vsize=12132 CPUtime=0
/proc/12933/stat : 12933 (sugar) R 12931 12933 12764 0 -1 4194304 276 0 0 0 0 0 0 0 20 0 1 0 37262398 12423168 244 996147200 4194304 4206940 548682068592 18446744073709551615 273952470232 0 0 4224 0 0 0 0 17 1 0 0
/proc/12933/statm: 3033 244 186 3 0 133 0

[startup+0.10877 s]
/proc/loadavg: 2.00 2.00 1.91 4/80 12933
/proc/meminfo: memFree=1852088/2055920 swapFree=4181068/4192956
[pid=12933] ppid=12931 vsize=13600 CPUtime=0.03
/proc/12933/stat : 12933 (sugar) S 12931 12933 12764 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 37262398 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12933/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.201792 s]
/proc/loadavg: 2.00 2.00 1.91 4/80 12933
/proc/meminfo: memFree=1852088/2055920 swapFree=4181068/4192956
[pid=12933] ppid=12931 vsize=13600 CPUtime=0.03
/proc/12933/stat : 12933 (sugar) S 12931 12933 12764 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 37262398 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12933/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301802 s]
/proc/loadavg: 2.00 2.00 1.91 4/80 12933
/proc/meminfo: memFree=1852088/2055920 swapFree=4181068/4192956
[pid=12933] ppid=12931 vsize=13600 CPUtime=0.03
/proc/12933/stat : 12933 (sugar) S 12931 12933 12764 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 37262398 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12933/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701889 s]
/proc/loadavg: 2.00 2.00 1.91 4/80 12933
/proc/meminfo: memFree=1852088/2055920 swapFree=4181068/4192956
[pid=12933] ppid=12931 vsize=13600 CPUtime=0.55
/proc/12933/stat : 12933 (sugar) S 12931 12933 12764 0 -1 4194304 974 4552 0 1 3 0 49 3 16 0 1 0 37262398 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12933/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 13600

[startup+1.50204 s]
/proc/loadavg: 2.08 2.01 1.92 3/91 12955
/proc/meminfo: memFree=1837984/2055920 swapFree=4181068/4192956
[pid=12933] ppid=12931 vsize=13600 CPUtime=0.56
/proc/12933/stat : 12933 (sugar) S 12931 12933 12764 0 -1 4194304 974 4552 0 1 3 1 49 3 15 0 1 0 37262398 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12933/statm: 3400 797 370 3 0 500 0
[pid=12946] ppid=12933 vsize=5356 CPUtime=0
/proc/12946/stat : 12946 (sh) S 12933 12933 12764 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37262457 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12946/statm: 1339 233 193 169 0 50 0
[pid=12947] ppid=12946 vsize=868460 CPUtime=0.87
/proc/12947/stat : 12947 (java) S 12946 12933 12764 0 -1 0 7093 0 1 0 81 6 0 0 18 0 9 0 37262457 889303040 6282 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12947/statm: 217115 6282 2562 9 0 211662 0
[pid=12947/tid=12948] ppid=12946 vsize=868460 CPUtime=0.53
/proc/12947/task/12948/stat : 12948 (java) R 12946 12933 12764 0 -1 64 2734 0 1 0 50 3 0 0 18 0 9 0 37262458 889303040 6282 996147200 134512640 134550740 4294955936 18446744073709551615 4126474266 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12947/tid=12949] ppid=12946 vsize=868460 CPUtime=0.09
/proc/12947/task/12949/stat : 12949 (java) S 12946 12933 12764 0 -1 64 2169 0 0 0 8 1 0 0 16 0 9 0 37262459 889303040 6282 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12947/tid=12950] ppid=12946 vsize=868460 CPUtime=0
/proc/12947/task/12950/stat : 12950 (java) S 12946 12933 12764 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 37262460 889303040 6282 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12947/tid=12951] ppid=12946 vsize=868460 CPUtime=0
/proc/12947/task/12951/stat : 12951 (java) S 12946 12933 12764 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 37262460 889303040 6282 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12947/tid=12952] ppid=12946 vsize=868460 CPUtime=0
/proc/12947/task/12952/stat : 12952 (java) S 12946 12933 12764 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 37262462 889303040 6282 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12947/tid=12953] ppid=12946 vsize=868460 CPUtime=0.24
/proc/12947/task/12953/stat : 12953 (java) S 12946 12933 12764 0 -1 64 1497 0 0 0 23 1 0 0 16 0 9 0 37262462 889303040 6282 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12947/tid=12954] ppid=12946 vsize=868460 CPUtime=0
/proc/12947/task/12954/stat : 12954 (java) S 12946 12933 12764 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 37262462 889303040 6282 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12947/tid=12955] ppid=12946 vsize=868460 CPUtime=0
/proc/12947/task/12955/stat : 12955 (java) S 12946 12933 12764 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 37262462 889303040 6282 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 887416

[startup+3.10136 s]
/proc/loadavg: 2.08 2.01 1.92 3/91 12955
/proc/meminfo: memFree=1827232/2055920 swapFree=4181068/4192956
[pid=12933] ppid=12931 vsize=13732 CPUtime=2.35
/proc/12933/stat : 12933 (sugar) S 12931 12933 12764 0 -1 4194304 1072 12226 0 2 4 1 212 18 15 0 1 0 37262398 14061568 820 996147200 4194304 4206940 548682068592 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12933/statm: 3433 820 374 3 0 533 0
Current children cumulated CPU time (s) 2.35
Current children cumulated vsize (KiB) 13732

[startup+6.30199 s]
/proc/loadavg: 2.08 2.01 1.92 3/83 12957
/proc/meminfo: memFree=1817952/2055920 swapFree=4181068/4192956
[pid=12933] ppid=12931 vsize=13732 CPUtime=2.35
/proc/12933/stat : 12933 (sugar) S 12931 12933 12764 0 -1 4194304 1072 12226 0 2 4 1 212 18 16 0 1 0 37262398 14061568 820 996147200 4194304 4206940 548682068592 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12933/statm: 3433 820 374 3 0 533 0
[pid=12956] ppid=12933 vsize=5356 CPUtime=0
/proc/12956/stat : 12956 (sh) S 12933 12933 12764 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37262641 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12956/statm: 1339 232 193 169 0 50 0
[pid=12957] ppid=12956 vsize=23628 CPUtime=3.83
/proc/12957/stat : 12957 (minisat) R 12956 12933 12764 0 -1 4194304 5612 0 0 0 380 3 0 0 25 0 1 0 37262641 24195072 5598 996147200 134512640 135127466 4294956256 18446744073709551615 134530849 0 0 4096 3 0 0 0 17 1 0 0
/proc/12957/statm: 5907 5598 76 150 0 5754 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 42716

[startup+12.7022 s]
/proc/loadavg: 2.07 2.01 1.92 3/83 12957
/proc/meminfo: memFree=1815520/2055920 swapFree=4181068/4192956
[pid=12933] ppid=12931 vsize=13732 CPUtime=2.35
/proc/12933/stat : 12933 (sugar) S 12931 12933 12764 0 -1 4194304 1072 12226 0 2 4 1 212 18 16 0 1 0 37262398 14061568 820 996147200 4194304 4206940 548682068592 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12933/statm: 3433 820 374 3 0 533 0
[pid=12956] ppid=12933 vsize=5356 CPUtime=0
/proc/12956/stat : 12956 (sh) S 12933 12933 12764 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37262641 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12956/statm: 1339 232 193 169 0 50 0
[pid=12957] ppid=12956 vsize=26400 CPUtime=10.16
/proc/12957/stat : 12957 (minisat) R 12956 12933 12764 0 -1 4194304 6315 0 0 0 1012 4 0 0 25 0 1 0 37262641 27033600 6301 996147200 134512640 135127466 4294956256 18446744073709551615 134530573 0 0 4096 3 0 0 0 17 1 0 0
/proc/12957/statm: 6600 6301 76 150 0 6447 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 45488

[startup+25.5018 s]
/proc/loadavg: 2.05 2.01 1.92 3/83 12957
/proc/meminfo: memFree=1810464/2055920 swapFree=4181068/4192956
[pid=12933] ppid=12931 vsize=13732 CPUtime=2.35
/proc/12933/stat : 12933 (sugar) S 12931 12933 12764 0 -1 4194304 1072 12226 0 2 4 1 212 18 16 0 1 0 37262398 14061568 820 996147200 4194304 4206940 548682068592 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12933/statm: 3433 820 374 3 0 533 0
[pid=12956] ppid=12933 vsize=5356 CPUtime=0
/proc/12956/stat : 12956 (sh) S 12933 12933 12764 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37262641 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12956/statm: 1339 232 193 169 0 50 0
[pid=12957] ppid=12956 vsize=31676 CPUtime=22.84
/proc/12957/stat : 12957 (minisat) R 12956 12933 12764 0 -1 4194304 7607 0 0 0 2278 6 0 0 25 0 1 0 37262641 32436224 7593 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12957/statm: 7919 7593 76 150 0 7766 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 50764

[startup+51.1018 s]
/proc/loadavg: 2.03 2.01 1.92 3/83 12969
/proc/meminfo: memFree=1817888/2055920 swapFree=4181068/4192956
[pid=12933] ppid=12931 vsize=13732 CPUtime=48.02
/proc/12933/stat : 12933 (sugar) S 12931 12933 12764 0 -1 4194304 1191 26612 0 3 4 1 4767 30 15 0 1 0 37262398 14061568 820 996147200 4194304 4206940 548682068592 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12933/statm: 3433 820 374 3 0 533 0
[pid=12968] ppid=12933 vsize=5356 CPUtime=0
/proc/12968/stat : 12968 (sh) S 12933 12933 12764 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37267256 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12968/statm: 1339 232 193 169 0 50 0
[pid=12969] ppid=12968 vsize=24024 CPUtime=2.49
/proc/12969/stat : 12969 (minisat) R 12968 12933 12764 0 -1 4194304 5720 0 0 0 246 3 0 0 25 0 1 0 37267256 24600576 5706 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12969/statm: 6006 5706 76 150 0 5853 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 43112

[startup+102.302 s]
/proc/loadavg: 2.01 2.00 1.92 3/83 12969
/proc/meminfo: memFree=1805856/2055920 swapFree=4181068/4192956
[pid=12933] ppid=12931 vsize=13732 CPUtime=48.02
/proc/12933/stat : 12933 (sugar) S 12931 12933 12764 0 -1 4194304 1191 26612 0 3 4 1 4767 30 16 0 1 0 37262398 14061568 820 996147200 4194304 4206940 548682068592 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12933/statm: 3433 820 374 3 0 533 0
[pid=12968] ppid=12933 vsize=5356 CPUtime=0
/proc/12968/stat : 12968 (sh) S 12933 12933 12764 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37267256 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12968/statm: 1339 232 193 169 0 50 0
[pid=12969] ppid=12968 vsize=36024 CPUtime=53.2
/proc/12969/stat : 12969 (minisat) R 12968 12933 12764 0 -1 4194304 8697 0 0 0 5313 7 0 0 25 0 1 0 37267256 36888576 8683 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12969/statm: 9006 8683 76 150 0 8853 0
Current children cumulated CPU time (s) 101.22
Current children cumulated vsize (KiB) 55112

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 1.92 3/83 12969
/proc/meminfo: memFree=1791200/2055920 swapFree=4181068/4192956
[pid=12933] ppid=12931 vsize=13732 CPUtime=48.02
/proc/12933/stat : 12933 (sugar) S 12931 12933 12764 0 -1 4194304 1191 26612 0 3 4 1 4767 30 16 0 1 0 37262398 14061568 820 996147200 4194304 4206940 548682068592 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12933/statm: 3433 820 374 3 0 533 0
[pid=12968] ppid=12933 vsize=5356 CPUtime=0
/proc/12968/stat : 12968 (sh) S 12933 12933 12764 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37267256 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12968/statm: 1339 232 193 169 0 50 0
[pid=12969] ppid=12968 vsize=50784 CPUtime=112.63
/proc/12969/stat : 12969 (minisat) R 12968 12933 12764 0 -1 4194304 12383 0 0 0 11252 11 0 0 25 0 1 0 37267256 52002816 12369 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12969/statm: 12696 12369 76 150 0 12543 0
Current children cumulated CPU time (s) 160.65
Current children cumulated vsize (KiB) 69872

[startup+222.306 s]
/proc/loadavg: 2.00 2.00 1.92 3/83 12969
/proc/meminfo: memFree=1778656/2055920 swapFree=4181068/4192956
[pid=12933] ppid=12931 vsize=13732 CPUtime=48.02
/proc/12933/stat : 12933 (sugar) S 12931 12933 12764 0 -1 4194304 1191 26612 0 3 4 1 4767 30 16 0 1 0 37262398 14061568 820 996147200 4194304 4206940 548682068592 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12933/statm: 3433 820 374 3 0 533 0
[pid=12968] ppid=12933 vsize=5356 CPUtime=0
/proc/12968/stat : 12968 (sh) S 12933 12933 12764 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37267256 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12968/statm: 1339 232 193 169 0 50 0
[pid=12969] ppid=12968 vsize=63212 CPUtime=172.06
/proc/12969/stat : 12969 (minisat) R 12968 12933 12764 0 -1 4194304 15456 0 0 0 17190 16 0 0 25 0 1 0 37267256 64729088 15442 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12969/statm: 15803 15442 76 150 0 15650 0
Current children cumulated CPU time (s) 220.08
Current children cumulated vsize (KiB) 82300

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

/proc/meminfo: memFree=1711768/2055920 swapFree=4181068/4192956
[pid=12933] ppid=12931 vsize=13732 CPUtime=48.02
/proc/12933/stat : 12933 (sugar) S 12931 12933 12764 0 -1 4194304 1191 26612 0 3 4 1 4767 30 16 0 1 0 37262398 14061568 820 996147200 4194304 4206940 548682068592 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12933/statm: 3433 820 374 3 0 533 0
[pid=12968] ppid=12933 vsize=5356 CPUtime=0
/proc/12968/stat : 12968 (sh) S 12933 12933 12764 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37267256 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12968/statm: 1339 232 193 169 0 50 0
[pid=12969] ppid=12968 vsize=184992 CPUtime=3101.89
/proc/12969/stat : 12969 (minisat) R 12968 12933 12764 0 -1 4194304 45579 0 0 0 310132 57 0 0 25 0 1 0 37267256 189431808 45565 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12969/statm: 46248 45565 76 150 0 46095 0
Current children cumulated CPU time (s) 3149.91
Current children cumulated vsize (KiB) 204080

[startup+3222.3 s]
/proc/loadavg: 1.99 1.98 1.91 3/76 13009
/proc/meminfo: memFree=1705688/2055920 swapFree=4181068/4192956
[pid=12933] ppid=12931 vsize=13732 CPUtime=48.02
/proc/12933/stat : 12933 (sugar) S 12931 12933 12764 0 -1 4194304 1191 26612 0 3 4 1 4767 30 16 0 1 0 37262398 14061568 820 996147200 4194304 4206940 548682068592 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12933/statm: 3433 820 374 3 0 533 0
[pid=12968] ppid=12933 vsize=5356 CPUtime=0
/proc/12968/stat : 12968 (sh) S 12933 12933 12764 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37267256 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12968/statm: 1339 232 193 169 0 50 0
[pid=12969] ppid=12968 vsize=190940 CPUtime=3161.86
/proc/12969/stat : 12969 (minisat) R 12968 12933 12764 0 -1 4194304 47081 0 0 0 316128 58 0 0 25 0 1 0 37267256 195522560 47067 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12969/statm: 47735 47067 76 150 0 47582 0
Current children cumulated CPU time (s) 3209.88
Current children cumulated vsize (KiB) 210028

[startup+3282.3 s]
/proc/loadavg: 1.99 1.98 1.91 3/76 13009
/proc/meminfo: memFree=1699800/2055920 swapFree=4181068/4192956
[pid=12933] ppid=12931 vsize=13732 CPUtime=48.02
/proc/12933/stat : 12933 (sugar) S 12931 12933 12764 0 -1 4194304 1191 26612 0 3 4 1 4767 30 16 0 1 0 37262398 14061568 820 996147200 4194304 4206940 548682068592 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12933/statm: 3433 820 374 3 0 533 0
[pid=12968] ppid=12933 vsize=5356 CPUtime=0
/proc/12968/stat : 12968 (sh) S 12933 12933 12764 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37267256 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12968/statm: 1339 232 193 169 0 50 0
[pid=12969] ppid=12968 vsize=196896 CPUtime=3221.84
/proc/12969/stat : 12969 (minisat) R 12968 12933 12764 0 -1 4194304 48558 0 0 0 322124 60 0 0 25 0 1 0 37267256 201621504 48544 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12969/statm: 49224 48544 76 150 0 49071 0
Current children cumulated CPU time (s) 3269.86
Current children cumulated vsize (KiB) 215984

[startup+3342.3 s]
/proc/loadavg: 1.99 1.98 1.91 3/76 13009
/proc/meminfo: memFree=1691544/2055920 swapFree=4181068/4192956
[pid=12933] ppid=12931 vsize=13732 CPUtime=48.02
/proc/12933/stat : 12933 (sugar) S 12931 12933 12764 0 -1 4194304 1191 26612 0 3 4 1 4767 30 16 0 1 0 37262398 14061568 820 996147200 4194304 4206940 548682068592 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12933/statm: 3433 820 374 3 0 533 0
[pid=12968] ppid=12933 vsize=5356 CPUtime=0
/proc/12968/stat : 12968 (sh) S 12933 12933 12764 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37267256 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12968/statm: 1339 232 193 169 0 50 0
[pid=12969] ppid=12968 vsize=205108 CPUtime=3281.81
/proc/12969/stat : 12969 (minisat) R 12968 12933 12764 0 -1 4194304 50614 0 0 0 328119 62 0 0 25 0 1 0 37267256 210030592 50600 996147200 134512640 135127466 4294956256 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 0 0 0
/proc/12969/statm: 51277 50600 76 150 0 51124 0
Current children cumulated CPU time (s) 3329.83
Current children cumulated vsize (KiB) 224196

[startup+3402.3 s]
/proc/loadavg: 2.07 2.00 1.92 3/76 13009
/proc/meminfo: memFree=1684888/2055920 swapFree=4181068/4192956
[pid=12933] ppid=12931 vsize=13732 CPUtime=48.02
/proc/12933/stat : 12933 (sugar) S 12931 12933 12764 0 -1 4194304 1191 26612 0 3 4 1 4767 30 16 0 1 0 37262398 14061568 820 996147200 4194304 4206940 548682068592 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12933/statm: 3433 820 374 3 0 533 0
[pid=12968] ppid=12933 vsize=5356 CPUtime=0
/proc/12968/stat : 12968 (sh) S 12933 12933 12764 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37267256 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12968/statm: 1339 232 193 169 0 50 0
[pid=12969] ppid=12968 vsize=212488 CPUtime=3341.79
/proc/12969/stat : 12969 (minisat) R 12968 12933 12764 0 -1 4194304 52254 0 0 0 334115 64 0 0 25 0 1 0 37267256 217587712 52240 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12969/statm: 53122 52240 76 150 0 52969 0
Current children cumulated CPU time (s) 3389.81
Current children cumulated vsize (KiB) 231576

[startup+3462.3 s]
/proc/loadavg: 2.08 2.01 1.93 3/76 13009
/proc/meminfo: memFree=1683800/2055920 swapFree=4181068/4192956
[pid=12933] ppid=12931 vsize=13732 CPUtime=48.02
/proc/12933/stat : 12933 (sugar) S 12931 12933 12764 0 -1 4194304 1191 26612 0 3 4 1 4767 30 16 0 1 0 37262398 14061568 820 996147200 4194304 4206940 548682068592 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12933/statm: 3433 820 374 3 0 533 0
[pid=12968] ppid=12933 vsize=5356 CPUtime=0
/proc/12968/stat : 12968 (sh) S 12933 12933 12764 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37267256 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12968/statm: 1339 232 193 169 0 50 0
[pid=12969] ppid=12968 vsize=213280 CPUtime=3401.76
/proc/12969/stat : 12969 (minisat) R 12968 12933 12764 0 -1 4194304 52483 0 0 0 340112 64 0 0 25 0 1 0 37267256 218398720 52469 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 0 0 0
/proc/12969/statm: 53320 52469 76 150 0 53167 0
Current children cumulated CPU time (s) 3449.78
Current children cumulated vsize (KiB) 232368

[startup+3522.31 s]
/proc/loadavg: 2.07 2.03 1.93 3/76 13009
/proc/meminfo: memFree=1683800/2055920 swapFree=4181068/4192956
[pid=12933] ppid=12931 vsize=13732 CPUtime=48.02
/proc/12933/stat : 12933 (sugar) S 12931 12933 12764 0 -1 4194304 1191 26612 0 3 4 1 4767 30 16 0 1 0 37262398 14061568 820 996147200 4194304 4206940 548682068592 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12933/statm: 3433 820 374 3 0 533 0
[pid=12968] ppid=12933 vsize=5356 CPUtime=0
/proc/12968/stat : 12968 (sh) S 12933 12933 12764 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37267256 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12968/statm: 1339 232 193 169 0 50 0
[pid=12969] ppid=12968 vsize=213280 CPUtime=3461.74
/proc/12969/stat : 12969 (minisat) R 12968 12933 12764 0 -1 4194304 52483 0 0 0 346110 64 0 0 25 0 1 0 37267256 218398720 52469 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/12969/statm: 53320 52469 76 150 0 53167 0
Current children cumulated CPU time (s) 3509.76
Current children cumulated vsize (KiB) 232368

[startup+3582.3 s]
/proc/loadavg: 2.02 2.02 1.93 3/76 13009
/proc/meminfo: memFree=1683672/2055920 swapFree=4181068/4192956
[pid=12933] ppid=12931 vsize=13732 CPUtime=48.02
/proc/12933/stat : 12933 (sugar) S 12931 12933 12764 0 -1 4194304 1191 26612 0 3 4 1 4767 30 16 0 1 0 37262398 14061568 820 996147200 4194304 4206940 548682068592 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12933/statm: 3433 820 374 3 0 533 0
[pid=12968] ppid=12933 vsize=5356 CPUtime=0
/proc/12968/stat : 12968 (sh) S 12933 12933 12764 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37267256 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12968/statm: 1339 232 193 169 0 50 0
[pid=12969] ppid=12968 vsize=213280 CPUtime=3521.7
/proc/12969/stat : 12969 (minisat) R 12968 12933 12764 0 -1 4194304 52484 0 0 0 352106 64 0 0 25 0 1 0 37267256 218398720 52470 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12969/statm: 53320 52470 76 150 0 53167 0
Current children cumulated CPU time (s) 3569.72
Current children cumulated vsize (KiB) 232368



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3612.6 s]
/proc/loadavg: 2.01 2.02 1.93 3/76 13009
/proc/meminfo: memFree=1683672/2055920 swapFree=4181068/4192956
[pid=12933] ppid=12931 vsize=13732 CPUtime=48.02
/proc/12933/stat : 12933 (sugar) S 12931 12933 12764 0 -1 4194304 1191 26612 0 3 4 1 4767 30 16 0 1 0 37262398 14061568 820 996147200 4194304 4206940 548682068592 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12933/statm: 3433 820 374 3 0 533 0
[pid=12968] ppid=12933 vsize=5356 CPUtime=0
/proc/12968/stat : 12968 (sh) S 12933 12933 12764 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37267256 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12968/statm: 1339 232 193 169 0 50 0
[pid=12969] ppid=12968 vsize=213280 CPUtime=3551.99
/proc/12969/stat : 12969 (minisat) R 12968 12933 12764 0 -1 4194304 52486 0 0 0 355135 64 0 0 25 0 1 0 37267256 218398720 52472 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12969/statm: 53320 52472 76 150 0 53167 0
Current children cumulated CPU time (s) 3600.01
Current children cumulated vsize (KiB) 232368

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

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

[startup+3612.6 s]
/proc/loadavg: 2.01 2.02 1.93 3/76 13009
/proc/meminfo: memFree=1683672/2055920 swapFree=4181068/4192956
[pid=12933] ppid=12931 vsize=13732 CPUtime=48.02
/proc/12933/stat : 12933 (sugar) S 12931 12933 12764 0 -1 4194304 1191 26612 0 3 4 1 4767 30 16 0 1 0 37262398 14061568 820 996147200 4194304 4206940 548682068592 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12933/statm: 3433 820 374 3 0 533 0
[pid=12968] ppid=12933 vsize=5356 CPUtime=0
/proc/12968/stat : 12968 (sh) S 12933 12933 12764 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37267256 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12968/statm: 1339 232 193 169 0 50 0
[pid=12969] ppid=12968 vsize=213280 CPUtime=3551.99
/proc/12969/stat : 12969 (minisat) R 12968 12933 12764 0 -1 4194304 52486 0 0 0 355135 64 0 0 25 0 1 0 37267256 218398720 52472 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12969/statm: 53320 52472 76 150 0 53167 0
Current children cumulated CPU time (s) 3600.01
Current children cumulated vsize (KiB) 232368

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 12933 and gives
#  childrusage.ru_utime.tv_sec=47
#  childrusage.ru_utime.tv_usec=718745
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=331949
# CPU time returned by wait4() is 48.0507
# while last known CPU time is 3600.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3612.64
CPU time (s): 3600.01
CPU user time (s): 3599.06
CPU system time (s): 0.95
CPU usage (%): 99.6503
Max. virtual memory (cumulated for all children) (KiB): 887416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 47.7187
system time used= 0.331949
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28145
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= 3827
involuntary context switches= 4712

runsolver used 3.81442 second user time and 10.5664 second system time

The end

Launcher Data (download as text)

Begin job on node20 at 2008-07-11 21:46:42
IDJOB=1109572
IDBENCH=60984
IDSOLVER=368
FILE ID=node20/1109572-1215805602
PBS_JOBID= 7903261
Free space on /tmp= 66500 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/schurrLemma/normalized-lemma-50-9-mod.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-1109572-1215805602/watcher-1109572-1215805602 -o /tmp/evaluation-result-1109572-1215805602/solver-1109572-1215805602 -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-1109572-1215805602.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 4312a5e57186bf6bd2a848a5a1f0f4ee
RANDOM SEED=1072355754

node20.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.263
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.263
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:       1852632 kB
Buffers:         17340 kB
Cached:          46452 kB
SwapCached:       5432 kB
Active:         128280 kB
Inactive:        23600 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1852632 kB
SwapTotal:     4192956 kB
SwapFree:      4181068 kB
Dirty:            1344 kB
Writeback:           0 kB
Mapped:         104544 kB
Slab:            36476 kB
Committed_AS:   916800 kB
PageTables:       1956 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= 66492 MiB
End job on node20 at 2008-07-11 22:46:57