Trace number 1098711

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+picosat? (TO) 1800.11 1807.82

General information on the benchmark

Namecsp/rand-2-40-19/
normalized-rand-2-40-19-443-230-16_ext.xml
MD5SUMcc325c351ec31ee347a68e2396f7ab89
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark99.6858
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints338
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension338
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Sat Jul  5 21:10:04 2008
0.00/0.04	c 0	PID 8899
0.00/0.04	c 0	HOST node87.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1098711-1215285004.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1098711-1215285004.xml' 'HOME/temp.csp'
0.03/0.47	c 1	1 domains, 40 variables, 0 predicates, 338 relations, 338 constraints
0.03/0.51	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.51	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.59	c 1	Parsing HOME/temp.csp
0.45/0.86	c 1	parsed 717 expressions
0.45/0.87	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.45/0.87	c 1	Converting to clausal form CSP
0.45/0.89	c 1	converted 72 (10%) expressions
0.45/0.90	c 1	converted 144 (20%) expressions
0.45/0.90	c 1	converted 216 (30%) expressions
0.45/0.90	c 1	converted 287 (40%) expressions
0.45/0.90	c 1	converted 359 (50%) expressions
0.45/0.97	c 1	converted 431 (60%) expressions
0.45/0.99	c 1	converted 502 (70%) expressions
0.92/1.02	c 1	converted 574 (80%) expressions
0.92/1.03	c 1	converted 646 (90%) expressions
0.92/1.05	c 2	converted 717 (100%) expressions
0.92/1.05	c 2	CSP : 40 integers, 0 booleans, 338 clauses, largest domain size 19
0.92/1.05	c 2	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.92/1.05	c 2	Propagation in CSP
0.92/1.05	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.92/1.05	c 2	CSP : 40 integers, 0 booleans, 338 clauses, largest domain size 19
0.92/1.05	c 2	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.92/1.05	c 2	Simplifing CSP by introducing new Boolean variables
0.92/1.05	c 2	CSP : 40 integers, 0 booleans, 338 clauses, largest domain size 19
0.92/1.05	c 2	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.92/1.09	c 2	Encoding CSP to SAT : HOME/temp.cnf
0.92/1.10	c 2	4 (10%) CSP integer variables are encoded (68 clauses, 659 bytes)
0.92/1.10	c 2	8 (20%) CSP integer variables are encoded (136 clauses, 1356 bytes)
1.01/1.10	c 2	12 (30%) CSP integer variables are encoded (204 clauses, 2104 bytes)
1.01/1.11	c 2	16 (40%) CSP integer variables are encoded (272 clauses, 2852 bytes)
1.01/1.11	c 2	20 (50%) CSP integer variables are encoded (340 clauses, 3600 bytes)
1.01/1.11	c 2	24 (60%) CSP integer variables are encoded (408 clauses, 4348 bytes)
1.01/1.11	c 2	28 (70%) CSP integer variables are encoded (476 clauses, 5096 bytes)
1.01/1.11	c 2	32 (80%) CSP integer variables are encoded (544 clauses, 5844 bytes)
1.01/1.11	c 2	36 (90%) CSP integer variables are encoded (612 clauses, 6592 bytes)
1.01/1.11	c 2	40 (100%) CSP integer variables are encoded (680 clauses, 7340 bytes)
1.01/1.16	c 2	34 (10%) CSP clauses are encoded (2945 clauses, 43967 bytes)
1.01/1.18	c 2	68 (20%) CSP clauses are encoded (5174 clauses, 81294 bytes)
1.01/1.20	c 2	102 (30%) CSP clauses are encoded (7338 clauses, 119433 bytes)
1.10/1.21	c 2	136 (40%) CSP clauses are encoded (9472 clauses, 159335 bytes)
1.10/1.22	c 2	169 (50%) CSP clauses are encoded (11588 clauses, 199028 bytes)
1.10/1.24	c 2	203 (60%) CSP clauses are encoded (13742 clauses, 239450 bytes)
1.10/1.25	c 2	237 (70%) CSP clauses are encoded (15826 clauses, 278594 bytes)
1.10/1.26	c 2	271 (80%) CSP clauses are encoded (17899 clauses, 317462 bytes)
1.10/1.28	c 2	305 (90%) CSP clauses are encoded (20097 clauses, 358662 bytes)
1.10/1.29	c 2	338 (100%) CSP clauses are encoded (22167 clauses, 397494 bytes)
1.10/1.29	c 2	338 CSP clauses encoded
1.10/1.29	c 2	Writing map file : HOME/temp.map
1.10/1.29	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.10/1.29	c 2	SAT : 720 SAT variables, 22167 SAT clauses, 397494 bytes
1.10/1.29	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.19/1.35	c 2	SOLVING HOME/temp.cnf
1.19/1.35	c 2	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.07/1807.80	sh: line 1:  8923 Terminated              HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out' 2>&1
1800.07/1807.81	c 1808	DECODING HOME/temp.out WITH HOME/temp.map
1800.07/1807.81	c 1808	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.07/1807.82	c ERROR INTERRUPTED
1800.07/1807.82	s UNKNOWN
1800.07/1807.82	c 1808	CPU 1799.79 (0.03 0 1799.76 0.3)
1800.07/1807.82	c 1808	END Sat Jul  5 21:40:12 2008

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

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-1098711-1215285004/watcher-1098711-1215285004 -o /tmp/evaluation-result-1098711-1215285004/solver-1098711-1215285004 -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-1098711-1215285004.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: 2.01 2.01 2.00 4/82 8899
/proc/meminfo: memFree=1749200/2055920 swapFree=4179388/4192956
[pid=8899] ppid=8897 vsize=12272 CPUtime=0
/proc/8899/stat : 8899 (sugar) R 8897 8899 6353 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 640756111 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 254622612478 0 0 4224 0 0 0 0 17 1 0 0
/proc/8899/statm: 3068 327 246 3 0 168 0

[startup+0.056212 s]
/proc/loadavg: 2.01 2.01 2.00 4/82 8899
/proc/meminfo: memFree=1749200/2055920 swapFree=4179388/4192956
[pid=8899] ppid=8897 vsize=13600 CPUtime=0.03
/proc/8899/stat : 8899 (sugar) S 8897 8899 6353 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 640756111 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8899/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101213 s]
/proc/loadavg: 2.01 2.01 2.00 4/82 8899
/proc/meminfo: memFree=1749200/2055920 swapFree=4179388/4192956
[pid=8899] ppid=8897 vsize=13600 CPUtime=0.03
/proc/8899/stat : 8899 (sugar) S 8897 8899 6353 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 640756111 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8899/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301236 s]
/proc/loadavg: 2.01 2.01 2.00 4/82 8899
/proc/meminfo: memFree=1749200/2055920 swapFree=4179388/4192956
[pid=8899] ppid=8897 vsize=13600 CPUtime=0.03
/proc/8899/stat : 8899 (sugar) S 8897 8899 6353 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 640756111 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8899/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701284 s]
/proc/loadavg: 2.01 2.01 2.00 4/82 8899
/proc/meminfo: memFree=1749200/2055920 swapFree=4179388/4192956
[pid=8899] ppid=8897 vsize=13600 CPUtime=0.45
/proc/8899/stat : 8899 (sugar) S 8897 8899 6353 0 -1 4194304 973 4743 0 1 3 0 38 4 15 0 1 0 640756111 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8899/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 13600

[startup+1.50137 s]
/proc/loadavg: 2.01 2.01 2.00 3/93 8921
/proc/meminfo: memFree=1734584/2055920 swapFree=4179388/4192956
[pid=8899] ppid=8897 vsize=13600 CPUtime=1.21
/proc/8899/stat : 8899 (sugar) S 8897 8899 6353 0 -1 4194304 1022 11836 0 2 3 0 108 10 16 0 1 0 640756111 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8899/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 13600

[startup+3.10255 s]
/proc/loadavg: 2.01 2.01 2.00 3/85 8923
/proc/meminfo: memFree=1745016/2055920 swapFree=4179388/4192956
[pid=8899] ppid=8897 vsize=13600 CPUtime=1.21
/proc/8899/stat : 8899 (sugar) S 8897 8899 6353 0 -1 4194304 1022 11836 0 2 3 0 108 10 16 0 1 0 640756111 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8899/statm: 3400 798 370 3 0 500 0
[pid=8922] ppid=8899 vsize=5356 CPUtime=0
/proc/8922/stat : 8922 (sh) S 8899 8899 6353 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 640756246 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8922/statm: 1339 232 193 169 0 50 0
[pid=8923] ppid=8922 vsize=1936 CPUtime=1.73
/proc/8923/stat : 8923 (picosat) R 8922 8899 6353 0 -1 4194304 415 0 0 0 162 11 0 0 25 0 1 0 640756247 1982464 399 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/8923/statm: 484 399 48 102 0 379 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 20892

[startup+6.30191 s]
/proc/loadavg: 2.01 2.01 2.00 3/85 8923
/proc/meminfo: memFree=1744696/2055920 swapFree=4179388/4192956
[pid=8899] ppid=8897 vsize=13600 CPUtime=1.21
/proc/8899/stat : 8899 (sugar) S 8897 8899 6353 0 -1 4194304 1022 11836 0 2 3 0 108 10 16 0 1 0 640756111 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8899/statm: 3400 798 370 3 0 500 0
[pid=8922] ppid=8899 vsize=5356 CPUtime=0
/proc/8922/stat : 8922 (sh) S 8899 8899 6353 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 640756246 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8922/statm: 1339 232 193 169 0 50 0
[pid=8923] ppid=8922 vsize=2188 CPUtime=4.9
/proc/8923/stat : 8923 (picosat) R 8922 8899 6353 0 -1 4194304 479 0 0 0 479 11 0 0 25 0 1 0 640756247 2240512 463 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/8923/statm: 547 463 48 102 0 442 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 21144

[startup+12.7026 s]
/proc/loadavg: 2.01 2.01 2.00 3/85 8923
/proc/meminfo: memFree=1744248/2055920 swapFree=4179388/4192956
[pid=8899] ppid=8897 vsize=13600 CPUtime=1.21
/proc/8899/stat : 8899 (sugar) S 8897 8899 6353 0 -1 4194304 1022 11836 0 2 3 0 108 10 16 0 1 0 640756111 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8899/statm: 3400 798 370 3 0 500 0
[pid=8922] ppid=8899 vsize=5356 CPUtime=0
/proc/8922/stat : 8922 (sh) S 8899 8899 6353 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 640756246 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8922/statm: 1339 232 193 169 0 50 0
[pid=8923] ppid=8922 vsize=2452 CPUtime=11.24
/proc/8923/stat : 8923 (picosat) R 8922 8899 6353 0 -1 4194304 546 0 0 0 1113 11 0 0 25 0 1 0 640756247 2510848 530 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/8923/statm: 613 530 48 102 0 508 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 21408

[startup+25.5011 s]
/proc/loadavg: 2.01 2.00 2.00 3/85 8923
/proc/meminfo: memFree=1743928/2055920 swapFree=4179388/4192956
[pid=8899] ppid=8897 vsize=13600 CPUtime=1.21
/proc/8899/stat : 8899 (sugar) S 8897 8899 6353 0 -1 4194304 1022 11836 0 2 3 0 108 10 16 0 1 0 640756111 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8899/statm: 3400 798 370 3 0 500 0
[pid=8922] ppid=8899 vsize=5356 CPUtime=0
/proc/8922/stat : 8922 (sh) S 8899 8899 6353 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 640756246 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8922/statm: 1339 232 193 169 0 50 0
[pid=8923] ppid=8922 vsize=2896 CPUtime=23.93
/proc/8923/stat : 8923 (picosat) R 8922 8899 6353 0 -1 4194304 635 0 0 0 2381 12 0 0 25 0 1 0 640756247 2965504 619 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/8923/statm: 724 619 48 102 0 619 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 21852

[startup+51.1019 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 8966
/proc/meminfo: memFree=1721664/2055920 swapFree=4179388/4192956
[pid=8899] ppid=8897 vsize=13600 CPUtime=1.21
/proc/8899/stat : 8899 (sugar) S 8897 8899 6353 0 -1 4194304 1022 11836 0 2 3 0 108 10 16 0 1 0 640756111 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8899/statm: 3400 798 370 3 0 500 0
[pid=8922] ppid=8899 vsize=5356 CPUtime=0
/proc/8922/stat : 8922 (sh) S 8899 8899 6353 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 640756246 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8922/statm: 1339 232 193 169 0 50 0
[pid=8923] ppid=8922 vsize=3400 CPUtime=49.3
/proc/8923/stat : 8923 (picosat) R 8922 8899 6353 0 -1 4194304 764 0 0 0 4918 12 0 0 25 0 1 0 640756247 3481600 748 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/8923/statm: 850 748 48 102 0 745 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 22356

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 8966
/proc/meminfo: memFree=1720704/2055920 swapFree=4179388/4192956
[pid=8899] ppid=8897 vsize=13600 CPUtime=1.21
/proc/8899/stat : 8899 (sugar) S 8897 8899 6353 0 -1 4194304 1022 11836 0 2 3 0 108 10 16 0 1 0 640756111 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8899/statm: 3400 798 370 3 0 500 0
[pid=8922] ppid=8899 vsize=5356 CPUtime=0
/proc/8922/stat : 8922 (sh) S 8899 8899 6353 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 640756246 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8922/statm: 1339 232 193 169 0 50 0
[pid=8923] ppid=8922 vsize=3980 CPUtime=100.25
/proc/8923/stat : 8923 (picosat) R 8922 8899 6353 0 -1 4194304 931 0 0 0 10013 12 0 0 25 0 1 0 640756247 4075520 904 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 1 0 0
/proc/8923/statm: 995 904 48 102 0 890 0
Current children cumulated CPU time (s) 101.46
Current children cumulated vsize (KiB) 22936

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 8966
/proc/meminfo: memFree=1720000/2055920 swapFree=4179388/4192956
[pid=8899] ppid=8897 vsize=13600 CPUtime=1.21
/proc/8899/stat : 8899 (sugar) S 8897 8899 6353 0 -1 4194304 1022 11836 0 2 3 0 108 10 16 0 1 0 640756111 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8899/statm: 3400 798 370 3 0 500 0
[pid=8922] ppid=8899 vsize=5356 CPUtime=0
/proc/8922/stat : 8922 (sh) S 8899 8899 6353 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 640756246 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8922/statm: 1339 232 193 169 0 50 0
[pid=8923] ppid=8922 vsize=4404 CPUtime=159.96
/proc/8923/stat : 8923 (picosat) R 8922 8899 6353 0 -1 4194304 1093 0 0 0 15984 12 0 0 25 0 1 0 640756247 4509696 1028 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/8923/statm: 1101 1028 48 102 0 996 0
Current children cumulated CPU time (s) 161.17
Current children cumulated vsize (KiB) 23360

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 8966
/proc/meminfo: memFree=1719744/2055920 swapFree=4179388/4192956
[pid=8899] ppid=8897 vsize=13600 CPUtime=1.21
/proc/8899/stat : 8899 (sugar) S 8897 8899 6353 0 -1 4194304 1022 11836 0 2 3 0 108 10 16 0 1 0 640756111 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8899/statm: 3400 798 370 3 0 500 0
[pid=8922] ppid=8899 vsize=5356 CPUtime=0
/proc/8922/stat : 8922 (sh) S 8899 8899 6353 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 640756246 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8922/statm: 1339 232 193 169 0 50 0
[pid=8923] ppid=8922 vsize=4904 CPUtime=219.66
/proc/8923/stat : 8923 (picosat) R 8922 8899 6353 0 -1 4194304 1275 0 0 0 21954 12 0 0 25 0 1 0 640756247 5021696 1104 996147200 134512640 134931368 4294956256 18446744073709551615 134525811 0 0 4096 0 0 0 0 17 1 0 0
/proc/8923/statm: 1226 1104 48 102 0 1121 0
Current children cumulated CPU time (s) 220.87
Current children cumulated vsize (KiB) 23860

[startup+282.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 8993
/proc/meminfo: memFree=1747712/2055920 swapFree=4179388/4192956
[pid=8899] ppid=8897 vsize=13600 CPUtime=1.21
/proc/8899/stat : 8899 (sugar) S 8897 8899 6353 0 -1 4194304 1022 11836 0 2 3 0 108 10 16 0 1 0 640756111 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8899/statm: 3400 798 370 3 0 500 0
[pid=8922] ppid=8899 vsize=5356 CPUtime=0
/proc/8922/stat : 8922 (sh) S 8899 8899 6353 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 640756246 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8922/statm: 1339 232 193 169 0 50 0
[pid=8923] ppid=8922 vsize=5136 CPUtime=279.35
/proc/8923/stat : 8923 (picosat) R 8922 8899 6353 0 -1 4194304 1680 0 0 0 27922 13 0 0 25 0 1 0 640756247 5259264 1172 996147200 134512640 134931368 4294956256 18446744073709551615 134525921 0 0 4096 0 0 0 0 17 1 0 0
/proc/8923/statm: 1284 1172 48 102 0 1179 0
Current children cumulated CPU time (s) 280.56
Current children cumulated vsize (KiB) 24092


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

[pid=8899] ppid=8897 vsize=13600 CPUtime=1.21
/proc/8899/stat : 8899 (sugar) S 8897 8899 6353 0 -1 4194304 1022 11836 0 2 3 0 108 10 16 0 1 0 640756111 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8899/statm: 3400 798 370 3 0 500 0
[pid=8922] ppid=8899 vsize=5356 CPUtime=0
/proc/8922/stat : 8922 (sh) S 8899 8899 6353 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 640756246 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8922/statm: 1339 232 193 169 0 50 0
[pid=8923] ppid=8922 vsize=8172 CPUtime=1235.58
/proc/8923/stat : 8923 (picosat) R 8922 8899 6353 0 -1 4194304 5602 0 0 0 123541 17 0 0 25 0 1 0 640756247 8368128 1909 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/8923/statm: 2043 1909 48 102 0 1938 0
Current children cumulated CPU time (s) 1236.79
Current children cumulated vsize (KiB) 27128

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 8993
/proc/meminfo: memFree=1744256/2055920 swapFree=4179388/4192956
[pid=8899] ppid=8897 vsize=13600 CPUtime=1.21
/proc/8899/stat : 8899 (sugar) S 8897 8899 6353 0 -1 4194304 1022 11836 0 2 3 0 108 10 16 0 1 0 640756111 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8899/statm: 3400 798 370 3 0 500 0
[pid=8922] ppid=8899 vsize=5356 CPUtime=0
/proc/8922/stat : 8922 (sh) S 8899 8899 6353 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 640756246 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8922/statm: 1339 232 193 169 0 50 0
[pid=8923] ppid=8922 vsize=8040 CPUtime=1295.34
/proc/8923/stat : 8923 (picosat) R 8922 8899 6353 0 -1 4194304 5732 0 0 0 129517 17 0 0 25 0 1 0 640756247 8232960 1906 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/8923/statm: 2010 1906 48 102 0 1905 0
Current children cumulated CPU time (s) 1296.55
Current children cumulated vsize (KiB) 26996

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 8993
/proc/meminfo: memFree=1744192/2055920 swapFree=4179388/4192956
[pid=8899] ppid=8897 vsize=13600 CPUtime=1.21
/proc/8899/stat : 8899 (sugar) S 8897 8899 6353 0 -1 4194304 1022 11836 0 2 3 0 108 10 16 0 1 0 640756111 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8899/statm: 3400 798 370 3 0 500 0
[pid=8922] ppid=8899 vsize=5356 CPUtime=0
/proc/8922/stat : 8922 (sh) S 8899 8899 6353 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 640756246 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8922/statm: 1339 232 193 169 0 50 0
[pid=8923] ppid=8922 vsize=8172 CPUtime=1355.11
/proc/8923/stat : 8923 (picosat) R 8922 8899 6353 0 -1 4194304 5935 0 0 0 135493 18 0 0 25 0 1 0 640756247 8368128 1923 996147200 134512640 134931368 4294956256 18446744073709551615 134525769 0 0 4096 0 0 0 0 17 1 0 0
/proc/8923/statm: 2043 1923 48 102 0 1938 0
Current children cumulated CPU time (s) 1356.32
Current children cumulated vsize (KiB) 27128

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 8994
/proc/meminfo: memFree=1744192/2055920 swapFree=4179388/4192956
[pid=8899] ppid=8897 vsize=13600 CPUtime=1.21
/proc/8899/stat : 8899 (sugar) S 8897 8899 6353 0 -1 4194304 1022 11836 0 2 3 0 108 10 16 0 1 0 640756111 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8899/statm: 3400 798 370 3 0 500 0
[pid=8922] ppid=8899 vsize=5356 CPUtime=0
/proc/8922/stat : 8922 (sh) S 8899 8899 6353 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 640756246 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8922/statm: 1339 232 193 169 0 50 0
[pid=8923] ppid=8922 vsize=8040 CPUtime=1414.87
/proc/8923/stat : 8923 (picosat) R 8922 8899 6353 0 -1 4194304 6059 0 0 0 141469 18 0 0 25 0 1 0 640756247 8232960 1906 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/8923/statm: 2010 1906 48 102 0 1905 0
Current children cumulated CPU time (s) 1416.08
Current children cumulated vsize (KiB) 26996

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 8995
/proc/meminfo: memFree=1744128/2055920 swapFree=4179388/4192956
[pid=8899] ppid=8897 vsize=13600 CPUtime=1.21
/proc/8899/stat : 8899 (sugar) S 8897 8899 6353 0 -1 4194304 1022 11836 0 2 3 0 108 10 16 0 1 0 640756111 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8899/statm: 3400 798 370 3 0 500 0
[pid=8922] ppid=8899 vsize=5356 CPUtime=0
/proc/8922/stat : 8922 (sh) S 8899 8899 6353 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 640756246 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8922/statm: 1339 232 193 169 0 50 0
[pid=8923] ppid=8922 vsize=8428 CPUtime=1474.63
/proc/8923/stat : 8923 (picosat) R 8922 8899 6353 0 -1 4194304 6201 0 0 0 147445 18 0 0 25 0 1 0 640756247 8630272 1918 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/8923/statm: 2107 1918 48 102 0 2002 0
Current children cumulated CPU time (s) 1475.84
Current children cumulated vsize (KiB) 27384

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 8995
/proc/meminfo: memFree=1743936/2055920 swapFree=4179388/4192956
[pid=8899] ppid=8897 vsize=13600 CPUtime=1.21
/proc/8899/stat : 8899 (sugar) S 8897 8899 6353 0 -1 4194304 1022 11836 0 2 3 0 108 10 16 0 1 0 640756111 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8899/statm: 3400 798 370 3 0 500 0
[pid=8922] ppid=8899 vsize=5356 CPUtime=0
/proc/8922/stat : 8922 (sh) S 8899 8899 6353 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 640756246 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8922/statm: 1339 232 193 169 0 50 0
[pid=8923] ppid=8922 vsize=8352 CPUtime=1534.4
/proc/8923/stat : 8923 (picosat) R 8922 8899 6353 0 -1 4194304 6331 0 0 0 153422 18 0 0 25 0 1 0 640756247 8552448 1918 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/8923/statm: 2088 1918 48 102 0 1983 0
Current children cumulated CPU time (s) 1535.61
Current children cumulated vsize (KiB) 27308

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 8995
/proc/meminfo: memFree=1743616/2055920 swapFree=4179388/4192956
[pid=8899] ppid=8897 vsize=13600 CPUtime=1.21
/proc/8899/stat : 8899 (sugar) S 8897 8899 6353 0 -1 4194304 1022 11836 0 2 3 0 108 10 16 0 1 0 640756111 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8899/statm: 3400 798 370 3 0 500 0
[pid=8922] ppid=8899 vsize=5356 CPUtime=0
/proc/8922/stat : 8922 (sh) S 8899 8899 6353 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 640756246 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8922/statm: 1339 232 193 169 0 50 0
[pid=8923] ppid=8922 vsize=8748 CPUtime=1594.16
/proc/8923/stat : 8923 (picosat) R 8922 8899 6353 0 -1 4194304 6543 0 0 0 159398 18 0 0 25 0 1 0 640756247 8957952 2000 996147200 134512640 134931368 4294956256 18446744073709551615 134525760 0 0 4096 0 0 0 0 17 1 0 0
/proc/8923/statm: 2187 2000 48 102 0 2082 0
Current children cumulated CPU time (s) 1595.37
Current children cumulated vsize (KiB) 27704

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 8995
/proc/meminfo: memFree=1743552/2055920 swapFree=4179388/4192956
[pid=8899] ppid=8897 vsize=13600 CPUtime=1.21
/proc/8899/stat : 8899 (sugar) S 8897 8899 6353 0 -1 4194304 1022 11836 0 2 3 0 108 10 16 0 1 0 640756111 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8899/statm: 3400 798 370 3 0 500 0
[pid=8922] ppid=8899 vsize=5356 CPUtime=0
/proc/8922/stat : 8922 (sh) S 8899 8899 6353 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 640756246 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8922/statm: 1339 232 193 169 0 50 0
[pid=8923] ppid=8922 vsize=8748 CPUtime=1653.92
/proc/8923/stat : 8923 (picosat) R 8922 8899 6353 0 -1 4194304 6673 0 0 0 165374 18 0 0 25 0 1 0 640756247 8957952 2000 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/8923/statm: 2187 2000 48 102 0 2082 0
Current children cumulated CPU time (s) 1655.13
Current children cumulated vsize (KiB) 27704

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 8995
/proc/meminfo: memFree=1743552/2055920 swapFree=4179388/4192956
[pid=8899] ppid=8897 vsize=13600 CPUtime=1.21
/proc/8899/stat : 8899 (sugar) S 8897 8899 6353 0 -1 4194304 1022 11836 0 2 3 0 108 10 16 0 1 0 640756111 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8899/statm: 3400 798 370 3 0 500 0
[pid=8922] ppid=8899 vsize=5356 CPUtime=0
/proc/8922/stat : 8922 (sh) S 8899 8899 6353 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 640756246 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8922/statm: 1339 232 193 169 0 50 0
[pid=8923] ppid=8922 vsize=8736 CPUtime=1713.68
/proc/8923/stat : 8923 (picosat) R 8922 8899 6353 0 -1 4194304 6818 0 0 0 171350 18 0 0 25 0 1 0 640756247 8945664 2007 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/8923/statm: 2184 2007 48 102 0 2079 0
Current children cumulated CPU time (s) 1714.89
Current children cumulated vsize (KiB) 27692

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 8995
/proc/meminfo: memFree=1743360/2055920 swapFree=4179388/4192956
[pid=8899] ppid=8897 vsize=13600 CPUtime=1.21
/proc/8899/stat : 8899 (sugar) S 8897 8899 6353 0 -1 4194304 1022 11836 0 2 3 0 108 10 16 0 1 0 640756111 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8899/statm: 3400 798 370 3 0 500 0
[pid=8922] ppid=8899 vsize=5356 CPUtime=0
/proc/8922/stat : 8922 (sh) S 8899 8899 6353 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 640756246 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8922/statm: 1339 232 193 169 0 50 0
[pid=8923] ppid=8922 vsize=8868 CPUtime=1773.46
/proc/8923/stat : 8923 (picosat) R 8922 8899 6353 0 -1 4194304 6996 0 0 0 177327 19 0 0 25 0 1 0 640756247 9080832 2047 996147200 134512640 134931368 4294956256 18446744073709551615 134529782 0 0 4096 0 0 0 0 17 1 0 0
/proc/8923/statm: 2217 2047 48 102 0 2112 0
Current children cumulated CPU time (s) 1774.67
Current children cumulated vsize (KiB) 27824



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 8995
/proc/meminfo: memFree=1743360/2055920 swapFree=4179388/4192956
[pid=8899] ppid=8897 vsize=13600 CPUtime=1.21
/proc/8899/stat : 8899 (sugar) S 8897 8899 6353 0 -1 4194304 1022 11836 0 2 3 0 108 10 16 0 1 0 640756111 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8899/statm: 3400 798 370 3 0 500 0
[pid=8922] ppid=8899 vsize=5356 CPUtime=0
/proc/8922/stat : 8922 (sh) S 8899 8899 6353 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 640756246 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8922/statm: 1339 232 193 169 0 50 0
[pid=8923] ppid=8922 vsize=8784 CPUtime=1798.86
/proc/8923/stat : 8923 (picosat) R 8922 8899 6353 0 -1 4194304 7065 0 0 0 179867 19 0 0 25 0 1 0 640756247 8994816 2041 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/8923/statm: 2196 2041 48 102 0 2091 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 27740

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child status: 0
Real time (s): 1807.82
CPU time (s): 1800.11
CPU user time (s): 1799.8
CPU system time (s): 0.313952
CPU usage (%): 99.5736
Max. virtual memory (cumulated for all children) (KiB): 883264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.8
system time used= 0.313952
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20656
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1910
involuntary context switches= 22637

runsolver used 1.83172 second user time and 4.77227 second system time

The end

Launcher Data (download as text)

Begin job on node87 at 2008-07-05 21:10:04
IDJOB=1098711
IDBENCH=59652
IDSOLVER=345
FILE ID=node87/1098711-1215285004
PBS_JOBID= 7882249
Free space on /tmp= 66484 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/rand-2-40-19/normalized-rand-2-40-19-443-230-16_ext.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-1098711-1215285004/watcher-1098711-1215285004 -o /tmp/evaluation-result-1098711-1215285004/solver-1098711-1215285004 -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-1098711-1215285004.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= cc325c351ec31ee347a68e2396f7ab89
RANDOM SEED=791991104

node87.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.232
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.232
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:       1749680 kB
Buffers:         45832 kB
Cached:         190368 kB
SwapCached:       7716 kB
Active:         159864 kB
Inactive:        99352 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1749680 kB
SwapTotal:     4192956 kB
SwapFree:      4179388 kB
Dirty:            1484 kB
Writeback:           0 kB
Mapped:          38952 kB
Slab:            32036 kB
Committed_AS:  1727028 kB
PageTables:       1960 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264992 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66480 MiB
End job on node87 at 2008-07-05 21:40:14