Trace number 1069657

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+picosatUNSAT 610.537 612.269

General information on the benchmark

Namecsp/pseudoGLB/
normalized-t3002-11tsp11-1900581320.xml
MD5SUMe7d64d17813c3c29c1b9ff16cdfcd569
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark68.1626
Satisfiable
(Un)Satisfiability was proved
Number of variables231
Number of constraints2707
Maximum constraint arity110
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(2707)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/picosat
0.00/0.05	c 0	BEGIN Fri Jul  4 10:46:42 2008
0.00/0.05	c 0	PID 30534
0.00/0.05	c 0	HOST node19.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1069657-1215161201.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-1069657-1215161201.xml' 'HOME/temp.csp'
0.03/0.99	c 1	1 domains, 231 variables, 0 predicates, 0 relations, 2707 constraints
0.95/1.04	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.95/1.04	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.97/1.12	c 1	Parsing HOME/temp.csp
0.97/1.41	c 1	parsed 2939 expressions
0.97/1.42	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.97/1.42	c 1	Converting to clausal form CSP
0.97/1.46	c 1	converted 294 (10%) expressions
0.97/1.52	c 1	converted 588 (20%) expressions
0.97/1.57	c 1	converted 882 (30%) expressions
0.97/1.65	c 1	converted 1176 (40%) expressions
0.97/1.66	c 1	converted 1470 (50%) expressions
0.97/1.68	c 1	converted 1764 (60%) expressions
0.97/1.69	c 1	converted 2058 (70%) expressions
0.97/1.70	c 1	converted 2352 (80%) expressions
0.97/1.71	c 1	converted 2646 (90%) expressions
0.97/1.78	c 1	converted 2939 (100%) expressions
0.97/1.78	c 1	CSP : 735 integers, 0 booleans, 3715 clauses, largest domain size 345
0.97/1.78	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.97/1.78	c 1	Propagation in CSP
0.97/1.84	c 1	2173 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.97/1.84	c 1	CSP : 735 integers, 0 booleans, 3715 clauses, largest domain size 26
0.97/1.84	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.97/1.84	c 1	Simplifing CSP by introducing new Boolean variables
0.97/1.85	c 1	CSP : 735 integers, 0 booleans, 3715 clauses, largest domain size 26
0.97/1.85	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.97/1.88	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.97/1.89	c 1	74 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.97/1.89	c 1	147 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.97/1.89	c 1	221 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.97/1.89	c 1	294 (40%) CSP integer variables are encoded (57 clauses, 691 bytes)
0.97/1.90	c 1	368 (50%) CSP integer variables are encoded (136 clauses, 1560 bytes)
0.97/1.90	c 1	441 (60%) CSP integer variables are encoded (213 clauses, 2407 bytes)
0.97/1.91	c 1	515 (70%) CSP integer variables are encoded (296 clauses, 3320 bytes)
0.97/1.91	c 1	588 (80%) CSP integer variables are encoded (373 clauses, 4167 bytes)
0.97/1.91	c 1	662 (90%) CSP integer variables are encoded (882 clauses, 10745 bytes)
0.97/1.91	c 1	735 (100%) CSP integer variables are encoded (2011 clauses, 25422 bytes)
0.97/1.93	c 1	372 (10%) CSP clauses are encoded (2383 clauses, 29030 bytes)
0.97/1.95	c 1	743 (20%) CSP clauses are encoded (2754 clauses, 33783 bytes)
0.97/1.96	c 1	1115 (30%) CSP clauses are encoded (3126 clauses, 38619 bytes)
0.97/1.97	c 1	1486 (40%) CSP clauses are encoded (3497 clauses, 43442 bytes)
0.97/1.98	c 1	1858 (50%) CSP clauses are encoded (3869 clauses, 48278 bytes)
0.97/1.98	c 1	2229 (60%) CSP clauses are encoded (4240 clauses, 53108 bytes)
0.97/1.98	c 2	2601 (70%) CSP clauses are encoded (4612 clauses, 58475 bytes)
0.97/1.99	c 2	2972 (80%) CSP clauses are encoded (5837 clauses, 73574 bytes)
0.97/2.00	c 2	3344 (90%) CSP clauses are encoded (7253 clauses, 90929 bytes)
0.97/2.04	c 2	3715 (100%) CSP clauses are encoded (29212 clauses, 476629 bytes)
0.97/2.04	c 2	3715 CSP clauses encoded
0.97/2.04	c 2	Writing map file : HOME/temp.map
0.97/2.05	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.97/2.05	c 2	SAT : 2746 SAT variables, 29212 SAT clauses, 476629 bytes
0.97/2.05	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.97/2.09	c 2	SOLVING HOME/temp.cnf
0.97/2.09	c 2	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
610.38/612.10	c 612	DECODING HOME/temp.out WITH HOME/temp.map
610.38/612.10	c 612	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
610.38/612.19	c 612	Decoding HOME/temp.out
610.39/612.23	s UNSATISFIABLE
610.39/612.23	c 612	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
610.39/612.26	c 612	CPU 610.18 (0.03 0.01 610.15 0.33)
610.39/612.26	c 612	END Fri Jul  4 10:56:54 2008

Verifier Data (download as text)

No possible verification on an UNSAT instance

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-1069657-1215161201/watcher-1069657-1215161201 -o /tmp/evaluation-result-1069657-1215161201/solver-1069657-1215161201 -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-1069657-1215161201.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.99 2.01 2.00 4/82 30534
/proc/meminfo: memFree=1539760/2055920 swapFree=4180456/4192956
[pid=30534] ppid=30532 vsize=18572 CPUtime=0
/proc/30534/stat : 30534 (runsolver) R 30532 30534 29836 0 -1 4194368 15 0 0 0 0 0 0 0 23 0 1 0 1995094518 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 255236566311 0 0 4096 24578 0 0 0 17 1 0 0
/proc/30534/statm: 4643 292 257 25 0 2626 0

[startup+0.055099 s]
/proc/loadavg: 1.99 2.01 2.00 4/82 30534
/proc/meminfo: memFree=1539760/2055920 swapFree=4180456/4192956
[pid=30534] ppid=30532 vsize=13600 CPUtime=0.03
/proc/30534/stat : 30534 (sugar) S 30532 30534 29836 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1995094518 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30534/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.104292 s]
/proc/loadavg: 1.99 2.01 2.00 4/82 30534
/proc/meminfo: memFree=1539760/2055920 swapFree=4180456/4192956
[pid=30534] ppid=30532 vsize=13600 CPUtime=0.03
/proc/30534/stat : 30534 (sugar) S 30532 30534 29836 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1995094518 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30534/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301327 s]
/proc/loadavg: 1.99 2.01 2.00 4/82 30534
/proc/meminfo: memFree=1539760/2055920 swapFree=4180456/4192956
[pid=30534] ppid=30532 vsize=13600 CPUtime=0.03
/proc/30534/stat : 30534 (sugar) S 30532 30534 29836 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1995094518 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30534/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702415 s]
/proc/loadavg: 1.99 2.01 2.00 4/82 30534
/proc/meminfo: memFree=1539760/2055920 swapFree=4180456/4192956
[pid=30534] ppid=30532 vsize=13600 CPUtime=0.03
/proc/30534/stat : 30534 (sugar) S 30532 30534 29836 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1995094518 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30534/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50156 s]
/proc/loadavg: 1.99 2.01 2.00 2/93 30546
/proc/meminfo: memFree=1524760/2055920 swapFree=4180456/4192956
[pid=30534] ppid=30532 vsize=13600 CPUtime=0.97
/proc/30534/stat : 30534 (sugar) S 30532 30534 29836 0 -1 4194304 973 6809 0 1 3 1 88 5 15 0 1 0 1995094518 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30534/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 13600

[startup+3.10186 s]
/proc/loadavg: 1.99 2.01 2.00 3/85 30558
/proc/meminfo: memFree=1536600/2055920 swapFree=4180456/4192956
[pid=30534] ppid=30532 vsize=13600 CPUtime=1.96
/proc/30534/stat : 30534 (sugar) S 30532 30534 29836 0 -1 4194304 1022 14241 0 2 3 1 181 11 16 0 1 0 1995094518 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30534/statm: 3400 798 370 3 0 500 0
[pid=30557] ppid=30534 vsize=5356 CPUtime=0
/proc/30557/stat : 30557 (sh) S 30534 30534 29836 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995094728 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30557/statm: 1339 232 193 169 0 50 0
[pid=30558] ppid=30557 vsize=1960 CPUtime=0.98
/proc/30558/stat : 30558 (picosat) R 30557 30534 29836 0 -1 4194304 412 0 0 0 84 14 0 0 25 0 1 0 1995094728 2007040 398 996147200 134512640 134931368 4294956256 18446744073709551615 134522823 0 0 4096 0 0 0 0 17 1 0 0
/proc/30558/statm: 490 398 42 102 0 385 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 20916

[startup+6.30247 s]
/proc/loadavg: 1.99 2.01 2.00 3/85 30558
/proc/meminfo: memFree=1535000/2055920 swapFree=4180456/4192956
[pid=30534] ppid=30532 vsize=13600 CPUtime=1.96
/proc/30534/stat : 30534 (sugar) S 30532 30534 29836 0 -1 4194304 1022 14241 0 2 3 1 181 11 16 0 1 0 1995094518 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30534/statm: 3400 798 370 3 0 500 0
[pid=30557] ppid=30534 vsize=5356 CPUtime=0
/proc/30557/stat : 30557 (sh) S 30534 30534 29836 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995094728 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30557/statm: 1339 232 193 169 0 50 0
[pid=30558] ppid=30557 vsize=2348 CPUtime=4.16
/proc/30558/stat : 30558 (picosat) R 30557 30534 29836 0 -1 4194304 502 0 0 0 402 14 0 0 25 0 1 0 1995094728 2404352 486 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/30558/statm: 587 486 48 102 0 482 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 21304

[startup+12.7017 s]
/proc/loadavg: 1.99 2.01 2.00 3/85 30558
/proc/meminfo: memFree=1534488/2055920 swapFree=4180456/4192956
[pid=30534] ppid=30532 vsize=13600 CPUtime=1.96
/proc/30534/stat : 30534 (sugar) S 30532 30534 29836 0 -1 4194304 1022 14241 0 2 3 1 181 11 16 0 1 0 1995094518 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30534/statm: 3400 798 370 3 0 500 0
[pid=30557] ppid=30534 vsize=5356 CPUtime=0
/proc/30557/stat : 30557 (sh) S 30534 30534 29836 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995094728 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30557/statm: 1339 232 193 169 0 50 0
[pid=30558] ppid=30557 vsize=2588 CPUtime=10.49
/proc/30558/stat : 30558 (picosat) R 30557 30534 29836 0 -1 4194304 585 0 0 0 1035 14 0 0 25 0 1 0 1995094728 2650112 569 996147200 134512640 134931368 4294956256 18446744073709551615 134529100 0 0 4096 0 0 0 0 17 1 0 0
/proc/30558/statm: 647 569 48 102 0 542 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 21544

[startup+25.5021 s]
/proc/loadavg: 1.99 2.01 2.00 3/85 30558
/proc/meminfo: memFree=1534232/2055920 swapFree=4180456/4192956
[pid=30534] ppid=30532 vsize=13600 CPUtime=1.96
/proc/30534/stat : 30534 (sugar) S 30532 30534 29836 0 -1 4194304 1022 14241 0 2 3 1 181 11 16 0 1 0 1995094518 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30534/statm: 3400 798 370 3 0 500 0
[pid=30557] ppid=30534 vsize=5356 CPUtime=0
/proc/30557/stat : 30557 (sh) S 30534 30534 29836 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995094728 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30557/statm: 1339 232 193 169 0 50 0
[pid=30558] ppid=30557 vsize=3128 CPUtime=23.17
/proc/30558/stat : 30558 (picosat) R 30557 30534 29836 0 -1 4194304 671 0 0 0 2303 14 0 0 25 0 1 0 1995094728 3203072 655 996147200 134512640 134931368 4294956256 18446744073709551615 134525941 0 0 4096 0 0 0 0 17 1 0 0
/proc/30558/statm: 782 655 48 102 0 677 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 22084

[startup+51.1029 s]
/proc/loadavg: 1.99 2.01 2.00 3/85 30558
/proc/meminfo: memFree=1533528/2055920 swapFree=4180456/4192956
[pid=30534] ppid=30532 vsize=13600 CPUtime=1.96
/proc/30534/stat : 30534 (sugar) S 30532 30534 29836 0 -1 4194304 1022 14241 0 2 3 1 181 11 16 0 1 0 1995094518 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30534/statm: 3400 798 370 3 0 500 0
[pid=30557] ppid=30534 vsize=5356 CPUtime=0
/proc/30557/stat : 30557 (sh) S 30534 30534 29836 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995094728 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30557/statm: 1339 232 193 169 0 50 0
[pid=30558] ppid=30557 vsize=3792 CPUtime=48.53
/proc/30558/stat : 30558 (picosat) R 30557 30534 29836 0 -1 4194304 854 0 0 0 4838 15 0 0 25 0 1 0 1995094728 3883008 838 996147200 134512640 134931368 4294956256 18446744073709551615 134597664 0 0 4096 0 0 0 0 17 1 0 0
/proc/30558/statm: 948 838 48 102 0 843 0
Current children cumulated CPU time (s) 50.49
Current children cumulated vsize (KiB) 22748

[startup+102.307 s]
/proc/loadavg: 1.99 2.00 2.00 3/85 30558
/proc/meminfo: memFree=1532760/2055920 swapFree=4180456/4192956
[pid=30534] ppid=30532 vsize=13600 CPUtime=1.96
/proc/30534/stat : 30534 (sugar) S 30532 30534 29836 0 -1 4194304 1022 14241 0 2 3 1 181 11 16 0 1 0 1995094518 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30534/statm: 3400 798 370 3 0 500 0
[pid=30557] ppid=30534 vsize=5356 CPUtime=0
/proc/30557/stat : 30557 (sh) S 30534 30534 29836 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995094728 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30557/statm: 1339 232 193 169 0 50 0
[pid=30558] ppid=30557 vsize=4544 CPUtime=99.24
/proc/30558/stat : 30558 (picosat) R 30557 30534 29836 0 -1 4194304 1035 0 0 0 9909 15 0 0 25 0 1 0 1995094728 4653056 1019 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/30558/statm: 1136 1019 48 102 0 1031 0
Current children cumulated CPU time (s) 101.2
Current children cumulated vsize (KiB) 23500

[startup+162.303 s]
/proc/loadavg: 1.93 1.98 1.99 3/77 30650
/proc/meminfo: memFree=1633352/2055920 swapFree=4180456/4192956
[pid=30534] ppid=30532 vsize=13600 CPUtime=1.96
/proc/30534/stat : 30534 (sugar) S 30532 30534 29836 0 -1 4194304 1022 14241 0 2 3 1 181 11 16 0 1 0 1995094518 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30534/statm: 3400 798 370 3 0 500 0
[pid=30557] ppid=30534 vsize=5356 CPUtime=0
/proc/30557/stat : 30557 (sh) S 30534 30534 29836 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995094728 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30557/statm: 1339 232 193 169 0 50 0
[pid=30558] ppid=30557 vsize=4860 CPUtime=158.83
/proc/30558/stat : 30558 (picosat) R 30557 30534 29836 0 -1 4194304 1127 0 0 0 15867 16 0 0 25 0 1 0 1995094728 4976640 1111 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/30558/statm: 1215 1111 48 102 0 1110 0
Current children cumulated CPU time (s) 160.79
Current children cumulated vsize (KiB) 23816

[startup+222.302 s]
/proc/loadavg: 1.97 1.98 1.99 3/75 30687
/proc/meminfo: memFree=1569304/2055920 swapFree=4180456/4192956
[pid=30534] ppid=30532 vsize=13600 CPUtime=1.96
/proc/30534/stat : 30534 (sugar) S 30532 30534 29836 0 -1 4194304 1022 14241 0 2 3 1 181 11 16 0 1 0 1995094518 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30534/statm: 3400 798 370 3 0 500 0
[pid=30557] ppid=30534 vsize=5356 CPUtime=0
/proc/30557/stat : 30557 (sh) S 30534 30534 29836 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995094728 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30557/statm: 1339 232 193 169 0 50 0
[pid=30558] ppid=30557 vsize=5052 CPUtime=218.8
/proc/30558/stat : 30558 (picosat) R 30557 30534 29836 0 -1 4194304 1185 0 0 0 21863 17 0 0 25 0 1 0 1995094728 5173248 1169 996147200 134512640 134931368 4294956256 18446744073709551615 134597664 0 0 4096 0 0 0 0 17 0 0 0
/proc/30558/statm: 1263 1169 48 102 0 1158 0
Current children cumulated CPU time (s) 220.76
Current children cumulated vsize (KiB) 24008

[startup+282.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 30687
/proc/meminfo: memFree=1568728/2055920 swapFree=4180456/4192956
[pid=30534] ppid=30532 vsize=13600 CPUtime=1.96
/proc/30534/stat : 30534 (sugar) S 30532 30534 29836 0 -1 4194304 1022 14241 0 2 3 1 181 11 16 0 1 0 1995094518 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30534/statm: 3400 798 370 3 0 500 0
[pid=30557] ppid=30534 vsize=5356 CPUtime=0
/proc/30557/stat : 30557 (sh) S 30534 30534 29836 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995094728 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30557/statm: 1339 232 193 169 0 50 0
[pid=30558] ppid=30557 vsize=5580 CPUtime=278.78
/proc/30558/stat : 30558 (picosat) R 30557 30534 29836 0 -1 4194304 1322 0 0 0 27861 17 0 0 25 0 1 0 1995094728 5713920 1306 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/30558/statm: 1395 1306 48 102 0 1290 0
Current children cumulated CPU time (s) 280.74
Current children cumulated vsize (KiB) 24536


################
# More data... #
################

/proc/meminfo: memFree=1568152/2055920 swapFree=4180456/4192956
[pid=30534] ppid=30532 vsize=13600 CPUtime=1.96
/proc/30534/stat : 30534 (sugar) S 30532 30534 29836 0 -1 4194304 1022 14241 0 2 3 1 181 11 16 0 1 0 1995094518 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30534/statm: 3400 798 370 3 0 500 0
[pid=30557] ppid=30534 vsize=5356 CPUtime=0
/proc/30557/stat : 30557 (sh) S 30534 30534 29836 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995094728 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30557/statm: 1339 232 193 169 0 50 0
[pid=30558] ppid=30557 vsize=6100 CPUtime=398.72
/proc/30558/stat : 30558 (picosat) R 30557 30534 29836 0 -1 4194304 1616 0 0 0 39855 17 0 0 25 0 1 0 1995094728 6246400 1400 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/30558/statm: 1525 1400 48 102 0 1420 0
Current children cumulated CPU time (s) 400.68
Current children cumulated vsize (KiB) 25056

[startup+462.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 30687
/proc/meminfo: memFree=1567768/2055920 swapFree=4180456/4192956
[pid=30534] ppid=30532 vsize=13600 CPUtime=1.96
/proc/30534/stat : 30534 (sugar) S 30532 30534 29836 0 -1 4194304 1022 14241 0 2 3 1 181 11 16 0 1 0 1995094518 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30534/statm: 3400 798 370 3 0 500 0
[pid=30557] ppid=30534 vsize=5356 CPUtime=0
/proc/30557/stat : 30557 (sh) S 30534 30534 29836 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995094728 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30557/statm: 1339 232 193 169 0 50 0
[pid=30558] ppid=30557 vsize=6496 CPUtime=458.69
/proc/30558/stat : 30558 (picosat) R 30557 30534 29836 0 -1 4194304 1895 0 0 0 45852 17 0 0 25 0 1 0 1995094728 6651904 1502 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/30558/statm: 1624 1502 48 102 0 1519 0
Current children cumulated CPU time (s) 460.65
Current children cumulated vsize (KiB) 25452

[startup+522.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 30687
/proc/meminfo: memFree=1567768/2055920 swapFree=4180456/4192956
[pid=30534] ppid=30532 vsize=13600 CPUtime=1.96
/proc/30534/stat : 30534 (sugar) S 30532 30534 29836 0 -1 4194304 1022 14241 0 2 3 1 181 11 16 0 1 0 1995094518 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30534/statm: 3400 798 370 3 0 500 0
[pid=30557] ppid=30534 vsize=5356 CPUtime=0
/proc/30557/stat : 30557 (sh) S 30534 30534 29836 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995094728 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30557/statm: 1339 232 193 169 0 50 0
[pid=30558] ppid=30557 vsize=6496 CPUtime=518.66
/proc/30558/stat : 30558 (picosat) R 30557 30534 29836 0 -1 4194304 2084 0 0 0 51848 18 0 0 25 0 1 0 1995094728 6651904 1505 996147200 134512640 134931368 4294956256 18446744073709551615 134529446 0 0 4096 0 0 0 0 17 0 0 0
/proc/30558/statm: 1624 1505 48 102 0 1519 0
Current children cumulated CPU time (s) 520.62
Current children cumulated vsize (KiB) 25452

[startup+582.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 30687
/proc/meminfo: memFree=1567640/2055920 swapFree=4180456/4192956
[pid=30534] ppid=30532 vsize=13600 CPUtime=1.96
/proc/30534/stat : 30534 (sugar) S 30532 30534 29836 0 -1 4194304 1022 14241 0 2 3 1 181 11 16 0 1 0 1995094518 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30534/statm: 3400 798 370 3 0 500 0
[pid=30557] ppid=30534 vsize=5356 CPUtime=0
/proc/30557/stat : 30557 (sh) S 30534 30534 29836 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995094728 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30557/statm: 1339 232 193 169 0 50 0
[pid=30558] ppid=30557 vsize=6628 CPUtime=578.63
/proc/30558/stat : 30558 (picosat) R 30557 30534 29836 0 -1 4194304 2226 0 0 0 57845 18 0 0 25 0 1 0 1995094728 6787072 1533 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/30558/statm: 1657 1533 48 102 0 1552 0
Current children cumulated CPU time (s) 580.59
Current children cumulated vsize (KiB) 25584

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

[startup+588.702 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 30687
/proc/meminfo: memFree=1567640/2055920 swapFree=4180456/4192956
[pid=30534] ppid=30532 vsize=13600 CPUtime=1.96
/proc/30534/stat : 30534 (sugar) S 30532 30534 29836 0 -1 4194304 1022 14241 0 2 3 1 181 11 16 0 1 0 1995094518 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30534/statm: 3400 798 370 3 0 500 0
[pid=30557] ppid=30534 vsize=5356 CPUtime=0
/proc/30557/stat : 30557 (sh) S 30534 30534 29836 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995094728 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30557/statm: 1339 232 193 169 0 50 0
[pid=30558] ppid=30557 vsize=6628 CPUtime=585.03
/proc/30558/stat : 30558 (picosat) R 30557 30534 29836 0 -1 4194304 2264 0 0 0 58485 18 0 0 25 0 1 0 1995094728 6787072 1533 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 0 0 0
/proc/30558/statm: 1657 1533 48 102 0 1552 0
Current children cumulated CPU time (s) 586.99
Current children cumulated vsize (KiB) 25584

[startup+601.501 s]
/proc/loadavg: 1.99 1.98 1.99 4/75 30687
/proc/meminfo: memFree=1567640/2055920 swapFree=4180456/4192956
[pid=30534] ppid=30532 vsize=13600 CPUtime=1.96
/proc/30534/stat : 30534 (sugar) S 30532 30534 29836 0 -1 4194304 1022 14241 0 2 3 1 181 11 16 0 1 0 1995094518 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30534/statm: 3400 798 370 3 0 500 0
[pid=30557] ppid=30534 vsize=5356 CPUtime=0
/proc/30557/stat : 30557 (sh) S 30534 30534 29836 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995094728 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30557/statm: 1339 232 193 169 0 50 0
[pid=30558] ppid=30557 vsize=6628 CPUtime=597.83
/proc/30558/stat : 30558 (picosat) R 30557 30534 29836 0 -1 4194304 2308 0 0 0 59765 18 0 0 25 0 1 0 1995094728 6787072 1537 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/30558/statm: 1657 1537 48 102 0 1552 0
Current children cumulated CPU time (s) 599.79
Current children cumulated vsize (KiB) 25584

[startup+607.901 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 30687
/proc/meminfo: memFree=1567640/2055920 swapFree=4180456/4192956
[pid=30534] ppid=30532 vsize=13600 CPUtime=1.96
/proc/30534/stat : 30534 (sugar) S 30532 30534 29836 0 -1 4194304 1022 14241 0 2 3 1 181 11 16 0 1 0 1995094518 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30534/statm: 3400 798 370 3 0 500 0
[pid=30557] ppid=30534 vsize=5356 CPUtime=0
/proc/30557/stat : 30557 (sh) S 30534 30534 29836 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995094728 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30557/statm: 1339 232 193 169 0 50 0
[pid=30558] ppid=30557 vsize=6628 CPUtime=604.22
/proc/30558/stat : 30558 (picosat) R 30557 30534 29836 0 -1 4194304 2308 0 0 0 60404 18 0 0 25 0 1 0 1995094728 6787072 1537 996147200 134512640 134931368 4294956256 18446744073709551615 134524164 0 0 4096 0 0 0 0 17 0 0 0
/proc/30558/statm: 1657 1537 48 102 0 1552 0
Current children cumulated CPU time (s) 606.18
Current children cumulated vsize (KiB) 25584

[startup+609.503 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 30687
/proc/meminfo: memFree=1567640/2055920 swapFree=4180456/4192956
[pid=30534] ppid=30532 vsize=13600 CPUtime=1.96
/proc/30534/stat : 30534 (sugar) S 30532 30534 29836 0 -1 4194304 1022 14241 0 2 3 1 181 11 16 0 1 0 1995094518 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30534/statm: 3400 798 370 3 0 500 0
[pid=30557] ppid=30534 vsize=5356 CPUtime=0
/proc/30557/stat : 30557 (sh) S 30534 30534 29836 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995094728 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30557/statm: 1339 232 193 169 0 50 0
[pid=30558] ppid=30557 vsize=6628 CPUtime=605.82
/proc/30558/stat : 30558 (picosat) R 30557 30534 29836 0 -1 4194304 2308 0 0 0 60564 18 0 0 25 0 1 0 1995094728 6787072 1537 996147200 134512640 134931368 4294956256 18446744073709551615 134525785 0 0 4096 0 0 0 0 17 0 0 0
/proc/30558/statm: 1657 1537 48 102 0 1552 0
Current children cumulated CPU time (s) 607.78
Current children cumulated vsize (KiB) 25584

[startup+611.102 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 30687
/proc/meminfo: memFree=1567640/2055920 swapFree=4180456/4192956
[pid=30534] ppid=30532 vsize=13600 CPUtime=1.96
/proc/30534/stat : 30534 (sugar) S 30532 30534 29836 0 -1 4194304 1022 14241 0 2 3 1 181 11 16 0 1 0 1995094518 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30534/statm: 3400 798 370 3 0 500 0
[pid=30557] ppid=30534 vsize=5356 CPUtime=0
/proc/30557/stat : 30557 (sh) S 30534 30534 29836 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995094728 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30557/statm: 1339 232 193 169 0 50 0
[pid=30558] ppid=30557 vsize=6628 CPUtime=607.42
/proc/30558/stat : 30558 (picosat) R 30557 30534 29836 0 -1 4194304 2308 0 0 0 60724 18 0 0 25 0 1 0 1995094728 6787072 1537 996147200 134512640 134931368 4294956256 18446744073709551615 134522740 0 0 4096 0 0 0 0 17 0 0 0
/proc/30558/statm: 1657 1537 48 102 0 1552 0
Current children cumulated CPU time (s) 609.38
Current children cumulated vsize (KiB) 25584

[startup+611.901 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 30687
/proc/meminfo: memFree=1567640/2055920 swapFree=4180456/4192956
[pid=30534] ppid=30532 vsize=13600 CPUtime=1.96
/proc/30534/stat : 30534 (sugar) S 30532 30534 29836 0 -1 4194304 1022 14241 0 2 3 1 181 11 16 0 1 0 1995094518 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30534/statm: 3400 798 370 3 0 500 0
[pid=30557] ppid=30534 vsize=5356 CPUtime=0
/proc/30557/stat : 30557 (sh) S 30534 30534 29836 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995094728 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30557/statm: 1339 232 193 169 0 50 0
[pid=30558] ppid=30557 vsize=6628 CPUtime=608.22
/proc/30558/stat : 30558 (picosat) R 30557 30534 29836 0 -1 4194304 2308 0 0 0 60804 18 0 0 25 0 1 0 1995094728 6787072 1537 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/30558/statm: 1657 1537 48 102 0 1552 0
Current children cumulated CPU time (s) 610.18
Current children cumulated vsize (KiB) 25584

[startup+612.101 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 30687
/proc/meminfo: memFree=1567640/2055920 swapFree=4180456/4192956
[pid=30534] ppid=30532 vsize=13600 CPUtime=1.96
/proc/30534/stat : 30534 (sugar) S 30532 30534 29836 0 -1 4194304 1022 14241 0 2 3 1 181 11 16 0 1 0 1995094518 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30534/statm: 3400 798 370 3 0 500 0
[pid=30557] ppid=30534 vsize=0 CPUtime=608.42
/proc/30557/stat : 30557 (sh) R 30534 30534 29836 0 -1 4194308 285 2310 0 0 0 0 60824 18 16 0 1 0 1995094728 0 0 996147200 0 0 0 0 0 0 0 4100 65536 0 0 0 17 0 0 0
/proc/30557/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 610.38
Current children cumulated vsize (KiB) 13600

[startup+612.201 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 30687
/proc/meminfo: memFree=1567640/2055920 swapFree=4180456/4192956
[pid=30534] ppid=30532 vsize=13600 CPUtime=610.39
/proc/30534/stat : 30534 (sugar) S 30532 30534 29836 0 -1 4194304 1087 16836 0 2 3 1 61005 30 16 0 1 0 1995094518 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30534/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 610.39
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 612.269
CPU time (s): 610.537
CPU user time (s): 610.185
CPU system time (s): 0.351946
CPU usage (%): 99.7172
Max. virtual memory (cumulated for all children) (KiB): 883656

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 610.185
system time used= 0.351946
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21665
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= 2427
involuntary context switches= 6763

runsolver used 0.746886 second user time and 2.04869 second system time

The end

Launcher Data (download as text)

Begin job on node19 at 2008-07-04 10:46:41
IDJOB=1069657
IDBENCH=55666
IDSOLVER=345
FILE ID=node19/1069657-1215161201
PBS_JOBID= 7877466
Free space on /tmp= 66536 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/pseudoGLB/normalized-t3002-11tsp11-1900581320.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-1069657-1215161201/watcher-1069657-1215161201 -o /tmp/evaluation-result-1069657-1215161201/solver-1069657-1215161201 -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-1069657-1215161201.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= e7d64d17813c3c29c1b9ff16cdfcd569
RANDOM SEED=1665533589

node19.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.263
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	: 5931.00
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.263
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:       1540240 kB
Buffers:         87944 kB
Cached:         260680 kB
SwapCached:       6540 kB
Active:         317740 kB
Inactive:       127628 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1540240 kB
SwapTotal:     4192956 kB
SwapFree:      4180456 kB
Dirty:            1920 kB
Writeback:           0 kB
Mapped:         110296 kB
Slab:            55264 kB
Committed_AS:  3977932 kB
PageTables:       2116 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 node19 at 2008-07-04 10:56:54