Trace number 1093480

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.06 1806.62

General information on the benchmark

Namecsp/socialGolfers/
normalized-socialGolfer-6-4-5.xml
MD5SUM1177c7af9960e3129505024a30a05414
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1740
Number of constraints6040
Maximum constraint arity20
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension6040
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 11:25:28 2008
0.00/0.04	c 0	PID 13925
0.00/0.05	c 0	HOST node30.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1093480-1215249927.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-1093480-1215249927.xml' 'HOME/temp.csp'
0.03/0.98	c 1	1 domains, 1740 variables, 4 predicates, 0 relations, 6040 constraints
0.03/0.99	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.99	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.94/1.07	c 1	Parsing HOME/temp.csp
1.42/1.58	c 1	parsed 7785 expressions
1.42/1.58	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.42/1.58	c 1	Converting to clausal form CSP
1.52/1.62	c 1	converted 779 (10%) expressions
1.52/1.64	c 1	converted 1557 (20%) expressions
1.62/1.74	c 1	converted 2336 (30%) expressions
1.72/1.83	c 1	converted 3114 (40%) expressions
1.72/1.86	c 1	converted 3893 (50%) expressions
1.72/1.88	c 1	converted 4671 (60%) expressions
1.81/1.94	c 2	converted 5450 (70%) expressions
1.81/1.96	c 2	converted 6228 (80%) expressions
1.81/1.98	c 2	converted 7007 (90%) expressions
2.01/2.13	c 2	converted 7785 (100%) expressions
2.01/2.13	c 2	CSP : 2820 integers, 0 booleans, 8350 clauses, largest domain size 11
2.01/2.13	c 2	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.01/2.13	c 2	Propagation in CSP
2.11/2.25	c 2	480 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.11/2.25	c 2	CSP : 2820 integers, 0 booleans, 8350 clauses, largest domain size 11
2.11/2.25	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.11/2.26	c 2	Simplifing CSP by introducing new Boolean variables
2.11/2.27	c 2	CSP : 2820 integers, 0 booleans, 8350 clauses, largest domain size 11
2.11/2.27	c 2	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.20/2.31	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.20/2.33	c 2	282 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.20/2.34	c 2	564 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.20/2.35	c 2	846 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.20/2.35	c 2	1128 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.20/2.35	c 2	1410 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.20/2.36	c 2	1692 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.20/2.37	c 2	1974 (70%) CSP integer variables are encoded (538 clauses, 7058 bytes)
2.20/2.37	c 2	2256 (80%) CSP integer variables are encoded (1197 clauses, 15625 bytes)
2.20/2.37	c 2	2538 (90%) CSP integer variables are encoded (1858 clauses, 24218 bytes)
2.20/2.38	c 2	2820 (100%) CSP integer variables are encoded (2520 clauses, 32824 bytes)
2.31/2.43	c 2	835 (10%) CSP clauses are encoded (3355 clauses, 44250 bytes)
2.31/2.46	c 2	1670 (20%) CSP clauses are encoded (4190 clauses, 55925 bytes)
2.31/2.48	c 2	2505 (30%) CSP clauses are encoded (5025 clauses, 68857 bytes)
2.41/2.50	c 2	3340 (40%) CSP clauses are encoded (5860 clauses, 82217 bytes)
2.41/2.52	c 2	4175 (50%) CSP clauses are encoded (6695 clauses, 95577 bytes)
2.41/2.54	c 2	5010 (60%) CSP clauses are encoded (7530 clauses, 108937 bytes)
2.41/2.57	c 2	5845 (70%) CSP clauses are encoded (9022 clauses, 128681 bytes)
2.51/2.62	c 2	6680 (80%) CSP clauses are encoded (16402 clauses, 228816 bytes)
2.51/2.64	c 2	7515 (90%) CSP clauses are encoded (22601 clauses, 324903 bytes)
2.51/2.67	c 2	8350 (100%) CSP clauses are encoded (28830 clauses, 421510 bytes)
2.51/2.67	c 2	8350 CSP clauses encoded
2.51/2.67	c 2	Writing map file : HOME/temp.map
2.61/2.71	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.61/2.71	c 2	SAT : 5340 SAT variables, 28830 SAT clauses, 421510 bytes
2.61/2.71	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.61/2.73	c 2	SOLVING HOME/temp.cnf
2.61/2.73	c 2	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.02/1806.61	sh: line 1: 13949 Terminated              HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out' 2>&1
1800.02/1806.61	c 1806	DECODING HOME/temp.out WITH HOME/temp.map
1800.02/1806.61	c 1806	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.02/1806.62	c ERROR INTERRUPTED
1800.02/1806.62	s UNKNOWN
1800.02/1806.62	c 1806	CPU 1799.66 (0.04 0 1799.62 0.38)
1800.02/1806.62	c 1806	END Sat Jul  5 11:55:34 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-1093480-1215249927/watcher-1093480-1215249927 -o /tmp/evaluation-result-1093480-1215249927/solver-1093480-1215249927 -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-1093480-1215249927.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.03 2.00 4/81 13925
/proc/meminfo: memFree=1536720/2055920 swapFree=4117584/4192956
[pid=13925] ppid=13923 vsize=12268 CPUtime=0
/proc/13925/stat : 13925 (sugar) R 13923 13925 12199 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 2003966453 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 264907749989 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/13925/statm: 3067 316 241 3 0 167 0

[startup+0.094609 s]
/proc/loadavg: 2.01 2.03 2.00 4/81 13925
/proc/meminfo: memFree=1536720/2055920 swapFree=4117584/4192956
[pid=13925] ppid=13923 vsize=13600 CPUtime=0.03
/proc/13925/stat : 13925 (sugar) S 13923 13925 12199 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2003966453 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13925/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102612 s]
/proc/loadavg: 2.01 2.03 2.00 4/81 13925
/proc/meminfo: memFree=1536720/2055920 swapFree=4117584/4192956
[pid=13925] ppid=13923 vsize=13600 CPUtime=0.03
/proc/13925/stat : 13925 (sugar) S 13923 13925 12199 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2003966453 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13925/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301618 s]
/proc/loadavg: 2.01 2.03 2.00 4/81 13925
/proc/meminfo: memFree=1536720/2055920 swapFree=4117584/4192956
[pid=13925] ppid=13923 vsize=13600 CPUtime=0.03
/proc/13925/stat : 13925 (sugar) S 13923 13925 12199 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2003966453 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13925/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702648 s]
/proc/loadavg: 2.01 2.03 2.00 4/81 13925
/proc/meminfo: memFree=1536720/2055920 swapFree=4117584/4192956
[pid=13925] ppid=13923 vsize=13600 CPUtime=0.03
/proc/13925/stat : 13925 (sugar) S 13923 13925 12199 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2003966453 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13925/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.5027 s]
/proc/loadavg: 2.01 2.03 2.00 3/84 13939
/proc/meminfo: memFree=1534328/2055920 swapFree=4117584/4192956
[pid=13925] ppid=13923 vsize=13600 CPUtime=0.94
/proc/13925/stat : 13925 (sugar) S 13923 13925 12199 0 -1 4194304 973 7958 0 1 3 0 87 4 16 0 1 0 2003966453 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13925/statm: 3400 797 370 3 0 500 0
[pid=13938] ppid=13925 vsize=5356 CPUtime=0
/proc/13938/stat : 13938 (sh) S 13925 13925 12199 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003966553 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13938/statm: 1339 233 193 169 0 50 0
[pid=13939] ppid=13938 vsize=864040 CPUtime=0.48
/proc/13939/stat : 13939 (java) S 13938 13925 12199 0 -1 0 3871 0 1 0 46 2 0 0 18 0 9 0 2003966553 884776960 3333 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13939/statm: 216010 3333 1671 9 0 210592 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 882996

[startup+3.1018 s]
/proc/loadavg: 2.01 2.03 2.00 4/92 13947
/proc/meminfo: memFree=1516984/2055920 swapFree=4117584/4192956
[pid=13925] ppid=13923 vsize=13600 CPUtime=2.65
/proc/13925/stat : 13925 (sugar) S 13923 13925 12199 0 -1 4194304 1022 16198 0 2 4 0 251 10 16 0 1 0 2003966453 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13925/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 2.65
Current children cumulated vsize (KiB) 13600

[startup+6.30201 s]
/proc/loadavg: 2.09 2.04 2.01 3/84 13949
/proc/meminfo: memFree=1531512/2055920 swapFree=4117584/4192956
[pid=13925] ppid=13923 vsize=13600 CPUtime=2.65
/proc/13925/stat : 13925 (sugar) S 13923 13925 12199 0 -1 4194304 1022 16198 0 2 4 0 251 10 16 0 1 0 2003966453 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13925/statm: 3400 799 370 3 0 500 0
[pid=13948] ppid=13925 vsize=5356 CPUtime=0
/proc/13948/stat : 13948 (sh) S 13925 13925 12199 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003966726 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13948/statm: 1339 232 193 169 0 50 0
[pid=13949] ppid=13948 vsize=2940 CPUtime=3.53
/proc/13949/stat : 13949 (picosat) R 13948 13925 12199 0 -1 4194304 641 0 0 0 340 13 0 0 25 0 1 0 2003966726 3010560 623 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/13949/statm: 735 623 48 102 0 630 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 21896

[startup+12.7014 s]
/proc/loadavg: 2.08 2.04 2.00 3/84 13949
/proc/meminfo: memFree=1530936/2055920 swapFree=4117584/4192956
[pid=13925] ppid=13923 vsize=13600 CPUtime=2.65
/proc/13925/stat : 13925 (sugar) S 13923 13925 12199 0 -1 4194304 1022 16198 0 2 4 0 251 10 16 0 1 0 2003966453 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13925/statm: 3400 799 370 3 0 500 0
[pid=13948] ppid=13925 vsize=5356 CPUtime=0
/proc/13948/stat : 13948 (sh) S 13925 13925 12199 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003966726 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13948/statm: 1339 232 193 169 0 50 0
[pid=13949] ppid=13948 vsize=3620 CPUtime=9.87
/proc/13949/stat : 13949 (picosat) R 13948 13925 12199 0 -1 4194304 798 0 0 0 974 13 0 0 25 0 1 0 2003966726 3706880 780 996147200 134512640 134931368 4294956256 18446744073709551615 134525703 0 0 4096 0 0 0 0 17 1 0 0
/proc/13949/statm: 905 780 48 102 0 800 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 22576

[startup+25.5023 s]
/proc/loadavg: 2.07 2.04 2.00 3/84 13950
/proc/meminfo: memFree=1530232/2055920 swapFree=4117584/4192956
[pid=13925] ppid=13923 vsize=13600 CPUtime=2.65
/proc/13925/stat : 13925 (sugar) S 13923 13925 12199 0 -1 4194304 1022 16198 0 2 4 0 251 10 16 0 1 0 2003966453 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13925/statm: 3400 799 370 3 0 500 0
[pid=13948] ppid=13925 vsize=5356 CPUtime=0
/proc/13948/stat : 13948 (sh) S 13925 13925 12199 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003966726 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13948/statm: 1339 232 193 169 0 50 0
[pid=13949] ppid=13948 vsize=4148 CPUtime=22.55
/proc/13949/stat : 13949 (picosat) R 13948 13925 12199 0 -1 4194304 949 0 0 0 2242 13 0 0 25 0 1 0 2003966726 4247552 931 996147200 134512640 134931368 4294956256 18446744073709551615 134520127 0 0 4096 0 0 0 0 17 1 0 0
/proc/13949/statm: 1037 931 48 102 0 932 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 23104

[startup+51.1029 s]
/proc/loadavg: 2.04 2.04 2.00 3/84 13951
/proc/meminfo: memFree=1528440/2055920 swapFree=4117584/4192956
[pid=13925] ppid=13923 vsize=13600 CPUtime=2.65
/proc/13925/stat : 13925 (sugar) S 13923 13925 12199 0 -1 4194304 1022 16198 0 2 4 0 251 10 16 0 1 0 2003966453 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13925/statm: 3400 799 370 3 0 500 0
[pid=13948] ppid=13925 vsize=5356 CPUtime=0
/proc/13948/stat : 13948 (sh) S 13925 13925 12199 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003966726 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13948/statm: 1339 232 193 169 0 50 0
[pid=13949] ppid=13948 vsize=5892 CPUtime=47.91
/proc/13949/stat : 13949 (picosat) R 13948 13925 12199 0 -1 4194304 1390 0 0 0 4777 14 0 0 25 0 1 0 2003966726 6033408 1372 996147200 134512640 134931368 4294956256 18446744073709551615 134529850 0 0 4096 0 0 0 0 17 1 0 0
/proc/13949/statm: 1473 1372 48 102 0 1368 0
Current children cumulated CPU time (s) 50.56
Current children cumulated vsize (KiB) 24848

[startup+102.306 s]
/proc/loadavg: 2.02 2.03 2.00 3/84 13951
/proc/meminfo: memFree=1525688/2055920 swapFree=4117584/4192956
[pid=13925] ppid=13923 vsize=13600 CPUtime=2.65
/proc/13925/stat : 13925 (sugar) S 13923 13925 12199 0 -1 4194304 1022 16198 0 2 4 0 251 10 16 0 1 0 2003966453 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13925/statm: 3400 799 370 3 0 500 0
[pid=13948] ppid=13925 vsize=5356 CPUtime=0
/proc/13948/stat : 13948 (sh) S 13925 13925 12199 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003966726 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13948/statm: 1339 232 193 169 0 50 0
[pid=13949] ppid=13948 vsize=8664 CPUtime=98.63
/proc/13949/stat : 13949 (picosat) R 13948 13925 12199 0 -1 4194304 2061 0 0 0 9849 14 0 0 25 0 1 0 2003966726 8871936 2043 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/13949/statm: 2166 2043 48 102 0 2061 0
Current children cumulated CPU time (s) 101.28
Current children cumulated vsize (KiB) 27620

[startup+162.302 s]
/proc/loadavg: 2.00 2.02 2.00 3/84 13951
/proc/meminfo: memFree=1524024/2055920 swapFree=4117584/4192956
[pid=13925] ppid=13923 vsize=13600 CPUtime=2.65
/proc/13925/stat : 13925 (sugar) S 13923 13925 12199 0 -1 4194304 1022 16198 0 2 4 0 251 10 16 0 1 0 2003966453 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13925/statm: 3400 799 370 3 0 500 0
[pid=13948] ppid=13925 vsize=5356 CPUtime=0
/proc/13948/stat : 13948 (sh) S 13925 13925 12199 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003966726 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13948/statm: 1339 232 193 169 0 50 0
[pid=13949] ppid=13948 vsize=10236 CPUtime=158.07
/proc/13949/stat : 13949 (picosat) R 13948 13925 12199 0 -1 4194304 2499 0 0 0 15792 15 0 0 25 0 1 0 2003966726 10481664 2444 996147200 134512640 134931368 4294956256 18446744073709551615 134530754 0 0 4096 0 0 0 0 17 1 0 0
/proc/13949/statm: 2559 2444 48 102 0 2454 0
Current children cumulated CPU time (s) 160.72
Current children cumulated vsize (KiB) 29192

[startup+222.303 s]
/proc/loadavg: 2.00 2.02 2.00 3/84 13951
/proc/meminfo: memFree=1522936/2055920 swapFree=4117584/4192956
[pid=13925] ppid=13923 vsize=13600 CPUtime=2.65
/proc/13925/stat : 13925 (sugar) S 13923 13925 12199 0 -1 4194304 1022 16198 0 2 4 0 251 10 16 0 1 0 2003966453 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13925/statm: 3400 799 370 3 0 500 0
[pid=13948] ppid=13925 vsize=5356 CPUtime=0
/proc/13948/stat : 13948 (sh) S 13925 13925 12199 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003966726 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13948/statm: 1339 232 193 169 0 50 0
[pid=13949] ppid=13948 vsize=11176 CPUtime=217.52
/proc/13949/stat : 13949 (picosat) R 13948 13925 12199 0 -1 4194304 2746 0 0 0 21736 16 0 0 25 0 1 0 2003966726 11444224 2690 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/13949/statm: 2794 2690 48 102 0 2689 0
Current children cumulated CPU time (s) 220.17
Current children cumulated vsize (KiB) 30132

[startup+282.303 s]
/proc/loadavg: 1.93 1.99 1.99 3/75 13981
/proc/meminfo: memFree=1682504/2055920 swapFree=4117584/4192956
[pid=13925] ppid=13923 vsize=13600 CPUtime=2.65
/proc/13925/stat : 13925 (sugar) S 13923 13925 12199 0 -1 4194304 1022 16198 0 2 4 0 251 10 16 0 1 0 2003966453 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13925/statm: 3400 799 370 3 0 500 0
[pid=13948] ppid=13925 vsize=5356 CPUtime=0
/proc/13948/stat : 13948 (sh) S 13925 13925 12199 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003966726 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13948/statm: 1339 232 193 169 0 50 0
[pid=13949] ppid=13948 vsize=14172 CPUtime=277.03
/proc/13949/stat : 13949 (picosat) R 13948 13925 12199 0 -1 4194304 3470 0 0 0 27686 17 0 0 25 0 1 0 2003966726 14512128 3387 996147200 134512640 134931368 4294956256 18446744073709551615 134525669 0 0 4096 0 0 0 0 17 0 0 0
/proc/13949/statm: 3543 3387 48 102 0 3438 0
Current children cumulated CPU time (s) 279.68
Current children cumulated vsize (KiB) 33128


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

[pid=13925] ppid=13923 vsize=13600 CPUtime=2.65
/proc/13925/stat : 13925 (sugar) S 13923 13925 12199 0 -1 4194304 1022 16198 0 2 4 0 251 10 16 0 1 0 2003966453 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13925/statm: 3400 799 370 3 0 500 0
[pid=13948] ppid=13925 vsize=5356 CPUtime=0
/proc/13948/stat : 13948 (sh) S 13925 13925 12199 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003966726 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13948/statm: 1339 232 193 169 0 50 0
[pid=13949] ppid=13948 vsize=22376 CPUtime=1233.53
/proc/13949/stat : 13949 (picosat) R 13948 13925 12199 0 -1 4194304 6982 0 0 0 123329 24 0 0 25 0 1 0 2003966726 22913024 5436 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/13949/statm: 5594 5436 48 102 0 5489 0
Current children cumulated CPU time (s) 1236.18
Current children cumulated vsize (KiB) 41332

[startup+1302.3 s]
/proc/loadavg: 2.10 2.05 2.01 3/75 14035
/proc/meminfo: memFree=1509448/2055920 swapFree=4117584/4192956
[pid=13925] ppid=13923 vsize=13600 CPUtime=2.65
/proc/13925/stat : 13925 (sugar) S 13923 13925 12199 0 -1 4194304 1022 16198 0 2 4 0 251 10 16 0 1 0 2003966453 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13925/statm: 3400 799 370 3 0 500 0
[pid=13948] ppid=13925 vsize=5356 CPUtime=0
/proc/13948/stat : 13948 (sh) S 13925 13925 12199 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003966726 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13948/statm: 1339 232 193 169 0 50 0
[pid=13949] ppid=13948 vsize=22376 CPUtime=1293.48
/proc/13949/stat : 13949 (picosat) R 13948 13925 12199 0 -1 4194304 6988 0 0 0 129324 24 0 0 25 0 1 0 2003966726 22913024 5442 996147200 134512640 134931368 4294956256 18446744073709551615 134597654 0 0 4096 0 0 0 0 17 0 0 0
/proc/13949/statm: 5594 5442 48 102 0 5489 0
Current children cumulated CPU time (s) 1296.13
Current children cumulated vsize (KiB) 41332

[startup+1362.3 s]
/proc/loadavg: 2.09 2.05 2.01 3/75 14035
/proc/meminfo: memFree=1508808/2055920 swapFree=4117584/4192956
[pid=13925] ppid=13923 vsize=13600 CPUtime=2.65
/proc/13925/stat : 13925 (sugar) S 13923 13925 12199 0 -1 4194304 1022 16198 0 2 4 0 251 10 16 0 1 0 2003966453 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13925/statm: 3400 799 370 3 0 500 0
[pid=13948] ppid=13925 vsize=5356 CPUtime=0
/proc/13948/stat : 13948 (sh) S 13925 13925 12199 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003966726 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13948/statm: 1339 232 193 169 0 50 0
[pid=13949] ppid=13948 vsize=22376 CPUtime=1353.42
/proc/13949/stat : 13949 (picosat) R 13948 13925 12199 0 -1 4194304 6988 0 0 0 135318 24 0 0 25 0 1 0 2003966726 22913024 5442 996147200 134512640 134931368 4294956256 18446744073709551615 134597664 0 0 4096 0 0 0 0 17 0 0 0
/proc/13949/statm: 5594 5442 48 102 0 5489 0
Current children cumulated CPU time (s) 1356.07
Current children cumulated vsize (KiB) 41332

[startup+1422.31 s]
/proc/loadavg: 2.03 2.04 2.00 3/75 14035
/proc/meminfo: memFree=1506312/2055920 swapFree=4117584/4192956
[pid=13925] ppid=13923 vsize=13600 CPUtime=2.65
/proc/13925/stat : 13925 (sugar) S 13923 13925 12199 0 -1 4194304 1022 16198 0 2 4 0 251 10 16 0 1 0 2003966453 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13925/statm: 3400 799 370 3 0 500 0
[pid=13948] ppid=13925 vsize=5356 CPUtime=0
/proc/13948/stat : 13948 (sh) S 13925 13925 12199 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003966726 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13948/statm: 1339 232 193 169 0 50 0
[pid=13949] ppid=13948 vsize=24112 CPUtime=1413.37
/proc/13949/stat : 13949 (picosat) R 13948 13925 12199 0 -1 4194304 7610 0 0 0 141312 25 0 0 25 0 1 0 2003966726 24690688 5876 996147200 134512640 134931368 4294956256 18446744073709551615 134522836 0 0 4096 0 0 0 0 17 0 0 0
/proc/13949/statm: 6028 5876 48 102 0 5923 0
Current children cumulated CPU time (s) 1416.02
Current children cumulated vsize (KiB) 43068

[startup+1482.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/75 14035
/proc/meminfo: memFree=1507144/2055920 swapFree=4117584/4192956
[pid=13925] ppid=13923 vsize=13600 CPUtime=2.65
/proc/13925/stat : 13925 (sugar) S 13923 13925 12199 0 -1 4194304 1022 16198 0 2 4 0 251 10 16 0 1 0 2003966453 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13925/statm: 3400 799 370 3 0 500 0
[pid=13948] ppid=13925 vsize=5356 CPUtime=0
/proc/13948/stat : 13948 (sh) S 13925 13925 12199 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003966726 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13948/statm: 1339 232 193 169 0 50 0
[pid=13949] ppid=13948 vsize=22680 CPUtime=1473.32
/proc/13949/stat : 13949 (picosat) R 13948 13925 12199 0 -1 4194304 7615 0 0 0 147307 25 0 0 25 0 1 0 2003966726 23224320 5523 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/13949/statm: 5670 5523 48 102 0 5565 0
Current children cumulated CPU time (s) 1475.97
Current children cumulated vsize (KiB) 41636

[startup+1542.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/75 14035
/proc/meminfo: memFree=1504008/2055920 swapFree=4117584/4192956
[pid=13925] ppid=13923 vsize=13600 CPUtime=2.65
/proc/13925/stat : 13925 (sugar) S 13923 13925 12199 0 -1 4194304 1022 16198 0 2 4 0 251 10 16 0 1 0 2003966453 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13925/statm: 3400 799 370 3 0 500 0
[pid=13948] ppid=13925 vsize=5356 CPUtime=0
/proc/13948/stat : 13948 (sh) S 13925 13925 12199 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003966726 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13948/statm: 1339 232 193 169 0 50 0
[pid=13949] ppid=13948 vsize=25184 CPUtime=1533.28
/proc/13949/stat : 13949 (picosat) R 13948 13925 12199 0 -1 4194304 8349 0 0 0 153302 26 0 0 25 0 1 0 2003966726 25788416 6142 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/13949/statm: 6296 6142 48 102 0 6191 0
Current children cumulated CPU time (s) 1535.93
Current children cumulated vsize (KiB) 44140

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/75 14035
/proc/meminfo: memFree=1503368/2055920 swapFree=4117584/4192956
[pid=13925] ppid=13923 vsize=13600 CPUtime=2.65
/proc/13925/stat : 13925 (sugar) S 13923 13925 12199 0 -1 4194304 1022 16198 0 2 4 0 251 10 16 0 1 0 2003966453 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13925/statm: 3400 799 370 3 0 500 0
[pid=13948] ppid=13925 vsize=5356 CPUtime=0
/proc/13948/stat : 13948 (sh) S 13925 13925 12199 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003966726 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13948/statm: 1339 232 193 169 0 50 0
[pid=13949] ppid=13948 vsize=25184 CPUtime=1593.22
/proc/13949/stat : 13949 (picosat) R 13948 13925 12199 0 -1 4194304 8349 0 0 0 159296 26 0 0 25 0 1 0 2003966726 25788416 6142 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/13949/statm: 6296 6142 48 102 0 6191 0
Current children cumulated CPU time (s) 1595.87
Current children cumulated vsize (KiB) 44140

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/75 14035
/proc/meminfo: memFree=1502856/2055920 swapFree=4117584/4192956
[pid=13925] ppid=13923 vsize=13600 CPUtime=2.65
/proc/13925/stat : 13925 (sugar) S 13923 13925 12199 0 -1 4194304 1022 16198 0 2 4 0 251 10 16 0 1 0 2003966453 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13925/statm: 3400 799 370 3 0 500 0
[pid=13948] ppid=13925 vsize=5356 CPUtime=0
/proc/13948/stat : 13948 (sh) S 13925 13925 12199 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003966726 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13948/statm: 1339 232 193 169 0 50 0
[pid=13949] ppid=13948 vsize=25184 CPUtime=1653.17
/proc/13949/stat : 13949 (picosat) R 13948 13925 12199 0 -1 4194304 8355 0 0 0 165291 26 0 0 25 0 1 0 2003966726 25788416 6148 996147200 134512640 134931368 4294956256 18446744073709551615 134529409 0 0 4096 0 0 0 0 17 0 0 0
/proc/13949/statm: 6296 6148 48 102 0 6191 0
Current children cumulated CPU time (s) 1655.82
Current children cumulated vsize (KiB) 44140

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/75 14035
/proc/meminfo: memFree=1502216/2055920 swapFree=4117584/4192956
[pid=13925] ppid=13923 vsize=13600 CPUtime=2.65
/proc/13925/stat : 13925 (sugar) S 13923 13925 12199 0 -1 4194304 1022 16198 0 2 4 0 251 10 16 0 1 0 2003966453 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13925/statm: 3400 799 370 3 0 500 0
[pid=13948] ppid=13925 vsize=5356 CPUtime=0
/proc/13948/stat : 13948 (sh) S 13925 13925 12199 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003966726 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13948/statm: 1339 232 193 169 0 50 0
[pid=13949] ppid=13948 vsize=25112 CPUtime=1713.13
/proc/13949/stat : 13949 (picosat) R 13948 13925 12199 0 -1 4194304 8355 0 0 0 171287 26 0 0 25 0 1 0 2003966726 25714688 6137 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/13949/statm: 6278 6137 48 102 0 6173 0
Current children cumulated CPU time (s) 1715.78
Current children cumulated vsize (KiB) 44068

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 14035
/proc/meminfo: memFree=1500296/2055920 swapFree=4117584/4192956
[pid=13925] ppid=13923 vsize=13600 CPUtime=2.65
/proc/13925/stat : 13925 (sugar) S 13923 13925 12199 0 -1 4194304 1022 16198 0 2 4 0 251 10 16 0 1 0 2003966453 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13925/statm: 3400 799 370 3 0 500 0
[pid=13948] ppid=13925 vsize=5356 CPUtime=0
/proc/13948/stat : 13948 (sh) S 13925 13925 12199 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003966726 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13948/statm: 1339 232 193 169 0 50 0
[pid=13949] ppid=13948 vsize=26224 CPUtime=1773.08
/proc/13949/stat : 13949 (picosat) R 13948 13925 12199 0 -1 4194304 8809 0 0 0 177281 27 0 0 25 0 1 0 2003966726 26853376 6415 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/13949/statm: 6556 6415 48 102 0 6451 0
Current children cumulated CPU time (s) 1775.73
Current children cumulated vsize (KiB) 45180



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 14035
/proc/meminfo: memFree=1500104/2055920 swapFree=4117584/4192956
[pid=13925] ppid=13923 vsize=13600 CPUtime=2.65
/proc/13925/stat : 13925 (sugar) S 13923 13925 12199 0 -1 4194304 1022 16198 0 2 4 0 251 10 16 0 1 0 2003966453 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13925/statm: 3400 799 370 3 0 500 0
[pid=13948] ppid=13925 vsize=5356 CPUtime=0
/proc/13948/stat : 13948 (sh) S 13925 13925 12199 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003966726 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13948/statm: 1339 232 193 169 0 50 0
[pid=13949] ppid=13948 vsize=26224 CPUtime=1797.37
/proc/13949/stat : 13949 (picosat) R 13948 13925 12199 0 -1 4194304 8809 0 0 0 179710 27 0 0 25 0 1 0 2003966726 26853376 6415 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/13949/statm: 6556 6415 48 102 0 6451 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 45180

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): 1806.62
CPU time (s): 1800.06
CPU user time (s): 1799.66
CPU system time (s): 0.397939
CPU usage (%): 99.6368
Max. virtual memory (cumulated for all children) (KiB): 887552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.66
system time used= 0.397939
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26657
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= 2566
involuntary context switches= 19682

runsolver used 2.44663 second user time and 5.78012 second system time

The end

Launcher Data (download as text)

Begin job on node30 at 2008-07-05 11:25:28
IDJOB=1093480
IDBENCH=58707
IDSOLVER=345
FILE ID=node30/1093480-1215249927
PBS_JOBID= 7882003
Free space on /tmp= 66520 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/socialGolfers/normalized-socialGolfer-6-4-5.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-1093480-1215249927/watcher-1093480-1215249927 -o /tmp/evaluation-result-1093480-1215249927/solver-1093480-1215249927 -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-1093480-1215249927.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1177c7af9960e3129505024a30a05414
RANDOM SEED=600447028

node30.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.218
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.218
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:       1537200 kB
Buffers:         12800 kB
Cached:         185780 kB
SwapCached:      69136 kB
Active:         380596 kB
Inactive:        82496 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1537200 kB
SwapTotal:     4192956 kB
SwapFree:      4117584 kB
Dirty:            2228 kB
Writeback:           0 kB
Mapped:         280872 kB
Slab:            40312 kB
Committed_AS:  3871972 kB
PageTables:       2264 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= 66544 MiB
End job on node30 at 2008-07-05 11:55:36