Trace number 1060409

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 1024.22 1029.34

General information on the benchmark

Namecsp/allIntervalSeries/
normalized-series-20.xml
MD5SUMe33464de6d36c41189e3c9712ad7286f
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.021996
Satisfiable
(Un)Satisfiability was proved
Number of variables39
Number of constraints380
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension0
Number of constraints which are defined in intension380
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.04	c 0	Sugar v1-13 + HOME/picosat
0.01/0.04	c 0	BEGIN Fri Jul  4 01:08:44 2008
0.01/0.04	c 0	PID 21472
0.01/0.04	c 0	HOST node86.alineos.net
0.01/0.04	c 0	CONVERTING HOME/instance-1060409-1215126524.xml TO HOME/temp.csp
0.01/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1060409-1215126524.xml' 'HOME/temp.csp'
0.03/0.36	c 1	2 domains, 39 variables, 2 predicates, 0 relations, 380 constraints
0.03/0.40	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.40	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.03/0.48	c 1	Parsing HOME/temp.csp
0.34/0.58	c 1	parsed 423 expressions
0.34/0.62	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.34/0.62	c 1	Converting to clausal form CSP
0.34/0.64	c 1	converted 43 (10%) expressions
0.34/0.66	c 1	converted 85 (20%) expressions
0.34/0.67	c 1	converted 127 (30%) expressions
0.34/0.69	c 1	converted 170 (40%) expressions
0.34/0.70	c 1	converted 212 (50%) expressions
0.34/0.71	c 1	converted 254 (60%) expressions
0.34/0.72	c 1	converted 297 (70%) expressions
0.34/0.72	c 1	converted 339 (80%) expressions
0.34/0.78	c 1	converted 381 (90%) expressions
0.34/0.80	c 1	converted 423 (100%) expressions
0.34/0.80	c 1	CSP : 39 integers, 0 booleans, 418 clauses, largest domain size 20
0.34/0.80	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.34/0.80	c 1	Propagation in CSP
0.34/0.82	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.34/0.82	c 1	CSP : 39 integers, 0 booleans, 418 clauses, largest domain size 20
0.34/0.82	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.34/0.82	c 1	Simplifing CSP by introducing new Boolean variables
0.34/0.84	c 1	CSP : 39 integers, 760 booleans, 1178 clauses, largest domain size 20
0.34/0.84	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.34/0.86	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.34/0.87	c 1	4 (10%) CSP integer variables are encoded (72 clauses, 695 bytes)
0.34/0.87	c 1	8 (20%) CSP integer variables are encoded (144 clauses, 1444 bytes)
0.34/0.87	c 1	12 (30%) CSP integer variables are encoded (216 clauses, 2236 bytes)
0.34/0.87	c 1	16 (40%) CSP integer variables are encoded (288 clauses, 3028 bytes)
0.34/0.87	c 1	20 (50%) CSP integer variables are encoded (360 clauses, 3820 bytes)
0.34/0.88	c 1	24 (60%) CSP integer variables are encoded (428 clauses, 4568 bytes)
0.34/0.88	c 1	28 (70%) CSP integer variables are encoded (496 clauses, 5316 bytes)
0.34/0.88	c 1	32 (80%) CSP integer variables are encoded (564 clauses, 6064 bytes)
0.34/0.88	c 1	36 (90%) CSP integer variables are encoded (632 clauses, 6812 bytes)
0.34/0.88	c 1	39 (100%) CSP integer variables are encoded (683 clauses, 7373 bytes)
0.34/0.90	c 1	118 (10%) CSP clauses are encoded (2302 clauses, 30127 bytes)
0.34/0.90	c 1	236 (20%) CSP clauses are encoded (3921 clauses, 53527 bytes)
0.34/0.91	c 1	354 (30%) CSP clauses are encoded (5521 clauses, 77845 bytes)
0.34/0.91	c 1	472 (40%) CSP clauses are encoded (7140 clauses, 103601 bytes)
0.34/0.92	c 1	589 (50%) CSP clauses are encoded (8726 clauses, 129666 bytes)
0.34/0.93	c 1	707 (60%) CSP clauses are encoded (10266 clauses, 154940 bytes)
0.34/0.94	c 1	825 (70%) CSP clauses are encoded (11788 clauses, 179912 bytes)
0.34/0.94	c 1	943 (80%) CSP clauses are encoded (13328 clauses, 205186 bytes)
0.34/0.95	c 1	1061 (90%) CSP clauses are encoded (14868 clauses, 230460 bytes)
0.34/0.98	c 1	1178 (100%) CSP clauses are encoded (29601 clauses, 489248 bytes)
0.34/0.98	c 1	1178 CSP clauses encoded
0.34/0.98	c 1	Writing map file : HOME/temp.map
0.34/0.98	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.34/0.98	c 1	SAT : 1482 SAT variables, 29601 SAT clauses, 489248 bytes
0.34/0.98	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.90/1.04	c 1	SOLVING HOME/temp.cnf
0.90/1.04	c 1	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1023.99/1029.17	c 1029	DECODING HOME/temp.out WITH HOME/temp.map
1023.99/1029.17	c 1029	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1024.08/1029.26	c 1030	Decoding HOME/temp.out
1024.08/1029.29	s SATISFIABLE
1024.08/1029.29	v 9 3 18 2 16 4 8 13 5 15 6 17 0 19 1 14 7 10 12 11 5 14 15 13 11 3 4 7 9 8 10 16 18 17 12 6 2 1 0
1024.08/1029.29	c 1030	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1024.08/1029.34	c 1030	CPU 1023.91 (0.03 0.01 1023.88 0.28)
1024.08/1029.34	c 1030	END Fri Jul  4 01:25:54 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-1060409-1215126524/watcher-1060409-1215126524 -o /tmp/evaluation-result-1060409-1215126524/solver-1060409-1215126524 -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-1060409-1215126524.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.95 2.07 2.06 4/88 21472
/proc/meminfo: memFree=1815728/2055920 swapFree=4178892/4192956
[pid=21472] ppid=21470 vsize=12272 CPUtime=0
/proc/21472/stat : 21472 (sugar) R 21470 21472 20899 0 -1 4194304 371 0 0 0 0 0 0 0 18 0 1 0 668381408 12566528 339 996147200 4194304 4206940 548682068608 18446744073709551615 240171402853 0 0 4224 0 0 0 0 17 1 0 0
/proc/21472/statm: 3068 340 254 3 0 168 0

[startup+0.020956 s]
/proc/loadavg: 1.95 2.07 2.06 4/88 21472
/proc/meminfo: memFree=1815728/2055920 swapFree=4178892/4192956
[pid=21472] ppid=21470 vsize=12808 CPUtime=0.01
/proc/21472/stat : 21472 (sugar) R 21470 21472 20899 0 -1 4194304 560 0 0 0 1 0 0 0 18 0 1 0 668381408 13115392 528 996147200 4194304 4206940 548682068608 18446744073709551615 240153694945 0 0 4224 0 0 0 0 17 1 0 0
/proc/21472/statm: 3202 529 316 3 0 302 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12808

[startup+0.101965 s]
/proc/loadavg: 1.95 2.07 2.06 4/88 21472
/proc/meminfo: memFree=1815728/2055920 swapFree=4178892/4192956
[pid=21472] ppid=21470 vsize=13600 CPUtime=0.03
/proc/21472/stat : 21472 (sugar) S 21470 21472 20899 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 668381408 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21472/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301988 s]
/proc/loadavg: 1.95 2.07 2.06 4/88 21472
/proc/meminfo: memFree=1815728/2055920 swapFree=4178892/4192956
[pid=21472] ppid=21470 vsize=13600 CPUtime=0.03
/proc/21472/stat : 21472 (sugar) S 21470 21472 20899 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 668381408 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21472/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701033 s]
/proc/loadavg: 1.95 2.07 2.06 4/88 21472
/proc/meminfo: memFree=1815728/2055920 swapFree=4178892/4192956
[pid=21472] ppid=21470 vsize=13600 CPUtime=0.34
/proc/21472/stat : 21472 (sugar) S 21470 21472 20899 0 -1 4194304 973 4535 0 1 3 0 29 2 15 0 1 0 668381408 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21472/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 13600

[startup+1.50112 s]
/proc/loadavg: 1.95 2.07 2.06 2/99 21494
/proc/meminfo: memFree=1801304/2055920 swapFree=4178892/4192956
[pid=21472] ppid=21470 vsize=13600 CPUtime=0.92
/proc/21472/stat : 21472 (sugar) S 21470 21472 20899 0 -1 4194304 1022 11051 0 2 3 0 81 8 16 0 1 0 668381408 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21472/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 13600

[startup+3.1023 s]
/proc/loadavg: 1.95 2.07 2.06 3/91 21496
/proc/meminfo: memFree=1811160/2055920 swapFree=4178892/4192956
[pid=21472] ppid=21470 vsize=13600 CPUtime=0.92
/proc/21472/stat : 21472 (sugar) S 21470 21472 20899 0 -1 4194304 1022 11051 0 2 3 0 81 8 16 0 1 0 668381408 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21472/statm: 3400 798 370 3 0 500 0
[pid=21495] ppid=21472 vsize=5356 CPUtime=0
/proc/21495/stat : 21495 (sh) S 21472 21472 20899 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 668381512 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21495/statm: 1339 232 193 169 0 50 0
[pid=21496] ppid=21495 vsize=2692 CPUtime=2.04
/proc/21496/stat : 21496 (picosat) R 21495 21472 20899 0 -1 4194304 585 0 0 0 190 14 0 0 25 0 1 0 668381512 2756608 569 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/21496/statm: 673 569 48 102 0 568 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 21648

[startup+6.30166 s]
/proc/loadavg: 1.95 2.07 2.06 3/91 21496
/proc/meminfo: memFree=1810520/2055920 swapFree=4178892/4192956
[pid=21472] ppid=21470 vsize=13600 CPUtime=0.92
/proc/21472/stat : 21472 (sugar) S 21470 21472 20899 0 -1 4194304 1022 11051 0 2 3 0 81 8 16 0 1 0 668381408 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21472/statm: 3400 798 370 3 0 500 0
[pid=21495] ppid=21472 vsize=5356 CPUtime=0
/proc/21495/stat : 21495 (sh) S 21472 21472 20899 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 668381512 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21495/statm: 1339 232 193 169 0 50 0
[pid=21496] ppid=21495 vsize=2992 CPUtime=5.22
/proc/21496/stat : 21496 (picosat) R 21495 21472 20899 0 -1 4194304 644 0 0 0 508 14 0 0 25 0 1 0 668381512 3063808 628 996147200 134512640 134931368 4294956256 18446744073709551615 134525783 0 0 4096 0 0 0 0 17 1 0 0
/proc/21496/statm: 748 628 48 102 0 643 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 21948

[startup+12.7024 s]
/proc/loadavg: 1.96 2.07 2.06 3/91 21496
/proc/meminfo: memFree=1810088/2055920 swapFree=4178892/4192956
[pid=21472] ppid=21470 vsize=13600 CPUtime=0.92
/proc/21472/stat : 21472 (sugar) S 21470 21472 20899 0 -1 4194304 1022 11051 0 2 3 0 81 8 16 0 1 0 668381408 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21472/statm: 3400 798 370 3 0 500 0
[pid=21495] ppid=21472 vsize=5356 CPUtime=0
/proc/21495/stat : 21495 (sh) S 21472 21472 20899 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 668381512 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21495/statm: 1339 232 193 169 0 50 0
[pid=21496] ppid=21495 vsize=3228 CPUtime=11.59
/proc/21496/stat : 21496 (picosat) R 21495 21472 20899 0 -1 4194304 709 0 0 0 1145 14 0 0 25 0 1 0 668381512 3305472 693 996147200 134512640 134931368 4294956256 18446744073709551615 134549282 0 0 4096 0 0 0 0 17 1 0 0
/proc/21496/statm: 807 693 48 102 0 702 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 22184

[startup+25.5018 s]
/proc/loadavg: 1.97 2.07 2.06 3/91 21496
/proc/meminfo: memFree=1809576/2055920 swapFree=4178892/4192956
[pid=21472] ppid=21470 vsize=13600 CPUtime=0.92
/proc/21472/stat : 21472 (sugar) S 21470 21472 20899 0 -1 4194304 1022 11051 0 2 3 0 81 8 16 0 1 0 668381408 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21472/statm: 3400 798 370 3 0 500 0
[pid=21495] ppid=21472 vsize=5356 CPUtime=0
/proc/21495/stat : 21495 (sh) S 21472 21472 20899 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 668381512 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21495/statm: 1339 232 193 169 0 50 0
[pid=21496] ppid=21495 vsize=3660 CPUtime=24.34
/proc/21496/stat : 21496 (picosat) R 21495 21472 20899 0 -1 4194304 826 0 0 0 2419 15 0 0 25 0 1 0 668381512 3747840 810 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/21496/statm: 915 810 48 102 0 810 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 22616

[startup+51.1017 s]
/proc/loadavg: 1.98 2.06 2.06 3/91 21496
/proc/meminfo: memFree=1808936/2055920 swapFree=4178892/4192956
[pid=21472] ppid=21470 vsize=13600 CPUtime=0.92
/proc/21472/stat : 21472 (sugar) S 21470 21472 20899 0 -1 4194304 1022 11051 0 2 3 0 81 8 16 0 1 0 668381408 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21472/statm: 3400 798 370 3 0 500 0
[pid=21495] ppid=21472 vsize=5356 CPUtime=0
/proc/21495/stat : 21495 (sh) S 21472 21472 20899 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 668381512 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21495/statm: 1339 232 193 169 0 50 0
[pid=21496] ppid=21495 vsize=4268 CPUtime=49.81
/proc/21496/stat : 21496 (picosat) R 21495 21472 20899 0 -1 4194304 979 0 0 0 4966 15 0 0 25 0 1 0 668381512 4370432 963 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/21496/statm: 1067 963 48 102 0 962 0
Current children cumulated CPU time (s) 50.73
Current children cumulated vsize (KiB) 23224

[startup+102.306 s]
/proc/loadavg: 1.99 2.05 2.05 3/91 21496
/proc/meminfo: memFree=1808232/2055920 swapFree=4178892/4192956
[pid=21472] ppid=21470 vsize=13600 CPUtime=0.92
/proc/21472/stat : 21472 (sugar) S 21470 21472 20899 0 -1 4194304 1022 11051 0 2 3 0 81 8 16 0 1 0 668381408 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21472/statm: 3400 798 370 3 0 500 0
[pid=21495] ppid=21472 vsize=5356 CPUtime=0
/proc/21495/stat : 21495 (sh) S 21472 21472 20899 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 668381512 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21495/statm: 1339 232 193 169 0 50 0
[pid=21496] ppid=21495 vsize=4940 CPUtime=100.76
/proc/21496/stat : 21496 (picosat) R 21495 21472 20899 0 -1 4194304 1157 0 0 0 10061 15 0 0 25 0 1 0 668381512 5058560 1141 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/21496/statm: 1235 1141 48 102 0 1130 0
Current children cumulated CPU time (s) 101.68
Current children cumulated vsize (KiB) 23896

[startup+162.301 s]
/proc/loadavg: 1.99 2.04 2.05 3/91 21496
/proc/meminfo: memFree=1807144/2055920 swapFree=4178892/4192956
[pid=21472] ppid=21470 vsize=13600 CPUtime=0.92
/proc/21472/stat : 21472 (sugar) S 21470 21472 20899 0 -1 4194304 1022 11051 0 2 3 0 81 8 16 0 1 0 668381408 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21472/statm: 3400 798 370 3 0 500 0
[pid=21495] ppid=21472 vsize=5356 CPUtime=0
/proc/21495/stat : 21495 (sh) S 21472 21472 20899 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 668381512 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21495/statm: 1339 232 193 169 0 50 0
[pid=21496] ppid=21495 vsize=5784 CPUtime=160.46
/proc/21496/stat : 21496 (picosat) R 21495 21472 20899 0 -1 4194304 1383 0 0 0 16031 15 0 0 25 0 1 0 668381512 5922816 1367 996147200 134512640 134931368 4294956256 18446744073709551615 134525828 0 0 4096 0 0 0 0 17 1 0 0
/proc/21496/statm: 1446 1367 48 102 0 1341 0
Current children cumulated CPU time (s) 161.38
Current children cumulated vsize (KiB) 24740

[startup+222.302 s]
/proc/loadavg: 2.06 2.04 2.05 3/91 21496
/proc/meminfo: memFree=1806696/2055920 swapFree=4178892/4192956
[pid=21472] ppid=21470 vsize=13600 CPUtime=0.92
/proc/21472/stat : 21472 (sugar) S 21470 21472 20899 0 -1 4194304 1022 11051 0 2 3 0 81 8 16 0 1 0 668381408 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21472/statm: 3400 798 370 3 0 500 0
[pid=21495] ppid=21472 vsize=5356 CPUtime=0
/proc/21495/stat : 21495 (sh) S 21472 21472 20899 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 668381512 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21495/statm: 1339 232 193 169 0 50 0
[pid=21496] ppid=21495 vsize=5972 CPUtime=220.18
/proc/21496/stat : 21496 (picosat) R 21495 21472 20899 0 -1 4194304 1483 0 0 0 22003 15 0 0 25 0 1 0 668381512 6115328 1424 996147200 134512640 134931368 4294956256 18446744073709551615 134525781 0 0 4096 0 0 0 0 17 1 0 0
/proc/21496/statm: 1493 1424 48 102 0 1388 0
Current children cumulated CPU time (s) 221.1
Current children cumulated vsize (KiB) 24928

[startup+282.301 s]
/proc/loadavg: 2.02 2.03 2.04 3/91 21496
/proc/meminfo: memFree=1806056/2055920 swapFree=4178892/4192956
[pid=21472] ppid=21470 vsize=13600 CPUtime=0.92
/proc/21472/stat : 21472 (sugar) S 21470 21472 20899 0 -1 4194304 1022 11051 0 2 3 0 81 8 16 0 1 0 668381408 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21472/statm: 3400 798 370 3 0 500 0
[pid=21495] ppid=21472 vsize=5356 CPUtime=0
/proc/21495/stat : 21495 (sh) S 21472 21472 20899 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 668381512 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21495/statm: 1339 232 193 169 0 50 0
[pid=21496] ppid=21495 vsize=6688 CPUtime=279.88
/proc/21496/stat : 21496 (picosat) R 21495 21472 20899 0 -1 4194304 1716 0 0 0 27973 15 0 0 25 0 1 0 668381512 6848512 1577 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/21496/statm: 1672 1577 48 102 0 1567 0
Current children cumulated CPU time (s) 280.8
Current children cumulated vsize (KiB) 25644


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

/proc/21472/statm: 3400 798 370 3 0 500 0
[pid=21495] ppid=21472 vsize=5356 CPUtime=0
/proc/21495/stat : 21495 (sh) S 21472 21472 20899 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 668381512 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21495/statm: 1339 232 193 169 0 50 0
[pid=21496] ppid=21495 vsize=9164 CPUtime=757.57
/proc/21496/stat : 21496 (picosat) R 21495 21472 20899 0 -1 4194304 3541 0 0 0 75740 17 0 0 25 0 1 0 668381512 9383936 2146 996147200 134512640 134931368 4294956256 18446744073709551615 134529272 0 0 4096 0 0 0 0 17 1 0 0
/proc/21496/statm: 2291 2146 48 102 0 2186 0
Current children cumulated CPU time (s) 758.49
Current children cumulated vsize (KiB) 28120

[startup+822.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 21496
/proc/meminfo: memFree=1802280/2055920 swapFree=4178892/4192956
[pid=21472] ppid=21470 vsize=13600 CPUtime=0.92
/proc/21472/stat : 21472 (sugar) S 21470 21472 20899 0 -1 4194304 1022 11051 0 2 3 0 81 8 16 0 1 0 668381408 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21472/statm: 3400 798 370 3 0 500 0
[pid=21495] ppid=21472 vsize=5356 CPUtime=0
/proc/21495/stat : 21495 (sh) S 21472 21472 20899 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 668381512 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21495/statm: 1339 232 193 169 0 50 0
[pid=21496] ppid=21495 vsize=9396 CPUtime=817.27
/proc/21496/stat : 21496 (picosat) R 21495 21472 20899 0 -1 4194304 3648 0 0 0 81710 17 0 0 25 0 1 0 668381512 9621504 2204 996147200 134512640 134931368 4294956256 18446744073709551615 134525807 0 0 4096 0 0 0 0 17 1 0 0
/proc/21496/statm: 2349 2204 48 102 0 2244 0
Current children cumulated CPU time (s) 818.19
Current children cumulated vsize (KiB) 28352

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 21496
/proc/meminfo: memFree=1802280/2055920 swapFree=4178892/4192956
[pid=21472] ppid=21470 vsize=13600 CPUtime=0.92
/proc/21472/stat : 21472 (sugar) S 21470 21472 20899 0 -1 4194304 1022 11051 0 2 3 0 81 8 16 0 1 0 668381408 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21472/statm: 3400 798 370 3 0 500 0
[pid=21495] ppid=21472 vsize=5356 CPUtime=0
/proc/21495/stat : 21495 (sh) S 21472 21472 20899 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 668381512 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21495/statm: 1339 232 193 169 0 50 0
[pid=21496] ppid=21495 vsize=9396 CPUtime=876.99
/proc/21496/stat : 21496 (picosat) R 21495 21472 20899 0 -1 4194304 3746 0 0 0 87682 17 0 0 25 0 1 0 668381512 9621504 2204 996147200 134512640 134931368 4294956256 18446744073709551615 134524027 0 0 4096 0 0 0 0 17 1 0 0
/proc/21496/statm: 2349 2204 48 102 0 2244 0
Current children cumulated CPU time (s) 877.91
Current children cumulated vsize (KiB) 28352

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 21496
/proc/meminfo: memFree=1802024/2055920 swapFree=4178892/4192956
[pid=21472] ppid=21470 vsize=13600 CPUtime=0.92
/proc/21472/stat : 21472 (sugar) S 21470 21472 20899 0 -1 4194304 1022 11051 0 2 3 0 81 8 16 0 1 0 668381408 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21472/statm: 3400 798 370 3 0 500 0
[pid=21495] ppid=21472 vsize=5356 CPUtime=0
/proc/21495/stat : 21495 (sh) S 21472 21472 20899 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 668381512 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21495/statm: 1339 232 193 169 0 50 0
[pid=21496] ppid=21495 vsize=9528 CPUtime=936.69
/proc/21496/stat : 21496 (picosat) R 21495 21472 20899 0 -1 4194304 3898 0 0 0 93652 17 0 0 25 0 1 0 668381512 9756672 2252 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/21496/statm: 2382 2252 48 102 0 2277 0
Current children cumulated CPU time (s) 937.61
Current children cumulated vsize (KiB) 28484

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 21496
/proc/meminfo: memFree=1801768/2055920 swapFree=4178892/4192956
[pid=21472] ppid=21470 vsize=13600 CPUtime=0.92
/proc/21472/stat : 21472 (sugar) S 21470 21472 20899 0 -1 4194304 1022 11051 0 2 3 0 81 8 16 0 1 0 668381408 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21472/statm: 3400 798 370 3 0 500 0
[pid=21495] ppid=21472 vsize=5356 CPUtime=0
/proc/21495/stat : 21495 (sh) S 21472 21472 20899 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 668381512 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21495/statm: 1339 232 193 169 0 50 0
[pid=21496] ppid=21495 vsize=9660 CPUtime=996.4
/proc/21496/stat : 21496 (picosat) R 21495 21472 20899 0 -1 4194304 4030 0 0 0 99623 17 0 0 25 0 1 0 668381512 9891840 2280 996147200 134512640 134931368 4294956256 18446744073709551615 134525802 0 0 4096 0 0 0 0 17 1 0 0
/proc/21496/statm: 2415 2280 48 102 0 2310 0
Current children cumulated CPU time (s) 997.32
Current children cumulated vsize (KiB) 28616

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

[startup+1011.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 21496
/proc/meminfo: memFree=1801768/2055920 swapFree=4178892/4192956
[pid=21472] ppid=21470 vsize=13600 CPUtime=0.92
/proc/21472/stat : 21472 (sugar) S 21470 21472 20899 0 -1 4194304 1022 11051 0 2 3 0 81 8 16 0 1 0 668381408 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21472/statm: 3400 798 370 3 0 500 0
[pid=21495] ppid=21472 vsize=5356 CPUtime=0
/proc/21495/stat : 21495 (sh) S 21472 21472 20899 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 668381512 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21495/statm: 1339 232 193 169 0 50 0
[pid=21496] ppid=21495 vsize=9660 CPUtime=1005.16
/proc/21496/stat : 21496 (picosat) R 21495 21472 20899 0 -1 4194304 4030 0 0 0 100499 17 0 0 25 0 1 0 668381512 9891840 2280 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/21496/statm: 2415 2280 48 102 0 2310 0
Current children cumulated CPU time (s) 1006.08
Current children cumulated vsize (KiB) 28616

[startup+1017.51 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 21496
/proc/meminfo: memFree=1801768/2055920 swapFree=4178892/4192956
[pid=21472] ppid=21470 vsize=13600 CPUtime=0.92
/proc/21472/stat : 21472 (sugar) S 21470 21472 20899 0 -1 4194304 1022 11051 0 2 3 0 81 8 16 0 1 0 668381408 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21472/statm: 3400 798 370 3 0 500 0
[pid=21495] ppid=21472 vsize=5356 CPUtime=0
/proc/21495/stat : 21495 (sh) S 21472 21472 20899 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 668381512 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21495/statm: 1339 232 193 169 0 50 0
[pid=21496] ppid=21495 vsize=9660 CPUtime=1011.53
/proc/21496/stat : 21496 (picosat) R 21495 21472 20899 0 -1 4194304 4030 0 0 0 101136 17 0 0 25 0 1 0 668381512 9891840 2280 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/21496/statm: 2415 2280 48 102 0 2310 0
Current children cumulated CPU time (s) 1012.45
Current children cumulated vsize (KiB) 28616

[startup+1023.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 21496
/proc/meminfo: memFree=1801448/2055920 swapFree=4178892/4192956
[pid=21472] ppid=21470 vsize=13600 CPUtime=0.92
/proc/21472/stat : 21472 (sugar) S 21470 21472 20899 0 -1 4194304 1022 11051 0 2 3 0 81 8 16 0 1 0 668381408 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21472/statm: 3400 798 370 3 0 500 0
[pid=21495] ppid=21472 vsize=5356 CPUtime=0
/proc/21495/stat : 21495 (sh) S 21472 21472 20899 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 668381512 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21495/statm: 1339 232 193 169 0 50 0
[pid=21496] ppid=21495 vsize=9924 CPUtime=1017.9
/proc/21496/stat : 21496 (picosat) R 21495 21472 20899 0 -1 4194304 4153 0 0 0 101773 17 0 0 25 0 1 0 668381512 10162176 2351 996147200 134512640 134931368 4294956256 18446744073709551615 134525794 0 0 4096 0 0 0 0 17 1 0 0
/proc/21496/statm: 2481 2351 48 102 0 2376 0
Current children cumulated CPU time (s) 1018.82
Current children cumulated vsize (KiB) 28880

[startup+1027.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 21496
/proc/meminfo: memFree=1801448/2055920 swapFree=4178892/4192956
[pid=21472] ppid=21470 vsize=13600 CPUtime=0.92
/proc/21472/stat : 21472 (sugar) S 21470 21472 20899 0 -1 4194304 1022 11051 0 2 3 0 81 8 16 0 1 0 668381408 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21472/statm: 3400 798 370 3 0 500 0
[pid=21495] ppid=21472 vsize=5356 CPUtime=0
/proc/21495/stat : 21495 (sh) S 21472 21472 20899 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 668381512 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21495/statm: 1339 232 193 169 0 50 0
[pid=21496] ppid=21495 vsize=9924 CPUtime=1021.08
/proc/21496/stat : 21496 (picosat) R 21495 21472 20899 0 -1 4194304 4153 0 0 0 102091 17 0 0 25 0 1 0 668381512 10162176 2351 996147200 134512640 134931368 4294956256 18446744073709551615 134525760 0 0 4096 0 0 0 0 17 1 0 0
/proc/21496/statm: 2481 2351 48 102 0 2376 0
Current children cumulated CPU time (s) 1022
Current children cumulated vsize (KiB) 28880

[startup+1028.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 21496
/proc/meminfo: memFree=1801448/2055920 swapFree=4178892/4192956
[pid=21472] ppid=21470 vsize=13600 CPUtime=0.92
/proc/21472/stat : 21472 (sugar) S 21470 21472 20899 0 -1 4194304 1022 11051 0 2 3 0 81 8 16 0 1 0 668381408 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21472/statm: 3400 798 370 3 0 500 0
[pid=21495] ppid=21472 vsize=5356 CPUtime=0
/proc/21495/stat : 21495 (sh) S 21472 21472 20899 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 668381512 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21495/statm: 1339 232 193 169 0 50 0
[pid=21496] ppid=21495 vsize=9924 CPUtime=1022.68
/proc/21496/stat : 21496 (picosat) R 21495 21472 20899 0 -1 4194304 4153 0 0 0 102251 17 0 0 25 0 1 0 668381512 10162176 2351 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/21496/statm: 2481 2351 48 102 0 2376 0
Current children cumulated CPU time (s) 1023.6
Current children cumulated vsize (KiB) 28880

[startup+1029.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 21496
/proc/meminfo: memFree=1801448/2055920 swapFree=4178892/4192956
[pid=21472] ppid=21470 vsize=13600 CPUtime=0.92
/proc/21472/stat : 21472 (sugar) S 21470 21472 20899 0 -1 4194304 1022 11051 0 2 3 0 81 8 16 0 1 0 668381408 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21472/statm: 3400 798 370 3 0 500 0
[pid=21495] ppid=21472 vsize=5356 CPUtime=0
/proc/21495/stat : 21495 (sh) S 21472 21472 20899 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 668381512 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21495/statm: 1339 232 193 169 0 50 0
[pid=21496] ppid=21495 vsize=9924 CPUtime=1023.07
/proc/21496/stat : 21496 (picosat) R 21495 21472 20899 0 -1 4194304 4153 0 0 0 102290 17 0 0 25 0 1 0 668381512 10162176 2351 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/21496/statm: 2481 2351 48 102 0 2376 0
Current children cumulated CPU time (s) 1023.99
Current children cumulated vsize (KiB) 28880

[startup+1029.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 21496
/proc/meminfo: memFree=1801448/2055920 swapFree=4178892/4192956
[pid=21472] ppid=21470 vsize=13600 CPUtime=1024.08
/proc/21472/stat : 21472 (sugar) S 21470 21472 20899 0 -1 4194304 1090 15495 0 2 3 0 102379 26 15 0 1 0 668381408 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21472/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 1024.08
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 1029.34
CPU time (s): 1024.22
CPU user time (s): 1023.92
CPU system time (s): 0.301954
CPU usage (%): 99.5025
Max. virtual memory (cumulated for all children) (KiB): 887416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1023.92
system time used= 0.301954
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20333
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= 1494
involuntary context switches= 32443

runsolver used 1.21881 second user time and 3.46747 second system time

The end

Launcher Data (download as text)

Begin job on node86 at 2008-07-04 01:08:44
IDJOB=1060409
IDBENCH=54449
IDSOLVER=345
FILE ID=node86/1060409-1215126524
PBS_JOBID= 7877262
Free space on /tmp= 66532 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/allIntervalSeries/normalized-series-20.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-1060409-1215126524/watcher-1060409-1215126524 -o /tmp/evaluation-result-1060409-1215126524/solver-1060409-1215126524 -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-1060409-1215126524.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= e33464de6d36c41189e3c9712ad7286f
RANDOM SEED=1864992922

node86.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.220
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.220
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1816144 kB
Buffers:         18292 kB
Cached:         111548 kB
SwapCached:       5956 kB
Active:         129012 kB
Inactive:        67436 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1816144 kB
SwapTotal:     4192956 kB
SwapFree:      4178892 kB
Dirty:            1560 kB
Writeback:           0 kB
Mapped:          81236 kB
Slab:            27732 kB
Committed_AS:  1204568 kB
PageTables:       2508 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= 66528 MiB
End job on node86 at 2008-07-04 01:25:54