Trace number 1109677

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+minisat-incOPTIMUM2 2457.49 2466.27

General information on the benchmark

Namecsp/rand-10-20-10/
normalized-rand-10-20-10-5-10000-10_ext.xml
MD5SUM8251395210f77b2e86753effd7694eb9
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints2
Best CPU time to get the best result obtained on this benchmark2106.58
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints5
Maximum constraint arity10
Maximum domain size10
Number of constraints which are defined in extension5
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.01/0.07	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.01/0.07	c 0	BEGIN Fri Jul 11 22:27:05 2008
0.01/0.07	c 0	PID 15658
0.01/0.08	c 0	HOST node28.alineos.net
0.01/0.08	c 0	CONVERTING HOME/instance-1109677-1215808024.xml TO HOME/temp.csp
0.01/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1109677-1215808024.xml' 'HOME/temp.csp'
0.07/0.65	c 0	1 domains, 20 variables, 0 predicates, 5 relations, 5 constraints
0.07/0.71	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.71	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.07/0.79	c 1	Parsing HOME/temp.csp
1.30/1.47	c 1	parsed 31 expressions
1.30/1.47	c 1	Heap : 13 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.30/1.47	c 1	MAX CSP: 5 constraints
1.30/1.47	c 1	Converting to clausal form CSP
1.30/1.49	c 1	converted 4 (10%) expressions
1.30/1.49	c 1	converted 8 (20%) expressions
1.30/1.49	c 1	converted 12 (30%) expressions
1.30/1.49	c 1	converted 16 (40%) expressions
1.30/1.49	c 1	converted 20 (50%) expressions
1.40/1.52	c 1	converted 24 (60%) expressions
1.70/1.80	c 2	converted 28 (70%) expressions
2.09/2.24	c 2	converted 32 (80%) expressions
2.39/2.56	c 2	converted 36 (90%) expressions
2.39/2.56	c 2	converted 39 (100%) expressions
2.39/2.56	c 2	CSP : 26 integers, 0 booleans, 6 clauses, largest domain size 10
2.39/2.56	c 2	Heap : 53 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.39/2.56	c 2	Propagation in CSP
2.39/2.56	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.39/2.56	c 2	CSP : 26 integers, 0 booleans, 6 clauses, largest domain size 10
2.39/2.56	c 2	Heap : 53 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.39/2.56	c 2	Simplifing CSP by introducing new Boolean variables
2.39/2.56	c 2	CSP : 26 integers, 0 booleans, 6 clauses, largest domain size 10
2.39/2.56	c 2	Heap : 53 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.59/2.79	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.69/2.80	c 3	3 (10%) CSP integer variables are encoded (24 clauses, 264 bytes)
2.69/2.80	c 3	6 (20%) CSP integer variables are encoded (48 clauses, 480 bytes)
2.69/2.80	c 3	8 (30%) CSP integer variables are encoded (64 clauses, 624 bytes)
2.69/2.80	c 3	11 (40%) CSP integer variables are encoded (88 clauses, 840 bytes)
2.69/2.80	c 3	13 (50%) CSP integer variables are encoded (104 clauses, 1016 bytes)
2.69/2.80	c 3	16 (60%) CSP integer variables are encoded (128 clauses, 1280 bytes)
2.69/2.81	c 3	19 (70%) CSP integer variables are encoded (152 clauses, 1544 bytes)
2.69/2.81	c 3	21 (80%) CSP integer variables are encoded (160 clauses, 1632 bytes)
2.69/2.81	c 3	24 (90%) CSP integer variables are encoded (160 clauses, 1632 bytes)
2.69/2.81	c 3	26 (100%) CSP integer variables are encoded (164 clauses, 1676 bytes)
152.29/153.80	c 154	1 (10%) CSP clauses are encoded (140870 clauses, 7263949 bytes)
298.81/302.44	c 302	2 (20%) CSP clauses are encoded (281852 clauses, 14545960 bytes)
461.30/465.82	c 466	3 (30%) CSP clauses are encoded (422905 clauses, 21828236 bytes)
623.03/628.26	c 628	4 (40%) CSP clauses are encoded (563934 clauses, 29538063 bytes)
773.12/779.53	c 779	5 (50%) CSP clauses are encoded (705064 clauses, 37753843 bytes)
773.12/779.53	c 779	6 (60%) CSP clauses are encoded (705095 clauses, 37754380 bytes)
773.12/779.53	c 779	6 CSP clauses encoded
773.12/779.53	c 779	Writing map file : HOME/temp.map
773.12/779.54	c 779	Heap : 58 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
773.12/779.54	c 779	SAT : 190 SAT variables, 705095 SAT clauses, 37754380 bytes
773.12/779.54	c 779	Heap : 58 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
773.17/779.60	c 779	OBJECTIVE minimize _COST
773.17/779.60	c 779	SOLVING HOME/temp.cnf
773.17/779.60	c 779	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
773.17/779.60	c 779	This is MiniSat 2.0 beta incremental
773.17/779.60	c 779	WARNING: for repeatability, setting FPU to use double precision
773.17/779.60	c 779	============================[ Problem Statistics ]=============================
773.17/779.60	c 779	|                                                                             |
773.17/779.60	c 779	|  Number of variables:  190                                                  |
773.17/779.60	c 779	|  Number of clauses:    705095                                               |
774.06/780.56	c 780	|  Parsing time:         0.87         s                                       |
774.17/780.63	c 780	OK
774.17/780.63	c 780	OBJECTIVE BOUND: 0 <= _COST <= 
774.17/780.63	c 780	SEARCHING: _COST <= 3
774.17/780.63	c 780	============================[ Search Statistics ]==============================
774.17/780.63	c 780	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
774.17/780.63	c 780	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
774.17/780.63	c 780	===============================================================================
774.17/780.63	c 780	|         0 |     190   705095  9561190 |   235031        0    nan |  0.000 % |
774.57/781.02	c 781	|       101 |     190   705095  9561190 |   258534      101     11 |  0.006 % |
774.67/781.19	c 781	|       253 |     190   705095  9561190 |   284388      253     11 |  0.006 % |
775.07/781.58	c 781	|       478 |     190   705095  9561190 |   312827      478     10 |  0.006 % |
775.57/782.07	c 782	===============================================================================
775.57/782.07	c 782	restarts              : 4
775.57/782.07	c 782	conflicts             : 749           (317 /sec)
775.57/782.07	c 782	decisions             : 1076          (1.30 % random) (456 /sec)
775.57/782.07	c 782	propagations          : 8983           (3804 /sec)
775.57/782.07	c 782	conflict literals     : 7727           (24.01 % deleted)
775.57/782.07	c 782	Memory used           : 63.89 MB
775.57/782.07	c 782	CPU time              : 2.36164 s
775.57/782.07	c 782	
775.57/782.07	c 782	SATISFIABLE
775.57/782.07	c 782	OK
775.57/782.07	c 782	FOUND: _COST <= 3
775.57/782.07	s SATISFIABLE
775.57/782.07	c 782	DECODING HOME/temp.out WITH HOME/temp.map
775.57/782.07	c 782	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
775.64/782.15	c 782	Decoding HOME/temp.out
775.64/782.17	c 782	OBJECTIVE _COST 3
775.64/782.17	o 3
775.64/782.17	v 9 2 9 1 9 9 5 9 9 9 5 9 4 1 5 1 6 2 9 5
775.64/782.18	c 782	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
775.64/782.19	c 782	OK
775.64/782.19	c 782	OBJECTIVE BOUND: 0 <= _COST <= 3
775.64/782.19	c 782	SEARCHING: _COST <= 1
775.74/782.21	c 782	============================[ Search Statistics ]==============================
775.74/782.21	c 782	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
775.74/782.21	c 782	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
775.74/782.21	c 782	===============================================================================
775.74/782.21	c 782	|       749 |     190   705095  9561190 |   235031      749     10 |  0.006 % |
775.84/782.33	c 782	|       850 |     190   705095  9561190 |   258534      850     10 |  1.058 % |
776.04/782.51	c 782	|      1001 |     190   705095  9561190 |   284388     1001     10 |  1.058 % |
776.64/783.11	c 783	|      1227 |     190   705095  9561190 |   312827     1227     10 |  1.058 % |
777.04/783.59	c 783	|      1564 |     190   705095  9561190 |   344109     1564     11 |  1.058 % |
778.28/785.31	c 785	|      2070 |     190   705095  9561190 |   378520     2070     11 |  1.058 % |
779.63/787.29	c 787	|      2829 |     190   705095  9561190 |   416372     2829     11 |  1.058 % |
781.82/789.47	c 789	|      3969 |     190   705095  9561190 |   458010     3969     12 |  1.058 % |
784.42/792.10	c 792	|      5677 |     190   705095  9561190 |   503811     5677     12 |  1.058 % |
788.62/796.23	c 796	|      8240 |     190   705095  9561190 |   554192     8240     12 |  1.058 % |
796.01/803.66	c 803	|     12084 |     190   705095  9561190 |   609611    12084     12 |  1.058 % |
805.19/812.81	c 813	|     17852 |     190   705095  9561190 |   670572    17852     13 |  1.058 % |
818.67/826.39	c 826	|     26501 |     190   705095  9561190 |   737630    26501     14 |  1.058 % |
848.13/855.82	c 856	|     39477 |     190   705095  9561190 |   811393    39477     14 |  1.058 % |
881.92/889.62	c 889	|     58938 |     190   705095  9561190 |   892532    58938     14 |  1.058 % |
944.57/952.39	c 952	|     88130 |     190   705095  9561190 |   981785    88130     14 |  1.058 % |
1056.30/1064.17	c 1064	|    131920 |     190   705095  9561190 |  1079964   131920     14 |  1.061 % |
1211.51/1219.42	c 1219	|    197604 |     190   705095  9561190 |  1187960   197604     15 |  1.061 % |
1497.94/1506.05	c 1506	|    296133 |     190   705095  9561190 |  1306756   296133     15 |  1.064 % |
1994.40/2002.88	c 2003	|    443922 |     190   705095  9561190 |  1437432   443922     15 |  1.072 % |
2355.04/2363.79	c 2364	===============================================================================
2355.04/2363.79	c 2364	restarts              : 24
2355.04/2363.79	c 2364	conflicts             : 534611        (338 /sec)
2355.04/2363.79	c 2364	decisions             : 651785        (1.61 % random) (412 /sec)
2355.04/2363.79	c 2364	propagations          : 7369532        (4660 /sec)
2355.04/2363.79	c 2364	conflict literals     : 8197341        (16.79 % deleted)
2355.04/2363.79	c 2364	Memory used           : 121.62 MB
2355.04/2363.79	c 2364	CPU time              : 1581.56 s
2355.04/2363.79	c 2364	
2355.04/2363.79	c 2364	UNSATISFIABLE
2355.04/2363.79	c 2364	OK
2355.04/2363.79	c 2364	NOT FOUND: _COST <= 1
2355.04/2363.79	c 2364	OK
2355.04/2363.79	c 2364	OBJECTIVE BOUND: 2 <= _COST <= 3
2355.04/2363.79	c 2364	SEARCHING: _COST <= 2
2355.04/2363.79	c 2364	============================[ Search Statistics ]==============================
2355.04/2363.79	c 2364	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2355.04/2363.79	c 2364	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2355.04/2363.79	c 2364	===============================================================================
2355.04/2363.79	c 2364	|    534611 |     190   705095  9561190 |   235031   534610     15 |  1.072 % |
2418.59/2427.38	c 2427	|    534712 |     189   705095  9561190 |   258534    28604     13 |  2.108 % |
2418.89/2427.69	c 2427	|    534862 |     189   705095  9561190 |   284388    28754     13 |  2.108 % |
2419.59/2428.37	c 2428	|    535089 |     189   705095  9561190 |   312827    28981     13 |  2.108 % |
2420.19/2428.95	c 2429	|    535426 |     189   705095  9561190 |   344109    29318     13 |  2.108 % |
2421.39/2430.19	c 2430	|    535932 |     189   705095  9561190 |   378520    29824     13 |  2.108 % |
2422.69/2431.47	c 2431	|    536692 |     189   705095  9561190 |   416372    30584     13 |  2.108 % |
2426.18/2434.92	c 2435	|    537831 |     189   705095  9561190 |   458010    31723     13 |  2.108 % |
2429.78/2438.50	c 2438	|    539541 |     189   705095  9561190 |   503811    33433     13 |  2.108 % |
2435.97/2444.73	c 2444	|    542104 |     189   705095  9561190 |   554192    35996     13 |  2.108 % |
2441.67/2450.47	c 2450	|    545949 |     189   705095  9561190 |   609611    39841     13 |  2.108 % |
2453.75/2462.54	c 2462	|    551715 |     189   705095  9561190 |   670572    45607     13 |  2.108 % |
2457.25/2466.06	c 2466	===============================================================================
2457.25/2466.06	c 2466	restarts              : 36
2457.25/2466.06	c 2466	conflicts             : 553435        (329 /sec)
2457.25/2466.06	c 2466	decisions             : 675381        (1.61 % random) (401 /sec)
2457.25/2466.06	c 2466	propagations          : 7646151        (4541 /sec)
2457.25/2466.06	c 2466	conflict literals     : 8435055        (16.89 % deleted)
2457.25/2466.06	c 2466	Memory used           : 121.62 MB
2457.25/2466.06	c 2466	CPU time              : 1683.74 s
2457.25/2466.06	c 2466	
2457.25/2466.06	c 2466	SATISFIABLE
2457.25/2466.06	c 2466	OK
2457.25/2466.06	c 2466	FOUND: _COST <= 2
2457.25/2466.06	c 2466	DECODING HOME/temp.out WITH HOME/temp.map
2457.25/2466.06	c 2466	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2457.32/2466.15	c 2466	Decoding HOME/temp.out
2457.32/2466.17	c 2466	OBJECTIVE _COST 2
2457.32/2466.17	o 2
2457.32/2466.17	v 9 6 6 2 8 5 8 9 9 1 0 2 9 8 5 7 0 7 8 9
2457.32/2466.17	c 2466	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
2457.32/2466.22	c 2466	OK
2457.32/2466.22	c 2466	OBJECTIVE _COST 2
2457.32/2466.22	s OPTIMUM FOUND
2457.32/2466.26	c 2466	CPU 2456.04 (0.07 0.01 2455.97 1.4)
2457.32/2466.26	c 2466	END Fri Jul 11 23:08:11 2008

Verifier Data (download as text)

OK	2	3
2 unsatisfied constraints, 3 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-1109677-1215808024/watcher-1109677-1215808024 -o /tmp/evaluation-result-1109677-1215808024/solver-1109677-1215808024 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1109677-1215808024.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: 0.00 0.00 0.00 4/72 15658
/proc/meminfo: memFree=1945660/2055920 swapFree=4180100/4192956
[pid=15658] ppid=15655 vsize=12268 CPUtime=0
/proc/15658/stat : 15658 (sugar++) R 15655 15658 15582 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 37504666 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 217871776357 0 2147483391 4224 0 0 0 0 17 0 0 0
/proc/15658/statm: 3067 316 241 3 0 167 0

[startup+0.023668 s]
/proc/loadavg: 0.00 0.00 0.00 4/72 15658
/proc/meminfo: memFree=1945660/2055920 swapFree=4180100/4192956
[pid=15658] ppid=15655 vsize=12676 CPUtime=0.01
/proc/15658/stat : 15658 (sugar++) R 15655 15658 15582 0 -1 4194304 549 0 0 0 1 0 0 0 18 0 1 0 37504666 12980224 517 996147200 4194304 4206940 548682068528 18446744073709551615 217889854496 0 0 4224 0 0 0 0 17 1 0 0
/proc/15658/statm: 3169 517 316 3 0 269 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12676

[startup+0.102324 s]
/proc/loadavg: 0.00 0.00 0.00 4/72 15658
/proc/meminfo: memFree=1945660/2055920 swapFree=4180100/4192956
[pid=15658] ppid=15655 vsize=16740 CPUtime=0.07
/proc/15658/stat : 15658 (sugar++) S 15655 15658 15582 0 -1 4194304 1219 128 0 0 6 1 0 0 19 0 1 0 37504666 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15658/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.302344 s]
/proc/loadavg: 0.00 0.00 0.00 4/72 15658
/proc/meminfo: memFree=1945660/2055920 swapFree=4180100/4192956
[pid=15658] ppid=15655 vsize=16740 CPUtime=0.07
/proc/15658/stat : 15658 (sugar++) S 15655 15658 15582 0 -1 4194304 1219 128 0 0 6 1 0 0 19 0 1 0 37504666 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15658/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.701386 s]
/proc/loadavg: 0.00 0.00 0.00 4/72 15658
/proc/meminfo: memFree=1945660/2055920 swapFree=4180100/4192956
[pid=15658] ppid=15655 vsize=16740 CPUtime=0.07
/proc/15658/stat : 15658 (sugar++) S 15655 15658 15582 0 -1 4194304 1236 128 0 0 6 1 0 0 15 0 1 0 37504666 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15658/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+1.50148 s]
/proc/loadavg: 0.00 0.00 0.00 3/91 15688
/proc/meminfo: memFree=1886052/2055920 swapFree=4180100/4192956
[pid=15658] ppid=15655 vsize=16740 CPUtime=0.64
/proc/15658/stat : 15658 (sugar++) S 15655 15658 15582 0 -1 4194304 1297 7970 0 1 6 1 52 5 15 0 1 0 37504666 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15658/statm: 4185 1104 409 3 0 764 0
[pid=15679] ppid=15658 vsize=5356 CPUtime=0
/proc/15679/stat : 15679 (sh) S 15658 15658 15582 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37504737 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15679/statm: 1339 233 193 169 0 50 0
[pid=15680] ppid=15679 vsize=864216 CPUtime=0.76
/proc/15680/stat : 15680 (java) S 15679 15658 15582 0 -1 0 8341 0 1 0 72 4 0 0 20 0 9 0 37504738 884957184 7550 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15680/statm: 216054 7550 2540 9 0 210629 0
[pid=15680/tid=15681] ppid=15679 vsize=864216 CPUtime=0.43
/proc/15680/task/15681/stat : 15681 (java) R 15679 15658 15582 0 -1 64 2664 0 1 0 42 1 0 0 25 0 9 0 37504739 884957184 7550 996147200 134512640 134550740 4294955920 18446744073709551615 4125924730 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15680/tid=15682] ppid=15679 vsize=864216 CPUtime=0.27
/proc/15680/task/15682/stat : 15682 (java) S 15679 15658 15582 0 -1 64 4667 0 0 0 26 1 0 0 16 0 9 0 37504740 884957184 7550 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15680/tid=15683] ppid=15679 vsize=864216 CPUtime=0
/proc/15680/task/15683/stat : 15683 (java) S 15679 15658 15582 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 37504740 884957184 7550 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15680/tid=15684] ppid=15679 vsize=864216 CPUtime=0
/proc/15680/task/15684/stat : 15684 (java) S 15679 15658 15582 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 37504740 884957184 7550 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15680/tid=15685] ppid=15679 vsize=864216 CPUtime=0
/proc/15680/task/15685/stat : 15685 (java) S 15679 15658 15582 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 37504742 884957184 7550 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15680/tid=15686] ppid=15679 vsize=864216 CPUtime=0.03
/proc/15680/task/15686/stat : 15686 (java) S 15679 15658 15582 0 -1 64 312 0 0 0 3 0 0 0 16 0 9 0 37504742 884957184 7550 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15680/tid=15687] ppid=15679 vsize=864216 CPUtime=0
/proc/15680/task/15687/stat : 15687 (java) S 15679 15658 15582 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 37504742 884957184 7550 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15680/tid=15688] ppid=15679 vsize=864216 CPUtime=0
/proc/15680/task/15688/stat : 15688 (java) S 15679 15658 15582 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 37504742 884957184 7550 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 886312

[startup+3.10167 s]
/proc/loadavg: 0.00 0.00 0.00 4/91 15688
/proc/meminfo: memFree=1850596/2055920 swapFree=4180100/4192956
[pid=15658] ppid=15655 vsize=16740 CPUtime=0.64
/proc/15658/stat : 15658 (sugar++) S 15655 15658 15582 0 -1 4194304 1297 7970 0 1 6 1 52 5 15 0 1 0 37504666 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15658/statm: 4185 1104 409 3 0 764 0
[pid=15679] ppid=15658 vsize=5356 CPUtime=0
/proc/15679/stat : 15679 (sh) S 15658 15658 15582 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37504737 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15679/statm: 1339 233 193 169 0 50 0
[pid=15680] ppid=15679 vsize=864328 CPUtime=2.34
/proc/15680/stat : 15680 (java) S 15679 15658 15582 0 -1 0 18529 0 1 0 226 8 0 0 20 0 9 0 37504738 885071872 17195 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15680/statm: 216082 17195 2564 9 0 210629 0
[pid=15680/tid=15681] ppid=15679 vsize=864328 CPUtime=1.04
/proc/15680/task/15681/stat : 15681 (java) R 15679 15658 15582 0 -1 64 3208 0 1 0 102 2 0 0 25 0 9 0 37504739 885071872 17195 996147200 134512640 134550740 4294955920 18446744073709551615 4126554125 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15680/tid=15682] ppid=15679 vsize=864328 CPUtime=1.21
/proc/15680/task/15682/stat : 15682 (java) S 15679 15658 15582 0 -1 64 14285 0 0 0 116 5 0 0 16 0 9 0 37504740 885071872 17195 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15680/tid=15683] ppid=15679 vsize=864328 CPUtime=0
/proc/15680/task/15683/stat : 15683 (java) S 15679 15658 15582 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 37504740 885071872 17195 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15680/tid=15684] ppid=15679 vsize=864328 CPUtime=0
/proc/15680/task/15684/stat : 15684 (java) S 15679 15658 15582 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 37504740 885071872 17195 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15680/tid=15685] ppid=15679 vsize=864328 CPUtime=0
/proc/15680/task/15685/stat : 15685 (java) S 15679 15658 15582 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 37504742 885071872 17195 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15680/tid=15686] ppid=15679 vsize=864328 CPUtime=0.07
/proc/15680/task/15686/stat : 15686 (java) S 15679 15658 15582 0 -1 64 338 0 0 0 7 0 0 0 16 0 9 0 37504742 885071872 17195 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15680/tid=15687] ppid=15679 vsize=864328 CPUtime=0
/proc/15680/task/15687/stat : 15687 (java) S 15679 15658 15582 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 37504742 885071872 17195 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15680/tid=15688] ppid=15679 vsize=864328 CPUtime=0
/proc/15680/task/15688/stat : 15688 (java) S 15679 15658 15582 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 37504742 885071872 17195 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 886424

[startup+6.30225 s]
/proc/loadavg: 0.24 0.05 0.02 4/91 15688
/proc/meminfo: memFree=1835236/2055920 swapFree=4180100/4192956
[pid=15658] ppid=15655 vsize=16740 CPUtime=0.64
/proc/15658/stat : 15658 (sugar++) S 15655 15658 15582 0 -1 4194304 1297 7970 0 1 6 1 52 5 15 0 1 0 37504666 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15658/statm: 4185 1104 409 3 0 764 0
[pid=15679] ppid=15658 vsize=5356 CPUtime=0
/proc/15679/stat : 15679 (sh) S 15658 15658 15582 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37504737 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15679/statm: 1339 233 193 169 0 50 0
[pid=15680] ppid=15679 vsize=864328 CPUtime=4.41
/proc/15680/stat : 15680 (java) S 15679 15658 15582 0 -1 0 18536 0 1 0 423 18 0 0 20 0 9 0 37504738 885071872 17195 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15680/statm: 216082 17195 2564 9 0 210629 0
[pid=15680/tid=15681] ppid=15679 vsize=864328 CPUtime=2.84
/proc/15680/task/15681/stat : 15681 (java) R 15679 15658 15582 0 -1 64 3215 0 1 0 280 4 0 0 25 0 9 0 37504739 885071872 17195 996147200 134512640 134550740 4294955920 18446744073709551615 4126554199 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15680/tid=15682] ppid=15679 vsize=864328 CPUtime=1.37
/proc/15680/task/15682/stat : 15682 (java) S 15679 15658 15582 0 -1 64 14285 0 0 0 130 7 0 0 18 0 9 0 37504740 885071872 17195 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15680/tid=15683] ppid=15679 vsize=864328 CPUtime=0
/proc/15680/task/15683/stat : 15683 (java) S 15679 15658 15582 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 37504740 885071872 17195 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15680/tid=15684] ppid=15679 vsize=864328 CPUtime=0
/proc/15680/task/15684/stat : 15684 (java) S 15679 15658 15582 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 37504740 885071872 17195 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15680/tid=15685] ppid=15679 vsize=864328 CPUtime=0
/proc/15680/task/15685/stat : 15685 (java) S 15679 15658 15582 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 37504742 885071872 17195 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15680/tid=15686] ppid=15679 vsize=864328 CPUtime=0.07
/proc/15680/task/15686/stat : 15686 (java) S 15679 15658 15582 0 -1 64 338 0 0 0 7 0 0 0 16 0 9 0 37504742 885071872 17195 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15680/tid=15687] ppid=15679 vsize=864328 CPUtime=0
/proc/15680/task/15687/stat : 15687 (java) S 15679 15658 15582 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 37504742 885071872 17195 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15680/tid=15688] ppid=15679 vsize=864328 CPUtime=0.08
/proc/15680/task/15688/stat : 15688 (java) S 15679 15658 15582 0 -1 64 1 0 0 0 3 5 0 0 15 0 9 0 37504742 885071872 17195 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.05
Current children cumulated vsize (KiB) 886424

[startup+12.703 s]
/proc/loadavg: 0.38 0.08 0.03 3/91 15688
/proc/meminfo: memFree=1834860/2055920 swapFree=4180100/4192956
[pid=15658] ppid=15655 vsize=16740 CPUtime=0.64
/proc/15658/stat : 15658 (sugar++) S 15655 15658 15582 0 -1 4194304 1297 7970 0 1 6 1 52 5 15 0 1 0 37504666 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15658/statm: 4185 1104 409 3 0 764 0
[pid=15679] ppid=15658 vsize=5356 CPUtime=0
/proc/15679/stat : 15679 (sh) S 15658 15658 15582 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37504737 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15679/statm: 1339 233 193 169 0 50 0
[pid=15680] ppid=15679 vsize=864328 CPUtime=10.68
/proc/15680/stat : 15680 (java) S 15679 15658 15582 0 -1 0 18540 0 1 0 1048 20 0 0 20 0 9 0 37504738 885071872 17195 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15680/statm: 216082 17195 2564 9 0 210629 0
[pid=15680/tid=15681] ppid=15679 vsize=864328 CPUtime=9.08
/proc/15680/task/15681/stat : 15681 (java) R 15679 15658 15582 0 -1 64 3219 0 1 0 904 4 0 0 25 0 9 0 37504739 885071872 17195 996147200 134512640 134550740 4294955920 18446744073709551615 4126554090 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15680/tid=15682] ppid=15679 vsize=864328 CPUtime=1.38
/proc/15680/task/15682/stat : 15682 (java) S 15679 15658 15582 0 -1 64 14285 0 0 0 131 7 0 0 16 0 9 0 37504740 885071872 17195 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15680/tid=15683] ppid=15679 vsize=864328 CPUtime=0
/proc/15680/task/15683/stat : 15683 (java) S 15679 15658 15582 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 37504740 885071872 17195 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15680/tid=15684] ppid=15679 vsize=864328 CPUtime=0
/proc/15680/task/15684/stat : 15684 (java) S 15679 15658 15582 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 37504740 885071872 17195 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15680/tid=15685] ppid=15679 vsize=864328 CPUtime=0
/proc/15680/task/15685/stat : 15685 (java) S 15679 15658 15582 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 37504742 885071872 17195 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15680/tid=15686] ppid=15679 vsize=864328 CPUtime=0.07
/proc/15680/task/15686/stat : 15686 (java) S 15679 15658 15582 0 -1 64 338 0 0 0 7 0 0 0 16 0 9 0 37504742 885071872 17195 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15680/tid=15687] ppid=15679 vsize=864328 CPUtime=0
/proc/15680/task/15687/stat : 15687 (java) S 15679 15658 15582 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 37504742 885071872 17195 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15680/tid=15688] ppid=15679 vsize=864328 CPUtime=0.1
/proc/15680/task/15688/stat : 15688 (java) S 15679 15658 15582 0 -1 64 1 0 0 0 4 6 0 0 15 0 9 0 37504742 885071872 17195 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.32
Current children cumulated vsize (KiB) 886424

[startup+25.5014 s]
/proc/loadavg: 0.74 0.18 0.06 3/91 15688
/proc/meminfo: memFree=1834924/2055920 swapFree=4180100/4192956
[pid=15658] ppid=15655 vsize=16740 CPUtime=0.64
/proc/15658/stat : 15658 (sugar++) S 15655 15658 15582 0 -1 4194304 1297 7970 0 1 6 1 52 5 15 0 1 0 37504666 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15658/statm: 4185 1104 409 3 0 764 0
[pid=15679] ppid=15658 vsize=5356 CPUtime=0
/proc/15679/stat : 15679 (sh) S 15658 15658 15582 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37504737 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15679/statm: 1339 233 193 169 0 50 0
[pid=15680] ppid=15679 vsize=864328 CPUtime=23.44
/proc/15680/stat : 15680 (java) S 15679 15658 15582 0 -1 0 18558 0 1 0 2324 20 0 0 20 0 9 0 37504738 885071872 17195 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15680/statm: 216082 17195 2564 9 0 210629 0
[pid=15680/tid=15681] ppid=15679 vsize=864328 CPUtime=21.77
/proc/15680/task/15681/stat : 15681 (java) R 15679 15658 15582 0 -1 64 3237 0 1 0 2173 4 0 0 25 0 9 0 37504739 885071872 17195 996147200 134512640 134550740 4294955920 18446744073709551615 4126554149 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15680/tid=15682] ppid=15679 vsize=864328 CPUtime=1.45
/proc/15680/task/15682/stat : 15682 (java) S 15679 15658 15582 0 -1 64 14285 0 0 0 138 7 0 0 16 0 9 0 37504740 885071872 17195 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15680/tid=15683] ppid=15679 vsize=864328 CPUtime=0
/proc/15680/task/15683/stat : 15683 (java) S 15679 15658 15582 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 37504740 885071872 17195 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15680/tid=15684] ppid=15679 vsize=864328 CPUtime=0
/proc/15680/task/15684/stat : 15684 (java) S 15679 15658 15582 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 37504740 885071872 17195 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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


[startup+2142.3 s]
/proc/loadavg: 2.00 1.97 1.76 3/82 15705
/proc/meminfo: memFree=1741748/2055920 swapFree=4180100/4192956
[pid=15658] ppid=15655 vsize=16740 CPUtime=773.28
/proc/15658/stat : 15658 (sugar++) S 15655 15658 15582 0 -1 4194304 1542 52942 0 3 6 1 77216 105 16 0 1 0 37504666 17141760 1112 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15658/statm: 4185 1112 414 3 0 764 0
[pid=15689] ppid=15658 vsize=119888 CPUtime=1360.52
/proc/15689/stat : 15689 (minisat-inc) R 15658 15658 15582 0 -1 4194304 28470 0 0 0 136024 28 0 0 25 0 1 0 37582626 122765312 28415 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/15689/statm: 29972 28415 79 151 0 29818 0
Current children cumulated CPU time (s) 2133.8
Current children cumulated vsize (KiB) 136628

[startup+2202.3 s]
/proc/loadavg: 2.00 1.97 1.77 3/82 15705
/proc/meminfo: memFree=1740212/2055920 swapFree=4180100/4192956
[pid=15658] ppid=15655 vsize=16740 CPUtime=773.28
/proc/15658/stat : 15658 (sugar++) S 15655 15658 15582 0 -1 4194304 1542 52942 0 3 6 1 77216 105 16 0 1 0 37504666 17141760 1112 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15658/statm: 4185 1112 414 3 0 764 0
[pid=15689] ppid=15658 vsize=121336 CPUtime=1420.48
/proc/15689/stat : 15689 (minisat-inc) R 15658 15658 15582 0 -1 4194304 28848 0 0 0 142020 28 0 0 25 0 1 0 37582626 124248064 28793 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/15689/statm: 30334 28793 79 151 0 30180 0
Current children cumulated CPU time (s) 2193.76
Current children cumulated vsize (KiB) 138076

[startup+2262.3 s]
/proc/loadavg: 2.00 1.97 1.78 3/82 15705
/proc/meminfo: memFree=1738804/2055920 swapFree=4180100/4192956
[pid=15658] ppid=15655 vsize=16740 CPUtime=773.28
/proc/15658/stat : 15658 (sugar++) S 15655 15658 15582 0 -1 4194304 1542 52942 0 3 6 1 77216 105 16 0 1 0 37504666 17141760 1112 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15658/statm: 4185 1112 414 3 0 764 0
[pid=15689] ppid=15658 vsize=122512 CPUtime=1480.44
/proc/15689/stat : 15689 (minisat-inc) R 15658 15658 15582 0 -1 4194304 29177 0 0 0 148015 29 0 0 25 0 1 0 37582626 125452288 29122 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/15689/statm: 30628 29122 79 151 0 30474 0
Current children cumulated CPU time (s) 2253.72
Current children cumulated vsize (KiB) 139252

[startup+2322.31 s]
/proc/loadavg: 2.00 1.97 1.79 4/82 15705
/proc/meminfo: memFree=1737524/2055920 swapFree=4180100/4192956
[pid=15658] ppid=15655 vsize=16740 CPUtime=773.28
/proc/15658/stat : 15658 (sugar++) S 15655 15658 15582 0 -1 4194304 1542 52942 0 3 6 1 77216 105 16 0 1 0 37504666 17141760 1112 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15658/statm: 4185 1112 414 3 0 764 0
[pid=15689] ppid=15658 vsize=123700 CPUtime=1540.39
/proc/15689/stat : 15689 (minisat-inc) R 15658 15658 15582 0 -1 4194304 29495 0 0 0 154010 29 0 0 25 0 1 0 37582626 126668800 29440 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/15689/statm: 30925 29440 79 151 0 30771 0
Current children cumulated CPU time (s) 2313.67
Current children cumulated vsize (KiB) 140440

[startup+2382.3 s]
/proc/loadavg: 2.00 1.97 1.81 3/82 15705
/proc/meminfo: memFree=1736564/2055920 swapFree=4180100/4192956
[pid=15658] ppid=15655 vsize=16740 CPUtime=773.28
/proc/15658/stat : 15658 (sugar++) S 15655 15658 15582 0 -1 4194304 1545 52942 0 3 6 1 77216 105 16 0 1 0 37504666 17141760 1112 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15658/statm: 4185 1112 414 3 0 764 0
[pid=15689] ppid=15658 vsize=124540 CPUtime=1600.35
/proc/15689/stat : 15689 (minisat-inc) R 15658 15658 15582 0 -1 4194304 29711 0 0 0 160005 30 0 0 25 0 1 0 37582626 127528960 29654 996147200 134512640 135134323 4294956192 18446744073709551615 134524716 0 0 4096 3 0 0 0 17 0 0 0
/proc/15689/statm: 31135 29654 79 151 0 30981 0
Current children cumulated CPU time (s) 2373.63
Current children cumulated vsize (KiB) 141280

[startup+2442.3 s]
/proc/loadavg: 2.00 1.97 1.82 3/82 15705
/proc/meminfo: memFree=1736500/2055920 swapFree=4180100/4192956
[pid=15658] ppid=15655 vsize=16740 CPUtime=773.28
/proc/15658/stat : 15658 (sugar++) S 15655 15658 15582 0 -1 4194304 1545 52942 0 3 6 1 77216 105 16 0 1 0 37504666 17141760 1112 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15658/statm: 4185 1112 414 3 0 764 0
[pid=15689] ppid=15658 vsize=124540 CPUtime=1660.29
/proc/15689/stat : 15689 (minisat-inc) R 15658 15658 15582 0 -1 4194304 29713 0 0 0 165999 30 0 0 25 0 1 0 37582626 127528960 29656 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/15689/statm: 31135 29656 79 151 0 30981 0
Current children cumulated CPU time (s) 2433.57
Current children cumulated vsize (KiB) 141280

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

[startup+2449.3 s]
/proc/loadavg: 2.00 1.97 1.82 3/82 15705
/proc/meminfo: memFree=1736500/2055920 swapFree=4180100/4192956
[pid=15658] ppid=15655 vsize=16740 CPUtime=773.28
/proc/15658/stat : 15658 (sugar++) S 15655 15658 15582 0 -1 4194304 1545 52942 0 3 6 1 77216 105 16 0 1 0 37504666 17141760 1112 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15658/statm: 4185 1112 414 3 0 764 0
[pid=15689] ppid=15658 vsize=124540 CPUtime=1667.29
/proc/15689/stat : 15689 (minisat-inc) R 15658 15658 15582 0 -1 4194304 29713 0 0 0 166699 30 0 0 25 0 1 0 37582626 127528960 29656 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/15689/statm: 31135 29656 79 151 0 30981 0
Current children cumulated CPU time (s) 2440.57
Current children cumulated vsize (KiB) 141280

[startup+2455.7 s]
/proc/loadavg: 2.00 1.97 1.82 3/82 15705
/proc/meminfo: memFree=1736500/2055920 swapFree=4180100/4192956
[pid=15658] ppid=15655 vsize=16740 CPUtime=773.28
/proc/15658/stat : 15658 (sugar++) S 15655 15658 15582 0 -1 4194304 1545 52942 0 3 6 1 77216 105 16 0 1 0 37504666 17141760 1112 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15658/statm: 4185 1112 414 3 0 764 0
[pid=15689] ppid=15658 vsize=124540 CPUtime=1673.67
/proc/15689/stat : 15689 (minisat-inc) R 15658 15658 15582 0 -1 4194304 29713 0 0 0 167337 30 0 0 25 0 1 0 37582626 127528960 29656 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/15689/statm: 31135 29656 79 151 0 30981 0
Current children cumulated CPU time (s) 2446.95
Current children cumulated vsize (KiB) 141280

[startup+2462.1 s]
/proc/loadavg: 2.00 1.97 1.82 3/82 15705
/proc/meminfo: memFree=1736500/2055920 swapFree=4180100/4192956
[pid=15658] ppid=15655 vsize=16740 CPUtime=773.28
/proc/15658/stat : 15658 (sugar++) S 15655 15658 15582 0 -1 4194304 1545 52942 0 3 6 1 77216 105 16 0 1 0 37504666 17141760 1112 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15658/statm: 4185 1112 414 3 0 764 0
[pid=15689] ppid=15658 vsize=124540 CPUtime=1680.07
/proc/15689/stat : 15689 (minisat-inc) R 15658 15658 15582 0 -1 4194304 29713 0 0 0 167977 30 0 0 25 0 1 0 37582626 127528960 29656 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/15689/statm: 31135 29656 79 151 0 30981 0
Current children cumulated CPU time (s) 2453.35
Current children cumulated vsize (KiB) 141280

[startup+2463.7 s]
/proc/loadavg: 2.00 1.97 1.82 3/82 15705
/proc/meminfo: memFree=1736500/2055920 swapFree=4180100/4192956
[pid=15658] ppid=15655 vsize=16740 CPUtime=773.28
/proc/15658/stat : 15658 (sugar++) S 15655 15658 15582 0 -1 4194304 1545 52942 0 3 6 1 77216 105 16 0 1 0 37504666 17141760 1112 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15658/statm: 4185 1112 414 3 0 764 0
[pid=15689] ppid=15658 vsize=124540 CPUtime=1681.67
/proc/15689/stat : 15689 (minisat-inc) R 15658 15658 15582 0 -1 4194304 29713 0 0 0 168137 30 0 0 25 0 1 0 37582626 127528960 29656 996147200 134512640 135134323 4294956192 18446744073709551615 134532050 0 0 4096 3 0 0 0 17 0 0 0
/proc/15689/statm: 31135 29656 79 151 0 30981 0
Current children cumulated CPU time (s) 2454.95
Current children cumulated vsize (KiB) 141280

[startup+2465.31 s]
/proc/loadavg: 2.00 1.97 1.82 3/82 15705
/proc/meminfo: memFree=1736500/2055920 swapFree=4180100/4192956
[pid=15658] ppid=15655 vsize=16740 CPUtime=773.28
/proc/15658/stat : 15658 (sugar++) S 15655 15658 15582 0 -1 4194304 1545 52942 0 3 6 1 77216 105 16 0 1 0 37504666 17141760 1112 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15658/statm: 4185 1112 414 3 0 764 0
[pid=15689] ppid=15658 vsize=124540 CPUtime=1683.27
/proc/15689/stat : 15689 (minisat-inc) R 15658 15658 15582 0 -1 4194304 29713 0 0 0 168297 30 0 0 25 0 1 0 37582626 127528960 29656 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/15689/statm: 31135 29656 79 151 0 30981 0
Current children cumulated CPU time (s) 2456.55
Current children cumulated vsize (KiB) 141280

[startup+2465.7 s]
/proc/loadavg: 2.00 1.97 1.82 3/82 15705
/proc/meminfo: memFree=1736500/2055920 swapFree=4180100/4192956
[pid=15658] ppid=15655 vsize=16740 CPUtime=773.28
/proc/15658/stat : 15658 (sugar++) S 15655 15658 15582 0 -1 4194304 1545 52942 0 3 6 1 77216 105 16 0 1 0 37504666 17141760 1112 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15658/statm: 4185 1112 414 3 0 764 0
[pid=15689] ppid=15658 vsize=124540 CPUtime=1683.67
/proc/15689/stat : 15689 (minisat-inc) R 15658 15658 15582 0 -1 4194304 29713 0 0 0 168337 30 0 0 25 0 1 0 37582626 127528960 29656 996147200 134512640 135134323 4294956192 18446744073709551615 134531929 0 0 4096 3 0 0 0 17 0 0 0
/proc/15689/statm: 31135 29656 79 151 0 30981 0
Current children cumulated CPU time (s) 2456.95
Current children cumulated vsize (KiB) 141280

[startup+2466.1 s]
/proc/loadavg: 2.00 1.97 1.82 3/82 15705
/proc/meminfo: memFree=1736500/2055920 swapFree=4180100/4192956
[pid=15658] ppid=15655 vsize=16740 CPUtime=773.29
/proc/15658/stat : 15658 (sugar++) S 15655 15658 15582 0 -1 4194304 1577 52942 0 3 7 1 77216 105 16 0 1 0 37504666 17141760 1112 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15658/statm: 4185 1112 414 3 0 764 0
[pid=15689] ppid=15658 vsize=124540 CPUtime=1684.03
/proc/15689/stat : 15689 (minisat-inc) S 15658 15658 15582 0 -1 4194304 29715 0 0 0 168373 30 0 0 25 0 1 0 37582626 127528960 29656 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 0 0 0
/proc/15689/statm: 31135 29656 79 151 0 30981 0
Current children cumulated CPU time (s) 2457.32
Current children cumulated vsize (KiB) 141280

[startup+2466.2 s]
/proc/loadavg: 2.00 1.97 1.82 3/82 15705
/proc/meminfo: memFree=1736500/2055920 swapFree=4180100/4192956
[pid=15658] ppid=15655 vsize=16740 CPUtime=773.29
/proc/15658/stat : 15658 (sugar++) S 15655 15658 15582 0 -1 4194304 1597 52942 0 3 7 1 77216 105 15 0 1 0 37504666 17141760 1112 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15658/statm: 4185 1112 414 3 0 764 0
[pid=15689] ppid=15658 vsize=124540 CPUtime=1684.03
/proc/15689/stat : 15689 (minisat-inc) S 15658 15658 15582 0 -1 4194304 29715 0 0 0 168373 30 0 0 25 0 1 0 37582626 127528960 29656 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 0 0 0
/proc/15689/statm: 31135 29656 79 151 0 30981 0
Current children cumulated CPU time (s) 2457.32
Current children cumulated vsize (KiB) 141280

Child status: 0
Real time (s): 2466.27
CPU time (s): 2457.49
CPU user time (s): 2456.05
CPU system time (s): 1.43478
CPU usage (%): 99.644
Max. virtual memory (cumulated for all children) (KiB): 893584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2456.05
system time used= 1.43478
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 87974
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 20840
involuntary context switches= 33925

runsolver used 2.94455 second user time and 8.06277 second system time

The end

Launcher Data (download as text)

Begin job on node28 at 2008-07-11 22:27:05
IDJOB=1109677
IDBENCH=60999
IDSOLVER=367
FILE ID=node28/1109677-1215808024
PBS_JOBID= 7903313
Free space on /tmp= 66504 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/rand-10-20-10/normalized-rand-10-20-10-5-10000-10_ext.xml
COMMAND LINE= DIR/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat-inc" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1109677-1215808024/watcher-1109677-1215808024 -o /tmp/evaluation-result-1109677-1215808024/solver-1109677-1215808024 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat-inc" -tmp="HOME/temp" HOME/instance-1109677-1215808024.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 8251395210f77b2e86753effd7694eb9
RANDOM SEED=929669744

node28.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.223
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	: 5931.00
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.223
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:       1946212 kB
Buffers:         10964 kB
Cached:          46952 kB
SwapCached:       6004 kB
Active:          51368 kB
Inactive:        16432 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1946212 kB
SwapTotal:     4192956 kB
SwapFree:      4180100 kB
Dirty:            4888 kB
Writeback:           0 kB
Mapped:          15644 kB
Slab:            27196 kB
Committed_AS:   147880 kB
PageTables:       1780 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= 66500 MiB
End job on node28 at 2008-07-11 23:08:11