Trace number 1127420

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisatMSAT (TO) 3600.04 3634.27

General information on the benchmark

Namemaxcsp/cnf/3-80-1100-2000/
normalized-cnf-3-80-1500-895345_ext.xml
MD5SUM87ba74751d0bd7acfa693e3072b71aab
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints87
Best CPU time to get the best result obtained on this benchmark3600.04
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of constraints1489
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension1489
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

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 01:18:25 2008
0.00/0.05	c 0	PID 3819
0.00/0.06	c 0	HOST node64.alineos.net
0.00/0.06	c 0	CONVERTING HOME/instance-1127420-1216768705.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-1127420-1216768705.xml' 'HOME/temp.csp'
0.04/0.70	c 1	1 domains, 80 variables, 0 predicates, 17 relations, 1489 constraints
0.04/0.75	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.75	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.83	c 1	Parsing HOME/temp.csp
0.78/1.01	c 1	parsed 1587 expressions
0.78/1.02	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.78/1.04	c 1	MAX CSP: 1489 constraints
0.78/1.04	c 1	Converting to clausal form CSP
0.78/1.09	c 1	converted 308 (10%) expressions
0.88/1.11	c 1	converted 616 (20%) expressions
0.88/1.13	c 1	converted 924 (30%) expressions
0.97/1.20	c 1	converted 1232 (40%) expressions
0.97/1.21	c 1	converted 1540 (50%) expressions
0.97/1.23	c 1	converted 1848 (60%) expressions
0.97/1.24	c 1	converted 2156 (70%) expressions
0.97/1.24	c 1	converted 2464 (80%) expressions
0.97/1.25	c 1	converted 2772 (90%) expressions
1.17/1.41	c 2	converted 3079 (100%) expressions
1.17/1.41	c 2	CSP : 3058 integers, 0 booleans, 4466 clauses, largest domain size 2234
1.17/1.41	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.17/1.41	c 2	Propagation in CSP
1.27/1.51	c 2	1483 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.27/1.52	c 2	CSP : 3058 integers, 0 booleans, 4466 clauses, largest domain size 1490
1.27/1.52	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.27/1.52	c 2	Simplifing CSP by introducing new Boolean variables
1.27/1.52	c 2	CSP : 3058 integers, 0 booleans, 4466 clauses, largest domain size 1490
1.27/1.52	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.27/1.56	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.27/1.57	c 2	306 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.27/1.58	c 2	612 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.27/1.58	c 2	918 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.27/1.58	c 2	1224 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.27/1.59	c 2	1529 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.27/1.59	c 2	1835 (60%) CSP integer variables are encoded (3065 clauses, 39909 bytes)
1.27/1.60	c 2	2141 (70%) CSP integer variables are encoded (5604 clauses, 72916 bytes)
1.36/1.61	c 2	2447 (80%) CSP integer variables are encoded (18815 clauses, 266918 bytes)
1.36/1.62	c 2	2753 (90%) CSP integer variables are encoded (23695 clauses, 340118 bytes)
1.36/1.62	c 2	3058 (100%) CSP integer variables are encoded (27739 clauses, 400778 bytes)
1.36/1.67	c 2	447 (10%) CSP clauses are encoded (28188 clauses, 408107 bytes)
1.36/1.69	c 2	894 (20%) CSP clauses are encoded (28636 clauses, 415959 bytes)
1.45/1.71	c 2	1340 (30%) CSP clauses are encoded (29085 clauses, 424218 bytes)
1.45/1.76	c 2	1787 (40%) CSP clauses are encoded (42040 clauses, 653273 bytes)
1.76/2.05	c 2	2233 (50%) CSP clauses are encoded (174426 clauses, 3076471 bytes)
1.86/2.14	c 2	2680 (60%) CSP clauses are encoded (212715 clauses, 3766643 bytes)
3.16/3.45	c 4	3127 (70%) CSP clauses are encoded (684130 clauses, 12656583 bytes)
4.27/4.56	c 5	3573 (80%) CSP clauses are encoded (1187794 clauses, 23406329 bytes)
5.45/5.77	c 6	4020 (90%) CSP clauses are encoded (1750117 clauses, 35452351 bytes)
7.83/8.19	c 8	4466 (100%) CSP clauses are encoded (2855369 clauses, 59155839 bytes)
7.83/8.19	c 8	4466 CSP clauses encoded
7.83/8.19	c 8	Writing map file : HOME/temp.map
7.93/8.23	c 8	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.93/8.23	c 8	SAT : 30797 SAT variables, 2855369 SAT clauses, 59155839 bytes
7.93/8.23	c 8	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.93/8.26	c 8	OBJECTIVE minimize _COST
7.93/8.26	c 8	OBJECTIVE BOUND: 0 <= _COST <= 
7.93/8.26	c 8	SEARCHING: _COST <= 745
7.93/8.26	c 8	SOLVING HOME/temp.cnf
7.93/8.26	c 8	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
7.93/8.26	c 8	This is MiniSat 2.0 beta
7.93/8.26	c 8	WARNING: for repeatability, setting FPU to use double precision
7.93/8.26	c 8	============================[ Problem Statistics ]=============================
7.93/8.26	c 8	|                                                                             |
7.93/8.26	c 8	|  Number of variables:  30797                                                |
7.93/8.26	c 8	|  Number of clauses:    2855370                                              |
9.30/9.66	c 10	|  Parsing time:         1.23         s                                       |
11.58/11.98	c 12	============================[ Search Statistics ]==============================
11.58/11.98	c 12	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
11.58/11.98	c 12	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
11.58/11.98	c 12	===============================================================================
11.58/11.98	c 12	|         0 |   22613  1817140  5392014 |   605713        0    nan |  0.000 % |
12.17/12.54	c 13	===============================================================================
12.17/12.54	c 13	restarts              : 1
12.17/12.54	c 13	conflicts             : 97             (24 /sec)
12.17/12.54	c 13	decisions             : 604            (1.16 % random) (148 /sec)
12.17/12.54	c 13	propagations          : 182764         (44791 /sec)
12.17/12.54	c 13	conflict literals     : 3227           (10.93 % deleted)
12.17/12.54	c 13	Memory used           : 114.34 MB
12.17/12.54	c 13	CPU time              : 4.08038 s
12.17/12.54	c 13	
12.17/12.56	c 13	SATISFIABLE
12.17/12.57	c 13	FOUND: _COST <= 745
12.17/12.57	s SATISFIABLE
12.17/12.57	c 13	DECODING HOME/temp.out WITH HOME/temp.map
12.17/12.57	c 13	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
12.26/12.66	c 13	Decoding HOME/temp.out
12.26/12.85	c 13	OBJECTIVE _COST 374
12.26/12.85	o 374
12.26/12.85	v 1 1 1 0 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 0 1 1 1 1 1 1 1 1 1 1 0 1 1 1
12.26/12.86	c 13	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
12.26/12.89	c 13	OBJECTIVE BOUND: 0 <= _COST <= 374
12.26/12.89	c 13	SEARCHING: _COST <= 187
12.26/12.89	c 13	SOLVING HOME/temp.cnf
12.26/12.89	c 13	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
12.53/12.90	c 13	This is MiniSat 2.0 beta
12.53/12.90	c 13	WARNING: for repeatability, setting FPU to use double precision
12.53/12.90	c 13	============================[ Problem Statistics ]=============================
12.53/12.90	c 13	|                                                                             |
12.53/12.90	c 13	|  Number of variables:  30797                                                |
12.53/12.90	c 13	|  Number of clauses:    2855370                                              |
13.91/14.38	c 15	|  Parsing time:         1.30         s                                       |
17.18/17.66	c 18	============================[ Search Statistics ]==============================
17.18/17.66	c 18	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
17.18/17.66	c 18	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
17.18/17.66	c 18	===============================================================================
17.18/17.66	c 18	|         0 |   15361   671853  1977351 |   223951        0    nan |  0.000 % |
17.47/17.90	c 18	|       100 |   15361   671853  1977351 |   246346      100     27 | 50.122 % |
17.57/18.02	c 18	|       251 |   15361   671853  1977351 |   270980      251     30 | 50.122 % |
17.67/18.11	c 18	|       477 |   15361   671853  1977351 |   298078      477     29 | 50.122 % |
18.07/18.52	c 19	|       814 |   15361   671853  1977351 |   327886      814     32 | 50.122 % |
18.36/18.88	c 19	|      1320 |   15361   671853  1977351 |   360675     1320     35 | 50.122 % |
18.76/19.21	c 19	|      2080 |   15361   671853  1977351 |   396742     2080     37 | 50.122 % |
20.74/21.26	c 21	|      3220 |   15361   671853  1977351 |   436417     3220     40 | 50.122 % |
22.42/22.98	c 23	|      4930 |   15361   671853  1977351 |   480058     4930     44 | 50.122 % |
24.60/25.10	c 25	|      7492 |   15361   671853  1977351 |   528064     7492     43 | 50.122 % |
27.47/28.08	c 28	===============================================================================
27.47/28.08	c 28	restarts              : 10
27.47/28.08	c 28	conflicts             : 10930          (735 /sec)
27.47/28.08	c 28	decisions             : 15405          (0.88 % random) (1036 /sec)
27.47/28.08	c 28	propagations          : 9631119        (647699 /sec)
27.47/28.08	c 28	conflict literals     : 457095         (14.60 % deleted)
27.47/28.08	c 28	Memory used           : 116.80 MB
27.47/28.08	c 28	CPU time              : 14.8697 s
27.47/28.08	c 28	
27.47/28.10	c 28	SATISFIABLE
27.58/28.11	c 28	FOUND: _COST <= 187
27.58/28.11	c 28	DECODING HOME/temp.out WITH HOME/temp.map
27.58/28.11	c 28	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
27.61/28.20	c 28	Decoding HOME/temp.out
27.61/28.39	c 29	OBJECTIVE _COST 187
27.61/28.39	o 187
27.61/28.39	v 0 0 1 0 1 0 0 1 0 1 0 1 1 1 1 1 1 1 1 0 1 0 0 0 0 0 1 1 1 1 0 1 1 1 1 0 1 1 0 1 1 1 1 0 1 0 0 0 1 1 0 1 1 1 0 1 1 1 1 1 1 1 1 1 1 0 0 0 1 0 1 0 1 1 0 1 0 1 1 0
27.61/28.40	c 29	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
27.61/28.44	c 29	OBJECTIVE BOUND: 0 <= _COST <= 187
27.61/28.44	c 29	SEARCHING: _COST <= 93
27.61/28.44	c 29	SOLVING HOME/temp.cnf
27.61/28.44	c 29	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
27.61/28.44	c 29	This is MiniSat 2.0 beta
27.61/28.44	c 29	WARNING: for repeatability, setting FPU to use double precision
27.61/28.44	c 29	============================[ Problem Statistics ]=============================
27.61/28.44	c 29	|                                                                             |
27.61/28.44	c 29	|  Number of variables:  30797                                                |
27.61/28.44	c 29	|  Number of clauses:    2855370                                              |
29.31/29.96	c 30	|  Parsing time:         1.33         s                                       |
32.48/33.18	c 33	============================[ Search Statistics ]==============================
32.48/33.18	c 33	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
32.48/33.18	c 33	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
32.48/33.18	c 33	===============================================================================
32.48/33.18	c 33	|         0 |   13298   364622  1061753 |   121540        0    nan |  0.000 % |
32.78/33.41	c 34	|       100 |   13298   364622  1061753 |   133694      100     25 | 56.820 % |
32.88/33.52	c 34	|       251 |   13298   364622  1061753 |   147064      251     25 | 56.820 % |
32.97/33.64	c 34	|       478 |   13298   364622  1061753 |   161770      478     25 | 56.820 % |
33.17/33.82	c 34	|       815 |   13298   364622  1061753 |   177947      815     26 | 56.820 % |
33.37/34.07	c 34	|      1321 |   13298   364622  1061753 |   195742     1321     26 | 56.820 % |
33.76/34.47	c 35	|      2080 |   13298   364622  1061753 |   215316     2080     25 | 56.820 % |
34.37/35.07	c 35	|      3219 |   13298   364622  1061753 |   236848     3219     24 | 56.820 % |
35.95/36.65	c 37	|      4927 |   13298   364622  1061753 |   260533     4927     27 | 56.820 % |
38.43/39.20	c 39	|      7490 |   13298   364622  1061753 |   286586     7490     32 | 56.820 % |
42.39/43.12	c 43	|     11334 |   13298   364622  1061753 |   315245    11334     35 | 56.820 % |
48.33/49.20	c 49	|     17101 |   13298   364622  1061753 |   346769    17101     36 | 56.820 % |
59.13/60.05	c 60	|     25750 |   13298   364622  1061753 |   381446    25750     35 | 56.820 % |
72.80/73.80	c 74	|     38724 |   13298   364622  1061753 |   419591    38724     36 | 56.820 % |
96.17/97.48	c 98	|     58186 |   13298   364622  1061753 |   461550    58186     36 | 56.821 % |
136.09/137.72	c 138	|     87378 |   13298   364622  1061753 |   507705    87378     37 | 56.820 % |
217.03/219.48	c 220	|    131167 |   13298   364622  1061753 |   558476   131167     40 | 56.820 % |
360.97/364.70	c 365	|    196852 |   13298   364622  1061753 |   614323   196852     41 | 56.820 % |
588.71/594.66	c 595	|    295379 |   13298   364622  1061753 |   675756   295379     41 | 56.820 % |
984.67/994.32	c 995	|    443171 |   13298   364622  1061753 |   743331   443171     40 | 56.820 % |
1881.87/1900.02	c 1900	|    664854 |   13298   364622  1061753 |   817664   664854     39 | 56.820 % |
3193.84/3224.45	c 3225	|    997379 |   13298   364622  1061753 |   899431   178070     47 | 56.820 % |
3600.04/3634.22	c ERROR INTERRUPTED
3600.04/3634.24	c 3634	CPU 26.84 (0.04 0.01 26.8 1.03)
3600.04/3634.24	c 3634	END Wed Jul 23 02:18:59 2008

Verifier Data (download as text)

OK	152	1337
152 unsatisfied constraints, 1337 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-1127420-1216768705/watcher-1127420-1216768705 -o /tmp/evaluation-result-1127420-1216768705/solver-1127420-1216768705 -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-1127420-1216768705.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.99 1.97 1.91 4/73 3819
/proc/meminfo: memFree=1658040/2055920 swapFree=4192956/4192956
[pid=3819] ppid=3817 vsize=18572 CPUtime=0
/proc/3819/stat : 3819 (runsolver) R 3817 3819 3699 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 3957528 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 251255123239 0 0 4096 24578 0 0 0 17 1 0 0
/proc/3819/statm: 4643 292 257 25 0 2626 0

[startup+0.0946029 s]
/proc/loadavg: 1.99 1.97 1.91 4/73 3819
/proc/meminfo: memFree=1658040/2055920 swapFree=4192956/4192956
[pid=3819] ppid=3817 vsize=13600 CPUtime=0.04
/proc/3819/stat : 3819 (sugar) S 3817 3819 3699 0 -1 4194304 898 127 0 0 3 1 0 0 18 0 1 0 3957528 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3819/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101597 s]
/proc/loadavg: 1.99 1.97 1.91 4/73 3819
/proc/meminfo: memFree=1658040/2055920 swapFree=4192956/4192956
[pid=3819] ppid=3817 vsize=13600 CPUtime=0.04
/proc/3819/stat : 3819 (sugar) S 3817 3819 3699 0 -1 4194304 898 127 0 0 3 1 0 0 18 0 1 0 3957528 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3819/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301618 s]
/proc/loadavg: 1.99 1.97 1.91 4/73 3819
/proc/meminfo: memFree=1658040/2055920 swapFree=4192956/4192956
[pid=3819] ppid=3817 vsize=13600 CPUtime=0.04
/proc/3819/stat : 3819 (sugar) S 3817 3819 3699 0 -1 4194304 898 127 0 0 3 1 0 0 18 0 1 0 3957528 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3819/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701661 s]
/proc/loadavg: 1.99 1.97 1.91 4/73 3819
/proc/meminfo: memFree=1658040/2055920 swapFree=4192956/4192956
[pid=3819] ppid=3817 vsize=13600 CPUtime=0.04
/proc/3819/stat : 3819 (sugar) S 3817 3819 3699 0 -1 4194304 898 127 0 0 3 1 0 0 18 0 1 0 3957528 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3819/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50175 s]
/proc/loadavg: 1.99 1.97 1.91 3/84 3841
/proc/meminfo: memFree=1630944/2055920 swapFree=4192956/4192956
[pid=3819] ppid=3817 vsize=13600 CPUtime=0.55
/proc/3819/stat : 3819 (sugar) S 3817 3819 3699 0 -1 4194304 974 4711 0 72 3 1 39 12 15 0 1 0 3957528 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3819/statm: 3400 797 370 3 0 500 0
[pid=3832] ppid=3819 vsize=5356 CPUtime=0
/proc/3832/stat : 3832 (sh) S 3819 3819 3699 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 3957604 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3832/statm: 1339 233 193 169 0 50 0
[pid=3833] ppid=3832 vsize=868396 CPUtime=0.72
/proc/3833/stat : 3833 (java) S 3832 3819 3699 0 -1 0 7058 0 8 0 68 4 0 0 18 0 9 0 3957604 889237504 6313 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3833/statm: 217099 6313 2539 9 0 211674 0
[pid=3833/tid=3834] ppid=3832 vsize=868396 CPUtime=0.4
/proc/3833/task/3834/stat : 3834 (java) R 3832 3819 3699 0 -1 64 2652 0 4 0 39 1 0 0 24 0 9 0 3957605 889237504 6313 996147200 134512640 134550740 4294955936 18446744073709551615 4126940301 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3833/tid=3835] ppid=3832 vsize=868396 CPUtime=0.09
/proc/3833/task/3835/stat : 3835 (java) S 3832 3819 3699 0 -1 64 2242 0 4 0 8 1 0 0 16 0 9 0 3957606 889237504 6313 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3833/tid=3836] ppid=3832 vsize=868396 CPUtime=0
/proc/3833/task/3836/stat : 3836 (java) S 3832 3819 3699 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 3957606 889237504 6313 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3833/tid=3837] ppid=3832 vsize=868396 CPUtime=0
/proc/3833/task/3837/stat : 3837 (java) S 3832 3819 3699 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 3957606 889237504 6313 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3833/tid=3838] ppid=3832 vsize=868396 CPUtime=0
/proc/3833/task/3838/stat : 3838 (java) S 3832 3819 3699 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 3957608 889237504 6313 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3833/tid=3839] ppid=3832 vsize=868396 CPUtime=0.2
/proc/3833/task/3839/stat : 3839 (java) S 3832 3819 3699 0 -1 64 1471 0 0 0 20 0 0 0 16 0 9 0 3957608 889237504 6313 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3833/tid=3840] ppid=3832 vsize=868396 CPUtime=0
/proc/3833/task/3840/stat : 3840 (java) S 3832 3819 3699 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 3957608 889237504 6313 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3833/tid=3841] ppid=3832 vsize=868396 CPUtime=0
/proc/3833/task/3841/stat : 3841 (java) S 3832 3819 3699 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 3957608 889237504 6313 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 887352

[startup+3.10292 s]
/proc/loadavg: 1.99 1.97 1.91 3/84 3841
/proc/meminfo: memFree=1616480/2055920 swapFree=4192956/4192956
[pid=3819] ppid=3817 vsize=13600 CPUtime=0.56
/proc/3819/stat : 3819 (sugar) S 3817 3819 3699 0 -1 4194304 974 4711 0 72 4 1 39 12 15 0 1 0 3957528 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3819/statm: 3400 797 370 3 0 500 0
[pid=3832] ppid=3819 vsize=5356 CPUtime=0
/proc/3832/stat : 3832 (sh) S 3819 3819 3699 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 3957604 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3832/statm: 1339 233 193 169 0 50 0
[pid=3833] ppid=3832 vsize=868508 CPUtime=2.31
/proc/3833/stat : 3833 (java) S 3832 3819 3699 0 -1 0 7530 0 8 0 218 13 0 0 18 0 9 0 3957604 889352192 6402 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3833/statm: 217127 6402 2564 9 0 211674 0
[pid=3833/tid=3834] ppid=3832 vsize=868508 CPUtime=1.8
/proc/3833/task/3834/stat : 3834 (java) R 3832 3819 3699 0 -1 64 3084 0 4 0 172 8 0 0 25 0 9 0 3957605 889352192 6402 996147200 134512640 134550740 4294955936 18446744073709551615 4127035907 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3833/tid=3835] ppid=3832 vsize=868508 CPUtime=0.21
/proc/3833/task/3835/stat : 3835 (java) S 3832 3819 3699 0 -1 64 2244 0 4 0 19 2 0 0 16 0 9 0 3957606 889352192 6402 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3833/tid=3836] ppid=3832 vsize=868508 CPUtime=0
/proc/3833/task/3836/stat : 3836 (java) S 3832 3819 3699 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 3957606 889352192 6402 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3833/tid=3837] ppid=3832 vsize=868508 CPUtime=0
/proc/3833/task/3837/stat : 3837 (java) S 3832 3819 3699 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 3957606 889352192 6402 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3833/tid=3838] ppid=3832 vsize=868508 CPUtime=0
/proc/3833/task/3838/stat : 3838 (java) S 3832 3819 3699 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 3957608 889352192 6402 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3833/tid=3839] ppid=3832 vsize=868508 CPUtime=0.26
/proc/3833/task/3839/stat : 3839 (java) S 3832 3819 3699 0 -1 64 1509 0 0 0 25 1 0 0 16 0 9 0 3957608 889352192 6402 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3833/tid=3840] ppid=3832 vsize=868508 CPUtime=0
/proc/3833/task/3840/stat : 3840 (java) S 3832 3819 3699 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 3957608 889352192 6402 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3833/tid=3841] ppid=3832 vsize=868508 CPUtime=0
/proc/3833/task/3841/stat : 3841 (java) S 3832 3819 3699 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 3957608 889352192 6402 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 887464

[startup+6.30228 s]
/proc/loadavg: 1.99 1.97 1.91 3/84 3875
/proc/meminfo: memFree=1585952/2055920 swapFree=4192956/4192956
[pid=3819] ppid=3817 vsize=13600 CPUtime=0.56
/proc/3819/stat : 3819 (sugar) S 3817 3819 3699 0 -1 4194304 974 4711 0 72 4 1 39 12 16 0 1 0 3957528 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3819/statm: 3400 797 370 3 0 500 0
[pid=3832] ppid=3819 vsize=5356 CPUtime=0
/proc/3832/stat : 3832 (sh) S 3819 3819 3699 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 3957604 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3832/statm: 1339 233 193 169 0 50 0
[pid=3833] ppid=3832 vsize=868508 CPUtime=5.49
/proc/3833/stat : 3833 (java) S 3832 3819 3699 0 -1 0 8359 0 8 0 512 37 0 0 18 0 9 0 3957604 889352192 6402 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3833/statm: 217127 6402 2564 9 0 211674 0
[pid=3833/tid=3834] ppid=3832 vsize=868508 CPUtime=4.8
/proc/3833/task/3834/stat : 3834 (java) R 3832 3819 3699 0 -1 64 3913 0 4 0 452 28 0 0 25 0 9 0 3957605 889352192 6402 996147200 134512640 134550740 4294955936 18446744073709551615 4126375104 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3833/tid=3835] ppid=3832 vsize=868508 CPUtime=0.41
/proc/3833/task/3835/stat : 3835 (java) S 3832 3819 3699 0 -1 64 2244 0 4 0 34 7 0 0 16 0 9 0 3957606 889352192 6402 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3833/tid=3836] ppid=3832 vsize=868508 CPUtime=0
/proc/3833/task/3836/stat : 3836 (java) S 3832 3819 3699 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 3957606 889352192 6402 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3833/tid=3837] ppid=3832 vsize=868508 CPUtime=0
/proc/3833/task/3837/stat : 3837 (java) S 3832 3819 3699 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 3957606 889352192 6402 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3833/tid=3838] ppid=3832 vsize=868508 CPUtime=0
/proc/3833/task/3838/stat : 3838 (java) S 3832 3819 3699 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 3957608 889352192 6402 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3833/tid=3839] ppid=3832 vsize=868508 CPUtime=0.26
/proc/3833/task/3839/stat : 3839 (java) S 3832 3819 3699 0 -1 64 1509 0 0 0 25 1 0 0 16 0 9 0 3957608 889352192 6402 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3833/tid=3840] ppid=3832 vsize=868508 CPUtime=0
/proc/3833/task/3840/stat : 3840 (java) S 3832 3819 3699 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 3957608 889352192 6402 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3833/tid=3841] ppid=3832 vsize=868508 CPUtime=0
/proc/3833/task/3841/stat : 3841 (java) S 3832 3819 3699 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 3957608 889352192 6402 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.05
Current children cumulated vsize (KiB) 887464

[startup+12.702 s]
/proc/loadavg: 1.99 1.97 1.91 3/76 3877
/proc/meminfo: memFree=1460576/2055920 swapFree=4192956/4192956
[pid=3819] ppid=3817 vsize=13864 CPUtime=12.26
/proc/3819/stat : 3819 (sugar) S 3817 3819 3699 0 -1 4194304 1163 42533 0 80 4 1 1141 80 16 0 1 0 3957528 14196736 845 996147200 4194304 4206940 548682068592 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3819/statm: 3466 845 374 3 0 566 0
Current children cumulated CPU time (s) 12.26
Current children cumulated vsize (KiB) 13864

[startup+25.5014 s]
/proc/loadavg: 1.99 1.97 1.91 3/76 3889
/proc/meminfo: memFree=1458080/2055920 swapFree=4192956/4192956
[pid=3819] ppid=3817 vsize=13864 CPUtime=12.53
/proc/3819/stat : 3819 (sugar) S 3817 3819 3699 0 -1 4194304 1216 46504 0 81 4 1 1166 82 16 0 1 0 3957528 14196736 845 996147200 4194304 4206940 548682068592 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3819/statm: 3466 845 374 3 0 566 0
[pid=3888] ppid=3819 vsize=5356 CPUtime=0
/proc/3888/stat : 3888 (sh) S 3819 3819 3699 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3958818 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3888/statm: 1339 232 193 169 0 50 0
[pid=3889] ppid=3888 vsize=119600 CPUtime=12.47
/proc/3889/stat : 3889 (minisat) R 3888 3819 3699 0 -1 4194304 29012 0 0 0 1231 16 0 0 25 0 1 0 3958818 122470400 28998 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3889/statm: 29900 28998 76 150 0 29747 0
Current children cumulated CPU time (s) 25
Current children cumulated vsize (KiB) 138820

[startup+51.1012 s]
/proc/loadavg: 1.99 1.97 1.91 3/76 3901
/proc/meminfo: memFree=1458208/2055920 swapFree=4192956/4192956
[pid=3819] ppid=3817 vsize=13864 CPUtime=27.88
/proc/3819/stat : 3819 (sugar) S 3817 3819 3699 0 -1 4194304 1331 79782 0 82 4 1 2680 103 16 0 1 0 3957528 14196736 845 996147200 4194304 4206940 548682068592 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3819/statm: 3466 845 374 3 0 566 0
[pid=3900] ppid=3819 vsize=5356 CPUtime=0
/proc/3900/stat : 3900 (sh) S 3819 3819 3699 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3960372 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3900/statm: 1339 232 193 169 0 50 0
[pid=3901] ppid=3900 vsize=119624 CPUtime=22.43
/proc/3901/stat : 3901 (minisat) R 3900 3819 3699 0 -1 4194304 29000 0 0 0 2226 17 0 0 25 0 1 0 3960372 122494976 28986 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/3901/statm: 29906 28986 76 150 0 29753 0
Current children cumulated CPU time (s) 50.31
Current children cumulated vsize (KiB) 138844

[startup+102.307 s]
/proc/loadavg: 1.99 1.97 1.91 3/76 3903
/proc/meminfo: memFree=1458008/2055920 swapFree=4192956/4192956
[pid=3819] ppid=3817 vsize=13864 CPUtime=27.88
/proc/3819/stat : 3819 (sugar) S 3817 3819 3699 0 -1 4194304 1331 79782 0 82 4 1 2680 103 16 0 1 0 3957528 14196736 845 996147200 4194304 4206940 548682068592 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3819/statm: 3466 845 374 3 0 566 0
[pid=3900] ppid=3819 vsize=5356 CPUtime=0
/proc/3900/stat : 3900 (sh) S 3819 3819 3699 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3960372 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3900/statm: 1339 232 193 169 0 50 0
[pid=3901] ppid=3900 vsize=119624 CPUtime=73.15
/proc/3901/stat : 3901 (minisat) R 3900 3819 3699 0 -1 4194304 29000 0 0 0 7298 17 0 0 25 0 1 0 3960372 122494976 28986 996147200 134512640 135127466 4294956256 18446744073709551615 134531095 0 0 4096 3 0 0 0 17 1 0 0
/proc/3901/statm: 29906 28986 76 150 0 29753 0

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

/proc/meminfo: memFree=1351008/2055920 swapFree=4192956/4192956
[pid=3819] ppid=3817 vsize=13864 CPUtime=27.88
/proc/3819/stat : 3819 (sugar) S 3817 3819 3699 0 -1 4194304 1331 79782 0 82 4 1 2680 103 16 0 1 0 3957528 14196736 845 996147200 4194304 4206940 548682068592 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3819/statm: 3466 845 374 3 0 566 0
[pid=3900] ppid=3819 vsize=5356 CPUtime=0
/proc/3900/stat : 3900 (sh) S 3819 3819 3699 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3960372 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3900/statm: 1339 232 193 169 0 50 0
[pid=3901] ppid=3900 vsize=227724 CPUtime=3045
/proc/3901/stat : 3901 (minisat) R 3900 3819 3699 0 -1 4194304 55442 0 0 0 304454 46 0 0 25 0 1 0 3960372 233189376 55403 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3901/statm: 56931 55403 76 150 0 56778 0
Current children cumulated CPU time (s) 3072.88
Current children cumulated vsize (KiB) 246944

[startup+3162.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/76 3909
/proc/meminfo: memFree=1351008/2055920 swapFree=4192956/4192956
[pid=3819] ppid=3817 vsize=13864 CPUtime=27.88
/proc/3819/stat : 3819 (sugar) S 3817 3819 3699 0 -1 4194304 1331 79782 0 82 4 1 2680 103 16 0 1 0 3957528 14196736 845 996147200 4194304 4206940 548682068592 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3819/statm: 3466 845 374 3 0 566 0
[pid=3900] ppid=3819 vsize=5356 CPUtime=0
/proc/3900/stat : 3900 (sh) S 3819 3819 3699 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3960372 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3900/statm: 1339 232 193 169 0 50 0
[pid=3901] ppid=3900 vsize=227724 CPUtime=3104.44
/proc/3901/stat : 3901 (minisat) R 3900 3819 3699 0 -1 4194304 55442 0 0 0 310398 46 0 0 25 0 1 0 3960372 233189376 55403 996147200 134512640 135127466 4294956256 18446744073709551615 134522617 0 0 4096 3 0 0 0 17 1 0 0
/proc/3901/statm: 56931 55403 76 150 0 56778 0
Current children cumulated CPU time (s) 3132.32
Current children cumulated vsize (KiB) 246944

[startup+3222.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/76 3909
/proc/meminfo: memFree=1351008/2055920 swapFree=4192956/4192956
[pid=3819] ppid=3817 vsize=13864 CPUtime=27.88
/proc/3819/stat : 3819 (sugar) S 3817 3819 3699 0 -1 4194304 1331 79782 0 82 4 1 2680 103 16 0 1 0 3957528 14196736 845 996147200 4194304 4206940 548682068592 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3819/statm: 3466 845 374 3 0 566 0
[pid=3900] ppid=3819 vsize=5356 CPUtime=0
/proc/3900/stat : 3900 (sh) S 3819 3819 3699 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3960372 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3900/statm: 1339 232 193 169 0 50 0
[pid=3901] ppid=3900 vsize=227724 CPUtime=3163.88
/proc/3901/stat : 3901 (minisat) R 3900 3819 3699 0 -1 4194304 55445 0 0 0 316342 46 0 0 25 0 1 0 3960372 233189376 55406 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/3901/statm: 56931 55406 76 150 0 56778 0
Current children cumulated CPU time (s) 3191.76
Current children cumulated vsize (KiB) 246944

[startup+3282.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/76 3909
/proc/meminfo: memFree=1350944/2055920 swapFree=4192956/4192956
[pid=3819] ppid=3817 vsize=13864 CPUtime=27.88
/proc/3819/stat : 3819 (sugar) S 3817 3819 3699 0 -1 4194304 1331 79782 0 82 4 1 2680 103 16 0 1 0 3957528 14196736 845 996147200 4194304 4206940 548682068592 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3819/statm: 3466 845 374 3 0 566 0
[pid=3900] ppid=3819 vsize=5356 CPUtime=0
/proc/3900/stat : 3900 (sh) S 3819 3819 3699 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3960372 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3900/statm: 1339 232 193 169 0 50 0
[pid=3901] ppid=3900 vsize=227724 CPUtime=3223.32
/proc/3901/stat : 3901 (minisat) R 3900 3819 3699 0 -1 4194304 55460 0 0 0 322286 46 0 0 25 0 1 0 3960372 233189376 55421 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3901/statm: 56931 55421 76 150 0 56778 0
Current children cumulated CPU time (s) 3251.2
Current children cumulated vsize (KiB) 246944

[startup+3342.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/76 3909
/proc/meminfo: memFree=1350944/2055920 swapFree=4192956/4192956
[pid=3819] ppid=3817 vsize=13864 CPUtime=27.88
/proc/3819/stat : 3819 (sugar) S 3817 3819 3699 0 -1 4194304 1331 79782 0 82 4 1 2680 103 16 0 1 0 3957528 14196736 845 996147200 4194304 4206940 548682068592 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3819/statm: 3466 845 374 3 0 566 0
[pid=3900] ppid=3819 vsize=5356 CPUtime=0
/proc/3900/stat : 3900 (sh) S 3819 3819 3699 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3960372 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3900/statm: 1339 232 193 169 0 50 0
[pid=3901] ppid=3900 vsize=227724 CPUtime=3282.75
/proc/3901/stat : 3901 (minisat) R 3900 3819 3699 0 -1 4194304 55460 0 0 0 328229 46 0 0 25 0 1 0 3960372 233189376 55421 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3901/statm: 56931 55421 76 150 0 56778 0
Current children cumulated CPU time (s) 3310.63
Current children cumulated vsize (KiB) 246944

[startup+3402.31 s]
/proc/loadavg: 1.99 1.97 1.91 3/76 3909
/proc/meminfo: memFree=1350880/2055920 swapFree=4192956/4192956
[pid=3819] ppid=3817 vsize=13864 CPUtime=27.88
/proc/3819/stat : 3819 (sugar) S 3817 3819 3699 0 -1 4194304 1331 79782 0 82 4 1 2680 103 16 0 1 0 3957528 14196736 845 996147200 4194304 4206940 548682068592 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3819/statm: 3466 845 374 3 0 566 0
[pid=3900] ppid=3819 vsize=5356 CPUtime=0
/proc/3900/stat : 3900 (sh) S 3819 3819 3699 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3960372 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3900/statm: 1339 232 193 169 0 50 0
[pid=3901] ppid=3900 vsize=227724 CPUtime=3342.19
/proc/3901/stat : 3901 (minisat) R 3900 3819 3699 0 -1 4194304 55462 0 0 0 334173 46 0 0 25 0 1 0 3960372 233189376 55423 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/3901/statm: 56931 55423 76 150 0 56778 0
Current children cumulated CPU time (s) 3370.07
Current children cumulated vsize (KiB) 246944

[startup+3462.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/76 3909
/proc/meminfo: memFree=1350688/2055920 swapFree=4192956/4192956
[pid=3819] ppid=3817 vsize=13864 CPUtime=27.88
/proc/3819/stat : 3819 (sugar) S 3817 3819 3699 0 -1 4194304 1331 79782 0 82 4 1 2680 103 16 0 1 0 3957528 14196736 845 996147200 4194304 4206940 548682068592 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3819/statm: 3466 845 374 3 0 566 0
[pid=3900] ppid=3819 vsize=5356 CPUtime=0
/proc/3900/stat : 3900 (sh) S 3819 3819 3699 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3960372 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3900/statm: 1339 232 193 169 0 50 0
[pid=3901] ppid=3900 vsize=227724 CPUtime=3401.62
/proc/3901/stat : 3901 (minisat) R 3900 3819 3699 0 -1 4194304 55463 0 0 0 340116 46 0 0 25 0 1 0 3960372 233189376 55424 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3901/statm: 56931 55424 76 150 0 56778 0
Current children cumulated CPU time (s) 3429.5
Current children cumulated vsize (KiB) 246944

[startup+3522.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/76 3909
/proc/meminfo: memFree=1350688/2055920 swapFree=4192956/4192956
[pid=3819] ppid=3817 vsize=13864 CPUtime=27.88
/proc/3819/stat : 3819 (sugar) S 3817 3819 3699 0 -1 4194304 1331 79782 0 82 4 1 2680 103 16 0 1 0 3957528 14196736 845 996147200 4194304 4206940 548682068592 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3819/statm: 3466 845 374 3 0 566 0
[pid=3900] ppid=3819 vsize=5356 CPUtime=0
/proc/3900/stat : 3900 (sh) S 3819 3819 3699 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3960372 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3900/statm: 1339 232 193 169 0 50 0
[pid=3901] ppid=3900 vsize=227724 CPUtime=3461.06
/proc/3901/stat : 3901 (minisat) R 3900 3819 3699 0 -1 4194304 55464 0 0 0 346060 46 0 0 25 0 1 0 3960372 233189376 55425 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3901/statm: 56931 55425 76 150 0 56778 0
Current children cumulated CPU time (s) 3488.94
Current children cumulated vsize (KiB) 246944

[startup+3582.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/76 3909
/proc/meminfo: memFree=1350496/2055920 swapFree=4192956/4192956
[pid=3819] ppid=3817 vsize=13864 CPUtime=27.88
/proc/3819/stat : 3819 (sugar) S 3817 3819 3699 0 -1 4194304 1331 79782 0 82 4 1 2680 103 16 0 1 0 3957528 14196736 845 996147200 4194304 4206940 548682068592 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3819/statm: 3466 845 374 3 0 566 0
[pid=3900] ppid=3819 vsize=5356 CPUtime=0
/proc/3900/stat : 3900 (sh) S 3819 3819 3699 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3960372 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3900/statm: 1339 232 193 169 0 50 0
[pid=3901] ppid=3900 vsize=227724 CPUtime=3520.5
/proc/3901/stat : 3901 (minisat) R 3900 3819 3699 0 -1 4194304 55470 0 0 0 352004 46 0 0 25 0 1 0 3960372 233189376 55431 996147200 134512640 135127466 4294956256 18446744073709551615 134530616 0 0 4096 3 0 0 0 17 1 0 0
/proc/3901/statm: 56931 55431 76 150 0 56778 0
Current children cumulated CPU time (s) 3548.38
Current children cumulated vsize (KiB) 246944



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3634.2 s]
/proc/loadavg: 1.99 1.97 1.91 3/84 3948
/proc/meminfo: memFree=1347680/2055920 swapFree=4192956/4192956
[pid=3819] ppid=3817 vsize=13864 CPUtime=27.88
/proc/3819/stat : 3819 (sugar) S 3817 3819 3699 0 -1 4194304 1331 79782 0 82 4 1 2680 103 16 0 1 0 3957528 14196736 845 996147200 4194304 4206940 548682068592 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3819/statm: 3466 845 374 3 0 566 0
[pid=3900] ppid=3819 vsize=5356 CPUtime=0
/proc/3900/stat : 3900 (sh) S 3819 3819 3699 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3960372 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3900/statm: 1339 232 193 169 0 50 0
[pid=3901] ppid=3900 vsize=227724 CPUtime=3572.16
/proc/3901/stat : 3901 (minisat) R 3900 3819 3699 0 -1 4194304 55471 0 0 0 357168 48 0 0 25 0 1 0 3960372 233189376 55432 996147200 134512640 135127466 4294956256 18446744073709551615 134530938 0 0 4096 3 0 0 0 17 0 0 0
/proc/3901/statm: 56931 55432 76 150 0 56778 0
Current children cumulated CPU time (s) 3600.04
Current children cumulated vsize (KiB) 246944

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 3819 and gives
#  childrusage.ru_utime.tv_sec=26
#  childrusage.ru_utime.tv_usec=855917
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=87834
# CPU time returned by wait4() is 27.9438
# while last known CPU time is 3600.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3634.27
CPU time (s): 3600.04
CPU user time (s): 3598.52
CPU system time (s): 1.52
CPU usage (%): 99.0581
Max. virtual memory (cumulated for all children) (KiB): 887464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 26.8559
system time used= 1.08783
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 81456
page faults= 82
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15426
involuntary context switches= 15509

runsolver used 5.87811 second user time and 10.6374 second system time

The end

Launcher Data (download as text)

Begin job on node64 at 2008-07-23 01:18:25
IDJOB=1127420
IDBENCH=63359
IDSOLVER=368
FILE ID=node64/1127420-1216768705
PBS_JOBID= 7974094
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/cnf/3-80-1100-2000/normalized-cnf-3-80-1500-895345_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-1127420-1216768705/watcher-1127420-1216768705 -o /tmp/evaluation-result-1127420-1216768705/solver-1127420-1216768705 -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-1127420-1216768705.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 87ba74751d0bd7acfa693e3072b71aab
RANDOM SEED=335948997

node64.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.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 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.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1658520 kB
Buffers:         22992 kB
Cached:         313540 kB
SwapCached:          0 kB
Active:         284224 kB
Inactive:        69580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1658520 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1380 kB
Writeback:           0 kB
Mapped:          28240 kB
Slab:            28660 kB
Committed_AS:    80152 kB
PageTables:       1748 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= 66560 MiB
End job on node64 at 2008-07-23 02:19:01