Trace number 2088186

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 59.6969 60.4282

General information on the benchmark

Namecsp/bibd8/
normalized-bibd-8-98-49-4-21_glb.xml
MD5SUM8cbbde67c61ae75ca5dd50b54810dc80
Bench CategoryAlldiff+Elt+WSum (alldiff,element,weightedsum)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark59.6969
Satisfiable
(Un)Satisfiability was proved
Number of variables3528
Number of constraints2878
Maximum constraint arity98
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2744
Global constraints used (with number of constraints)weightedsum(134)

Solver Data

0.05/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.05/0.08	c 0	BEGIN Sun Jul 12 10:33:49 2009
0.05/0.08	c 0	PID 26769
0.05/0.08	c 0	HOST node21.alineos.net
0.05/0.08	c 0	CONVERTING HOME/instance-2088186-1247387629.xml TO HOME/temp.csp
0.05/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-2088186-1247387629.xml' 'HOME/temp.csp'
0.06/0.72	c 0	1 domains, 3528 variables, 1 predicates, 0 relations, 2878 constraints
0.06/0.77	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.77	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'
0.69/0.85	c 1	Parsing HOME/temp.csp
0.90/1.01	c 1	parsed 6408 expressions
0.90/1.01	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.90/1.01	c 1	Converting to clausal form CSP
0.90/1.04	c 1	converted 641 (10%) expressions
0.90/1.05	c 1	converted 1282 (20%) expressions
0.90/1.06	c 1	converted 1923 (30%) expressions
0.90/1.07	c 1	converted 2564 (40%) expressions
0.90/1.07	c 1	converted 3204 (50%) expressions
1.30/1.41	c 1	converted 3845 (60%) expressions
1.49/1.68	c 1	converted 4486 (70%) expressions
1.69/1.84	c 2	converted 5127 (80%) expressions
1.89/2.09	c 2	converted 5768 (90%) expressions
2.48/2.68	c 2	converted 6408 (100%) expressions
2.48/2.69	c 2	CSP : 10528 integers, 5488 booleans, 30732 clauses, largest domain size 34
2.48/2.69	c 2	Heap : 19 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.48/2.69	c 2	Propagation in CSP
2.58/2.79	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.68/2.80	c 3	CSP : 10528 integers, 5488 booleans, 30732 clauses, largest domain size 34
2.68/2.80	c 3	Heap : 20 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.68/2.82	c 3	Simplifing CSP by introducing new Boolean variables
2.68/2.84	c 3	CSP : 10528 integers, 5488 booleans, 30732 clauses, largest domain size 34
2.68/2.84	c 3	Heap : 19 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.78/2.97	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.88/3.00	c 3	1053 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.88/3.01	c 3	2106 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.88/3.01	c 3	3159 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.88/3.01	c 3	4212 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.88/3.01	c 3	5264 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.88/3.02	c 3	6317 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.88/3.02	c 3	7370 (70%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.88/3.02	c 3	8423 (80%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.88/3.03	c 3	9476 (90%) CSP integer variables are encoded (5855 clauses, 86064 bytes)
2.88/3.05	c 3	10528 (100%) CSP integer variables are encoded (18676 clauses, 278379 bytes)
2.98/3.11	c 3	3074 (10%) CSP clauses are encoded (21750 clauses, 322791 bytes)
2.98/3.13	c 3	6147 (20%) CSP clauses are encoded (24823 clauses, 367486 bytes)
2.98/3.15	c 3	9220 (30%) CSP clauses are encoded (27896 clauses, 413225 bytes)
2.98/3.17	c 3	12293 (40%) CSP clauses are encoded (30969 clauses, 459325 bytes)
2.98/3.19	c 3	15366 (50%) CSP clauses are encoded (34042 clauses, 505418 bytes)
3.08/3.22	c 3	18440 (60%) CSP clauses are encoded (37116 clauses, 551525 bytes)
3.08/3.24	c 3	21513 (70%) CSP clauses are encoded (40189 clauses, 597625 bytes)
3.08/3.26	c 3	24586 (80%) CSP clauses are encoded (43262 clauses, 643718 bytes)
3.26/3.45	c 3	27659 (90%) CSP clauses are encoded (63067 clauses, 1073795 bytes)
10.39/10.62	c 10	30732 (100%) CSP clauses are encoded (787748 clauses, 20764595 bytes)
10.39/10.62	c 10	30732 CSP clauses encoded
10.39/10.63	c 10	Writing map file : HOME/temp.map
10.39/10.65	c 10	Heap : 19 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
10.39/10.65	c 10	SAT : 34692 SAT variables, 787748 SAT clauses, 20764595 bytes
10.39/10.65	c 10	Heap : 19 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
10.39/10.68	c 10	SOLVING HOME/temp.cnf
10.39/10.68	c 10	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
59.10/59.82	c 60	DECODING HOME/temp.out WITH HOME/temp.map
59.10/59.82	c 60	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'
59.13/59.91	c 60	Decoding HOME/temp.out
59.13/60.24	s SATISFIABLE
59.14/60.36	v 0 0 1 1 1 0 0 0 0 1 0 0 1 0 1 1 1 1 1 0 0 1 0 1 1 1 1 0 0 0 1 1 0 1 1 0 0 0 1 1 1 1 0 1 1 1 1 0 1 1 1 1 1 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 0 0 0 1 0 0 0 0 1 0 1 1 1 0 0 0 1 0 0 0 1 0 1 1 0 0 0 0 1 1 0 0 0 1 0 1 0 0 0 0 1 0 1 1 0 0 0 0 1 1 1 0 1 0 1 1 0 1 1 1 1 0 0 1 0 1 1 1 1 0 1 1 1 1 0 1 0 0 1 1 0 0 1 1 0 0 1 0 1 0 0 0 0 0 1 0 1 0 0 1 1 0 0 1 0 1 0 0 0 1 0 1 0 1 0 1 1 1 0 1 1 0 0 1 1 1 0 1 1 1 0 0 1 0 1 0 1 1 1 0 0 1 0 1 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 1 0 0 1 1 0 0 1 0 0 1 1 1 1 0 0 1 1 0 0 1 0 0 0 1 1 1 1 1 1 0 1 0 1 0 1 1 0 0 1 1 1 1 0 0 0 1 1 1 1 0 1 1 1 0 0 0 0 0 1 1 1 0 1 0 0 1 1 0 0 1 1 0 1 0 1 0 0 1 1 1 0 1 1 0 1 1 0 1 0 1 0 1 1 1 1 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 0 0 1 0 1 0 1 1 0 1 1 1 0 0 0 0 0 1 0 1 1 1 0 1 1 1 0 1 1 1 0 1 1 0 1 0 0 0 1 0 1 1 0 0 1 0 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 0 1 0 1 1 0 0 1 0 0 0 1 1 1 1 0 0 1 0 1 0 0 1 0 0 0 1 0 0 0 0 1 1 1 0 0 0 0 1 0 1 1 1 1 0 0 1 1 0 1 1 0 1 0 1 1 1 0 1 0 1 0 1 1 0 1 1 1 0 0 1 0 0 0 1 1 1 1 1 1 0 0 1 0 1 0 1 1 0 1 1 1 0 1 1 1 1 0 1 0 0 0 1 0 1 0 0 1 0 0 0 0 0 0 0 1 1 1 1 1 0 0 0 1 0 1 1 0 1 0 0 1 0 1 0 1 1 1 1 1 1 0 1 1 0 0 0 1 0 1 0 1 0 0 0 1 1 1 0 1 0 1 0 0 0 0 0 0 1 1 0 1 1 1 0 0 1 1 0 0 1 0 0 1 0 0 1 1 1 1 1 0 0 1 0 1 0 0 1 0 0 1 1 1 0 1 0 1 1 1 0 0 1 1 1 0 1 1 1 0 0 1 1 0 0 1 1 0 1 0 0 0 0 0 1 1 0 1 0 1 0 1 1 0 0 0 0 1 1 1 1 1 0 0 0 1 0 0 0 1 1 0 0 0 1 1 0 0 1 0 1 0 1 1 0 0 1 1 0 1 1 1 0 0 1 1 0 1 0 1 0 0 1 0 1 0 1 1 0 1 0 1 0 1 1 0 0 1 1 1 0 0 0 0 0 0 1 1 1 1 0 1 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 1 0 1 0 0 1 0 1 0 0 0 1 0 0 1 1 0 1 0 0 1 1 0 0 1 1 0 1 0 1 1 0 0 0 0 1 0 1 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 1 0 1 1 0 0 0 1 1 0 0 1 0 0 0 1 1 0 1 0 1 1 0 1 0 0 1 1 0 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 1 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 1 0 0 0 0 1 0 1 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 1 0 0 0 0 0 1 1 0 1 0 0 1 1 0 0 0 0 0 0 0 0 0 1 1 1 0 1 0 1 0 0 0 0 0 0 0 0 1 0 0 0 1 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 0 0 1 0 0 1 1 1 0 0 0 0 0 1 0 1 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 1 1 1 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 1 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 1 0 1 0 0 0 0 0 0 0 0 0 1 0 0 1 1 0 0 0 1 0 0 0 1 0 1 1 0 0 0 0 1 0 0 0 1 1 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 1 0 0 1 0 1 0 0 1 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 1 0 0 1 0 1 0 0 1 0 0 0 1 0 0 1 0 1 0 0 0 0 1 0 1 0 0 0 0 0 0 1 1 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 1 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 1 0 0 0 0 0 1 1 0 0 0 0 1 0 0 0 0 0 0 0 1 1 1 0 0 1 1 0 0 0 0 1 0 1 1 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 1 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 1 1 0 0 1 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 0 1 0 1 0 0 0 0 0 1 0 1 0 1 1 1 0 0 0 0 0 1 1 1 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 1 0 1 0 0 0 1 1 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 1 0 1 0 0 0 1 0 0 0 0 0 1 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 0 1 0 1 1 0 0 0 0 1 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 1 0 0 1 1 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 1 1 0 0 1 0 0 0 0 0 0 0 1 0 1 0 0 0 0 1 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 1 1 0 0 0 0 0 0 1 0 0 1 1 0 0 1 0 1 0 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 1 0 1 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 1 0 0 0 0 1 0 1 0 0 1 0 0 0 0 1 1 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 1 0 1 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 1 1 1 0 0 0 0 0 0 1 1 1 0 0 1 1 1 0 0 0 0 1 0 0 0 0 0 0 0 1 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 1 1 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 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 1 0 1 1 1 0 0 0 0 0 0 0 1 0 0 0 1 1 1 0 0 0 1 0 1 1 0 1 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 0 1 0 0 0 0 1 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 1 1 1 0 0 0 0 0 0 1 0 0 0 0 0 1 1 0 1 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 1 0 0 0 0 1 0 0 0 0 0 1 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 1 0 0 1 0 0 1 0 0 0 1 0 0 1 0 0 0 1 1 0 0 0 1 0 1 0 1 0 0 0 0 0 1 0 1 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 1 0 1 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 1 0 1 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 1 0 1 0 1 0 0 0 1 0 0 0 0 0 0 0 0 1 1 0 0 1 0 0 0 0 0 0 0 1 1 0 1 1 1 0 0 1 0 0 0 0 1 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 1 0 0 1 0 0 0 0 1 0 0 0 1 1 0 0 1 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 1 0 0 0 1 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 1 0 0 0 0 1 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 1 0 1 0 0 1 1 0 0 0 0 0 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 0 0 0 0 0 0 0 1 0 1 1 0 0 0 0 0 0 0 1 1 0 0 1 1 0 1 0 1 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 1 0 0 0 0 1 0 0 1 0 1 0 0 0 0 1 0 0 0 1 1 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 1 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 1 1 0 0 0 0 0 0 0 1 0 0 0 1 0 1 0 0 0 0 0 0 0 1 0 1 0 0 0 0 1 0 1 0 0 1 0 1 0 0 1 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 0 0 1 1 0 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 1 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 1 0 0 0 0 1 0 1 1 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 1 0 0 1 1 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 1 1 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 1 0 1 0 0 1 0 0 0 0 0 1 0 1 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 1 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 1 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 1 0 1 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 1 0 0 1 0 0 0 1 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 1 1 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 1 1 0 1 1 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 1 0 1 0 0 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 1 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 1 0 1 0 1 0 0 1 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 1 0 1 1 0 0 0 0 0 0 0 0 1 0 0 1 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 1 0 0 0 0 1 0 0 0 1 0 0 1 0 0 1 1 0 1 0 0 0 0 0 0 0 0 1 0 0 1 0 1 0 1 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0
59.14/60.37	c 60	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
59.66/60.42	c 60	CPU 59.67 (0.06 0.04 54.03 5.54)
59.66/60.42	c 60	END Sun Jul 12 10:34:49 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-2088186-1247387629/watcher-2088186-1247387629 -o /tmp/evaluation-result-2088186-1247387629/solver-2088186-1247387629 -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-2088186-1247387629.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: 2.01 2.02 2.00 4/83 26769
/proc/meminfo: memFree=1544000/2055920 swapFree=4192812/4192956
[pid=26769] ppid=26767 vsize=18576 CPUtime=0
/proc/26769/stat : 26769 (runsolver) R 26767 26769 24833 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 25829348 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 221236489511 0 0 4096 24578 0 0 0 17 1 0 0
/proc/26769/statm: 4644 284 249 26 0 2626 0

[startup+0.075095 s]
/proc/loadavg: 2.01 2.02 2.00 4/83 26769
/proc/meminfo: memFree=1544000/2055920 swapFree=4192812/4192956
[pid=26769] ppid=26767 vsize=16344 CPUtime=0.05
/proc/26769/stat : 26769 (sugar) R 26767 26769 24833 0 -1 4194304 997 0 0 0 4 1 0 0 18 0 1 0 25829348 16736256 965 996147200 4194304 4206940 548682068608 18446744073709551615 221249843163 0 0 4224 0 0 0 0 17 1 0 0
/proc/26769/statm: 4086 965 380 3 0 665 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16344

[startup+0.101101 s]
/proc/loadavg: 2.01 2.02 2.00 4/83 26769
/proc/meminfo: memFree=1544000/2055920 swapFree=4192812/4192956
[pid=26769] ppid=26767 vsize=16868 CPUtime=0.06
/proc/26769/stat : 26769 (sugar) S 26767 26769 24833 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 25829348 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26769/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301119 s]
/proc/loadavg: 2.01 2.02 2.00 4/83 26769
/proc/meminfo: memFree=1544000/2055920 swapFree=4192812/4192956
[pid=26769] ppid=26767 vsize=16868 CPUtime=0.06
/proc/26769/stat : 26769 (sugar) S 26767 26769 24833 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 25829348 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26769/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701163 s]
/proc/loadavg: 2.01 2.02 2.00 4/83 26769
/proc/meminfo: memFree=1544000/2055920 swapFree=4192812/4192956
[pid=26769] ppid=26767 vsize=16868 CPUtime=0.06
/proc/26769/stat : 26769 (sugar) S 26767 26769 24833 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 25829348 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26769/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50225 s]
/proc/loadavg: 2.01 2.02 2.00 3/94 26791
/proc/meminfo: memFree=1532200/2055920 swapFree=4192812/4192956
[pid=26769] ppid=26767 vsize=16868 CPUtime=0.7
/proc/26769/stat : 26769 (sugar) S 26767 26769 24833 0 -1 4194304 1309 7252 0 1 5 2 59 4 16 0 1 0 25829348 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26769/statm: 4217 1111 409 3 0 796 0
[pid=26782] ppid=26769 vsize=5356 CPUtime=0
/proc/26782/stat : 26782 (sh) S 26769 26769 24833 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25829426 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26782/statm: 1339 233 193 169 0 50 0
[pid=26783] ppid=26782 vsize=868592 CPUtime=0.69
/proc/26783/stat : 26783 (java) S 26782 26769 24833 0 -1 0 7550 0 1 0 64 5 0 0 18 0 9 0 25829426 889438208 6796 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26783/statm: 217148 6796 2567 9 0 211653 0
[pid=26783/tid=26784] ppid=26782 vsize=868592 CPUtime=0.39
/proc/26783/task/26784/stat : 26784 (java) R 26782 26769 24833 0 -1 64 2675 0 1 0 38 1 0 0 22 0 9 0 25829427 889438208 6796 996147200 134512640 134550932 4294955936 18446744073709551615 4126483314 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26783/tid=26785] ppid=26782 vsize=868592 CPUtime=0.1
/proc/26783/task/26785/stat : 26785 (java) S 26782 26769 24833 0 -1 64 2690 0 0 0 9 1 0 0 16 0 9 0 25829428 889438208 6796 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26783/tid=26786] ppid=26782 vsize=868592 CPUtime=0
/proc/26783/task/26786/stat : 26786 (java) S 26782 26769 24833 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25829428 889438208 6796 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26783/tid=26787] ppid=26782 vsize=868592 CPUtime=0
/proc/26783/task/26787/stat : 26787 (java) S 26782 26769 24833 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 25829428 889438208 6796 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26783/tid=26788] ppid=26782 vsize=868592 CPUtime=0
/proc/26783/task/26788/stat : 26788 (java) S 26782 26769 24833 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25829430 889438208 6796 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26783/tid=26789] ppid=26782 vsize=868592 CPUtime=0.17
/proc/26783/task/26789/stat : 26789 (java) S 26782 26769 24833 0 -1 64 1487 0 0 0 16 1 0 0 16 0 9 0 25829430 889438208 6796 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26783/tid=26790] ppid=26782 vsize=868592 CPUtime=0
/proc/26783/task/26790/stat : 26790 (java) S 26782 26769 24833 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25829430 889438208 6796 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26783/tid=26791] ppid=26782 vsize=868592 CPUtime=0
/proc/26783/task/26791/stat : 26791 (java) S 26782 26769 24833 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25829430 889438208 6796 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 890816

[startup+3.10242 s]
/proc/loadavg: 2.01 2.02 2.00 3/94 26791
/proc/meminfo: memFree=1511208/2055920 swapFree=4192812/4192956
[pid=26769] ppid=26767 vsize=16868 CPUtime=0.7
/proc/26769/stat : 26769 (sugar) S 26767 26769 24833 0 -1 4194304 1310 7252 0 1 5 2 59 4 15 0 1 0 25829348 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26769/statm: 4217 1111 409 3 0 796 0
[pid=26782] ppid=26769 vsize=5356 CPUtime=0
/proc/26782/stat : 26782 (sh) S 26769 26769 24833 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25829426 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26782/statm: 1339 233 193 169 0 50 0
[pid=26783] ppid=26782 vsize=868704 CPUtime=2.28
/proc/26783/stat : 26783 (java) S 26782 26769 24833 0 -1 0 12125 0 1 0 220 8 0 0 18 0 9 0 25829426 889552896 10744 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26783/statm: 217176 10744 2590 9 0 211653 0
[pid=26783/tid=26784] ppid=26782 vsize=868704 CPUtime=1.3
/proc/26783/task/26784/stat : 26784 (java) R 26782 26769 24833 0 -1 64 3033 0 1 0 128 2 0 0 25 0 9 0 25829427 889552896 10744 996147200 134512640 134550932 4294955936 18446744073709551615 4126881223 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26783/tid=26785] ppid=26782 vsize=868704 CPUtime=0.69
/proc/26783/task/26785/stat : 26785 (java) S 26782 26769 24833 0 -1 64 6845 0 0 0 66 3 0 0 16 0 9 0 25829428 889552896 10744 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26783/tid=26786] ppid=26782 vsize=868704 CPUtime=0
/proc/26783/task/26786/stat : 26786 (java) S 26782 26769 24833 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25829428 889552896 10744 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26783/tid=26787] ppid=26782 vsize=868704 CPUtime=0
/proc/26783/task/26787/stat : 26787 (java) S 26782 26769 24833 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25829428 889552896 10744 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26783/tid=26788] ppid=26782 vsize=868704 CPUtime=0
/proc/26783/task/26788/stat : 26788 (java) S 26782 26769 24833 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25829430 889552896 10744 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26783/tid=26789] ppid=26782 vsize=868704 CPUtime=0.26
/proc/26783/task/26789/stat : 26789 (java) S 26782 26769 24833 0 -1 64 1549 0 0 0 25 1 0 0 15 0 9 0 25829430 889552896 10744 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26783/tid=26790] ppid=26782 vsize=868704 CPUtime=0
/proc/26783/task/26790/stat : 26790 (java) S 26782 26769 24833 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25829430 889552896 10744 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26783/tid=26791] ppid=26782 vsize=868704 CPUtime=0
/proc/26783/task/26791/stat : 26791 (java) S 26782 26769 24833 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25829430 889552896 10744 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 890928

[startup+6.30277 s]
/proc/loadavg: 2.01 2.02 2.00 3/94 26791
/proc/meminfo: memFree=1492840/2055920 swapFree=4192812/4192956
[pid=26769] ppid=26767 vsize=16868 CPUtime=0.7
/proc/26769/stat : 26769 (sugar) S 26767 26769 24833 0 -1 4194304 1310 7252 0 1 5 2 59 4 15 0 1 0 25829348 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26769/statm: 4217 1111 409 3 0 796 0
[pid=26782] ppid=26769 vsize=5356 CPUtime=0
/proc/26782/stat : 26782 (sh) S 26769 26769 24833 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25829426 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26782/statm: 1339 233 193 169 0 50 0
[pid=26783] ppid=26782 vsize=868704 CPUtime=5.44
/proc/26783/stat : 26783 (java) S 26782 26769 24833 0 -1 0 12292 0 1 0 529 15 0 0 18 0 9 0 25829426 889552896 10752 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26783/statm: 217176 10752 2590 9 0 211653 0
[pid=26783/tid=26784] ppid=26782 vsize=868704 CPUtime=4.39
/proc/26783/task/26784/stat : 26784 (java) R 26782 26769 24833 0 -1 64 3192 0 1 0 431 8 0 0 25 0 9 0 25829427 889552896 10752 996147200 134512640 134550932 4294955936 18446744073709551615 4126896615 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26783/tid=26785] ppid=26782 vsize=868704 CPUtime=0.75
/proc/26783/task/26785/stat : 26785 (java) S 26782 26769 24833 0 -1 64 6845 0 0 0 71 4 0 0 16 0 9 0 25829428 889552896 10752 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26783/tid=26786] ppid=26782 vsize=868704 CPUtime=0
/proc/26783/task/26786/stat : 26786 (java) S 26782 26769 24833 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25829428 889552896 10752 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26783/tid=26787] ppid=26782 vsize=868704 CPUtime=0
/proc/26783/task/26787/stat : 26787 (java) S 26782 26769 24833 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25829428 889552896 10752 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26783/tid=26788] ppid=26782 vsize=868704 CPUtime=0
/proc/26783/task/26788/stat : 26788 (java) S 26782 26769 24833 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25829430 889552896 10752 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26783/tid=26789] ppid=26782 vsize=868704 CPUtime=0.27
/proc/26783/task/26789/stat : 26789 (java) S 26782 26769 24833 0 -1 64 1557 0 0 0 26 1 0 0 16 0 9 0 25829430 889552896 10752 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26783/tid=26790] ppid=26782 vsize=868704 CPUtime=0
/proc/26783/task/26790/stat : 26790 (java) S 26782 26769 24833 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25829430 889552896 10752 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26783/tid=26791] ppid=26782 vsize=868704 CPUtime=0
/proc/26783/task/26791/stat : 26791 (java) S 26782 26769 24833 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25829430 889552896 10752 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 890928

[startup+12.7015 s]
/proc/loadavg: 2.01 2.02 2.00 3/86 26793
/proc/meminfo: memFree=1491048/2055920 swapFree=4192812/4192956
[pid=26769] ppid=26767 vsize=16868 CPUtime=10.47
/proc/26769/stat : 26769 (sugar) S 26767 26769 24833 0 -1 4194304 1365 20054 0 2 5 2 1009 31 16 0 1 0 25829348 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26769/statm: 4217 1113 409 3 0 796 0
[pid=26792] ppid=26769 vsize=5356 CPUtime=0
/proc/26792/stat : 26792 (sh) S 26769 26769 24833 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25830417 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26792/statm: 1339 232 193 169 0 50 0
[pid=26793] ppid=26792 vsize=11500 CPUtime=1.98
/proc/26793/stat : 26793 (picosat) R 26792 26769 24833 0 -1 4194304 2217 0 0 0 95 103 0 0 25 0 1 0 25830417 11776000 2203 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/26793/statm: 2875 2203 40 102 0 2770 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 33724

[startup+25.5019 s]
/proc/loadavg: 2.01 2.02 2.00 3/86 26793
/proc/meminfo: memFree=1437096/2055920 swapFree=4192812/4192956
[pid=26769] ppid=26767 vsize=16868 CPUtime=10.47
/proc/26769/stat : 26769 (sugar) S 26767 26769 24833 0 -1 4194304 1365 20054 0 2 5 2 1009 31 16 0 1 0 25829348 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26769/statm: 4217 1113 409 3 0 796 0
[pid=26792] ppid=26769 vsize=5356 CPUtime=0
/proc/26792/stat : 26792 (sh) S 26769 26769 24833 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25830417 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26792/statm: 1339 232 193 169 0 50 0
[pid=26793] ppid=26792 vsize=36960 CPUtime=14.65
/proc/26793/stat : 26793 (picosat) R 26792 26769 24833 0 -1 4194304 8360 0 0 0 950 515 0 0 25 0 1 0 25830417 37847040 8330 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/26793/statm: 9240 8330 42 102 0 9135 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 59184

[startup+51.1016 s]
/proc/loadavg: 2.16 2.05 2.01 3/86 26793
/proc/meminfo: memFree=1388712/2055920 swapFree=4192812/4192956
[pid=26769] ppid=26767 vsize=16868 CPUtime=10.47
/proc/26769/stat : 26769 (sugar) S 26767 26769 24833 0 -1 4194304 1365 20054 0 2 5 2 1009 31 16 0 1 0 25829348 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26769/statm: 4217 1113 409 3 0 796 0
[pid=26792] ppid=26769 vsize=5356 CPUtime=0
/proc/26792/stat : 26792 (sh) S 26769 26769 24833 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25830417 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26792/statm: 1339 232 193 169 0 50 0
[pid=26793] ppid=26792 vsize=40120 CPUtime=40.01
/proc/26793/stat : 26793 (picosat) R 26792 26769 24833 0 -1 4194304 9103 0 0 0 3485 516 0 0 25 0 1 0 25830417 41082880 9049 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/26793/statm: 10030 9049 48 102 0 9925 0
Current children cumulated CPU time (s) 50.48
Current children cumulated vsize (KiB) 62344

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

[startup+54.302 s]
/proc/loadavg: 2.16 2.05 2.01 3/86 26793
/proc/meminfo: memFree=1380840/2055920 swapFree=4192812/4192956
[pid=26769] ppid=26767 vsize=16868 CPUtime=10.47
/proc/26769/stat : 26769 (sugar) S 26767 26769 24833 0 -1 4194304 1365 20054 0 2 5 2 1009 31 16 0 1 0 25829348 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26769/statm: 4217 1113 409 3 0 796 0
[pid=26792] ppid=26769 vsize=5356 CPUtime=0
/proc/26792/stat : 26792 (sh) S 26769 26769 24833 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25830417 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26792/statm: 1339 232 193 169 0 50 0
[pid=26793] ppid=26792 vsize=40780 CPUtime=43.18
/proc/26793/stat : 26793 (picosat) R 26792 26769 24833 0 -1 4194304 9256 0 0 0 3802 516 0 0 25 0 1 0 25830417 41758720 9202 996147200 134512640 134931368 4294956256 18446744073709551615 134524112 0 0 4096 0 0 0 0 17 1 0 0
/proc/26793/statm: 10195 9202 48 102 0 10090 0
Current children cumulated CPU time (s) 53.65
Current children cumulated vsize (KiB) 63004

[startup+57.5023 s]
/proc/loadavg: 2.15 2.05 2.01 3/86 26793
/proc/meminfo: memFree=1374248/2055920 swapFree=4192812/4192956
[pid=26769] ppid=26767 vsize=16868 CPUtime=10.47
/proc/26769/stat : 26769 (sugar) S 26767 26769 24833 0 -1 4194304 1365 20054 0 2 5 2 1009 31 16 0 1 0 25829348 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26769/statm: 4217 1113 409 3 0 796 0
[pid=26792] ppid=26769 vsize=5356 CPUtime=0
/proc/26792/stat : 26792 (sh) S 26769 26769 24833 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25830417 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26792/statm: 1339 232 193 169 0 50 0
[pid=26793] ppid=26792 vsize=41176 CPUtime=46.36
/proc/26793/stat : 26793 (picosat) R 26792 26769 24833 0 -1 4194304 9362 0 0 0 4119 517 0 0 25 0 1 0 25830417 42164224 9308 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/26793/statm: 10294 9308 48 102 0 10189 0
Current children cumulated CPU time (s) 56.83
Current children cumulated vsize (KiB) 63400

[startup+59.1015 s]
/proc/loadavg: 2.15 2.05 2.01 3/86 26793
/proc/meminfo: memFree=1371304/2055920 swapFree=4192812/4192956
[pid=26769] ppid=26767 vsize=16868 CPUtime=10.47
/proc/26769/stat : 26769 (sugar) S 26767 26769 24833 0 -1 4194304 1365 20054 0 2 5 2 1009 31 16 0 1 0 25829348 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26769/statm: 4217 1113 409 3 0 796 0
[pid=26792] ppid=26769 vsize=5356 CPUtime=0
/proc/26792/stat : 26792 (sh) S 26769 26769 24833 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25830417 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26792/statm: 1339 232 193 169 0 50 0
[pid=26793] ppid=26792 vsize=41572 CPUtime=47.94
/proc/26793/stat : 26793 (picosat) R 26792 26769 24833 0 -1 4194304 9464 0 0 0 4277 517 0 0 25 0 1 0 25830417 42569728 9410 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/26793/statm: 10393 9410 48 102 0 10288 0
Current children cumulated CPU time (s) 58.41
Current children cumulated vsize (KiB) 63796

[startup+59.9016 s]
/proc/loadavg: 2.14 2.05 2.01 3/86 26793
/proc/meminfo: memFree=1369704/2055920 swapFree=4192812/4192956
[pid=26769] ppid=26767 vsize=16868 CPUtime=59.13
/proc/26769/stat : 26769 (sugar) S 26767 26769 24833 0 -1 4194304 1428 29833 0 2 5 2 5357 549 17 0 1 0 25829348 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26769/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 59.13
Current children cumulated vsize (KiB) 16868

[startup+60.3016 s]
/proc/loadavg: 2.14 2.05 2.01 3/86 26793
/proc/meminfo: memFree=1369704/2055920 swapFree=4192812/4192956
[pid=26769] ppid=26767 vsize=16868 CPUtime=59.14
/proc/26769/stat : 26769 (sugar) S 26767 26769 24833 0 -1 4194304 1448 29833 0 2 6 2 5357 549 15 0 1 0 25829348 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26769/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 59.14
Current children cumulated vsize (KiB) 16868

[startup+60.4016 s]
/proc/loadavg: 2.14 2.05 2.01 3/94 26803
/proc/meminfo: memFree=1398248/2055920 swapFree=4192812/4192956
[pid=26769] ppid=26767 vsize=16868 CPUtime=59.16
/proc/26769/stat : 26769 (sugar) S 26767 26769 24833 0 -1 4194304 1454 29833 0 2 6 4 5357 549 15 0 1 0 25829348 17272832 1117 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26769/statm: 4217 1117 409 3 0 796 0
[pid=26794] ppid=26769 vsize=5356 CPUtime=0
/proc/26794/stat : 26794 (sh) S 26769 26769 24833 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25835330 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26794/statm: 1339 233 193 169 0 50 0
[pid=26795] ppid=26794 vsize=864272 CPUtime=0.5
/proc/26795/stat : 26795 (java) S 26794 26769 24833 0 -1 0 3856 0 1 0 46 4 0 0 18 0 9 0 25835330 885014528 3316 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26795/statm: 216068 3316 1719 9 0 210573 0
[pid=26795/tid=26796] ppid=26794 vsize=864272 CPUtime=0.37
/proc/26795/task/26796/stat : 26796 (java) S 26794 26769 24833 0 -1 64 2571 0 1 0 34 3 0 0 18 0 9 0 25835332 885014528 3316 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26795/tid=26797] ppid=26794 vsize=864272 CPUtime=0.01
/proc/26795/task/26797/stat : 26797 (java) S 26794 26769 24833 0 -1 64 232 0 0 0 1 0 0 0 16 0 9 0 25835333 885014528 3316 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26795/tid=26798] ppid=26794 vsize=864272 CPUtime=0
/proc/26795/task/26798/stat : 26798 (java) S 26794 26769 24833 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 25835333 885014528 3316 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26795/tid=26799] ppid=26794 vsize=864272 CPUtime=0
/proc/26795/task/26799/stat : 26799 (java) S 26794 26769 24833 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25835333 885014528 3316 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26795/tid=26800] ppid=26794 vsize=864272 CPUtime=0
/proc/26795/task/26800/stat : 26800 (java) S 26794 26769 24833 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 25835336 885014528 3316 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26795/tid=26801] ppid=26794 vsize=864272 CPUtime=0.1
/proc/26795/task/26801/stat : 26801 (java) S 26794 26769 24833 0 -1 64 356 0 0 0 10 0 0 0 16 0 9 0 25835336 885014528 3316 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26795/tid=26802] ppid=26794 vsize=864272 CPUtime=0
/proc/26795/task/26802/stat : 26802 (java) S 26794 26769 24833 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25835336 885014528 3316 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26795/tid=26803] ppid=26794 vsize=864272 CPUtime=0
/proc/26795/task/26803/stat : 26803 (java) S 26794 26769 24833 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25835336 885014528 3316 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 59.66
Current children cumulated vsize (KiB) 886496

Child status: 0
Real time (s): 60.4282
CPU time (s): 59.6969
CPU user time (s): 54.0998
CPU system time (s): 5.59715
CPU usage (%): 98.7899
Max. virtual memory (cumulated for all children) (KiB): 891320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 54.0998
system time used= 5.59715
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35519
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= 10546
involuntary context switches= 12631

runsolver used 0.088986 second user time and 0.205968 second system time

The end

Launcher Data

Begin job on node21 at 2009-07-12 10:33:49
IDJOB=2088186
IDBENCH=58887
IDSOLVER=738
FILE ID=node21/2088186-1247387629
PBS_JOBID= 9507188
Free space on /tmp= 66408 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/bibd8/normalized-bibd-8-98-49-4-21_glb.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-2088186-1247387629/watcher-2088186-1247387629 -o /tmp/evaluation-result-2088186-1247387629/solver-2088186-1247387629 -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-2088186-1247387629.xml

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

MD5SUM BENCH= 8cbbde67c61ae75ca5dd50b54810dc80
RANDOM SEED=31745723

node21.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.240
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.240
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:       1544480 kB
Buffers:         17796 kB
Cached:          68700 kB
SwapCached:          0 kB
Active:         430076 kB
Inactive:        29236 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1544480 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2244 kB
Writeback:           0 kB
Mapped:         388552 kB
Slab:            36760 kB
Committed_AS:   873248 kB
PageTables:       2444 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= 66404 MiB
End job on node21 at 2009-07-12 10:34:49