Trace number 1080368

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+picosatUNSAT 567.157 583.432

General information on the benchmark

Namecsp/rand-3-20-20/
normalized-rand-3-20-20-60-632-35_ext.xml
MD5SUM508714bde231e40d4eeec9f003400a13
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark14.9227
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints57
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension57
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 01:07:19 2008
0.00/0.04	c 0	PID 25299
0.03/0.05	c 0	HOST node77.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1080368-1215212839.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1080368-1215212839.xml' 'HOME/temp.csp'
0.03/0.66	c 1	1 domains, 20 variables, 0 predicates, 57 relations, 57 constraints
0.03/0.67	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.67	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.64/0.75	c 1	Parsing HOME/temp.csp
1.64/1.73	c 2	parsed 135 expressions
1.64/1.73	c 2	Heap : 19 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.64/1.73	c 2	Converting to clausal form CSP
1.64/1.75	c 2	converted 14 (10%) expressions
1.64/1.76	c 2	converted 27 (20%) expressions
1.64/1.77	c 2	converted 41 (30%) expressions
1.84/1.93	c 2	converted 54 (40%) expressions
1.84/1.93	c 2	converted 68 (50%) expressions
1.94/2.01	c 2	converted 81 (60%) expressions
2.04/2.12	c 2	converted 95 (70%) expressions
2.14/2.22	c 2	converted 108 (80%) expressions
2.23/2.32	c 2	converted 122 (90%) expressions
2.44/2.59	c 3	converted 135 (100%) expressions
2.44/2.59	c 3	CSP : 20 integers, 0 booleans, 57 clauses, largest domain size 20
2.44/2.59	c 3	Heap : 38 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.44/2.59	c 3	Propagation in CSP
2.44/2.59	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.44/2.59	c 3	CSP : 20 integers, 0 booleans, 57 clauses, largest domain size 20
2.44/2.59	c 3	Heap : 38 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.44/2.59	c 3	Simplifing CSP by introducing new Boolean variables
2.44/2.59	c 3	CSP : 20 integers, 0 booleans, 57 clauses, largest domain size 20
2.44/2.59	c 3	Heap : 38 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.64/2.70	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.64/2.71	c 3	2 (10%) CSP integer variables are encoded (36 clauses, 371 bytes)
2.64/2.71	c 3	4 (20%) CSP integer variables are encoded (72 clauses, 695 bytes)
2.64/2.72	c 3	6 (30%) CSP integer variables are encoded (108 clauses, 1048 bytes)
2.64/2.72	c 3	8 (40%) CSP integer variables are encoded (144 clauses, 1444 bytes)
2.64/2.72	c 3	10 (50%) CSP integer variables are encoded (180 clauses, 1840 bytes)
2.64/2.72	c 3	12 (60%) CSP integer variables are encoded (216 clauses, 2236 bytes)
2.64/2.72	c 3	14 (70%) CSP integer variables are encoded (252 clauses, 2632 bytes)
2.64/2.72	c 3	16 (80%) CSP integer variables are encoded (288 clauses, 3028 bytes)
2.64/2.72	c 3	18 (90%) CSP integer variables are encoded (324 clauses, 3424 bytes)
2.64/2.72	c 3	20 (100%) CSP integer variables are encoded (360 clauses, 3820 bytes)
2.83/2.91	c 3	6 (10%) CSP clauses are encoded (11261 clauses, 253851 bytes)
2.93/3.04	c 3	12 (20%) CSP clauses are encoded (22028 clauses, 516347 bytes)
3.03/3.17	c 3	18 (30%) CSP clauses are encoded (32889 clauses, 779189 bytes)
3.13/3.27	c 3	23 (40%) CSP clauses are encoded (41894 clauses, 1002680 bytes)
3.23/3.40	c 3	29 (50%) CSP clauses are encoded (52621 clauses, 1269054 bytes)
3.43/3.51	c 3	35 (60%) CSP clauses are encoded (62796 clauses, 1520621 bytes)
3.52/3.61	c 4	40 (70%) CSP clauses are encoded (71180 clauses, 1739961 bytes)
3.62/3.73	c 4	46 (80%) CSP clauses are encoded (81915 clauses, 2027051 bytes)
3.72/3.86	c 4	52 (90%) CSP clauses are encoded (92743 clauses, 2316923 bytes)
3.83/3.96	c 4	57 (100%) CSP clauses are encoded (101156 clauses, 2540382 bytes)
3.83/3.96	c 4	57 CSP clauses encoded
3.83/3.96	c 4	Writing map file : HOME/temp.map
3.83/3.96	c 4	Heap : 16 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.83/3.96	c 4	SAT : 380 SAT variables, 101156 SAT clauses, 2540382 bytes
3.83/3.96	c 4	Heap : 16 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.89/4.01	c 4	SOLVING HOME/temp.cnf
3.89/4.01	c 4	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
566.96/583.26	c 583	DECODING HOME/temp.out WITH HOME/temp.map
566.96/583.26	c 583	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
567.03/583.35	c 583	Decoding HOME/temp.out
567.03/583.37	s UNSATISFIABLE
567.03/583.37	c 583	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
567.03/583.43	c 583	CPU 566.15 (0.03 0.01 566.12 0.97)
567.03/583.43	c 583	END Sat Jul  5 01:17:02 2008

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1080368-1215212839/watcher-1080368-1215212839 -o /tmp/evaluation-result-1080368-1215212839/solver-1080368-1215212839 -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-1080368-1215212839.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.00 2.00 2.00 4/85 25299
/proc/meminfo: memFree=1612224/2055920 swapFree=4166000/4192956
[pid=25299] ppid=25297 vsize=7504 CPUtime=0
/proc/25299/stat : 25299 (sugar) R 25297 25299 23071 0 -1 4194304 67 0 0 0 0 0 0 0 19 0 1 0 634501687 7684096 52 996147200 4194304 4206940 548682068608 18446744073709551615 228041225705 0 0 4096 0 0 0 0 17 1 0 0
/proc/25299/statm: 1876 52 39 3 0 55 0

[startup+0.0464371 s]
/proc/loadavg: 2.00 2.00 2.00 4/85 25299
/proc/meminfo: memFree=1612224/2055920 swapFree=4166000/4192956
[pid=25299] ppid=25297 vsize=13600 CPUtime=0.03
/proc/25299/stat : 25299 (sugar) S 25297 25299 23071 0 -1 4194304 837 0 0 0 3 0 0 0 19 0 1 0 634501687 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25299/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101724 s]
/proc/loadavg: 2.00 2.00 2.00 4/85 25299
/proc/meminfo: memFree=1612224/2055920 swapFree=4166000/4192956
[pid=25299] ppid=25297 vsize=13600 CPUtime=0.03
/proc/25299/stat : 25299 (sugar) S 25297 25299 23071 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 634501687 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25299/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301765 s]
/proc/loadavg: 2.00 2.00 2.00 4/85 25299
/proc/meminfo: memFree=1612224/2055920 swapFree=4166000/4192956
[pid=25299] ppid=25297 vsize=13600 CPUtime=0.03
/proc/25299/stat : 25299 (sugar) S 25297 25299 23071 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 634501687 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25299/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.70185 s]
/proc/loadavg: 2.00 2.00 2.00 4/85 25299
/proc/meminfo: memFree=1612224/2055920 swapFree=4166000/4192956
[pid=25299] ppid=25297 vsize=13600 CPUtime=0.64
/proc/25299/stat : 25299 (sugar) S 25297 25299 23071 0 -1 4194304 956 6984 0 1 3 0 55 6 16 0 1 0 634501687 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25299/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 13600

[startup+1.50301 s]
/proc/loadavg: 2.00 2.00 2.00 4/96 25321
/proc/meminfo: memFree=1598760/2055920 swapFree=4166000/4192956
[pid=25299] ppid=25297 vsize=13600 CPUtime=0.64
/proc/25299/stat : 25299 (sugar) S 25297 25299 23071 0 -1 4194304 973 6984 0 1 3 0 55 6 15 0 1 0 634501687 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25299/statm: 3400 797 370 3 0 500 0
[pid=25312] ppid=25299 vsize=5356 CPUtime=0
/proc/25312/stat : 25312 (sh) S 25299 25299 23071 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 634501755 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25312/statm: 1339 233 193 169 0 50 0
[pid=25313] ppid=25312 vsize=864012 CPUtime=0.8
/proc/25313/stat : 25313 (java) S 25312 25299 23071 0 -1 0 8126 0 1 0 76 4 0 0 19 0 9 0 634501755 884748288 7405 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25313/statm: 216003 7405 2532 9 0 210585 0
[pid=25313/tid=25314] ppid=25312 vsize=864012 CPUtime=0.44
/proc/25313/task/25314/stat : 25314 (java) R 25312 25299 23071 0 -1 64 2580 0 1 0 43 1 0 0 23 0 9 0 634501756 884748288 7405 996147200 134512640 134550740 4294955952 18446744073709551615 4126445808 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25313/tid=25315] ppid=25312 vsize=864012 CPUtime=0.3
/proc/25313/task/25315/stat : 25315 (java) S 25312 25299 23071 0 -1 64 4536 0 0 0 28 2 0 0 16 0 9 0 634501757 884748288 7405 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25313/tid=25316] ppid=25312 vsize=864012 CPUtime=0
/proc/25313/task/25316/stat : 25316 (java) S 25312 25299 23071 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 634501757 884748288 7405 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25313/tid=25317] ppid=25312 vsize=864012 CPUtime=0
/proc/25313/task/25317/stat : 25317 (java) S 25312 25299 23071 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 634501757 884748288 7405 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25313/tid=25318] ppid=25312 vsize=864012 CPUtime=0
/proc/25313/task/25318/stat : 25318 (java) S 25312 25299 23071 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 634501759 884748288 7405 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25313/tid=25319] ppid=25312 vsize=864012 CPUtime=0.03
/proc/25313/task/25319/stat : 25319 (java) S 25312 25299 23071 0 -1 64 313 0 0 0 3 0 0 0 16 0 9 0 634501759 884748288 7405 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25313/tid=25320] ppid=25312 vsize=864012 CPUtime=0
/proc/25313/task/25320/stat : 25320 (java) S 25312 25299 23071 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 634501759 884748288 7405 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25313/tid=25321] ppid=25312 vsize=864012 CPUtime=0
/proc/25313/task/25321/stat : 25321 (java) S 25312 25299 23071 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 634501759 884748288 7405 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 882968

[startup+3.10232 s]
/proc/loadavg: 2.08 2.02 2.01 4/96 25321
/proc/meminfo: memFree=1573928/2055920 swapFree=4166000/4192956
[pid=25299] ppid=25297 vsize=13600 CPUtime=0.64
/proc/25299/stat : 25299 (sugar) S 25297 25299 23071 0 -1 4194304 974 6984 0 1 3 0 55 6 15 0 1 0 634501687 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25299/statm: 3400 797 370 3 0 500 0
[pid=25312] ppid=25299 vsize=5356 CPUtime=0
/proc/25312/stat : 25312 (sh) S 25299 25299 23071 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 634501755 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25312/statm: 1339 233 193 169 0 50 0
[pid=25313] ppid=25312 vsize=864272 CPUtime=2.39
/proc/25313/stat : 25313 (java) S 25312 25299 23071 0 -1 0 14812 0 1 0 231 8 0 0 19 0 9 0 634501755 885014528 14011 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25313/statm: 216068 14011 2564 9 0 210615 0
[pid=25313/tid=25314] ppid=25312 vsize=864272 CPUtime=1.26
/proc/25313/task/25314/stat : 25314 (java) R 25312 25299 23071 0 -1 64 3266 0 1 0 124 2 0 0 23 0 9 0 634501756 885014528 14011 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25313/tid=25315] ppid=25312 vsize=864272 CPUtime=1.01
/proc/25313/task/25315/stat : 25315 (java) S 25312 25299 23071 0 -1 64 10504 0 0 0 97 4 0 0 16 0 9 0 634501757 885014528 14011 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25313/tid=25316] ppid=25312 vsize=864272 CPUtime=0
/proc/25313/task/25316/stat : 25316 (java) S 25312 25299 23071 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 634501757 885014528 14011 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25313/tid=25317] ppid=25312 vsize=864272 CPUtime=0
/proc/25313/task/25317/stat : 25317 (java) S 25312 25299 23071 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 634501757 885014528 14011 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25313/tid=25318] ppid=25312 vsize=864272 CPUtime=0
/proc/25313/task/25318/stat : 25318 (java) S 25312 25299 23071 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 634501759 885014528 14011 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25313/tid=25319] ppid=25312 vsize=864272 CPUtime=0.08
/proc/25313/task/25319/stat : 25319 (java) S 25312 25299 23071 0 -1 64 345 0 0 0 8 0 0 0 16 0 9 0 634501759 885014528 14011 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25313/tid=25320] ppid=25312 vsize=864272 CPUtime=0
/proc/25313/task/25320/stat : 25320 (java) S 25312 25299 23071 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 634501759 885014528 14011 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25313/tid=25321] ppid=25312 vsize=864272 CPUtime=0
/proc/25313/task/25321/stat : 25321 (java) S 25312 25299 23071 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 634501759 885014528 14011 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 883228

[startup+6.30195 s]
/proc/loadavg: 2.08 2.02 2.01 3/88 25323
/proc/meminfo: memFree=1601000/2055920 swapFree=4166000/4192956
[pid=25299] ppid=25297 vsize=13600 CPUtime=3.91
/proc/25299/stat : 25299 (sugar) S 25297 25299 23071 0 -1 4194304 1022 22134 0 2 3 1 370 17 16 0 1 0 634501687 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25299/statm: 3400 798 370 3 0 500 0
[pid=25322] ppid=25299 vsize=5356 CPUtime=0
/proc/25322/stat : 25322 (sh) S 25299 25299 23071 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 634502089 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25322/statm: 1339 232 193 169 0 50 0
[pid=25323] ppid=25322 vsize=5100 CPUtime=2.26
/proc/25323/stat : 25323 (picosat) R 25322 25299 23071 0 -1 4194304 1181 0 0 0 152 74 0 0 25 0 1 0 634502089 5222400 1167 996147200 134512640 134931368 4294956256 18446744073709551615 134530153 0 0 4096 0 0 0 0 17 1 0 0
/proc/25323/statm: 1275 1167 42 102 0 1170 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 24056

[startup+12.7022 s]
/proc/loadavg: 2.21 2.05 2.02 3/88 25323
/proc/meminfo: memFree=1600048/2055920 swapFree=4166000/4192956
[pid=25299] ppid=25297 vsize=13600 CPUtime=3.91
/proc/25299/stat : 25299 (sugar) S 25297 25299 23071 0 -1 4194304 1022 22134 0 2 3 1 370 17 16 0 1 0 634501687 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25299/statm: 3400 798 370 3 0 500 0
[pid=25322] ppid=25299 vsize=5356 CPUtime=0
/proc/25322/stat : 25322 (sh) S 25299 25299 23071 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 634502089 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25322/statm: 1339 232 193 169 0 50 0
[pid=25323] ppid=25322 vsize=6024 CPUtime=8.63
/proc/25323/stat : 25323 (picosat) R 25322 25299 23071 0 -1 4194304 1436 0 0 0 788 75 0 0 25 0 1 0 634502089 6168576 1422 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/25323/statm: 1506 1422 42 102 0 1401 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 24980

[startup+25.5017 s]
/proc/loadavg: 2.18 2.05 2.01 3/88 25323
/proc/meminfo: memFree=1599216/2055920 swapFree=4166000/4192956
[pid=25299] ppid=25297 vsize=13600 CPUtime=3.91
/proc/25299/stat : 25299 (sugar) S 25297 25299 23071 0 -1 4194304 1022 22134 0 2 3 1 370 17 16 0 1 0 634501687 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25299/statm: 3400 798 370 3 0 500 0
[pid=25322] ppid=25299 vsize=5356 CPUtime=0
/proc/25322/stat : 25322 (sh) S 25299 25299 23071 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 634502089 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25322/statm: 1339 232 193 169 0 50 0
[pid=25323] ppid=25322 vsize=6872 CPUtime=21.36
/proc/25323/stat : 25323 (picosat) R 25322 25299 23071 0 -1 4194304 1668 0 0 0 2061 75 0 0 25 0 1 0 634502089 7036928 1641 996147200 134512640 134931368 4294956256 18446744073709551615 134529461 0 0 4096 0 0 0 0 17 1 0 0
/proc/25323/statm: 1718 1641 48 102 0 1613 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 25828

[startup+51.1018 s]
/proc/loadavg: 2.12 2.04 2.01 3/88 25323
/proc/meminfo: memFree=1598896/2055920 swapFree=4166000/4192956
[pid=25299] ppid=25297 vsize=13600 CPUtime=3.91
/proc/25299/stat : 25299 (sugar) S 25297 25299 23071 0 -1 4194304 1022 22134 0 2 3 1 370 17 16 0 1 0 634501687 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25299/statm: 3400 798 370 3 0 500 0
[pid=25322] ppid=25299 vsize=5356 CPUtime=0
/proc/25322/stat : 25322 (sh) S 25299 25299 23071 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 634502089 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25322/statm: 1339 232 193 169 0 50 0
[pid=25323] ppid=25322 vsize=7212 CPUtime=46.83
/proc/25323/stat : 25323 (picosat) R 25322 25299 23071 0 -1 4194304 1766 0 0 0 4608 75 0 0 25 0 1 0 634502089 7385088 1739 996147200 134512640 134931368 4294956256 18446744073709551615 134525760 0 0 4096 0 0 0 0 17 1 0 0
/proc/25323/statm: 1803 1739 48 102 0 1698 0
Current children cumulated CPU time (s) 50.74
Current children cumulated vsize (KiB) 26168

[startup+102.307 s]
/proc/loadavg: 2.05 2.03 2.01 3/88 25323
/proc/meminfo: memFree=1598384/2055920 swapFree=4166000/4192956
[pid=25299] ppid=25297 vsize=13600 CPUtime=3.91
/proc/25299/stat : 25299 (sugar) S 25297 25299 23071 0 -1 4194304 1022 22134 0 2 3 1 370 17 16 0 1 0 634501687 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25299/statm: 3400 798 370 3 0 500 0
[pid=25322] ppid=25299 vsize=5356 CPUtime=0
/proc/25322/stat : 25322 (sh) S 25299 25299 23071 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 634502089 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25322/statm: 1339 232 193 169 0 50 0
[pid=25323] ppid=25322 vsize=8340 CPUtime=97.78
/proc/25323/stat : 25323 (picosat) R 25322 25299 23071 0 -1 4194304 1942 0 0 0 9703 75 0 0 25 0 1 0 634502089 8540160 1847 996147200 134512640 134931368 4294956256 18446744073709551615 134529751 0 0 4096 0 0 0 0 17 1 0 0
/proc/25323/statm: 2085 1847 48 102 0 1980 0
Current children cumulated CPU time (s) 101.69
Current children cumulated vsize (KiB) 27296

[startup+162.302 s]
/proc/loadavg: 2.10 2.04 2.01 4/87 25416
/proc/meminfo: memFree=1637360/2055920 swapFree=4166000/4192956
[pid=25299] ppid=25297 vsize=13600 CPUtime=3.91
/proc/25299/stat : 25299 (sugar) S 25297 25299 23071 0 -1 4194304 1022 22134 0 2 3 1 370 17 16 0 1 0 634501687 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25299/statm: 3400 798 370 3 0 500 0
[pid=25322] ppid=25299 vsize=5356 CPUtime=0
/proc/25322/stat : 25322 (sh) S 25299 25299 23071 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 634502089 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25322/statm: 1339 232 193 169 0 50 0
[pid=25323] ppid=25322 vsize=8736 CPUtime=157.43
/proc/25323/stat : 25323 (picosat) R 25322 25299 23071 0 -1 4194304 2174 0 0 0 15668 75 0 0 25 0 1 0 634502089 8945664 1962 996147200 134512640 134931368 4294956256 18446744073709551615 134525921 0 0 4096 0 0 0 0 17 1 0 0
/proc/25323/statm: 2184 1962 48 102 0 2079 0
Current children cumulated CPU time (s) 161.34
Current children cumulated vsize (KiB) 27692

[startup+222.302 s]
/proc/loadavg: 2.18 2.09 2.02 5/87 25416
/proc/meminfo: memFree=1344624/2055920 swapFree=4166000/4192956
[pid=25299] ppid=25297 vsize=13600 CPUtime=3.91
/proc/25299/stat : 25299 (sugar) S 25297 25299 23071 0 -1 4194304 1022 22134 0 2 3 1 370 17 16 0 1 0 634501687 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25299/statm: 3400 798 370 3 0 500 0
[pid=25322] ppid=25299 vsize=5356 CPUtime=0
/proc/25322/stat : 25322 (sh) S 25299 25299 23071 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 634502089 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25322/statm: 1339 232 193 169 0 50 0
[pid=25323] ppid=25322 vsize=9264 CPUtime=216.76
/proc/25323/stat : 25323 (picosat) R 25322 25299 23071 0 -1 4194304 2454 0 0 0 21600 76 0 0 25 0 1 0 634502089 9486336 2107 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/25323/statm: 2316 2107 48 102 0 2211 0
Current children cumulated CPU time (s) 220.67
Current children cumulated vsize (KiB) 28220

[startup+282.303 s]
/proc/loadavg: 2.07 2.07 2.02 3/87 25416
/proc/meminfo: memFree=1062064/2055920 swapFree=4166000/4192956
[pid=25299] ppid=25297 vsize=13600 CPUtime=3.91
/proc/25299/stat : 25299 (sugar) S 25297 25299 23071 0 -1 4194304 1022 22134 0 2 3 1 370 17 16 0 1 0 634501687 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25299/statm: 3400 798 370 3 0 500 0
[pid=25322] ppid=25299 vsize=5356 CPUtime=0
/proc/25322/stat : 25322 (sh) S 25299 25299 23071 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 634502089 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25322/statm: 1339 232 193 169 0 50 0
[pid=25323] ppid=25322 vsize=9660 CPUtime=274.68
/proc/25323/stat : 25323 (picosat) R 25322 25299 23071 0 -1 4194304 2656 0 0 0 27392 76 0 0 25 0 1 0 634502089 9891840 2208 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/25323/statm: 2415 2208 48 102 0 2310 0
Current children cumulated CPU time (s) 278.59
Current children cumulated vsize (KiB) 28616

[startup+342.302 s]
/proc/loadavg: 2.42 2.16 2.05 3/87 25416
/proc/meminfo: memFree=1019952/2055920 swapFree=4166000/4192956
[pid=25299] ppid=25297 vsize=13600 CPUtime=3.91
/proc/25299/stat : 25299 (sugar) S 25297 25299 23071 0 -1 4194304 1022 22134 0 2 3 1 370 17 16 0 1 0 634501687 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25299/statm: 3400 798 370 3 0 500 0
[pid=25322] ppid=25299 vsize=5356 CPUtime=0
/proc/25322/stat : 25322 (sh) S 25299 25299 23071 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 634502089 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25322/statm: 1339 232 193 169 0 50 0
[pid=25323] ppid=25322 vsize=9792 CPUtime=332.92
/proc/25323/stat : 25323 (picosat) R 25322 25299 23071 0 -1 4194304 2754 0 0 0 33216 76 0 0 25 0 1 0 634502089 10027008 2252 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/25323/statm: 2448 2252 48 102 0 2343 0
Current children cumulated CPU time (s) 336.83
Current children cumulated vsize (KiB) 28748

[startup+402.301 s]
/proc/loadavg: 2.21 2.15 2.05 3/87 25416
/proc/meminfo: memFree=987504/2055920 swapFree=4166000/4192956
[pid=25299] ppid=25297 vsize=13600 CPUtime=3.91
/proc/25299/stat : 25299 (sugar) S 25297 25299 23071 0 -1 4194304 1022 22134 0 2 3 1 370 17 16 0 1 0 634501687 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25299/statm: 3400 798 370 3 0 500 0
[pid=25322] ppid=25299 vsize=5356 CPUtime=0
/proc/25322/stat : 25322 (sh) S 25299 25299 23071 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 634502089 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25322/statm: 1339 232 193 169 0 50 0
[pid=25323] ppid=25322 vsize=10188 CPUtime=390.29
/proc/25323/stat : 25323 (picosat) R 25322 25299 23071 0 -1 4194304 2960 0 0 0 38953 76 0 0 25 0 1 0 634502089 10432512 2355 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/25323/statm: 2547 2355 48 102 0 2442 0
Current children cumulated CPU time (s) 394.2
Current children cumulated vsize (KiB) 29144

[startup+462.301 s]
/proc/loadavg: 2.21 2.16 2.06 3/87 25416
/proc/meminfo: memFree=1019064/2055920 swapFree=4166000/4192956
[pid=25299] ppid=25297 vsize=13600 CPUtime=3.91
/proc/25299/stat : 25299 (sugar) S 25297 25299 23071 0 -1 4194304 1022 22134 0 2 3 1 370 17 16 0 1 0 634501687 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25299/statm: 3400 798 370 3 0 500 0
[pid=25322] ppid=25299 vsize=5356 CPUtime=0
/proc/25322/stat : 25322 (sh) S 25299 25299 23071 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 634502089 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25322/statm: 1339 232 193 169 0 50 0
[pid=25323] ppid=25322 vsize=10452 CPUtime=447.57
/proc/25323/stat : 25323 (picosat) R 25322 25299 23071 0 -1 4194304 3093 0 0 0 44681 76 0 0 25 0 1 0 634502089 10702848 2429 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/25323/statm: 2613 2429 48 102 0 2508 0
Current children cumulated CPU time (s) 451.48
Current children cumulated vsize (KiB) 29408

[startup+522.302 s]
/proc/loadavg: 2.14 2.14 2.06 3/87 25416
/proc/meminfo: memFree=1018872/2055920 swapFree=4166000/4192956
[pid=25299] ppid=25297 vsize=13600 CPUtime=3.91
/proc/25299/stat : 25299 (sugar) S 25297 25299 23071 0 -1 4194304 1022 22134 0 2 3 1 370 17 16 0 1 0 634501687 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25299/statm: 3400 798 370 3 0 500 0
[pid=25322] ppid=25299 vsize=5356 CPUtime=0
/proc/25322/stat : 25322 (sh) S 25299 25299 23071 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 634502089 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25322/statm: 1339 232 193 169 0 50 0
[pid=25323] ppid=25322 vsize=10972 CPUtime=504.73
/proc/25323/stat : 25323 (picosat) R 25322 25299 23071 0 -1 4194304 3217 0 0 0 50397 76 0 0 25 0 1 0 634502089 11235328 2493 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/25323/statm: 2743 2493 48 102 0 2638 0
Current children cumulated CPU time (s) 508.64
Current children cumulated vsize (KiB) 29928

[startup+582.303 s]
/proc/loadavg: 2.24 2.18 2.07 3/87 25416
/proc/meminfo: memFree=1018680/2055920 swapFree=4166000/4192956
[pid=25299] ppid=25297 vsize=13600 CPUtime=3.91
/proc/25299/stat : 25299 (sugar) S 25297 25299 23071 0 -1 4194304 1022 22134 0 2 3 1 370 17 16 0 1 0 634501687 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25299/statm: 3400 798 370 3 0 500 0
[pid=25322] ppid=25299 vsize=5356 CPUtime=0
/proc/25322/stat : 25322 (sh) S 25299 25299 23071 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 634502089 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25322/statm: 1339 232 193 169 0 50 0
[pid=25323] ppid=25322 vsize=11236 CPUtime=562.15
/proc/25323/stat : 25323 (picosat) R 25322 25299 23071 0 -1 4194304 3332 0 0 0 56138 77 0 0 25 0 1 0 634502089 11505664 2566 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/25323/statm: 2809 2566 48 102 0 2704 0
Current children cumulated CPU time (s) 566.06
Current children cumulated vsize (KiB) 30192

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

[startup+583.102 s]
/proc/loadavg: 2.22 2.17 2.07 3/87 25416
/proc/meminfo: memFree=1018680/2055920 swapFree=4166000/4192956
[pid=25299] ppid=25297 vsize=13600 CPUtime=3.91
/proc/25299/stat : 25299 (sugar) S 25297 25299 23071 0 -1 4194304 1022 22134 0 2 3 1 370 17 16 0 1 0 634501687 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25299/statm: 3400 798 370 3 0 500 0
[pid=25322] ppid=25299 vsize=5356 CPUtime=0
/proc/25322/stat : 25322 (sh) S 25299 25299 23071 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 634502089 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25322/statm: 1339 232 193 169 0 50 0
[pid=25323] ppid=25322 vsize=11236 CPUtime=562.95
/proc/25323/stat : 25323 (picosat) R 25322 25299 23071 0 -1 4194304 3332 0 0 0 56218 77 0 0 25 0 1 0 634502089 11505664 2566 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/25323/statm: 2809 2566 48 102 0 2704 0
Current children cumulated CPU time (s) 566.86
Current children cumulated vsize (KiB) 30192

[startup+583.302 s]
/proc/loadavg: 2.22 2.17 2.07 3/87 25416
/proc/meminfo: memFree=1018680/2055920 swapFree=4166000/4192956
[pid=25299] ppid=25297 vsize=13600 CPUtime=567.03
/proc/25299/stat : 25299 (sugar) S 25297 25299 23071 0 -1 4194304 1070 25753 0 2 3 1 56604 95 17 0 1 0 634501687 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25299/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 567.03
Current children cumulated vsize (KiB) 13600

[startup+583.401 s]
/proc/loadavg: 2.22 2.17 2.07 3/87 25416
/proc/meminfo: memFree=1018680/2055920 swapFree=4166000/4192956
[pid=25299] ppid=25297 vsize=13600 CPUtime=567.03
/proc/25299/stat : 25299 (sugar) S 25297 25299 23071 0 -1 4194304 1089 25753 0 2 3 1 56604 95 15 0 1 0 634501687 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25299/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 567.03
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 583.432
CPU time (s): 567.157
CPU user time (s): 566.165
CPU system time (s): 0.991849
CPU usage (%): 97.2104
Max. virtual memory (cumulated for all children) (KiB): 883228

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 566.165
system time used= 0.991849
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30517
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= 2451
involuntary context switches= 15824

runsolver used 0.664898 second user time and 1.67374 second system time

The end

Launcher Data (download as text)

Begin job on node77 at 2008-07-05 01:07:19
IDJOB=1080368
IDBENCH=56956
IDSOLVER=345
FILE ID=node77/1080368-1215212839
PBS_JOBID= 7881655
Free space on /tmp= 66532 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/rand-3-20-20/normalized-rand-3-20-20-60-632-35_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-1080368-1215212839/watcher-1080368-1215212839 -o /tmp/evaluation-result-1080368-1215212839/solver-1080368-1215212839 -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-1080368-1215212839.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 508714bde231e40d4eeec9f003400a13
RANDOM SEED=603275936

node77.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.274
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.274
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:       1612640 kB
Buffers:         57484 kB
Cached:         180028 kB
SwapCached:      20616 kB
Active:         317748 kB
Inactive:        67580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1612640 kB
SwapTotal:     4192956 kB
SwapFree:      4166000 kB
Dirty:            2488 kB
Writeback:           0 kB
Mapped:         159372 kB
Slab:            43000 kB
Committed_AS:  1828012 kB
PageTables:       2012 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= 66532 MiB
End job on node77 at 2008-07-05 01:17:02