Trace number 1065072

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+minisatSAT 8.77367 8.95415

General information on the benchmark

Namecsp/pseudo/mps/
normalized-mps-10teams.xml
MD5SUMa551f9e7199462db918eb24e88fb53ec
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark6.26605
Satisfiable
(Un)Satisfiability was proved
Number of variables1800
Number of constraints340
Maximum constraint arity72
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension340
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Fri Jul  4 06:28:04 2008
0.00/0.04	c 0	PID 28737
0.00/0.05	c 0	HOST node78.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1065072-1215145684.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1065072-1215145684.xml' 'HOME/temp.csp'
0.03/0.66	c 0	2 domains, 1800 variables, 5 predicates, 0 relations, 340 constraints
0.03/0.68	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.68	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.63/0.76	c 0	Parsing HOME/temp.csp
0.63/1.02	c 1	parsed 2147 expressions
0.63/1.02	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.63/1.02	c 1	Converting to clausal form CSP
0.63/1.05	c 1	converted 215 (10%) expressions
0.63/1.05	c 1	converted 430 (20%) expressions
0.63/1.06	c 1	converted 645 (30%) expressions
0.63/1.06	c 1	converted 859 (40%) expressions
0.63/1.06	c 1	converted 1074 (50%) expressions
0.63/1.06	c 1	converted 1289 (60%) expressions
0.63/1.07	c 1	converted 1503 (70%) expressions
0.63/1.07	c 1	converted 1718 (80%) expressions
1.52/1.66	c 1	converted 1933 (90%) expressions
2.21/2.39	c 2	converted 2147 (100%) expressions
2.31/2.40	c 2	CSP : 16940 integers, 0 booleans, 30594 clauses, largest domain size 33
2.31/2.40	c 2	Heap : 18 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.31/2.40	c 2	Propagation in CSP
2.61/2.80	c 2	33111 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.71/2.80	c 2	CSP : 16940 integers, 0 booleans, 30594 clauses, largest domain size 22
2.71/2.80	c 2	Heap : 19 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.71/2.82	c 2	Simplifing CSP by introducing new Boolean variables
2.71/2.83	c 2	CSP : 16940 integers, 0 booleans, 30594 clauses, largest domain size 22
2.71/2.83	c 2	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.80/2.95	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.80/2.98	c 3	1694 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.80/2.99	c 3	3388 (20%) CSP integer variables are encoded (2898 clauses, 37738 bytes)
2.90/3.00	c 3	5082 (30%) CSP integer variables are encoded (5879 clauses, 77411 bytes)
2.90/3.01	c 3	6776 (40%) CSP integer variables are encoded (7747 clauses, 105431 bytes)
2.90/3.01	c 3	8470 (50%) CSP integer variables are encoded (8620 clauses, 118526 bytes)
2.90/3.02	c 3	10164 (60%) CSP integer variables are encoded (11343 clauses, 159371 bytes)
2.90/3.02	c 3	11858 (70%) CSP integer variables are encoded (14173 clauses, 201821 bytes)
2.90/3.03	c 3	13552 (80%) CSP integer variables are encoded (16747 clauses, 240431 bytes)
2.90/3.03	c 3	15246 (90%) CSP integer variables are encoded (18041 clauses, 259841 bytes)
2.90/3.04	c 3	16940 (100%) CSP integer variables are encoded (19231 clauses, 277691 bytes)
3.00/3.15	c 3	3060 (10%) CSP clauses are encoded (44511 clauses, 686962 bytes)
3.09/3.21	c 3	6119 (20%) CSP clauses are encoded (69790 clauses, 1103512 bytes)
3.09/3.27	c 3	9179 (30%) CSP clauses are encoded (89024 clauses, 1456034 bytes)
3.20/3.31	c 3	12238 (40%) CSP clauses are encoded (96683 clauses, 1580945 bytes)
3.20/3.37	c 3	15297 (50%) CSP clauses are encoded (118772 clauses, 1991116 bytes)
3.30/3.44	c 3	18357 (60%) CSP clauses are encoded (141040 clauses, 2406769 bytes)
3.40/3.50	c 3	21416 (70%) CSP clauses are encoded (164097 clauses, 2837758 bytes)
3.40/3.56	c 3	24476 (80%) CSP clauses are encoded (182631 clauses, 3175937 bytes)
3.49/3.61	c 3	27535 (90%) CSP clauses are encoded (192720 clauses, 3340097 bytes)
3.49/3.65	c 3	30594 (100%) CSP clauses are encoded (202807 clauses, 3506333 bytes)
3.49/3.65	c 3	30594 CSP clauses encoded
3.49/3.65	c 3	Writing map file : HOME/temp.map
3.59/3.70	c 3	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.59/3.70	c 3	SAT : 35963 SAT variables, 202807 SAT clauses, 3506333 bytes
3.59/3.70	c 3	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.59/3.72	c 3	SOLVING HOME/temp.cnf
3.59/3.72	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.59/3.72	c 3	This is MiniSat 2.0 beta
3.59/3.72	c 3	WARNING: for repeatability, setting FPU to use double precision
3.59/3.72	c 3	============================[ Problem Statistics ]=============================
3.59/3.72	c 3	|                                                                             |
3.59/3.72	c 3	|  Number of variables:  35963                                                |
3.59/3.72	c 3	|  Number of clauses:    202807                                               |
3.61/3.83	c 3	|  Parsing time:         0.09         s                                       |
3.61/3.84	c 3	============================[ Search Statistics ]==============================
3.61/3.84	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.61/3.84	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.61/3.84	c 3	===============================================================================
3.61/3.84	c 3	|         0 |   35963   202807   510994 |    67602        0    nan |  0.000 % |
3.61/3.98	c 4	|       101 |   35960   202807   510994 |    74362       98     51 |  0.008 % |
3.61/4.10	c 4	|       251 |   35960   202807   510994 |    81798      248     53 |  0.009 % |
3.61/4.39	c 4	|       476 |   35960   202807   510994 |    89978      473     57 |  0.009 % |
4.66/4.81	c 4	|       815 |   35960   202792   510964 |    98976      812     70 |  0.008 % |
5.16/5.32	c 5	|      1321 |   35960   202792   510964 |   108874     1318     92 |  0.009 % |
6.16/6.38	c 6	|      2080 |   35960   202792   510964 |   119761     2077    102 |  0.008 % |
7.65/7.83	c 7	|      3223 |   35960   202792   510964 |   131737     3220    114 |  0.009 % |
8.33/8.50	c 8	===============================================================================
8.33/8.51	c 8	restarts              : 8
8.33/8.51	c 8	conflicts             : 3732           (791 /sec)
8.33/8.51	c 8	decisions             : 6437           (0.34 % random) (1364 /sec)
8.33/8.51	c 8	propagations          : 7051417        (1494172 /sec)
8.33/8.51	c 8	conflict literals     : 413527         (4.37 % deleted)
8.33/8.51	c 8	Memory used           : 13.91 MB
8.33/8.51	c 8	CPU time              : 4.71928 s
8.33/8.51	c 8	
8.33/8.52	c 8	SATISFIABLE
8.33/8.53	c 8	DECODING HOME/temp.out WITH HOME/temp.map
8.33/8.53	c 8	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
8.38/8.61	c 8	Decoding HOME/temp.out
8.64/8.81	s SATISFIABLE
8.64/8.89	v 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
8.64/8.90	c 8	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
8.73/8.95	c 9	CPU 8.54 (0.04 0.01 8.5 0.2)
8.73/8.95	c 9	END Fri Jul  4 06:28:13 2008

Verifier Data (download as text)

OK

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

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


[startup+0 s]
/proc/loadavg: 2.40 2.20 2.07 3/75 28737
/proc/meminfo: memFree=1034072/2055912 swapFree=4178532/4192956
[pid=28737] ppid=28735 vsize=4708 CPUtime=0
/proc/28737/stat : 28737 (sugar) R 28735 28737 26033 0 -1 4194304 58 0 0 0 0 0 0 0 20 0 1 0 238663373 4820992 43 996147200 4194304 4206940 548682068608 18446744073709551615 255370261897 0 0 4096 0 0 0 0 17 1 0 0
/proc/28737/statm: 1177 43 33 3 0 8 0

[startup+0.106467 s]
/proc/loadavg: 2.40 2.20 2.07 3/75 28737
/proc/meminfo: memFree=1034072/2055912 swapFree=4178532/4192956
[pid=28737] ppid=28735 vsize=13600 CPUtime=0.03
/proc/28737/stat : 28737 (sugar) S 28735 28737 26033 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 238663373 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28737/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.201475 s]
/proc/loadavg: 2.40 2.20 2.07 3/75 28737
/proc/meminfo: memFree=1034072/2055912 swapFree=4178532/4192956
[pid=28737] ppid=28735 vsize=13600 CPUtime=0.03
/proc/28737/stat : 28737 (sugar) S 28735 28737 26033 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 238663373 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28737/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301484 s]
/proc/loadavg: 2.40 2.20 2.07 3/75 28737
/proc/meminfo: memFree=1034072/2055912 swapFree=4178532/4192956
[pid=28737] ppid=28735 vsize=13600 CPUtime=0.03
/proc/28737/stat : 28737 (sugar) S 28735 28737 26033 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 238663373 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28737/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701536 s]
/proc/loadavg: 2.40 2.20 2.07 3/75 28737
/proc/meminfo: memFree=1034072/2055912 swapFree=4178532/4192956
[pid=28737] ppid=28735 vsize=13600 CPUtime=0.63
/proc/28737/stat : 28737 (sugar) S 28735 28737 26033 0 -1 4194304 956 4961 0 1 3 0 57 3 16 0 1 0 238663373 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28737/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 13600

[startup+1.50261 s]
/proc/loadavg: 2.37 2.19 2.07 3/86 28759
/proc/meminfo: memFree=1019072/2055912 swapFree=4178532/4192956
[pid=28737] ppid=28735 vsize=13600 CPUtime=0.63
/proc/28737/stat : 28737 (sugar) S 28735 28737 26033 0 -1 4194304 973 4961 0 1 3 0 57 3 15 0 1 0 238663373 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28737/statm: 3400 797 370 3 0 500 0
[pid=28750] ppid=28737 vsize=5356 CPUtime=0
/proc/28750/stat : 28750 (sh) S 28737 28737 26033 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 238663442 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28750/statm: 1339 233 193 169 0 50 0
[pid=28751] ppid=28750 vsize=868416 CPUtime=0.79
/proc/28751/stat : 28751 (java) S 28750 28737 26033 0 -1 0 7275 0 1 0 75 4 0 0 18 0 9 0 238663442 889257984 6500 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28751/statm: 217104 6500 2540 9 0 211679 0
[pid=28751/tid=28752] ppid=28750 vsize=868416 CPUtime=0.46
/proc/28751/task/28752/stat : 28752 (java) R 28750 28737 26033 0 -1 64 2677 0 1 0 44 2 0 0 23 0 9 0 238663443 889257984 6500 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28751/tid=28753] ppid=28750 vsize=868416 CPUtime=0.1
/proc/28751/task/28753/stat : 28753 (java) R 28750 28737 26033 0 -1 64 2429 0 0 0 10 0 0 0 16 0 9 0 238663444 889257984 6500 996147200 134512640 134550740 4294955952 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28751/tid=28754] ppid=28750 vsize=868416 CPUtime=0
/proc/28751/task/28754/stat : 28754 (java) S 28750 28737 26033 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 238663444 889257984 6500 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28751/tid=28755] ppid=28750 vsize=868416 CPUtime=0
/proc/28751/task/28755/stat : 28755 (java) S 28750 28737 26033 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 238663444 889257984 6500 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28751/tid=28756] ppid=28750 vsize=868416 CPUtime=0
/proc/28751/task/28756/stat : 28756 (java) S 28750 28737 26033 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 238663446 889257984 6500 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28751/tid=28757] ppid=28750 vsize=868416 CPUtime=0.2
/proc/28751/task/28757/stat : 28757 (java) S 28750 28737 26033 0 -1 64 1477 0 0 0 20 0 0 0 16 0 9 0 238663446 889257984 6500 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28751/tid=28758] ppid=28750 vsize=868416 CPUtime=0
/proc/28751/task/28758/stat : 28758 (java) S 28750 28737 26033 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 238663446 889257984 6500 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28751/tid=28759] ppid=28750 vsize=868416 CPUtime=0
/proc/28751/task/28759/stat : 28759 (java) S 28750 28737 26033 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 238663446 889257984 6500 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 887372

[startup+3.10278 s]
/proc/loadavg: 2.37 2.19 2.07 4/86 28759
/proc/meminfo: memFree=995840/2055912 swapFree=4178532/4192956
[pid=28737] ppid=28735 vsize=13600 CPUtime=0.63
/proc/28737/stat : 28737 (sugar) S 28735 28737 26033 0 -1 4194304 974 4961 0 1 3 0 57 3 15 0 1 0 238663373 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28737/statm: 3400 797 370 3 0 500 0
[pid=28750] ppid=28737 vsize=5356 CPUtime=0
/proc/28750/stat : 28750 (sh) S 28737 28737 26033 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 238663442 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28750/statm: 1339 233 193 169 0 50 0
[pid=28751] ppid=28750 vsize=868528 CPUtime=2.37
/proc/28751/stat : 28751 (java) S 28750 28737 26033 0 -1 0 11273 0 1 0 230 7 0 0 18 0 9 0 238663442 889372672 10162 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28751/statm: 217132 10162 2565 9 0 211679 0
[pid=28751/tid=28752] ppid=28750 vsize=868528 CPUtime=1.51
/proc/28751/task/28752/stat : 28752 (java) R 28750 28737 26033 0 -1 64 2992 0 1 0 149 2 0 0 24 0 9 0 238663443 889372672 10162 996147200 134512640 134550740 4294955952 18446744073709551615 4126946860 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28751/tid=28753] ppid=28750 vsize=868528 CPUtime=0.56
/proc/28751/task/28753/stat : 28753 (java) S 28750 28737 26033 0 -1 64 6075 0 0 0 53 3 0 0 16 0 9 0 238663444 889372672 10162 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28751/tid=28754] ppid=28750 vsize=868528 CPUtime=0
/proc/28751/task/28754/stat : 28754 (java) S 28750 28737 26033 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 238663444 889372672 10162 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28751/tid=28755] ppid=28750 vsize=868528 CPUtime=0
/proc/28751/task/28755/stat : 28755 (java) S 28750 28737 26033 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 238663444 889372672 10162 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28751/tid=28756] ppid=28750 vsize=868528 CPUtime=0
/proc/28751/task/28756/stat : 28756 (java) S 28750 28737 26033 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 238663446 889372672 10162 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28751/tid=28757] ppid=28750 vsize=868528 CPUtime=0.26
/proc/28751/task/28757/stat : 28757 (java) S 28750 28737 26033 0 -1 64 1514 0 0 0 26 0 0 0 16 0 9 0 238663446 889372672 10162 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28751/tid=28758] ppid=28750 vsize=868528 CPUtime=0
/proc/28751/task/28758/stat : 28758 (java) S 28750 28737 26033 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 238663446 889372672 10162 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28751/tid=28759] ppid=28750 vsize=868528 CPUtime=0
/proc/28751/task/28759/stat : 28759 (java) S 28750 28737 26033 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 238663446 889372672 10162 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 887484

[startup+6.30212 s]
/proc/loadavg: 2.37 2.19 2.07 3/78 28761
/proc/meminfo: memFree=993152/2055912 swapFree=4178532/4192956
[pid=28737] ppid=28735 vsize=13600 CPUtime=3.61
/proc/28737/stat : 28737 (sugar) S 28735 28737 26033 0 -1 4194304 1034 16620 0 2 3 0 344 14 15 0 1 0 238663373 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28737/statm: 3400 799 370 3 0 500 0
[pid=28760] ppid=28737 vsize=5356 CPUtime=0
/proc/28760/stat : 28760 (sh) S 28737 28737 26033 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 238663745 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28760/statm: 1339 232 193 169 0 50 0
[pid=28761] ppid=28760 vsize=13296 CPUtime=2.55
/proc/28761/stat : 28761 (minisat) R 28760 28737 26033 0 -1 4194304 3141 0 0 0 253 2 0 0 25 0 1 0 238663746 13615104 3127 996147200 134512640 135127466 4294956272 18446744073709551615 134530616 0 0 4096 3 0 0 0 17 1 0 0
/proc/28761/statm: 3324 3127 75 150 0 3171 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 32252

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

[startup+6.40213 s]
/proc/loadavg: 2.37 2.19 2.07 3/78 28761
/proc/meminfo: memFree=993152/2055912 swapFree=4178532/4192956
[pid=28737] ppid=28735 vsize=13600 CPUtime=3.61
/proc/28737/stat : 28737 (sugar) S 28735 28737 26033 0 -1 4194304 1034 16620 0 2 3 0 344 14 16 0 1 0 238663373 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28737/statm: 3400 799 370 3 0 500 0
[pid=28760] ppid=28737 vsize=5356 CPUtime=0
/proc/28760/stat : 28760 (sh) S 28737 28737 26033 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 238663745 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28760/statm: 1339 232 193 169 0 50 0
[pid=28761] ppid=28760 vsize=13296 CPUtime=2.65
/proc/28761/stat : 28761 (minisat) R 28760 28737 26033 0 -1 4194304 3156 0 0 0 263 2 0 0 25 0 1 0 238663746 13615104 3142 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/28761/statm: 3324 3142 75 150 0 3171 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 32252

[startup+8.0013 s]
/proc/loadavg: 2.34 2.19 2.07 3/78 28761
/proc/meminfo: memFree=983040/2055912 swapFree=4178532/4192956
[pid=28737] ppid=28735 vsize=13600 CPUtime=3.61
/proc/28737/stat : 28737 (sugar) S 28735 28737 26033 0 -1 4194304 1034 16620 0 2 3 0 344 14 16 0 1 0 238663373 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28737/statm: 3400 799 370 3 0 500 0
[pid=28760] ppid=28737 vsize=5356 CPUtime=0
/proc/28760/stat : 28760 (sh) S 28737 28737 26033 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 238663745 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28760/statm: 1339 232 193 169 0 50 0
[pid=28761] ppid=28760 vsize=14088 CPUtime=4.23
/proc/28761/stat : 28761 (minisat) R 28760 28737 26033 0 -1 4194304 3339 0 0 0 421 2 0 0 25 0 1 0 238663746 14426112 3325 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28761/statm: 3522 3325 75 150 0 3369 0
Current children cumulated CPU time (s) 7.84
Current children cumulated vsize (KiB) 33044

[startup+8.40134 s]
/proc/loadavg: 2.34 2.19 2.07 3/78 28761
/proc/meminfo: memFree=983040/2055912 swapFree=4178532/4192956
[pid=28737] ppid=28735 vsize=13600 CPUtime=3.61
/proc/28737/stat : 28737 (sugar) S 28735 28737 26033 0 -1 4194304 1034 16620 0 2 3 0 344 14 16 0 1 0 238663373 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28737/statm: 3400 799 370 3 0 500 0
[pid=28760] ppid=28737 vsize=5356 CPUtime=0
/proc/28760/stat : 28760 (sh) S 28737 28737 26033 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 238663745 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28760/statm: 1339 232 193 169 0 50 0
[pid=28761] ppid=28760 vsize=14240 CPUtime=4.63
/proc/28761/stat : 28761 (minisat) R 28760 28737 26033 0 -1 4194304 3372 0 0 0 461 2 0 0 25 0 1 0 238663746 14581760 3358 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28761/statm: 3560 3358 75 150 0 3407 0
Current children cumulated CPU time (s) 8.24
Current children cumulated vsize (KiB) 33196

[startup+8.80138 s]
/proc/loadavg: 2.34 2.19 2.07 3/86 28771
/proc/meminfo: memFree=985280/2055912 swapFree=4178532/4192956
[pid=28737] ppid=28735 vsize=13600 CPUtime=8.39
/proc/28737/stat : 28737 (sugar) S 28735 28737 26033 0 -1 4194304 1091 20303 0 2 4 1 818 16 16 0 1 0 238663373 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28737/statm: 3400 799 370 3 0 500 0
[pid=28762] ppid=28737 vsize=5356 CPUtime=0
/proc/28762/stat : 28762 (sh) S 28737 28737 26033 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 238664226 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28762/statm: 1339 233 193 169 0 50 0
[pid=28763] ppid=28762 vsize=864012 CPUtime=0.25
/proc/28763/stat : 28763 (java) S 28762 28737 26033 0 -1 0 3615 0 1 0 24 1 0 0 19 0 9 0 238664227 884748288 3088 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28763/statm: 216003 3088 1667 9 0 210585 0
[pid=28763/tid=28764] ppid=28762 vsize=864012 CPUtime=0.17
/proc/28763/task/28764/stat : 28764 (java) R 28762 28737 26033 0 -1 64 2468 0 1 0 16 1 0 0 20 0 9 0 238664227 884748288 3088 996147200 134512640 134550740 4294956000 18446744073709551615 4126553129 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28763/tid=28765] ppid=28762 vsize=864012 CPUtime=0
/proc/28763/task/28765/stat : 28765 (java) S 28762 28737 26033 0 -1 64 122 0 0 0 0 0 0 0 16 0 9 0 238664229 884748288 3088 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28763/tid=28766] ppid=28762 vsize=864012 CPUtime=0
/proc/28763/task/28766/stat : 28766 (java) S 28762 28737 26033 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 238664229 884748288 3088 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28763/tid=28767] ppid=28762 vsize=864012 CPUtime=0
/proc/28763/task/28767/stat : 28767 (java) S 28762 28737 26033 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 238664229 884748288 3088 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28763/tid=28768] ppid=28762 vsize=864012 CPUtime=0
/proc/28763/task/28768/stat : 28768 (java) S 28762 28737 26033 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 238664231 884748288 3088 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28763/tid=28769] ppid=28762 vsize=864012 CPUtime=0.07
/proc/28763/task/28769/stat : 28769 (java) S 28762 28737 26033 0 -1 64 333 0 0 0 7 0 0 0 17 0 9 0 238664231 884748288 3088 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28763/tid=28770] ppid=28762 vsize=864012 CPUtime=0
/proc/28763/task/28770/stat : 28770 (java) S 28762 28737 26033 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 238664231 884748288 3088 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28763/tid=28771] ppid=28762 vsize=864012 CPUtime=0
/proc/28763/task/28771/stat : 28771 (java) S 28762 28737 26033 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 238664231 884748288 3088 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.64
Current children cumulated vsize (KiB) 882968

[startup+8.90639 s]
/proc/loadavg: 2.34 2.19 2.07 3/86 28771
/proc/meminfo: memFree=985280/2055912 swapFree=4178532/4192956
[pid=28737] ppid=28735 vsize=13600 CPUtime=8.39
/proc/28737/stat : 28737 (sugar) S 28735 28737 26033 0 -1 4194304 1093 20303 0 2 4 1 818 16 15 0 1 0 238663373 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28737/statm: 3400 799 370 3 0 500 0
[pid=28762] ppid=28737 vsize=5356 CPUtime=0
/proc/28762/stat : 28762 (sh) S 28737 28737 26033 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 238664226 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28762/statm: 1339 233 193 169 0 50 0
[pid=28763] ppid=28762 vsize=864040 CPUtime=0.34
/proc/28763/stat : 28763 (java) S 28762 28737 26033 0 -1 0 3714 0 1 0 32 2 0 0 19 0 9 0 238664227 884776960 3181 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28763/statm: 216010 3181 1703 9 0 210585 0
[pid=28763/tid=28764] ppid=28762 vsize=864040 CPUtime=0.22
/proc/28763/task/28764/stat : 28764 (java) S 28762 28737 26033 0 -1 64 2530 0 1 0 21 1 0 0 21 0 9 0 238664227 884776960 3181 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28763/tid=28765] ppid=28762 vsize=864040 CPUtime=0
/proc/28763/task/28765/stat : 28765 (java) S 28762 28737 26033 0 -1 64 144 0 0 0 0 0 0 0 16 0 9 0 238664229 884776960 3181 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28763/tid=28766] ppid=28762 vsize=864040 CPUtime=0
/proc/28763/task/28766/stat : 28766 (java) S 28762 28737 26033 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 238664229 884776960 3181 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28763/tid=28767] ppid=28762 vsize=864040 CPUtime=0
/proc/28763/task/28767/stat : 28767 (java) S 28762 28737 26033 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 238664229 884776960 3181 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28763/tid=28768] ppid=28762 vsize=864040 CPUtime=0
/proc/28763/task/28768/stat : 28768 (java) S 28762 28737 26033 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 238664231 884776960 3181 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28763/tid=28769] ppid=28762 vsize=864040 CPUtime=0.09
/proc/28763/task/28769/stat : 28769 (java) S 28762 28737 26033 0 -1 64 347 0 0 0 9 0 0 0 16 0 9 0 238664231 884776960 3181 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28763/tid=28770] ppid=28762 vsize=864040 CPUtime=0
/proc/28763/task/28770/stat : 28770 (java) S 28762 28737 26033 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 238664231 884776960 3181 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28763/tid=28771] ppid=28762 vsize=864040 CPUtime=0
/proc/28763/task/28771/stat : 28771 (java) S 28762 28737 26033 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 238664231 884776960 3181 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.73
Current children cumulated vsize (KiB) 882996

Child status: 0
Real time (s): 8.95415
CPU time (s): 8.77367
CPU user time (s): 8.5497
CPU system time (s): 0.223965
CPU usage (%): 97.9843
Max. virtual memory (cumulated for all children) (KiB): 887876

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.5497
system time used= 0.223965
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25457
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6038
involuntary context switches= 6053

runsolver used 0.022996 second user time and 0.036994 second system time

The end

Launcher Data (download as text)

Begin job on node78 at 2008-07-04 06:28:04
IDJOB=1065072
IDBENCH=55034
IDSOLVER=346
FILE ID=node78/1065072-1215145684
PBS_JOBID= 7877272
Free space on /tmp= 126248 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/pseudo/mps/normalized-mps-10teams.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1065072-1215145684/watcher-1065072-1215145684 -o /tmp/evaluation-result-1065072-1215145684/solver-1065072-1215145684 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1065072-1215145684.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a551f9e7199462db918eb24e88fb53ec
RANDOM SEED=376015436

node78.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.247
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.247
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:      2055912 kB
MemFree:       1034552 kB
Buffers:         18692 kB
Cached:         765448 kB
SwapCached:       7584 kB
Active:         896072 kB
Inactive:        60104 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055912 kB
LowFree:       1034552 kB
SwapTotal:     4192956 kB
SwapFree:      4178532 kB
Dirty:          202536 kB
Writeback:           0 kB
Mapped:         179680 kB
Slab:            50192 kB
Committed_AS:   763644 kB
PageTables:       2024 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= 126244 MiB
End job on node78 at 2008-07-04 06:28:13