Trace number 1062111

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 4.75328 4.8825

General information on the benchmark

Namecsp/pseudo/logic-synthesis/
normalized-prom2-pi.xml
MD5SUMcc9ab4c5eff05c6d6b3cee9d0281395c
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 benchmark0.484925
Satisfiable
(Un)Satisfiability was proved
Number of variables2617
Number of constraints1979
Maximum constraint arity30
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1979
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Fri Jul  4 03:09:57 2008
0.00/0.05	c 0	PID 19198
0.00/0.05	c 0	HOST node57.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1062111-1215133797.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-1062111-1215133797.xml' 'HOME/temp.csp'
0.04/0.78	c 1	2 domains, 2617 variables, 26 predicates, 0 relations, 1979 constraints
0.04/0.78	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.78	c 1	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.76/0.87	c 1	Parsing HOME/temp.csp
1.06/1.16	c 1	parsed 4624 expressions
1.06/1.17	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.06/1.17	c 1	Converting to clausal form CSP
1.14/1.20	c 2	converted 463 (10%) expressions
1.14/1.20	c 2	converted 925 (20%) expressions
1.14/1.21	c 2	converted 1388 (30%) expressions
1.14/1.22	c 2	converted 1850 (40%) expressions
1.14/1.22	c 2	converted 2312 (50%) expressions
1.14/1.26	c 2	converted 2775 (60%) expressions
1.24/1.32	c 2	converted 3237 (70%) expressions
1.35/1.41	c 2	converted 3700 (80%) expressions
1.35/1.44	c 2	converted 4162 (90%) expressions
1.84/1.90	c 2	converted 4624 (100%) expressions
1.84/1.91	c 2	CSP : 7785 integers, 0 booleans, 12296 clauses, largest domain size 16
1.84/1.91	c 2	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.84/1.91	c 2	Propagation in CSP
1.94/2.01	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.94/2.02	c 2	CSP : 7785 integers, 0 booleans, 12296 clauses, largest domain size 16
1.94/2.02	c 2	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.94/2.03	c 2	Simplifing CSP by introducing new Boolean variables
1.94/2.03	c 2	CSP : 7785 integers, 0 booleans, 12296 clauses, largest domain size 16
1.94/2.03	c 2	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.04/2.11	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.04/2.13	c 2	779 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.04/2.14	c 2	1557 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.04/2.14	c 2	2336 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.04/2.15	c 2	3114 (40%) CSP integer variables are encoded (1048 clauses, 13688 bytes)
2.04/2.15	c 2	3893 (50%) CSP integer variables are encoded (2722 clauses, 35450 bytes)
2.04/2.15	c 2	4671 (60%) CSP integer variables are encoded (4470 clauses, 58174 bytes)
2.04/2.16	c 2	5450 (70%) CSP integer variables are encoded (6295 clauses, 84340 bytes)
2.04/2.17	c 2	6228 (80%) CSP integer variables are encoded (8186 clauses, 112705 bytes)
2.04/2.18	c 2	7007 (90%) CSP integer variables are encoded (10248 clauses, 143635 bytes)
2.04/2.18	c 2	7785 (100%) CSP integer variables are encoded (12515 clauses, 177640 bytes)
2.33/2.45	c 3	1230 (10%) CSP clauses are encoded (13745 clauses, 216737 bytes)
3.92/4.04	c 4	2460 (20%) CSP clauses are encoded (19215 clauses, 312217 bytes)
3.92/4.06	c 4	3689 (30%) CSP clauses are encoded (26206 clauses, 420157 bytes)
3.92/4.08	c 4	4919 (40%) CSP clauses are encoded (33538 clauses, 533618 bytes)
4.02/4.11	c 4	6148 (50%) CSP clauses are encoded (41323 clauses, 654720 bytes)
4.02/4.13	c 4	7378 (60%) CSP clauses are encoded (49557 clauses, 797891 bytes)
4.02/4.16	c 4	8608 (70%) CSP clauses are encoded (58259 clauses, 954806 bytes)
4.02/4.19	c 5	9837 (80%) CSP clauses are encoded (67616 clauses, 1124371 bytes)
4.12/4.22	c 5	11067 (90%) CSP clauses are encoded (77914 clauses, 1312917 bytes)
4.12/4.25	c 5	12296 (100%) CSP clauses are encoded (89619 clauses, 1529589 bytes)
4.12/4.25	c 5	12296 CSP clauses encoded
4.12/4.26	c 5	Writing map file : HOME/temp.map
4.21/4.31	c 5	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.21/4.31	c 5	SAT : 20291 SAT variables, 89619 SAT clauses, 1529589 bytes
4.21/4.31	c 5	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.21/4.35	c 5	SOLVING HOME/temp.cnf
4.21/4.35	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.21/4.35	c 5	This is MiniSat 2.0 beta
4.21/4.35	c 5	WARNING: for repeatability, setting FPU to use double precision
4.21/4.35	c 5	============================[ Problem Statistics ]=============================
4.21/4.35	c 5	|                                                                             |
4.21/4.35	c 5	|  Number of variables:  20291                                                |
4.21/4.35	c 5	|  Number of clauses:    89619                                                |
4.24/4.41	c 5	|  Parsing time:         0.05         s                                       |
4.24/4.41	c 5	============================[ Search Statistics ]==============================
4.24/4.41	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.24/4.41	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.24/4.41	c 5	===============================================================================
4.24/4.41	c 5	|         0 |   20291    89619   225351 |    29873        0    nan |  0.000 % |
4.24/4.44	c 5	===============================================================================
4.24/4.44	c 5	restarts              : 1
4.24/4.44	c 5	conflicts             : 33             (388 /sec)
4.24/4.44	c 5	decisions             : 3731           (0.80 % random) (43901 /sec)
4.24/4.44	c 5	propagations          : 63228          (743973 /sec)
4.24/4.44	c 5	conflict literals     : 166            (5.14 % deleted)
4.24/4.44	c 5	Memory used           : 6.84 MB
4.24/4.44	c 5	CPU time              : 0.084987 s
4.24/4.44	c 5	
4.24/4.45	c 5	SATISFIABLE
4.24/4.45	c 5	DECODING HOME/temp.out WITH HOME/temp.map
4.24/4.45	c 5	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
4.35/4.54	c 5	Decoding HOME/temp.out
4.35/4.73	s SATISFIABLE
4.37/4.83	v 1 1 1 1 1 1 1 0 1 0 0 0 1 1 0 0 1 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 1 0 1 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 1 1 0 0 0 0 1 0 1 0 0 1 0 1 1 1 1 1 1 0 1 0 0 0 0 0 1 1 1 0 0 1 0 0 0 0 1 0 0 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 0 0 0 1 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 1 0 1 1 1 0 0 0 0 0 0 0 0 0 1 0 0 1 1 0 1 1 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 1 1 1 1 1 1 0 0 1 1 1 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 1 1 1 0 1 0 1 0 1 1 1 1 0 0 1 1 0 0 1 0 0 0 0 1 1 0 1 0 1 1 1 0 1 0 0 0 1 1 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 1 1 1 1 1 0 0 0 0 0 1 0 0 0 0 0 1 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 1 0 0 0 0 0 1 0 0 1 0 0 0 0 1 0 0 1 0 0 0 0 0 1 0 0 1 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 0 1 1 1 1 1 1 1 1 1 1 0 0 1 0 0 1 0 0 0 0 1 0 1 0 1 1 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 1 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 1 0 1 1 1 0 0 0 1 1 1 1 0 0 1 0 0 1 1 0 1 1 0 0 0 0 0 0 0 1 1 0 0 0 1 0 0 0 0 0 1 1 0 1 0 0 0 0 1 0 0 1 1 1 0 0 0 0 0 0 0 1 1 0 1 1 1 1 0 0 0 0 0 0 0 1 0 0 1 1 1 0 0 0 0 1 0 0 0 0 0 0 1 1 0 1 1 1 1 1 0 0 0 0 1 1 0 1 0 1 0 0 1 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 1 0 1 1 0 1 1 0 0 1 0 0 1 0 1 1 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 1 1 1 0 0 1 0 1 1 1 0 0 0 0 0 0 0 0 0 1 1 1 1 0 0 0 1 0 1 1 0 0 0 0 1 1 0 0 1 1 0 0 0 0 0 0 0 0 0 1 1 1 1 0 0 0 0 1 0 0 0 1 0 0 0 1 1 1 1 0 1 1 1 0 1 1 1 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 1 1 0 0 1 0 0 0 0 0 0 0 0 0 1 1 0 0 1 1 1 1 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 1 1 1 1 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 1 0 1 0 1 0 1 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 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 0 0 0 0 0 1 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 1 0 0 1 1 1 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 1 0 1 1 1 0 0 0 0 0 1 0 0 0 0 1 0 1 0 1 1 1 1 0 1 1 1 1 1 0 0 1 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 0 1 1 0 0 0 0 0 0 0 0 1 1 1 0 0 1 1 0 1 0 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 0 1 0 1 0 1 1 1 1 1 0 0 1 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 1 1 1 0 0 1 1 1 1 1 1 1 1 1 0 0 0 1 1 0 1 0 1 1 0 0 0 1 1 1 1 1 0 1 1 0 0 1 1 1 0 1 1 0 1 1 1 0 1 0 0 1 0 1 0 1 1 0 0 1 0 0 1 0 1 0 1 1 0 0 1 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 1 0 0 0 1 0 1 0 1 0 1 1 0 0 1 0 0 0 0 0 1 1 1 1 1 1 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 1 0 0 1 1 0 0 0 0 0 1 0 0 0 0 1 1 0 0 1 1 1 0 1 0 0 0 1 0 0 0 0 1 1 0 0 0 1 1 1 0 1 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 1 0 0 1 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 1 0 0 1 0 0 0 0 0 1 1 1 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 0 1 0 0 0 0 0 1 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 1 0 1 1 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 1 0 1 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 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 1 0 0 0 1 0 1 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 0 0 1 0 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 1 0 0 0 1 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 1 0 0 1 1 0 0 0 1 1 1 1 0 1 0 0 0 0 0 0 0 1 0 1 0 1 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 1 0 1 1 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 0 0 0 0 0 0 1 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 1 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 1 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 1 0 0 1 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 1 1 1 0 1 1 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 1 0 0 1 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 1 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 1 0 1 0 0 0 0 0 0 1 1 0 1 0 1 0 0 0 1 0 1 0 1 0 0 1 0 1 0 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 1 1 0 1 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 1 0 1 0 1 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 1 0 0 0 0 0 1 0 0 1 0 1 1 1 0 0 0 1 0 0 1 0 0 1 1 0 0 0 0 1 0 0 1 0 1 1 0 1 0 0 1 0 1 1 1 0 0 1 1 1 0 0 0 1 1 0 1 1 0 1 0 1 0 0 0 0 0 0 0 0 0 1 0 1 1 1 1 0 1 1 0 0 1 1 0 0 1 0 0 1 0 1 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 1 0 1 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 0 0 0 0 1 1 1 1 1 0 0 0 0 0 0 1 1 0 0 0 0 1 1 0 0 0 0 0 0 0 0 1 0 1 1 0 0 0 0 0 1 0 0 0 0 1 1 1 0 0 0 0 1 0 0 0 0 1 0 0 1 1 1 1 1 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 1 0 1 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 1 0 0 1 1 1 1 0 1 0 0 0 0 0 0 1 1 1 1 0 0 0 0 1 0 0 0 1 1 0 0 0 0 0 1 0 1 0 0 1 1 1 1 1 0 1 1 0 1 0 0 0 0 0 0 1 0 0 1 1 0 0 0 0 0 1 1 0 0 1 0 0 1 0 0 0 0 1 1 0 0 0 0 1 1 0 1 0 1 1 0 0 0 0 1 0 0 0 0 1 1 1 0 0 0 1 0 0 1 1 0 1 1 1 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 0 0 0 0 0 0 1 1 0 0 0 1 0 1 1 1 0 0 0 1 0 0 0 0 1 0 1 1 1 1 1 0 0 1 1 1 1 1 1 1 1 1 1 0 1 0 0 1 0 0 0 0 1 1 0 0 1 1 0 0 1 1 1 1 1 1 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 1 0 1 1 0 0 1 1 0 1 0 0 0 0 0 1 1 1 1 1 1 0 0 1 1 0 0 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 0 1 1 1 1 1 0 1 0 1 0 0 0 1 1 1 0 1 1 0 1 1 1 0 1
4.37/4.83	c 5	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.37/4.88	c 5	CPU 4.52 (0.04 0.02 4.48 0.19)
4.37/4.88	c 5	END Fri Jul  4 03:10:02 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-1062111-1215133797/watcher-1062111-1215133797 -o /tmp/evaluation-result-1062111-1215133797/solver-1062111-1215133797 -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-1062111-1215133797.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.17 2.07 2.03 4/80 19198
/proc/meminfo: memFree=1765232/2055920 swapFree=4180724/4192956
[pid=19198] ppid=19196 vsize=12000 CPUtime=0
/proc/19198/stat : 19198 (sugar) R 19196 19198 16976 0 -1 4194304 201 0 0 0 0 0 0 0 22 0 1 0 1992351181 12288000 169 996147200 4194304 4206940 548682068608 18446744073709551615 218094432907 0 0 4224 0 0 0 0 17 1 0 0
/proc/19198/statm: 3000 169 130 3 0 100 0

[startup+0.054867 s]
/proc/loadavg: 2.17 2.07 2.03 4/80 19198
/proc/meminfo: memFree=1765232/2055920 swapFree=4180724/4192956
[pid=19198] ppid=19196 vsize=13600 CPUtime=0.04
/proc/19198/stat : 19198 (sugar) S 19196 19198 16976 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1992351181 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19198/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.102511 s]
/proc/loadavg: 2.17 2.07 2.03 4/80 19198
/proc/meminfo: memFree=1765232/2055920 swapFree=4180724/4192956
[pid=19198] ppid=19196 vsize=13600 CPUtime=0.04
/proc/19198/stat : 19198 (sugar) S 19196 19198 16976 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1992351181 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19198/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301826 s]
/proc/loadavg: 2.17 2.07 2.03 4/80 19198
/proc/meminfo: memFree=1765232/2055920 swapFree=4180724/4192956
[pid=19198] ppid=19196 vsize=13600 CPUtime=0.04
/proc/19198/stat : 19198 (sugar) S 19196 19198 16976 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1992351181 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19198/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701901 s]
/proc/loadavg: 2.17 2.07 2.03 4/80 19198
/proc/meminfo: memFree=1765232/2055920 swapFree=4180724/4192956
[pid=19198] ppid=19196 vsize=13600 CPUtime=0.04
/proc/19198/stat : 19198 (sugar) S 19196 19198 16976 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1992351181 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19198/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50203 s]
/proc/loadavg: 2.24 2.08 2.04 3/91 19220
/proc/meminfo: memFree=1757336/2055920 swapFree=4180724/4192956
[pid=19198] ppid=19196 vsize=13600 CPUtime=0.76
/proc/19198/stat : 19198 (sugar) S 19196 19198 16976 0 -1 4194304 974 6713 0 1 3 1 68 4 15 0 1 0 1992351181 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19198/statm: 3400 797 370 3 0 500 0
[pid=19211] ppid=19198 vsize=5356 CPUtime=0
/proc/19211/stat : 19211 (sh) S 19198 19198 16976 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992351260 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19211/statm: 1339 233 193 169 0 50 0
[pid=19212] ppid=19211 vsize=868272 CPUtime=0.68
/proc/19212/stat : 19212 (java) S 19211 19198 16976 0 -1 0 5754 0 1 0 64 4 0 0 18 0 9 0 1992351260 889110528 5160 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19212/statm: 217068 5160 1735 9 0 211643 0
[pid=19212/tid=19213] ppid=19211 vsize=868272 CPUtime=0.41
/proc/19212/task/19213/stat : 19213 (java) R 19211 19198 16976 0 -1 64 2666 0 1 0 40 1 0 0 22 0 9 0 1992351261 889110528 5160 996147200 134512640 134550740 4294955952 18446744073709551615 4126496674 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19212/tid=19214] ppid=19211 vsize=868272 CPUtime=0.04
/proc/19212/task/19214/stat : 19214 (java) S 19211 19198 16976 0 -1 64 929 0 0 0 4 0 0 0 16 0 9 0 1992351263 889110528 5160 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19212/tid=19215] ppid=19211 vsize=868272 CPUtime=0
/proc/19212/task/19215/stat : 19215 (java) S 19211 19198 16976 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1992351263 889110528 5160 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19212/tid=19216] ppid=19211 vsize=868272 CPUtime=0
/proc/19212/task/19216/stat : 19216 (java) S 19211 19198 16976 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1992351263 889110528 5160 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19212/tid=19217] ppid=19211 vsize=868272 CPUtime=0
/proc/19212/task/19217/stat : 19217 (java) S 19211 19198 16976 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992351265 889110528 5160 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19212/tid=19218] ppid=19211 vsize=868272 CPUtime=0.19
/proc/19212/task/19218/stat : 19218 (java) S 19211 19198 16976 0 -1 64 1468 0 0 0 19 0 0 0 16 0 9 0 1992351265 889110528 5160 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19212/tid=19219] ppid=19211 vsize=868272 CPUtime=0
/proc/19212/task/19219/stat : 19219 (java) S 19211 19198 16976 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1992351265 889110528 5160 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19212/tid=19220] ppid=19211 vsize=868272 CPUtime=0
/proc/19212/task/19220/stat : 19220 (java) S 19211 19198 16976 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1992351265 889110528 5160 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 887228

[startup+3.1023 s]
/proc/loadavg: 2.24 2.08 2.04 4/91 19220
/proc/meminfo: memFree=1742616/2055920 swapFree=4180724/4192956
[pid=19198] ppid=19196 vsize=13600 CPUtime=0.76
/proc/19198/stat : 19198 (sugar) S 19196 19198 16976 0 -1 4194304 974 6713 0 1 3 1 68 4 15 0 1 0 1992351181 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19198/statm: 3400 797 370 3 0 500 0
[pid=19211] ppid=19198 vsize=5356 CPUtime=0
/proc/19211/stat : 19211 (sh) S 19198 19198 16976 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992351260 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19211/statm: 1339 233 193 169 0 50 0
[pid=19212] ppid=19211 vsize=868496 CPUtime=2.27
/proc/19212/stat : 19212 (java) S 19211 19198 16976 0 -1 0 8462 0 1 0 220 7 0 0 18 0 9 0 1992351260 889339904 7578 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19212/statm: 217124 7578 2565 9 0 211671 0
[pid=19212/tid=19213] ppid=19211 vsize=868496 CPUtime=1.67
/proc/19212/task/19213/stat : 19213 (java) R 19211 19198 16976 0 -1 64 2812 0 1 0 165 2 0 0 25 0 9 0 1992351261 889339904 7578 996147200 134512640 134550740 4294955952 18446744073709551615 4126611784 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19212/tid=19214] ppid=19211 vsize=868496 CPUtime=0.3
/proc/19212/task/19214/stat : 19214 (java) S 19211 19198 16976 0 -1 64 3455 0 0 0 28 2 0 0 16 0 9 0 1992351263 889339904 7578 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19212/tid=19215] ppid=19211 vsize=868496 CPUtime=0
/proc/19212/task/19215/stat : 19215 (java) S 19211 19198 16976 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1992351263 889339904 7578 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19212/tid=19216] ppid=19211 vsize=868496 CPUtime=0
/proc/19212/task/19216/stat : 19216 (java) S 19211 19198 16976 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1992351263 889339904 7578 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19212/tid=19217] ppid=19211 vsize=868496 CPUtime=0
/proc/19212/task/19217/stat : 19217 (java) S 19211 19198 16976 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992351265 889339904 7578 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19212/tid=19218] ppid=19211 vsize=868496 CPUtime=0.27
/proc/19212/task/19218/stat : 19218 (java) S 19211 19198 16976 0 -1 64 1503 0 0 0 26 1 0 0 16 0 9 0 1992351265 889339904 7578 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19212/tid=19219] ppid=19211 vsize=868496 CPUtime=0
/proc/19212/task/19219/stat : 19219 (java) S 19211 19198 16976 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1992351265 889339904 7578 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19212/tid=19220] ppid=19211 vsize=868496 CPUtime=0
/proc/19212/task/19220/stat : 19220 (java) S 19211 19198 16976 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1992351265 889339904 7578 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 887452

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

[startup+3.90244 s]
/proc/loadavg: 2.24 2.08 2.04 3/91 19220
/proc/meminfo: memFree=1742168/2055920 swapFree=4180724/4192956
[pid=19198] ppid=19196 vsize=13600 CPUtime=0.76
/proc/19198/stat : 19198 (sugar) S 19196 19198 16976 0 -1 4194304 974 6713 0 1 3 1 68 4 15 0 1 0 1992351181 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19198/statm: 3400 797 370 3 0 500 0
[pid=19211] ppid=19198 vsize=5356 CPUtime=0
/proc/19211/stat : 19211 (sh) S 19198 19198 16976 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992351260 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19211/statm: 1339 233 193 169 0 50 0
[pid=19212] ppid=19211 vsize=868496 CPUtime=3.06
/proc/19212/stat : 19212 (java) S 19211 19198 16976 0 -1 0 8485 0 1 0 299 7 0 0 18 0 9 0 1992351260 889339904 7580 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19212/statm: 217124 7580 2565 9 0 211671 0
[pid=19212/tid=19213] ppid=19211 vsize=868496 CPUtime=2.44
/proc/19212/task/19213/stat : 19213 (java) R 19211 19198 16976 0 -1 64 2833 0 1 0 242 2 0 0 25 0 9 0 1992351261 889339904 7580 996147200 134512640 134550740 4294955952 18446744073709551615 4127053109 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19212/tid=19214] ppid=19211 vsize=868496 CPUtime=0.31
/proc/19212/task/19214/stat : 19214 (java) S 19211 19198 16976 0 -1 64 3455 0 0 0 29 2 0 0 16 0 9 0 1992351263 889339904 7580 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19212/tid=19215] ppid=19211 vsize=868496 CPUtime=0
/proc/19212/task/19215/stat : 19215 (java) S 19211 19198 16976 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1992351263 889339904 7580 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19212/tid=19216] ppid=19211 vsize=868496 CPUtime=0
/proc/19212/task/19216/stat : 19216 (java) S 19211 19198 16976 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1992351263 889339904 7580 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19212/tid=19217] ppid=19211 vsize=868496 CPUtime=0
/proc/19212/task/19217/stat : 19217 (java) S 19211 19198 16976 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992351265 889339904 7580 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19212/tid=19218] ppid=19211 vsize=868496 CPUtime=0.27
/proc/19212/task/19218/stat : 19218 (java) S 19211 19198 16976 0 -1 64 1505 0 0 0 26 1 0 0 17 0 9 0 1992351265 889339904 7580 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19212/tid=19219] ppid=19211 vsize=868496 CPUtime=0
/proc/19212/task/19219/stat : 19219 (java) S 19211 19198 16976 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1992351265 889339904 7580 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19212/tid=19220] ppid=19211 vsize=868496 CPUtime=0
/proc/19212/task/19220/stat : 19220 (java) S 19211 19198 16976 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1992351265 889339904 7580 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.82
Current children cumulated vsize (KiB) 887452

[startup+4.30251 s]
/proc/loadavg: 2.24 2.08 2.04 4/91 19220
/proc/meminfo: memFree=1740760/2055920 swapFree=4180724/4192956
[pid=19198] ppid=19196 vsize=13600 CPUtime=0.76
/proc/19198/stat : 19198 (sugar) S 19196 19198 16976 0 -1 4194304 974 6713 0 1 3 1 68 4 15 0 1 0 1992351181 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19198/statm: 3400 797 370 3 0 500 0
[pid=19211] ppid=19198 vsize=5356 CPUtime=0
/proc/19211/stat : 19211 (sh) S 19198 19198 16976 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992351260 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19211/statm: 1339 233 193 169 0 50 0
[pid=19212] ppid=19211 vsize=868496 CPUtime=3.45
/proc/19212/stat : 19212 (java) S 19211 19198 16976 0 -1 0 8554 0 1 0 337 8 0 0 18 0 9 0 1992351260 889339904 7592 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19212/statm: 217124 7592 2566 9 0 211671 0
[pid=19212/tid=19213] ppid=19211 vsize=868496 CPUtime=2.82
/proc/19212/task/19213/stat : 19213 (java) R 19211 19198 16976 0 -1 64 2895 0 1 0 278 4 0 0 25 0 9 0 1992351261 889339904 7592 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19212/tid=19214] ppid=19211 vsize=868496 CPUtime=0.32
/proc/19212/task/19214/stat : 19214 (java) S 19211 19198 16976 0 -1 64 3455 0 0 0 30 2 0 0 16 0 9 0 1992351263 889339904 7592 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19212/tid=19215] ppid=19211 vsize=868496 CPUtime=0
/proc/19212/task/19215/stat : 19215 (java) S 19211 19198 16976 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1992351263 889339904 7592 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19212/tid=19216] ppid=19211 vsize=868496 CPUtime=0
/proc/19212/task/19216/stat : 19216 (java) S 19211 19198 16976 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1992351263 889339904 7592 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19212/tid=19217] ppid=19211 vsize=868496 CPUtime=0
/proc/19212/task/19217/stat : 19217 (java) S 19211 19198 16976 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992351265 889339904 7592 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19212/tid=19218] ppid=19211 vsize=868496 CPUtime=0.28
/proc/19212/task/19218/stat : 19218 (java) R 19211 19198 16976 0 -1 64 1512 0 0 0 27 1 0 0 16 0 9 0 1992351265 889339904 7592 996147200 134512640 134550740 4294955952 18446744073709551615 102004421 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19212/tid=19219] ppid=19211 vsize=868496 CPUtime=0
/proc/19212/task/19219/stat : 19219 (java) S 19211 19198 16976 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1992351265 889339904 7592 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19212/tid=19220] ppid=19211 vsize=868496 CPUtime=0
/proc/19212/task/19220/stat : 19220 (java) S 19211 19198 16976 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1992351265 889339904 7592 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.21
Current children cumulated vsize (KiB) 887452

[startup+4.70157 s]
/proc/loadavg: 2.24 2.08 2.04 4/91 19220
/proc/meminfo: memFree=1740760/2055920 swapFree=4180724/4192956
[pid=19198] ppid=19196 vsize=13600 CPUtime=4.35
/proc/19198/stat : 19198 (sugar) S 19196 19198 16976 0 -1 4194304 1090 17468 0 2 3 1 416 15 16 0 1 0 1992351181 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19198/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 4.35
Current children cumulated vsize (KiB) 13600

[startup+4.80159 s]
/proc/loadavg: 2.24 2.08 2.04 4/91 19220
/proc/meminfo: memFree=1740760/2055920 swapFree=4180724/4192956
[pid=19198] ppid=19196 vsize=13600 CPUtime=4.37
/proc/19198/stat : 19198 (sugar) S 19196 19198 16976 0 -1 4194304 1090 17468 0 2 4 2 416 15 15 0 1 0 1992351181 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19198/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 4.37
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 4.8825
CPU time (s): 4.75328
CPU user time (s): 4.53131
CPU system time (s): 0.221966
CPU usage (%): 97.3532
Max. virtual memory (cumulated for all children) (KiB): 887528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.53131
system time used= 0.221966
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22658
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= 6635
involuntary context switches= 6568

runsolver used 0.009998 second user time and 0.023996 second system time

The end

Launcher Data (download as text)

Begin job on node57 at 2008-07-04 03:09:57
IDJOB=1062111
IDBENCH=54599
IDSOLVER=346
FILE ID=node57/1062111-1215133797
PBS_JOBID= 7877092
Free space on /tmp= 66536 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/pseudo/logic-synthesis/normalized-prom2-pi.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-1062111-1215133797/watcher-1062111-1215133797 -o /tmp/evaluation-result-1062111-1215133797/solver-1062111-1215133797 -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-1062111-1215133797.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= cc9ab4c5eff05c6d6b3cee9d0281395c
RANDOM SEED=1952970600

node57.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.258
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.258
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:       1765712 kB
Buffers:         10792 kB
Cached:          91868 kB
SwapCached:       6072 kB
Active:         181488 kB
Inactive:        50312 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1765712 kB
SwapTotal:     4192956 kB
SwapFree:      4180724 kB
Dirty:            1832 kB
Writeback:           0 kB
Mapped:         142672 kB
Slab:            43448 kB
Committed_AS:  4712612 kB
PageTables:       2064 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66536 MiB
End job on node57 at 2008-07-04 03:10:02