Trace number 2072049

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.14.6+picosatSAT 104.213 105.378

General information on the benchmark

Namecsp/pseudoGLB/
normalized-fpga45-45-sat-pb-cnf-cr.xml
MD5SUM929dc5a6d18af75acb29966626caf1d9
Bench CategoryAlldiff+Elt+WSum (alldiff,element,weightedsum)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark104.213
Satisfiable
(Un)Satisfiability was proved
Number of variables3038
Number of constraints2160
Maximum constraint arity45
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)weightedsum(2160)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sun Jul 12 01:47:02 2009
0.00/0.08	c 0	PID 16586
0.00/0.08	c 0	HOST node47.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2072049-1247356021.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2072049-1247356021.xml' 'HOME/temp.csp'
1.07/1.16	c 1	1 domains, 3038 variables, 0 predicates, 0 relations, 2160 constraints
1.07/1.19	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.07/1.19	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.13/1.27	c 1	Parsing HOME/temp.csp
1.13/1.76	c 1	parsed 5199 expressions
1.13/1.77	c 1	Heap : 8 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.13/1.77	c 1	Converting to clausal form CSP
1.13/1.80	c 1	converted 520 (10%) expressions
1.13/1.81	c 1	converted 1040 (20%) expressions
1.13/1.82	c 1	converted 1560 (30%) expressions
1.13/1.82	c 1	converted 2080 (40%) expressions
1.13/1.82	c 1	converted 2600 (50%) expressions
1.13/2.09	c 2	converted 3120 (60%) expressions
2.31/2.49	c 2	converted 3640 (70%) expressions
2.81/2.94	c 3	converted 4160 (80%) expressions
3.20/3.32	c 3	converted 4680 (90%) expressions
3.59/3.76	c 3	converted 5199 (100%) expressions
3.59/3.76	c 3	CSP : 10058 integers, 0 booleans, 16200 clauses, largest domain size 16
3.59/3.76	c 3	Heap : 21 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.59/3.76	c 3	Propagation in CSP
4.08/4.22	c 4	1755 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.08/4.22	c 4	CSP : 10058 integers, 0 booleans, 16200 clauses, largest domain size 16
4.08/4.22	c 4	Heap : 21 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.08/4.24	c 4	Simplifing CSP by introducing new Boolean variables
4.08/4.25	c 4	CSP : 10058 integers, 0 booleans, 16200 clauses, largest domain size 16
4.08/4.25	c 4	Heap : 21 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.19/4.36	c 4	Encoding CSP to SAT : HOME/temp.cnf
4.19/4.38	c 4	1006 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.19/4.38	c 4	2012 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.19/4.39	c 4	3018 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.30/4.41	c 4	4024 (40%) CSP integer variables are encoded (6134 clauses, 80083 bytes)
4.30/4.43	c 4	5029 (50%) CSP integer variables are encoded (12834 clauses, 180583 bytes)
4.30/4.44	c 4	6035 (60%) CSP integer variables are encoded (19540 clauses, 281173 bytes)
4.30/4.45	c 4	7041 (70%) CSP integer variables are encoded (26086 clauses, 379363 bytes)
4.30/4.46	c 4	8047 (80%) CSP integer variables are encoded (33128 clauses, 484993 bytes)
4.30/4.47	c 4	9053 (90%) CSP integer variables are encoded (40170 clauses, 590623 bytes)
4.30/4.47	c 4	10058 (100%) CSP integer variables are encoded (45180 clauses, 665773 bytes)
7.55/7.72	c 7	1620 (10%) CSP clauses are encoded (314576 clauses, 8386173 bytes)
10.91/11.14	c 11	3240 (20%) CSP clauses are encoded (609610 clauses, 17075539 bytes)
14.27/14.57	c 14	4860 (30%) CSP clauses are encoded (904646 clauses, 25926301 bytes)
17.73/18.04	c 18	6480 (40%) CSP clauses are encoded (1199808 clauses, 34793611 bytes)
21.51/21.82	c 21	8100 (50%) CSP clauses are encoded (1499061 clauses, 43800868 bytes)
25.86/26.25	c 26	9720 (60%) CSP clauses are encoded (1853487 clauses, 54580497 bytes)
30.20/30.65	c 30	11340 (70%) CSP clauses are encoded (2207659 clauses, 65371675 bytes)
34.54/35.05	c 35	12960 (80%) CSP clauses are encoded (2562085 clauses, 76209161 bytes)
38.81/39.30	c 39	14580 (90%) CSP clauses are encoded (2900144 clauses, 86506911 bytes)
40.38/40.90	c 41	16200 (100%) CSP clauses are encoded (3028549 clauses, 89794688 bytes)
40.38/40.90	c 41	16200 CSP clauses encoded
40.38/40.90	c 41	Writing map file : HOME/temp.map
40.38/40.92	c 41	Heap : 12 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
40.38/40.92	c 41	SAT : 55238 SAT variables, 3028549 SAT clauses, 89794688 bytes
40.38/40.92	c 41	Heap : 12 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
40.38/40.95	c 41	SOLVING HOME/temp.cnf
40.38/40.95	c 41	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
103.66/104.84	c 104	DECODING HOME/temp.out WITH HOME/temp.map
103.66/104.84	c 104	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
103.71/104.93	c 105	Decoding HOME/temp.out
103.71/105.17	s SATISFIABLE
103.71/105.27	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 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 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 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 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 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 1 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 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 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 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 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 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 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 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 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 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 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 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 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 1 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 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 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 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 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 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 0 0 0 0 0 0 0 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 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 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 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 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 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 1 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 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 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 0 0 0 0 0 0 0 0 0 0 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 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 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 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 1 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 1 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 1 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 1 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 1 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 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 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 1 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 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 1 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 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 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0
103.71/105.28	c 105	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
103.73/105.33	c 105	CPU 104.13 (0.07 0.03 80.95 23.08)
103.73/105.33	c 105	END Sun Jul 12 01:48:47 2009

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2072049-1247356021/watcher-2072049-1247356021 -o /tmp/evaluation-result-2072049-1247356021/solver-2072049-1247356021 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2072049-1247356021.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.85 1.97 1.99 4/80 16586
/proc/meminfo: memFree=848728/2055920 swapFree=4192956/4192956
[pid=16586] ppid=16584 vsize=18576 CPUtime=0
/proc/16586/stat : 16586 (runsolver) R 16584 16586 16112 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 22665869 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 208717540647 0 0 4096 24578 0 0 0 17 1 0 0
/proc/16586/statm: 4644 284 249 26 0 2626 0

[startup+0.106499 s]
/proc/loadavg: 1.85 1.97 1.99 4/80 16586
/proc/meminfo: memFree=848728/2055920 swapFree=4192956/4192956
[pid=16586] ppid=16584 vsize=16868 CPUtime=0.07
/proc/16586/stat : 16586 (sugar) S 16584 16586 16112 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 22665869 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16586/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.20251 s]
/proc/loadavg: 1.85 1.97 1.99 4/80 16586
/proc/meminfo: memFree=848728/2055920 swapFree=4192956/4192956
[pid=16586] ppid=16584 vsize=16868 CPUtime=0.07
/proc/16586/stat : 16586 (sugar) S 16584 16586 16112 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 22665869 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16586/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.302514 s]
/proc/loadavg: 1.85 1.97 1.99 4/80 16586
/proc/meminfo: memFree=848728/2055920 swapFree=4192956/4192956
[pid=16586] ppid=16584 vsize=16868 CPUtime=0.07
/proc/16586/stat : 16586 (sugar) S 16584 16586 16112 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 22665869 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16586/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.702561 s]
/proc/loadavg: 1.85 1.97 1.99 4/80 16586
/proc/meminfo: memFree=848728/2055920 swapFree=4192956/4192956
[pid=16586] ppid=16584 vsize=16868 CPUtime=0.07
/proc/16586/stat : 16586 (sugar) S 16584 16586 16112 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 22665869 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16586/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50265 s]
/proc/loadavg: 1.85 1.97 1.99 3/91 16598
/proc/meminfo: memFree=829952/2055920 swapFree=4192956/4192956
[pid=16586] ppid=16584 vsize=16868 CPUtime=1.13
/proc/16586/stat : 16586 (sugar) S 16584 16586 16112 0 -1 4194304 1309 7490 0 1 5 2 100 6 16 0 1 0 22665869 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16586/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 16868

[startup+3.10182 s]
/proc/loadavg: 1.85 1.97 1.99 4/91 16608
/proc/meminfo: memFree=823488/2055920 swapFree=4192956/4192956
[pid=16586] ppid=16584 vsize=16868 CPUtime=1.13
/proc/16586/stat : 16586 (sugar) S 16584 16586 16112 0 -1 4194304 1309 7490 0 1 5 2 100 6 16 0 1 0 22665869 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16586/statm: 4217 1111 409 3 0 796 0
[pid=16599] ppid=16586 vsize=5356 CPUtime=0
/proc/16599/stat : 16599 (sh) S 16586 16586 16112 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22665989 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16599/statm: 1339 233 193 169 0 50 0
[pid=16600] ppid=16599 vsize=868632 CPUtime=1.87
/proc/16600/stat : 16600 (java) S 16599 16586 16112 0 -1 0 10374 0 1 0 180 7 0 0 18 0 9 0 22665989 889479168 9504 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16600/statm: 217158 9504 2566 9 0 211663 0
[pid=16600/tid=16601] ppid=16599 vsize=868632 CPUtime=1.27
/proc/16600/task/16601/stat : 16601 (java) R 16599 16586 16112 0 -1 64 2814 0 1 0 125 2 0 0 25 0 9 0 22665990 889479168 9504 996147200 134512640 134550932 4294955936 18446744073709551615 4126551323 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16600/tid=16602] ppid=16599 vsize=868632 CPUtime=0.39
/proc/16600/task/16602/stat : 16602 (java) S 16599 16586 16112 0 -1 64 5352 0 0 0 37 2 0 0 16 0 9 0 22665991 889479168 9504 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16600/tid=16603] ppid=16599 vsize=868632 CPUtime=0
/proc/16600/task/16603/stat : 16603 (java) S 16599 16586 16112 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22665991 889479168 9504 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16600/tid=16604] ppid=16599 vsize=868632 CPUtime=0
/proc/16600/task/16604/stat : 16604 (java) S 16599 16586 16112 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22665991 889479168 9504 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16600/tid=16605] ppid=16599 vsize=868632 CPUtime=0
/proc/16600/task/16605/stat : 16605 (java) S 16599 16586 16112 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22665994 889479168 9504 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16600/tid=16606] ppid=16599 vsize=868632 CPUtime=0.18
/proc/16600/task/16606/stat : 16606 (java) S 16599 16586 16112 0 -1 64 1504 0 0 0 17 1 0 0 15 0 9 0 22665994 889479168 9504 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16600/tid=16607] ppid=16599 vsize=868632 CPUtime=0
/proc/16600/task/16607/stat : 16607 (java) S 16599 16586 16112 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22665994 889479168 9504 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16600/tid=16608] ppid=16599 vsize=868632 CPUtime=0
/proc/16600/task/16608/stat : 16608 (java) S 16599 16586 16112 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22665994 889479168 9504 996147200 134512640 134550932 4294955936 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) 890856

[startup+6.30217 s]
/proc/loadavg: 1.86 1.97 1.99 3/91 16608
/proc/meminfo: memFree=807872/2055920 swapFree=4192956/4192956
[pid=16586] ppid=16584 vsize=16868 CPUtime=1.13
/proc/16586/stat : 16586 (sugar) S 16584 16586 16112 0 -1 4194304 1310 7490 0 1 5 2 100 6 15 0 1 0 22665869 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16586/statm: 4217 1111 409 3 0 796 0
[pid=16599] ppid=16586 vsize=5356 CPUtime=0
/proc/16599/stat : 16599 (sh) S 16586 16586 16112 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22665989 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16599/statm: 1339 233 193 169 0 50 0
[pid=16600] ppid=16599 vsize=868744 CPUtime=5.03
/proc/16600/stat : 16600 (java) S 16599 16586 16112 0 -1 0 12102 0 1 0 491 12 0 0 18 0 9 0 22665989 889593856 10920 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16600/statm: 217186 10920 2590 9 0 211663 0
[pid=16600/tid=16601] ppid=16599 vsize=868744 CPUtime=4.1
/proc/16600/task/16601/stat : 16601 (java) R 16599 16586 16112 0 -1 64 3087 0 1 0 405 5 0 0 25 0 9 0 22665990 889593856 10920 996147200 134512640 134550932 4294955936 18446744073709551615 4127051058 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16600/tid=16602] ppid=16599 vsize=868744 CPUtime=0.66
/proc/16600/task/16602/stat : 16602 (java) S 16599 16586 16112 0 -1 64 6768 0 0 0 62 4 0 0 16 0 9 0 22665991 889593856 10920 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16600/tid=16603] ppid=16599 vsize=868744 CPUtime=0
/proc/16600/task/16603/stat : 16603 (java) S 16599 16586 16112 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22665991 889593856 10920 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16600/tid=16604] ppid=16599 vsize=868744 CPUtime=0
/proc/16600/task/16604/stat : 16604 (java) S 16599 16586 16112 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22665991 889593856 10920 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16600/tid=16605] ppid=16599 vsize=868744 CPUtime=0
/proc/16600/task/16605/stat : 16605 (java) S 16599 16586 16112 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22665994 889593856 10920 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16600/tid=16606] ppid=16599 vsize=868744 CPUtime=0.24
/proc/16600/task/16606/stat : 16606 (java) S 16599 16586 16112 0 -1 64 1543 0 0 0 23 1 0 0 16 0 9 0 22665994 889593856 10920 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16600/tid=16607] ppid=16599 vsize=868744 CPUtime=0
/proc/16600/task/16607/stat : 16607 (java) S 16599 16586 16112 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22665994 889593856 10920 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16600/tid=16608] ppid=16599 vsize=868744 CPUtime=0
/proc/16600/task/16608/stat : 16608 (java) S 16599 16586 16112 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22665994 889593856 10920 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 890968

[startup+12.7029 s]
/proc/loadavg: 1.87 1.97 1.99 4/91 16608
/proc/meminfo: memFree=791296/2055920 swapFree=4192956/4192956
[pid=16586] ppid=16584 vsize=16868 CPUtime=1.13
/proc/16586/stat : 16586 (sugar) S 16584 16586 16112 0 -1 4194304 1310 7490 0 1 5 2 100 6 16 0 1 0 22665869 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16586/statm: 4217 1111 409 3 0 796 0
[pid=16599] ppid=16586 vsize=5356 CPUtime=0
/proc/16599/stat : 16599 (sh) S 16586 16586 16112 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22665989 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16599/statm: 1339 233 193 169 0 50 0
[pid=16600] ppid=16599 vsize=868744 CPUtime=11.36
/proc/16600/stat : 16600 (java) S 16599 16586 16112 0 -1 0 12495 0 1 0 1111 25 0 0 18 0 9 0 22665989 889593856 10926 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16600/statm: 217186 10926 2590 9 0 211663 0
[pid=16600/tid=16601] ppid=16599 vsize=868744 CPUtime=10.29
/proc/16600/task/16601/stat : 16601 (java) R 16599 16586 16112 0 -1 64 3474 0 1 0 1013 16 0 0 25 0 9 0 22665990 889593856 10926 996147200 134512640 134550932 4294955936 18446744073709551615 4126997931 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16600/tid=16602] ppid=16599 vsize=868744 CPUtime=0.8
/proc/16600/task/16602/stat : 16602 (java) S 16599 16586 16112 0 -1 64 6768 0 0 0 74 6 0 0 16 0 9 0 22665991 889593856 10926 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16600/tid=16603] ppid=16599 vsize=868744 CPUtime=0
/proc/16600/task/16603/stat : 16603 (java) S 16599 16586 16112 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22665991 889593856 10926 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16600/tid=16604] ppid=16599 vsize=868744 CPUtime=0
/proc/16600/task/16604/stat : 16604 (java) S 16599 16586 16112 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22665991 889593856 10926 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16600/tid=16605] ppid=16599 vsize=868744 CPUtime=0
/proc/16600/task/16605/stat : 16605 (java) S 16599 16586 16112 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22665994 889593856 10926 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16600/tid=16606] ppid=16599 vsize=868744 CPUtime=0.25
/proc/16600/task/16606/stat : 16606 (java) S 16599 16586 16112 0 -1 64 1549 0 0 0 24 1 0 0 16 0 9 0 22665994 889593856 10926 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16600/tid=16607] ppid=16599 vsize=868744 CPUtime=0
/proc/16600/task/16607/stat : 16607 (java) S 16599 16586 16112 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22665994 889593856 10926 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16600/tid=16608] ppid=16599 vsize=868744 CPUtime=0
/proc/16600/task/16608/stat : 16608 (java) S 16599 16586 16112 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22665994 889593856 10926 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 890968

[startup+25.5022 s]
/proc/loadavg: 1.90 1.97 1.99 3/91 16608
/proc/meminfo: memFree=759296/2055920 swapFree=4192956/4192956
[pid=16586] ppid=16584 vsize=16868 CPUtime=1.14
/proc/16586/stat : 16586 (sugar) S 16584 16586 16112 0 -1 4194304 1310 7490 0 1 6 2 100 6 16 0 1 0 22665869 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16586/statm: 4217 1111 409 3 0 796 0
[pid=16599] ppid=16586 vsize=5356 CPUtime=0
/proc/16599/stat : 16599 (sh) S 16586 16586 16112 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22665989 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16599/statm: 1339 233 193 169 0 50 0
[pid=16600] ppid=16599 vsize=868744 CPUtime=24.02
/proc/16600/stat : 16600 (java) S 16599 16586 16112 0 -1 0 13242 0 1 0 2352 50 0 0 18 0 9 0 22665989 889593856 10926 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16600/statm: 217186 10926 2590 9 0 211663 0
[pid=16600/tid=16601] ppid=16599 vsize=868744 CPUtime=22.65
/proc/16600/task/16601/stat : 16601 (java) R 16599 16586 16112 0 -1 64 4221 0 1 0 2230 35 0 0 25 0 9 0 22665990 889593856 10926 996147200 134512640 134550932 4294955936 18446744073709551615 4127050703 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16600/tid=16602] ppid=16599 vsize=868744 CPUtime=1.09
/proc/16600/task/16602/stat : 16602 (java) S 16599 16586 16112 0 -1 64 6768 0 0 0 97 12 0 0 16 0 9 0 22665991 889593856 10926 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16600/tid=16603] ppid=16599 vsize=868744 CPUtime=0
/proc/16600/task/16603/stat : 16603 (java) S 16599 16586 16112 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22665991 889593856 10926 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16600/tid=16604] ppid=16599 vsize=868744 CPUtime=0
/proc/16600/task/16604/stat : 16604 (java) S 16599 16586 16112 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22665991 889593856 10926 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16600/tid=16605] ppid=16599 vsize=868744 CPUtime=0
/proc/16600/task/16605/stat : 16605 (java) S 16599 16586 16112 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22665994 889593856 10926 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16600/tid=16606] ppid=16599 vsize=868744 CPUtime=0.25
/proc/16600/task/16606/stat : 16606 (java) S 16599 16586 16112 0 -1 64 1549 0 0 0 24 1 0 0 16 0 9 0 22665994 889593856 10926 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16600/tid=16607] ppid=16599 vsize=868744 CPUtime=0
/proc/16600/task/16607/stat : 16607 (java) S 16599 16586 16112 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22665994 889593856 10926 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16600/tid=16608] ppid=16599 vsize=868744 CPUtime=0
/proc/16600/task/16608/stat : 16608 (java) S 16599 16586 16112 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22665994 889593856 10926 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 890968

[startup+51.103 s]
/proc/loadavg: 1.93 1.97 1.99 3/83 16610
/proc/meminfo: memFree=723328/2055920 swapFree=4192956/4192956
[pid=16586] ppid=16584 vsize=16868 CPUtime=40.42
/proc/16586/stat : 16586 (sugar) S 16584 16586 16112 0 -1 4194304 1365 21927 0 2 6 2 3946 88 16 0 1 0 22665869 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16586/statm: 4217 1113 409 3 0 796 0
[pid=16609] ppid=16586 vsize=5356 CPUtime=0
/proc/16609/stat : 16609 (sh) S 16586 16586 16112 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22669964 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16609/statm: 1339 232 193 169 0 50 0
[pid=16610] ppid=16609 vsize=36116 CPUtime=10.05
/proc/16610/stat : 16610 (picosat) R 16609 16586 16112 0 -1 4194304 8441 0 0 0 462 543 0 0 25 0 1 0 22669965 36982784 8427 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/16610/statm: 9029 8427 40 102 0 8924 0
Current children cumulated CPU time (s) 50.47
Current children cumulated vsize (KiB) 58340

[startup+102.303 s]
/proc/loadavg: 1.97 1.97 1.99 3/83 16610
/proc/meminfo: memFree=628416/2055920 swapFree=4192956/4192956
[pid=16586] ppid=16584 vsize=16868 CPUtime=40.42
/proc/16586/stat : 16586 (sugar) S 16584 16586 16112 0 -1 4194304 1365 21927 0 2 6 2 3946 88 16 0 1 0 22665869 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16586/statm: 4217 1113 409 3 0 796 0
[pid=16609] ppid=16586 vsize=5356 CPUtime=0
/proc/16609/stat : 16609 (sh) S 16586 16586 16112 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22669964 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16609/statm: 1339 232 193 169 0 50 0
[pid=16610] ppid=16609 vsize=134224 CPUtime=60.77
/proc/16610/stat : 16610 (picosat) R 16609 16586 16112 0 -1 4194304 31931 0 0 0 3864 2213 0 0 25 0 1 0 22669965 137445376 31889 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/16610/statm: 33556 31889 48 102 0 33451 0
Current children cumulated CPU time (s) 101.19
Current children cumulated vsize (KiB) 156448

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

[startup+102.408 s]
/proc/loadavg: 1.97 1.97 1.99 3/83 16610
/proc/meminfo: memFree=628416/2055920 swapFree=4192956/4192956
[pid=16586] ppid=16584 vsize=16868 CPUtime=40.42
/proc/16586/stat : 16586 (sugar) S 16584 16586 16112 0 -1 4194304 1365 21927 0 2 6 2 3946 88 16 0 1 0 22665869 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16586/statm: 4217 1113 409 3 0 796 0
[pid=16609] ppid=16586 vsize=5356 CPUtime=0
/proc/16609/stat : 16609 (sh) S 16586 16586 16112 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22669964 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16609/statm: 1339 232 193 169 0 50 0
[pid=16610] ppid=16609 vsize=134224 CPUtime=60.87
/proc/16610/stat : 16610 (picosat) R 16609 16586 16112 0 -1 4194304 31934 0 0 0 3874 2213 0 0 25 0 1 0 22669965 137445376 31892 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/16610/statm: 33556 31892 48 102 0 33451 0
Current children cumulated CPU time (s) 101.29
Current children cumulated vsize (KiB) 156448

[startup+104.003 s]
/proc/loadavg: 1.97 1.97 1.99 3/83 16610
/proc/meminfo: memFree=628096/2055920 swapFree=4192956/4192956
[pid=16586] ppid=16584 vsize=16868 CPUtime=40.42
/proc/16586/stat : 16586 (sugar) S 16584 16586 16112 0 -1 4194304 1365 21927 0 2 6 2 3946 88 16 0 1 0 22665869 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16586/statm: 4217 1113 409 3 0 796 0
[pid=16609] ppid=16586 vsize=5356 CPUtime=0
/proc/16609/stat : 16609 (sh) S 16586 16586 16112 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22669964 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16609/statm: 1339 232 193 169 0 50 0
[pid=16610] ppid=16609 vsize=134488 CPUtime=62.45
/proc/16610/stat : 16610 (picosat) R 16609 16586 16112 0 -1 4194304 32015 0 0 0 4032 2213 0 0 25 0 1 0 22669965 137715712 31973 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/16610/statm: 33622 31973 48 102 0 33517 0
Current children cumulated CPU time (s) 102.87
Current children cumulated vsize (KiB) 156712

[startup+104.802 s]
/proc/loadavg: 1.97 1.97 1.99 3/83 16610
/proc/meminfo: memFree=627648/2055920 swapFree=4192956/4192956
[pid=16586] ppid=16584 vsize=16868 CPUtime=40.42
/proc/16586/stat : 16586 (sugar) S 16584 16586 16112 0 -1 4194304 1365 21927 0 2 6 2 3946 88 16 0 1 0 22665869 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16586/statm: 4217 1113 409 3 0 796 0
[pid=16609] ppid=16586 vsize=5356 CPUtime=0
/proc/16609/stat : 16609 (sh) S 16586 16586 16112 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22669964 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16609/statm: 1339 232 193 169 0 50 0
[pid=16610] ppid=16609 vsize=134624 CPUtime=63.24
/proc/16610/stat : 16610 (picosat) R 16609 16586 16112 0 -1 4194304 32028 0 0 0 4110 2214 0 0 25 0 1 0 22669965 137854976 31986 996147200 134512640 134931368 4294956256 18446744073709551615 134578973 0 0 4096 0 0 0 0 17 1 0 0
/proc/16610/statm: 33656 31986 52 102 0 33551 0
Current children cumulated CPU time (s) 103.66
Current children cumulated vsize (KiB) 156848

[startup+105.202 s]
/proc/loadavg: 1.97 1.97 1.99 3/83 16610
/proc/meminfo: memFree=627648/2055920 swapFree=4192956/4192956
[pid=16586] ppid=16584 vsize=16868 CPUtime=103.71
/proc/16586/stat : 16586 (sugar) S 16584 16586 16112 0 -1 4194304 1448 54241 0 2 6 2 8059 2304 15 0 1 0 22665869 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16586/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 103.71
Current children cumulated vsize (KiB) 16868

[startup+105.302 s]
/proc/loadavg: 1.97 1.97 1.99 3/83 16610
/proc/meminfo: memFree=627648/2055920 swapFree=4192956/4192956
[pid=16586] ppid=16584 vsize=16868 CPUtime=103.73
/proc/16586/stat : 16586 (sugar) S 16584 16586 16112 0 -1 4194304 1452 54241 0 2 7 3 8059 2304 15 0 1 0 22665869 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16586/statm: 4217 1115 409 3 0 796 0
Current children cumulated CPU time (s) 103.73
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 105.378
CPU time (s): 104.213
CPU user time (s): 81.0347
CPU system time (s): 23.1785
CPU usage (%): 98.8946
Max. virtual memory (cumulated for all children) (KiB): 891108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 81.0347
system time used= 23.1785
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59883
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= 28131
involuntary context switches= 32103

runsolver used 0.136979 second user time and 0.356945 second system time

The end

Launcher Data

Begin job on node47 at 2009-07-12 01:47:02
IDJOB=2072049
IDBENCH=55570
IDSOLVER=738
FILE ID=node47/2072049-1247356021
PBS_JOBID= 9506965
Free space on /tmp= 66456 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/pseudoGLB/normalized-fpga45-45-sat-pb-cnf-cr.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2072049-1247356021/watcher-2072049-1247356021 -o /tmp/evaluation-result-2072049-1247356021/solver-2072049-1247356021 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-2072049-1247356021.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 929dc5a6d18af75acb29966626caf1d9
RANDOM SEED=341808551

node47.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.218
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.218
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:        849208 kB
Buffers:         67804 kB
Cached:         985108 kB
SwapCached:          0 kB
Active:         368968 kB
Inactive:       768684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        849208 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2696 kB
Writeback:           0 kB
Mapped:         102572 kB
Slab:            54052 kB
Committed_AS:   907180 kB
PageTables:       2008 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= 66452 MiB
End job on node47 at 2009-07-12 01:48:47