Trace number 1070249

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+picosatSAT 10.7764 10.9314

General information on the benchmark

Namecsp/pseudoGLB/
normalized-fpga35-34-sat-pb-cnf-cr.xml
MD5SUM5b56f38d0bf291830162fef4b1202400
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark10.7764
Satisfiable
(Un)Satisfiability was proved
Number of variables1785
Number of constraints1293
Maximum constraint arity35
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(1293)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Fri Jul  4 11:34:21 2008
0.00/0.04	c 0	PID 2245
0.00/0.05	c 0	HOST node48.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1070249-1215164061.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-1070249-1215164061.xml' 'HOME/temp.csp'
0.03/0.78	c 1	1 domains, 1785 variables, 0 predicates, 0 relations, 1293 constraints
0.03/0.83	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.83	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.91	c 1	Parsing HOME/temp.csp
1.20/1.39	c 2	parsed 3079 expressions
1.20/1.39	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.20/1.39	c 2	Converting to clausal form CSP
1.30/1.42	c 2	converted 308 (10%) expressions
1.30/1.42	c 2	converted 616 (20%) expressions
1.30/1.43	c 2	converted 924 (30%) expressions
1.30/1.43	c 2	converted 1232 (40%) expressions
1.30/1.44	c 2	converted 1540 (50%) expressions
1.50/1.69	c 2	converted 1848 (60%) expressions
1.89/2.06	c 2	converted 2156 (70%) expressions
2.30/2.45	c 3	converted 2464 (80%) expressions
2.69/2.88	c 3	converted 2772 (90%) expressions
3.09/3.26	c 4	converted 3079 (100%) expressions
3.09/3.27	c 4	CSP : 23594 integers, 0 booleans, 44911 clauses, largest domain size 19
3.09/3.27	c 4	Heap : 28 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.09/3.27	c 4	Propagation in CSP
3.49/3.63	c 4	5140 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.49/3.64	c 4	CSP : 23594 integers, 0 booleans, 44911 clauses, largest domain size 19
3.49/3.64	c 4	Heap : 28 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.49/3.66	c 4	Simplifing CSP by introducing new Boolean variables
3.49/3.68	c 4	CSP : 23594 integers, 0 booleans, 44911 clauses, largest domain size 19
3.49/3.68	c 4	Heap : 29 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.68/3.84	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.68/3.88	c 4	2360 (10%) CSP integer variables are encoded (840 clauses, 10984 bytes)
3.68/3.90	c 4	4719 (20%) CSP integer variables are encoded (7027 clauses, 93944 bytes)
3.78/3.91	c 4	7079 (30%) CSP integer variables are encoded (13222 clauses, 186869 bytes)
3.78/3.92	c 4	9438 (40%) CSP integer variables are encoded (19414 clauses, 279749 bytes)
3.78/3.93	c 4	11797 (50%) CSP integer variables are encoded (25608 clauses, 372659 bytes)
3.78/3.94	c 4	14157 (60%) CSP integer variables are encoded (31803 clauses, 465584 bytes)
3.78/3.95	c 4	16516 (70%) CSP integer variables are encoded (37997 clauses, 558494 bytes)
3.78/3.96	c 4	18876 (80%) CSP integer variables are encoded (44192 clauses, 651419 bytes)
3.78/3.97	c 4	21235 (90%) CSP integer variables are encoded (49980 clauses, 738239 bytes)
3.78/3.98	c 4	23594 (100%) CSP integer variables are encoded (53822 clauses, 795869 bytes)
3.99/4.11	c 4	4492 (10%) CSP clauses are encoded (86198 clauses, 1312054 bytes)
4.09/4.21	c 5	8983 (20%) CSP clauses are encoded (121719 clauses, 1951089 bytes)
4.19/4.31	c 5	13474 (30%) CSP clauses are encoded (157224 clauses, 2599948 bytes)
4.29/4.41	c 5	17965 (40%) CSP clauses are encoded (192739 clauses, 3249011 bytes)
4.38/4.51	c 5	22456 (50%) CSP clauses are encoded (228296 clauses, 3898905 bytes)
4.48/4.60	c 5	26947 (60%) CSP clauses are encoded (263805 clauses, 4547842 bytes)
4.58/4.70	c 5	31438 (70%) CSP clauses are encoded (299318 clauses, 5196864 bytes)
4.68/4.80	c 5	35929 (80%) CSP clauses are encoded (334831 clauses, 5846176 bytes)
4.68/4.90	c 5	40420 (90%) CSP clauses are encoded (366678 clauses, 6425382 bytes)
4.78/4.99	c 5	44911 (100%) CSP clauses are encoded (400683 clauses, 7053386 bytes)
4.78/4.99	c 5	44911 CSP clauses encoded
4.78/4.99	c 5	Writing map file : HOME/temp.map
4.88/5.04	c 5	Heap : 24 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.88/5.04	c 5	SAT : 77416 SAT variables, 400683 SAT clauses, 7053386 bytes
4.88/5.04	c 5	Heap : 24 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.88/5.07	c 5	SOLVING HOME/temp.cnf
4.88/5.07	c 5	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
10.33/10.50	c 11	DECODING HOME/temp.out WITH HOME/temp.map
10.33/10.50	c 11	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
10.33/10.58	c 11	Decoding HOME/temp.out
10.35/10.81	s SATISFIABLE
10.35/10.90	v 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 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 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 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 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 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 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 0 0 0 0 0 0 0 0 0 0 0 0 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 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 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 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 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 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 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 1 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 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 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 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 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 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 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 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 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 1 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 1 0 0
10.74/10.90	c 11	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
10.74/10.93	c 11	CPU 8.81 (0.04 0.02 8.77 1.93)
10.74/10.93	c 11	END Fri Jul  4 11:34:32 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-1070249-1215164061/watcher-1070249-1215164061 -o /tmp/evaluation-result-1070249-1215164061/solver-1070249-1215164061 -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/picosat -tmp=HOME/temp HOME/instance-1070249-1215164061.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: 1.96 1.96 1.98 4/72 2245
/proc/meminfo: memFree=1864456/2055920 swapFree=4180436/4192956
[pid=2245] ppid=2243 vsize=12268 CPUtime=0
/proc/2245/stat : 2245 (sugar) R 2243 2245 1110 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1995378322 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 255539772005 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/2245/statm: 3067 316 241 3 0 167 0

[startup+0.063404 s]
/proc/loadavg: 1.96 1.96 1.98 4/72 2245
/proc/meminfo: memFree=1864456/2055920 swapFree=4180436/4192956
[pid=2245] ppid=2243 vsize=13600 CPUtime=0.03
/proc/2245/stat : 2245 (sugar) S 2243 2245 1110 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1995378322 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2245/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101392 s]
/proc/loadavg: 1.96 1.96 1.98 4/72 2245
/proc/meminfo: memFree=1864456/2055920 swapFree=4180436/4192956
[pid=2245] ppid=2243 vsize=13600 CPUtime=0.03
/proc/2245/stat : 2245 (sugar) S 2243 2245 1110 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1995378322 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2245/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301404 s]
/proc/loadavg: 1.96 1.96 1.98 4/72 2245
/proc/meminfo: memFree=1864456/2055920 swapFree=4180436/4192956
[pid=2245] ppid=2243 vsize=13600 CPUtime=0.03
/proc/2245/stat : 2245 (sugar) S 2243 2245 1110 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1995378322 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2245/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701448 s]
/proc/loadavg: 1.96 1.96 1.98 4/72 2245
/proc/meminfo: memFree=1864456/2055920 swapFree=4180436/4192956
[pid=2245] ppid=2243 vsize=13600 CPUtime=0.03
/proc/2245/stat : 2245 (sugar) S 2243 2245 1110 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1995378322 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2245/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50152 s]
/proc/loadavg: 2.13 1.99 1.99 4/83 2267
/proc/meminfo: memFree=1856560/2055920 swapFree=4180436/4192956
[pid=2245] ppid=2243 vsize=13600 CPUtime=0.76
/proc/2245/stat : 2245 (sugar) S 2243 2245 1110 0 -1 4194304 974 5482 0 1 3 0 69 4 15 0 1 0 1995378322 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2245/statm: 3400 797 370 3 0 500 0
[pid=2258] ppid=2245 vsize=5356 CPUtime=0
/proc/2258/stat : 2258 (sh) S 2245 2245 1110 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1995378406 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2258/statm: 1339 233 193 169 0 50 0
[pid=2259] ppid=2258 vsize=864200 CPUtime=0.64
/proc/2259/stat : 2259 (java) S 2258 2245 1110 0 -1 0 6094 0 1 0 60 4 0 0 18 0 9 0 1995378406 884940800 5344 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2259/statm: 216050 5344 2542 9 0 210625 0
[pid=2259/tid=2260] ppid=2258 vsize=864200 CPUtime=0.42
/proc/2259/task/2260/stat : 2260 (java) R 2258 2245 1110 0 -1 64 2606 0 1 0 39 3 0 0 22 0 9 0 1995378407 884940800 5344 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2259/tid=2261] ppid=2258 vsize=864200 CPUtime=0.09
/proc/2259/task/2261/stat : 2261 (java) S 2258 2245 1110 0 -1 64 2436 0 0 0 9 0 0 0 16 0 9 0 1995378408 884940800 5344 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2259/tid=2262] ppid=2258 vsize=864200 CPUtime=0
/proc/2259/task/2262/stat : 2262 (java) S 2258 2245 1110 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1995378408 884940800 5344 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2259/tid=2263] ppid=2258 vsize=864200 CPUtime=0
/proc/2259/task/2263/stat : 2263 (java) S 2258 2245 1110 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1995378408 884940800 5344 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2259/tid=2264] ppid=2258 vsize=864200 CPUtime=0
/proc/2259/task/2264/stat : 2264 (java) S 2258 2245 1110 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1995378410 884940800 5344 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2259/tid=2265] ppid=2258 vsize=864200 CPUtime=0.1
/proc/2259/task/2265/stat : 2265 (java) R 2258 2245 1110 0 -1 64 355 0 0 0 10 0 0 0 16 0 9 0 1995378410 884940800 5344 996147200 134512640 134550740 4294955952 18446744073709551615 102500317 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2259/tid=2266] ppid=2258 vsize=864200 CPUtime=0
/proc/2259/task/2266/stat : 2266 (java) S 2258 2245 1110 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1995378410 884940800 5344 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2259/tid=2267] ppid=2258 vsize=864200 CPUtime=0
/proc/2259/task/2267/stat : 2267 (java) S 2258 2245 1110 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1995378410 884940800 5344 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 883156

[startup+3.10267 s]
/proc/loadavg: 2.13 1.99 1.99 3/83 2267
/proc/meminfo: memFree=1839152/2055920 swapFree=4180436/4192956
[pid=2245] ppid=2243 vsize=13600 CPUtime=0.76
/proc/2245/stat : 2245 (sugar) S 2243 2245 1110 0 -1 4194304 974 5482 0 1 3 0 69 4 15 0 1 0 1995378322 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2245/statm: 3400 797 370 3 0 500 0
[pid=2258] ppid=2245 vsize=5356 CPUtime=0
/proc/2258/stat : 2258 (sh) S 2245 2245 1110 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1995378406 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2258/statm: 1339 233 193 169 0 50 0
[pid=2259] ppid=2258 vsize=868404 CPUtime=2.23
/proc/2259/stat : 2259 (java) S 2258 2245 1110 0 -1 0 12726 0 1 0 215 8 0 0 18 0 9 0 1995378406 889245696 11740 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2259/statm: 217101 11740 2541 9 0 211676 0
[pid=2259/tid=2260] ppid=2258 vsize=868404 CPUtime=1.41
/proc/2259/task/2260/stat : 2260 (java) R 2258 2245 1110 0 -1 64 2964 0 1 0 137 4 0 0 25 0 9 0 1995378407 889245696 11740 996147200 134512640 134550740 4294955952 18446744073709551615 4126536659 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2259/tid=2261] ppid=2258 vsize=868404 CPUtime=0.6
/proc/2259/task/2261/stat : 2261 (java) S 2258 2245 1110 0 -1 64 7584 0 0 0 57 3 0 0 16 0 9 0 1995378408 889245696 11740 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2259/tid=2262] ppid=2258 vsize=868404 CPUtime=0
/proc/2259/task/2262/stat : 2262 (java) S 2258 2245 1110 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1995378408 889245696 11740 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2259/tid=2263] ppid=2258 vsize=868404 CPUtime=0
/proc/2259/task/2263/stat : 2263 (java) S 2258 2245 1110 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1995378408 889245696 11740 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2259/tid=2264] ppid=2258 vsize=868404 CPUtime=0
/proc/2259/task/2264/stat : 2264 (java) S 2258 2245 1110 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1995378410 889245696 11740 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2259/tid=2265] ppid=2258 vsize=868404 CPUtime=0.2
/proc/2259/task/2265/stat : 2265 (java) S 2258 2245 1110 0 -1 64 1481 0 0 0 20 0 0 0 16 0 9 0 1995378410 889245696 11740 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2259/tid=2266] ppid=2258 vsize=868404 CPUtime=0
/proc/2259/task/2266/stat : 2266 (java) S 2258 2245 1110 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1995378410 889245696 11740 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2259/tid=2267] ppid=2258 vsize=868404 CPUtime=0
/proc/2259/task/2267/stat : 2267 (java) S 2258 2245 1110 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1995378410 889245696 11740 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 887360

[startup+6.30297 s]
/proc/loadavg: 2.12 1.99 1.99 3/75 2269
/proc/meminfo: memFree=1848944/2055920 swapFree=4180436/4192956
[pid=2245] ppid=2243 vsize=13600 CPUtime=4.94
/proc/2245/stat : 2245 (sugar) S 2243 2245 1110 0 -1 4194304 1022 19747 0 2 3 1 470 20 16 0 1 0 1995378322 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2245/statm: 3400 799 370 3 0 500 0
[pid=2268] ppid=2245 vsize=5356 CPUtime=0
/proc/2268/stat : 2268 (sh) S 2245 2245 1110 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995378829 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2268/statm: 1339 232 193 169 0 50 0
[pid=2269] ppid=2268 vsize=12900 CPUtime=1.21
/proc/2269/stat : 2269 (picosat) R 2268 2245 1110 0 -1 4194304 2324 0 0 0 54 67 0 0 25 0 1 0 1995378829 13209600 2310 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/2269/statm: 3225 2310 40 102 0 3120 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 31856

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

[startup+9.50127 s]
/proc/loadavg: 2.12 1.99 1.99 3/75 2269
/proc/meminfo: memFree=1838384/2055920 swapFree=4180436/4192956
[pid=2245] ppid=2243 vsize=13600 CPUtime=4.94
/proc/2245/stat : 2245 (sugar) S 2243 2245 1110 0 -1 4194304 1022 19747 0 2 3 1 470 20 16 0 1 0 1995378322 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2245/statm: 3400 799 370 3 0 500 0
[pid=2268] ppid=2245 vsize=5356 CPUtime=0
/proc/2268/stat : 2268 (sh) S 2245 2245 1110 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995378829 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2268/statm: 1339 232 193 169 0 50 0
[pid=2269] ppid=2268 vsize=21340 CPUtime=4.39
/proc/2269/stat : 2269 (picosat) R 2268 2245 1110 0 -1 4194304 4111 0 0 0 271 168 0 0 25 0 1 0 1995378829 21852160 4049 996147200 134512640 134931368 4294956256 18446744073709551615 134529758 0 0 4096 0 0 0 0 17 1 0 0
/proc/2269/statm: 5335 4049 42 102 0 5230 0
Current children cumulated CPU time (s) 9.33
Current children cumulated vsize (KiB) 40296

[startup+10.3013 s]
/proc/loadavg: 2.12 1.99 1.99 3/75 2269
/proc/meminfo: memFree=1838384/2055920 swapFree=4180436/4192956
[pid=2245] ppid=2243 vsize=13600 CPUtime=4.94
/proc/2245/stat : 2245 (sugar) S 2243 2245 1110 0 -1 4194304 1022 19747 0 2 3 1 470 20 16 0 1 0 1995378322 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2245/statm: 3400 799 370 3 0 500 0
[pid=2268] ppid=2245 vsize=5356 CPUtime=0
/proc/2268/stat : 2268 (sh) S 2245 2245 1110 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995378829 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2268/statm: 1339 232 193 169 0 50 0
[pid=2269] ppid=2268 vsize=21472 CPUtime=5.18
/proc/2269/stat : 2269 (picosat) R 2268 2245 1110 0 -1 4194304 4139 0 0 0 350 168 0 0 25 0 1 0 1995378829 21987328 4077 996147200 134512640 134931368 4294956256 18446744073709551615 134523036 0 0 4096 0 0 0 0 17 1 0 0
/proc/2269/statm: 5368 4077 42 102 0 5263 0
Current children cumulated CPU time (s) 10.12
Current children cumulated vsize (KiB) 40428

[startup+10.7014 s]
/proc/loadavg: 2.12 1.99 1.99 3/75 2269
/proc/meminfo: memFree=1838384/2055920 swapFree=4180436/4192956
[pid=2245] ppid=2243 vsize=13600 CPUtime=10.35
/proc/2245/stat : 2245 (sugar) S 2243 2245 1110 0 -1 4194304 1091 24180 0 2 3 1 841 190 16 0 1 0 1995378322 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2245/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 10.35
Current children cumulated vsize (KiB) 13600

[startup+10.9014 s]
/proc/loadavg: 2.11 1.99 1.99 3/83 2279
/proc/meminfo: memFree=1847856/2055920 swapFree=4180436/4192956
[pid=2245] ppid=2243 vsize=13600 CPUtime=10.37
/proc/2245/stat : 2245 (sugar) S 2243 2245 1110 0 -1 4194304 1092 24180 0 2 4 2 841 190 15 0 1 0 1995378322 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2245/statm: 3400 799 370 3 0 500 0
[pid=2270] ppid=2245 vsize=5356 CPUtime=0
/proc/2270/stat : 2270 (sh) S 2245 2245 1110 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 1995379372 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2270/statm: 1339 233 193 169 0 50 0
[pid=2271] ppid=2270 vsize=864012 CPUtime=0.37
/proc/2271/stat : 2271 (java) S 2270 2245 1110 0 -1 0 3673 0 1 0 35 2 0 0 18 0 9 0 1995379373 884748288 3143 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2271/statm: 216003 3143 1679 9 0 210585 0
[pid=2271/tid=2272] ppid=2270 vsize=864012 CPUtime=0.26
/proc/2271/task/2272/stat : 2272 (java) R 2270 2245 1110 0 -1 64 2489 0 1 0 25 1 0 0 21 0 9 0 1995379374 884748288 3143 996147200 134512640 134550740 4294956000 18446744073709551615 102740950 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2271/tid=2273] ppid=2270 vsize=864012 CPUtime=0
/proc/2271/task/2273/stat : 2273 (java) S 2270 2245 1110 0 -1 64 145 0 0 0 0 0 0 0 16 0 9 0 1995379375 884748288 3143 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2271/tid=2274] ppid=2270 vsize=864012 CPUtime=0
/proc/2271/task/2274/stat : 2274 (java) S 2270 2245 1110 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1995379375 884748288 3143 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2271/tid=2275] ppid=2270 vsize=864012 CPUtime=0
/proc/2271/task/2275/stat : 2275 (java) S 2270 2245 1110 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1995379375 884748288 3143 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2271/tid=2276] ppid=2270 vsize=864012 CPUtime=0
/proc/2271/task/2276/stat : 2276 (java) S 2270 2245 1110 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1995379377 884748288 3143 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2271/tid=2277] ppid=2270 vsize=864012 CPUtime=0.09
/proc/2271/task/2277/stat : 2277 (java) S 2270 2245 1110 0 -1 64 347 0 0 0 9 0 0 0 16 0 9 0 1995379377 884748288 3143 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2271/tid=2278] ppid=2270 vsize=864012 CPUtime=0
/proc/2271/task/2278/stat : 2278 (java) S 2270 2245 1110 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1995379377 884748288 3143 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2271/tid=2279] ppid=2270 vsize=864012 CPUtime=0
/proc/2271/task/2279/stat : 2279 (java) S 2270 2245 1110 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1995379377 884748288 3143 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10.74
Current children cumulated vsize (KiB) 882968

Child status: 0
Real time (s): 10.9314
CPU time (s): 10.7764
CPU user time (s): 8.81866
CPU system time (s): 1.9577
CPU usage (%): 98.5818
Max. virtual memory (cumulated for all children) (KiB): 887864

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.81866
system time used= 1.9577
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29333
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= 6708
involuntary context switches= 6675

runsolver used 0.022996 second user time and 0.046992 second system time

The end

Launcher Data (download as text)

Begin job on node48 at 2008-07-04 11:34:21
IDJOB=1070249
IDBENCH=55825
IDSOLVER=345
FILE ID=node48/1070249-1215164061
PBS_JOBID= 7881449
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/pseudoGLB/normalized-fpga35-34-sat-pb-cnf-cr.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1070249-1215164061/watcher-1070249-1215164061 -o /tmp/evaluation-result-1070249-1215164061/solver-1070249-1215164061 -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/picosat" -tmp="HOME/temp" HOME/instance-1070249-1215164061.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5b56f38d0bf291830162fef4b1202400
RANDOM SEED=1050631391

node48.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.231
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.231
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:       1864936 kB
Buffers:         18892 kB
Cached:         104348 kB
SwapCached:       6436 kB
Active:         106528 kB
Inactive:        31724 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1864936 kB
SwapTotal:     4192956 kB
SwapFree:      4180436 kB
Dirty:            3512 kB
Writeback:           0 kB
Mapped:          22436 kB
Slab:            38144 kB
Committed_AS:  4147112 kB
PageTables:       1684 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= 66552 MiB
End job on node48 at 2008-07-04 11:34:32