Trace number 1090874

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.09 1804.92

General information on the benchmark

Namecsp/graphColoring/insertion/k-insertion/
normalized-3-insertions-5-5.xml
MD5SUM995ede434697f058154ccaad89a6f3c4
Bench Category2-ARY-INT (binary 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 variables1406
Number of constraints9695
Maximum constraint arity2
Maximum domain size5
Number of constraints which are defined in extension0
Number of constraints which are defined in intension9695
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 17:38:59 2008
0.00/0.04	c 0	PID 4012
0.00/0.05	c 0	HOST node36.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1090874-1215272339.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-1090874-1215272339.xml' 'HOME/temp.csp'
0.04/0.88	c 1	1 domains, 1406 variables, 1 predicates, 0 relations, 9695 constraints
0.04/0.89	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.89	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.86/0.97	c 1	Parsing HOME/temp.csp
1.15/1.29	c 1	parsed 10000 expressions
1.25/1.31	c 1	parsed 11103 expressions
1.25/1.32	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.25/1.32	c 1	Converting to clausal form CSP
1.25/1.36	c 1	converted 1111 (10%) expressions
1.44/1.55	c 1	converted 2221 (20%) expressions
1.44/1.59	c 1	converted 3331 (30%) expressions
1.55/1.66	c 1	converted 4442 (40%) expressions
1.55/1.70	c 1	converted 5552 (50%) expressions
1.64/1.73	c 1	converted 6662 (60%) expressions
1.64/1.77	c 2	converted 7773 (70%) expressions
1.74/1.85	c 2	converted 8883 (80%) expressions
1.74/1.88	c 2	converted 9993 (90%) expressions
1.84/1.91	c 2	converted 11103 (100%) expressions
1.84/1.91	c 2	CSP : 1406 integers, 0 booleans, 9695 clauses, largest domain size 5
1.84/1.91	c 2	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.84/1.91	c 2	Propagation in CSP
1.94/2.01	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.94/2.01	c 2	CSP : 1406 integers, 0 booleans, 9695 clauses, largest domain size 5
1.94/2.01	c 2	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.94/2.02	c 2	Simplifing CSP by introducing new Boolean variables
2.14/2.21	c 2	CSP : 1406 integers, 19390 booleans, 29085 clauses, largest domain size 5
2.14/2.21	c 2	Heap : 16 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.24/2.31	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.24/2.34	c 2	141 (10%) CSP integer variables are encoded (423 clauses, 4555 bytes)
2.24/2.34	c 2	282 (20%) CSP integer variables are encoded (846 clauses, 9401 bytes)
2.24/2.35	c 2	422 (30%) CSP integer variables are encoded (1266 clauses, 14861 bytes)
2.24/2.35	c 2	563 (40%) CSP integer variables are encoded (1689 clauses, 20360 bytes)
2.24/2.35	c 2	703 (50%) CSP integer variables are encoded (2109 clauses, 25820 bytes)
2.24/2.35	c 2	844 (60%) CSP integer variables are encoded (2532 clauses, 31319 bytes)
2.24/2.35	c 2	985 (70%) CSP integer variables are encoded (2955 clauses, 36818 bytes)
2.24/2.35	c 2	1125 (80%) CSP integer variables are encoded (3375 clauses, 42278 bytes)
2.24/2.36	c 2	1266 (90%) CSP integer variables are encoded (3798 clauses, 47777 bytes)
2.24/2.36	c 2	1406 (100%) CSP integer variables are encoded (4218 clauses, 53237 bytes)
2.33/2.44	c 2	2909 (10%) CSP clauses are encoded (14887 clauses, 213425 bytes)
2.33/2.47	c 2	5817 (20%) CSP clauses are encoded (25547 clauses, 377513 bytes)
2.43/2.50	c 2	8726 (30%) CSP clauses are encoded (36216 clauses, 551825 bytes)
2.43/2.53	c 2	11634 (40%) CSP clauses are encoded (46876 clauses, 737887 bytes)
2.43/2.57	c 2	14543 (50%) CSP clauses are encoded (57545 clauses, 924113 bytes)
2.53/2.60	c 2	17451 (60%) CSP clauses are encoded (68205 clauses, 1110175 bytes)
2.53/2.63	c 2	20360 (70%) CSP clauses are encoded (78874 clauses, 1296401 bytes)
2.53/2.66	c 2	23268 (80%) CSP clauses are encoded (89534 clauses, 1482463 bytes)
2.53/2.69	c 2	26177 (90%) CSP clauses are encoded (100203 clauses, 1668689 bytes)
2.64/2.73	c 2	29085 (100%) CSP clauses are encoded (110863 clauses, 1854751 bytes)
2.64/2.73	c 2	29085 CSP clauses encoded
2.64/2.73	c 2	Writing map file : HOME/temp.map
2.64/2.78	c 3	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.64/2.78	c 3	SAT : 25014 SAT variables, 110863 SAT clauses, 1854751 bytes
2.64/2.78	c 3	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.71/2.84	c 3	SOLVING HOME/temp.cnf
2.71/2.84	c 3	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.09/1804.91	c ERROR INTERRUPTED
1800.09/1804.92	s UNKNOWN
1800.09/1804.92	c 1805	CPU 2.54 (0.03 0.01 2.51 0.17)
1800.09/1804.92	c 1805	END Sat Jul  5 18:09:04 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-1090874-1215272339/watcher-1090874-1215272339 -o /tmp/evaluation-result-1090874-1215272339/solver-1090874-1215272339 -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-1090874-1215272339.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.21 2.08 2.03 4/84 4012
/proc/meminfo: memFree=1487548/2055920 swapFree=4179028/4192956
[pid=4012] ppid=4010 vsize=12272 CPUtime=0
/proc/4012/stat : 4012 (sugar) R 4010 4012 2568 0 -1 4194304 359 0 0 0 0 0 0 0 22 0 1 0 2006206764 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 240907942501 0 0 4224 0 0 0 0 17 1 0 0
/proc/4012/statm: 3068 327 246 3 0 168 0

[startup+0.115197 s]
/proc/loadavg: 2.21 2.08 2.03 4/84 4012
/proc/meminfo: memFree=1487548/2055920 swapFree=4179028/4192956
[pid=4012] ppid=4010 vsize=13600 CPUtime=0.04
/proc/4012/stat : 4012 (sugar) S 4010 4012 2568 0 -1 4194304 900 127 0 0 3 1 0 0 23 0 1 0 2006206764 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4012/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.201204 s]
/proc/loadavg: 2.21 2.08 2.03 4/84 4012
/proc/meminfo: memFree=1487548/2055920 swapFree=4179028/4192956
[pid=4012] ppid=4010 vsize=13600 CPUtime=0.04
/proc/4012/stat : 4012 (sugar) S 4010 4012 2568 0 -1 4194304 900 127 0 0 3 1 0 0 23 0 1 0 2006206764 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4012/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301214 s]
/proc/loadavg: 2.21 2.08 2.03 4/84 4012
/proc/meminfo: memFree=1487548/2055920 swapFree=4179028/4192956
[pid=4012] ppid=4010 vsize=13600 CPUtime=0.04
/proc/4012/stat : 4012 (sugar) S 4010 4012 2568 0 -1 4194304 900 127 0 0 3 1 0 0 23 0 1 0 2006206764 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4012/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701259 s]
/proc/loadavg: 2.21 2.08 2.03 4/84 4012
/proc/meminfo: memFree=1487548/2055920 swapFree=4179028/4192956
[pid=4012] ppid=4010 vsize=13600 CPUtime=0.04
/proc/4012/stat : 4012 (sugar) S 4010 4012 2568 0 -1 4194304 900 127 0 0 3 1 0 0 23 0 1 0 2006206764 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4012/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50234 s]
/proc/loadavg: 2.21 2.08 2.03 3/95 4034
/proc/meminfo: memFree=1479524/2055920 swapFree=4179028/4192956
[pid=4012] ppid=4010 vsize=13600 CPUtime=0.86
/proc/4012/stat : 4012 (sugar) S 4010 4012 2568 0 -1 4194304 974 9102 0 1 3 1 76 6 15 0 1 0 2006206764 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4012/statm: 3400 797 370 3 0 500 0
[pid=4025] ppid=4012 vsize=5356 CPUtime=0
/proc/4025/stat : 4025 (sh) S 4012 4012 2568 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2006206854 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4025/statm: 1339 233 193 169 0 50 0
[pid=4026] ppid=4025 vsize=868360 CPUtime=0.58
/proc/4026/stat : 4026 (java) S 4025 4012 2568 0 -1 0 5617 0 1 0 54 4 0 0 18 0 9 0 2006206854 889200640 5021 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4026/statm: 217090 5021 1731 9 0 211665 0
[pid=4026/tid=4027] ppid=4025 vsize=868360 CPUtime=0.37
/proc/4026/task/4027/stat : 4027 (java) R 4025 4012 2568 0 -1 64 2670 0 1 0 35 2 0 0 22 0 9 0 2006206855 889200640 5021 996147200 134512640 134550740 4294955952 18446744073709551615 4126097532 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4026/tid=4028] ppid=4025 vsize=868360 CPUtime=0.04
/proc/4026/task/4028/stat : 4028 (java) S 4025 4012 2568 0 -1 64 836 0 0 0 4 0 0 0 16 0 9 0 2006206856 889200640 5021 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4026/tid=4029] ppid=4025 vsize=868360 CPUtime=0
/proc/4026/task/4029/stat : 4029 (java) S 4025 4012 2568 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2006206856 889200640 5021 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4026/tid=4030] ppid=4025 vsize=868360 CPUtime=0
/proc/4026/task/4030/stat : 4030 (java) S 4025 4012 2568 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 2006206856 889200640 5021 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4026/tid=4031] ppid=4025 vsize=868360 CPUtime=0
/proc/4026/task/4031/stat : 4031 (java) S 4025 4012 2568 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2006206858 889200640 5021 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4026/tid=4032] ppid=4025 vsize=868360 CPUtime=0.15
/proc/4026/task/4032/stat : 4032 (java) S 4025 4012 2568 0 -1 64 1420 0 0 0 14 1 0 0 16 0 9 0 2006206858 889200640 5021 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4026/tid=4033] ppid=4025 vsize=868360 CPUtime=0
/proc/4026/task/4033/stat : 4033 (java) S 4025 4012 2568 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2006206858 889200640 5021 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4026/tid=4034] ppid=4025 vsize=868360 CPUtime=0
/proc/4026/task/4034/stat : 4034 (java) S 4025 4012 2568 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2006206858 889200640 5021 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) 887316

[startup+3.10149 s]
/proc/loadavg: 2.21 2.08 2.03 3/95 4034
/proc/meminfo: memFree=1458084/2055920 swapFree=4179028/4192956
[pid=4012] ppid=4010 vsize=13600 CPUtime=2.72
/proc/4012/stat : 4012 (sugar) S 4010 4012 2568 0 -1 4194304 1022 19640 0 2 3 1 251 17 16 0 1 0 2006206764 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4012/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 2.72
Current children cumulated vsize (KiB) 13600

[startup+6.30182 s]
/proc/loadavg: 2.19 2.08 2.03 3/87 4036
/proc/meminfo: memFree=1476964/2055920 swapFree=4179028/4192956
[pid=4012] ppid=4010 vsize=13600 CPUtime=2.72
/proc/4012/stat : 4012 (sugar) S 4010 4012 2568 0 -1 4194304 1022 19640 0 2 3 1 251 17 16 0 1 0 2006206764 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4012/statm: 3400 799 370 3 0 500 0
[pid=4035] ppid=4012 vsize=5356 CPUtime=0
/proc/4035/stat : 4035 (sh) S 4012 4012 2568 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006207049 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4035/statm: 1339 232 193 169 0 50 0
[pid=4036] ppid=4035 vsize=8136 CPUtime=3.41
/proc/4036/stat : 4036 (picosat) R 4035 4012 2568 0 -1 4194304 1737 0 0 0 292 49 0 0 25 0 1 0 2006207049 8331264 1723 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/4036/statm: 2034 1723 42 102 0 1929 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 27092

[startup+12.7025 s]
/proc/loadavg: 2.17 2.08 2.03 3/87 4036
/proc/meminfo: memFree=1474788/2055920 swapFree=4179028/4192956
[pid=4012] ppid=4010 vsize=13600 CPUtime=2.72
/proc/4012/stat : 4012 (sugar) S 4010 4012 2568 0 -1 4194304 1022 19640 0 2 3 1 251 17 16 0 1 0 2006206764 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4012/statm: 3400 799 370 3 0 500 0
[pid=4035] ppid=4012 vsize=5356 CPUtime=0
/proc/4035/stat : 4035 (sh) S 4012 4012 2568 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006207049 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4035/statm: 1339 232 193 169 0 50 0
[pid=4036] ppid=4035 vsize=9460 CPUtime=9.76
/proc/4036/stat : 4036 (picosat) R 4035 4012 2568 0 -1 4194304 2093 0 0 0 926 50 0 0 25 0 1 0 2006207049 9687040 2077 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/4036/statm: 2365 2077 48 102 0 2260 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 28416

[startup+25.5017 s]
/proc/loadavg: 2.13 2.08 2.02 3/87 4036
/proc/meminfo: memFree=1473380/2055920 swapFree=4179028/4192956
[pid=4012] ppid=4010 vsize=13600 CPUtime=2.72
/proc/4012/stat : 4012 (sugar) S 4010 4012 2568 0 -1 4194304 1022 19640 0 2 3 1 251 17 16 0 1 0 2006206764 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4012/statm: 3400 799 370 3 0 500 0
[pid=4035] ppid=4012 vsize=5356 CPUtime=0
/proc/4035/stat : 4035 (sh) S 4012 4012 2568 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006207049 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4035/statm: 1339 232 193 169 0 50 0
[pid=4036] ppid=4035 vsize=10964 CPUtime=22.43
/proc/4036/stat : 4036 (picosat) R 4035 4012 2568 0 -1 4194304 2477 0 0 0 2193 50 0 0 25 0 1 0 2006207049 11227136 2461 996147200 134512640 134931368 4294956256 18446744073709551615 134525941 0 0 4096 0 0 0 0 17 1 0 0
/proc/4036/statm: 2741 2461 48 102 0 2636 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 29920

[startup+51.1013 s]
/proc/loadavg: 2.09 2.07 2.02 3/87 4036
/proc/meminfo: memFree=1469988/2055920 swapFree=4179028/4192956
[pid=4012] ppid=4010 vsize=13600 CPUtime=2.72
/proc/4012/stat : 4012 (sugar) S 4010 4012 2568 0 -1 4194304 1022 19640 0 2 3 1 251 17 16 0 1 0 2006206764 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4012/statm: 3400 799 370 3 0 500 0
[pid=4035] ppid=4012 vsize=5356 CPUtime=0
/proc/4035/stat : 4035 (sh) S 4012 4012 2568 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006207049 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4035/statm: 1339 232 193 169 0 50 0
[pid=4036] ppid=4035 vsize=14444 CPUtime=47.8
/proc/4036/stat : 4036 (picosat) R 4035 4012 2568 0 -1 4194304 3367 0 0 0 4729 51 0 0 25 0 1 0 2006207049 14790656 3351 996147200 134512640 134931368 4294956256 18446744073709551615 134522831 0 0 4096 0 0 0 0 17 1 0 0
/proc/4036/statm: 3611 3351 48 102 0 3506 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 33400

[startup+102.301 s]
/proc/loadavg: 2.04 2.06 2.02 3/87 4036
/proc/meminfo: memFree=1464036/2055920 swapFree=4179028/4192956
[pid=4012] ppid=4010 vsize=13600 CPUtime=2.72
/proc/4012/stat : 4012 (sugar) S 4010 4012 2568 0 -1 4194304 1022 19640 0 2 3 1 251 17 16 0 1 0 2006206764 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4012/statm: 3400 799 370 3 0 500 0
[pid=4035] ppid=4012 vsize=5356 CPUtime=0
/proc/4035/stat : 4035 (sh) S 4012 4012 2568 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006207049 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4035/statm: 1339 232 193 169 0 50 0
[pid=4036] ppid=4035 vsize=20148 CPUtime=98.51
/proc/4036/stat : 4036 (picosat) R 4035 4012 2568 0 -1 4194304 5015 0 0 0 9799 52 0 0 25 0 1 0 2006207049 20631552 4772 996147200 134512640 134931368 4294956256 18446744073709551615 134522740 0 0 4096 0 0 0 0 17 1 0 0
/proc/4036/statm: 5037 4772 48 102 0 4932 0
Current children cumulated CPU time (s) 101.23
Current children cumulated vsize (KiB) 39104

[startup+162.301 s]
/proc/loadavg: 2.01 2.04 2.01 3/87 4036
/proc/meminfo: memFree=1459364/2055920 swapFree=4179028/4192956
[pid=4012] ppid=4010 vsize=13600 CPUtime=2.72
/proc/4012/stat : 4012 (sugar) S 4010 4012 2568 0 -1 4194304 1022 19640 0 2 3 1 251 17 16 0 1 0 2006206764 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4012/statm: 3400 799 370 3 0 500 0
[pid=4035] ppid=4012 vsize=5356 CPUtime=0
/proc/4035/stat : 4035 (sh) S 4012 4012 2568 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006207049 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4035/statm: 1339 232 193 169 0 50 0
[pid=4036] ppid=4035 vsize=24756 CPUtime=157.95
/proc/4036/stat : 4036 (picosat) R 4035 4012 2568 0 -1 4194304 6346 0 0 0 15741 54 0 0 25 0 1 0 2006207049 25350144 5916 996147200 134512640 134931368 4294956256 18446744073709551615 134544809 0 0 4096 0 0 0 0 17 1 0 0
/proc/4036/statm: 6189 5916 48 102 0 6084 0
Current children cumulated CPU time (s) 160.67
Current children cumulated vsize (KiB) 43712

[startup+222.306 s]
/proc/loadavg: 2.00 2.03 2.00 3/87 4036
/proc/meminfo: memFree=1400804/2055920 swapFree=4179028/4192956
[pid=4012] ppid=4010 vsize=13600 CPUtime=2.72
/proc/4012/stat : 4012 (sugar) S 4010 4012 2568 0 -1 4194304 1022 19640 0 2 3 1 251 17 16 0 1 0 2006206764 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4012/statm: 3400 799 370 3 0 500 0
[pid=4035] ppid=4012 vsize=5356 CPUtime=0
/proc/4035/stat : 4035 (sh) S 4012 4012 2568 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006207049 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4035/statm: 1339 232 193 169 0 50 0
[pid=4036] ppid=4035 vsize=30288 CPUtime=217.19
/proc/4036/stat : 4036 (picosat) R 4035 4012 2568 0 -1 4194304 8239 0 0 0 21664 55 0 0 25 0 1 0 2006207049 31014912 7336 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/4036/statm: 7572 7336 48 102 0 7467 0
Current children cumulated CPU time (s) 219.91
Current children cumulated vsize (KiB) 49244

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

/proc/meminfo: memFree=1479292/2055920 swapFree=4179028/4192956
[pid=4012] ppid=4010 vsize=13600 CPUtime=2.72
/proc/4012/stat : 4012 (sugar) S 4010 4012 2568 0 -1 4194304 1022 19640 0 2 3 1 251 17 16 0 1 0 2006206764 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4012/statm: 3400 799 370 3 0 500 0
[pid=4035] ppid=4012 vsize=5356 CPUtime=0
/proc/4035/stat : 4035 (sh) S 4012 4012 2568 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006207049 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4035/statm: 1339 232 193 169 0 50 0
[pid=4036] ppid=4035 vsize=85440 CPUtime=1294.96
/proc/4036/stat : 4036 (picosat) R 4035 4012 2568 0 -1 4194304 27218 0 0 0 129422 74 0 0 25 0 1 0 2006207049 87490560 20952 996147200 134512640 134931368 4294956256 18446744073709551615 134520028 0 0 4096 0 0 0 0 17 0 0 0
/proc/4036/statm: 21360 20952 48 102 0 21255 0
Current children cumulated CPU time (s) 1297.68
Current children cumulated vsize (KiB) 104396

[startup+1362.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/76 4094
/proc/meminfo: memFree=1479356/2055920 swapFree=4179028/4192956
[pid=4012] ppid=4010 vsize=13600 CPUtime=2.72
/proc/4012/stat : 4012 (sugar) S 4010 4012 2568 0 -1 4194304 1022 19640 0 2 3 1 251 17 16 0 1 0 2006206764 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4012/statm: 3400 799 370 3 0 500 0
[pid=4035] ppid=4012 vsize=5356 CPUtime=0
/proc/4035/stat : 4035 (sh) S 4012 4012 2568 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006207049 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4035/statm: 1339 232 193 169 0 50 0
[pid=4036] ppid=4035 vsize=85440 CPUtime=1354.93
/proc/4036/stat : 4036 (picosat) R 4035 4012 2568 0 -1 4194304 27218 0 0 0 135419 74 0 0 25 0 1 0 2006207049 87490560 20952 996147200 134512640 134931368 4294956256 18446744073709551615 134525783 0 0 4096 0 0 0 0 17 0 0 0
/proc/4036/statm: 21360 20952 48 102 0 21255 0
Current children cumulated CPU time (s) 1357.65
Current children cumulated vsize (KiB) 104396

[startup+1422.3 s]
/proc/loadavg: 2.13 2.05 2.01 3/76 4094
/proc/meminfo: memFree=1476732/2055920 swapFree=4179028/4192956
[pid=4012] ppid=4010 vsize=13600 CPUtime=2.72
/proc/4012/stat : 4012 (sugar) S 4010 4012 2568 0 -1 4194304 1022 19640 0 2 3 1 251 17 16 0 1 0 2006206764 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4012/statm: 3400 799 370 3 0 500 0
[pid=4035] ppid=4012 vsize=5356 CPUtime=0
/proc/4035/stat : 4035 (sh) S 4012 4012 2568 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006207049 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4035/statm: 1339 232 193 169 0 50 0
[pid=4036] ppid=4035 vsize=88160 CPUtime=1414.91
/proc/4036/stat : 4036 (picosat) R 4035 4012 2568 0 -1 4194304 28011 0 0 0 141416 75 0 0 25 0 1 0 2006207049 90275840 21617 996147200 134512640 134931368 4294956256 18446744073709551615 134544617 0 0 4096 0 0 0 0 17 0 0 0
/proc/4036/statm: 22040 21617 48 102 0 21935 0
Current children cumulated CPU time (s) 1417.63
Current children cumulated vsize (KiB) 107116

[startup+1482.3 s]
/proc/loadavg: 2.12 2.05 2.01 3/76 4094
/proc/meminfo: memFree=1477692/2055920 swapFree=4179028/4192956
[pid=4012] ppid=4010 vsize=13600 CPUtime=2.72
/proc/4012/stat : 4012 (sugar) S 4010 4012 2568 0 -1 4194304 1022 19640 0 2 3 1 251 17 16 0 1 0 2006206764 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4012/statm: 3400 799 370 3 0 500 0
[pid=4035] ppid=4012 vsize=5356 CPUtime=0
/proc/4035/stat : 4035 (sh) S 4012 4012 2568 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006207049 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4035/statm: 1339 232 193 169 0 50 0
[pid=4036] ppid=4035 vsize=87036 CPUtime=1474.88
/proc/4036/stat : 4036 (picosat) R 4035 4012 2568 0 -1 4194304 28023 0 0 0 147413 75 0 0 25 0 1 0 2006207049 89124864 21363 996147200 134512640 134931368 4294956256 18446744073709551615 134529914 0 0 4096 0 0 0 0 17 0 0 0
/proc/4036/statm: 21759 21363 48 102 0 21654 0
Current children cumulated CPU time (s) 1477.6
Current children cumulated vsize (KiB) 105992

[startup+1542.31 s]
/proc/loadavg: 2.25 2.10 2.02 3/76 4094
/proc/meminfo: memFree=1478332/2055920 swapFree=4179028/4192956
[pid=4012] ppid=4010 vsize=13600 CPUtime=2.72
/proc/4012/stat : 4012 (sugar) S 4010 4012 2568 0 -1 4194304 1022 19640 0 2 3 1 251 17 16 0 1 0 2006206764 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4012/statm: 3400 799 370 3 0 500 0
[pid=4035] ppid=4012 vsize=5356 CPUtime=0
/proc/4035/stat : 4035 (sh) S 4012 4012 2568 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006207049 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4035/statm: 1339 232 193 169 0 50 0
[pid=4036] ppid=4035 vsize=86332 CPUtime=1534.87
/proc/4036/stat : 4036 (picosat) R 4035 4012 2568 0 -1 4194304 28023 0 0 0 153411 76 0 0 25 0 1 0 2006207049 88403968 21187 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/4036/statm: 21583 21187 48 102 0 21478 0
Current children cumulated CPU time (s) 1537.59
Current children cumulated vsize (KiB) 105288

[startup+1602.3 s]
/proc/loadavg: 2.09 2.08 2.02 3/76 4094
/proc/meminfo: memFree=1471612/2055920 swapFree=4179028/4192956
[pid=4012] ppid=4010 vsize=13600 CPUtime=2.72
/proc/4012/stat : 4012 (sugar) S 4010 4012 2568 0 -1 4194304 1022 19640 0 2 3 1 251 17 16 0 1 0 2006206764 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4012/statm: 3400 799 370 3 0 500 0
[pid=4035] ppid=4012 vsize=5356 CPUtime=0
/proc/4035/stat : 4035 (sh) S 4012 4012 2568 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006207049 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4035/statm: 1339 232 193 169 0 50 0
[pid=4036] ppid=4035 vsize=94164 CPUtime=1594.85
/proc/4036/stat : 4036 (picosat) R 4035 4012 2568 0 -1 4194304 29961 0 0 0 159407 78 0 0 25 0 1 0 2006207049 96423936 23125 996147200 134512640 134931368 4294956256 18446744073709551615 134583827 0 0 4096 0 0 0 0 17 0 0 0
/proc/4036/statm: 23541 23125 48 102 0 23436 0
Current children cumulated CPU time (s) 1597.57
Current children cumulated vsize (KiB) 113120

[startup+1662.3 s]
/proc/loadavg: 2.03 2.06 2.01 3/76 4094
/proc/meminfo: memFree=1478140/2055920 swapFree=4179028/4192956
[pid=4012] ppid=4010 vsize=13600 CPUtime=2.72
/proc/4012/stat : 4012 (sugar) S 4010 4012 2568 0 -1 4194304 1022 19640 0 2 3 1 251 17 16 0 1 0 2006206764 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4012/statm: 3400 799 370 3 0 500 0
[pid=4035] ppid=4012 vsize=5356 CPUtime=0
/proc/4035/stat : 4035 (sh) S 4012 4012 2568 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006207049 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4035/statm: 1339 232 193 169 0 50 0
[pid=4036] ppid=4035 vsize=86332 CPUtime=1654.82
/proc/4036/stat : 4036 (picosat) R 4035 4012 2568 0 -1 4194304 30233 0 0 0 165404 78 0 0 25 0 1 0 2006207049 88403968 21199 996147200 134512640 134931368 4294956256 18446744073709551615 134529486 0 0 4096 0 0 0 0 17 0 0 0
/proc/4036/statm: 21583 21199 48 102 0 21478 0
Current children cumulated CPU time (s) 1657.54
Current children cumulated vsize (KiB) 105288

[startup+1722.3 s]
/proc/loadavg: 2.01 2.05 2.00 3/76 4094
/proc/meminfo: memFree=1478076/2055920 swapFree=4179028/4192956
[pid=4012] ppid=4010 vsize=13600 CPUtime=2.72
/proc/4012/stat : 4012 (sugar) S 4010 4012 2568 0 -1 4194304 1022 19640 0 2 3 1 251 17 16 0 1 0 2006206764 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4012/statm: 3400 799 370 3 0 500 0
[pid=4035] ppid=4012 vsize=5356 CPUtime=0
/proc/4035/stat : 4035 (sh) S 4012 4012 2568 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006207049 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4035/statm: 1339 232 193 169 0 50 0
[pid=4036] ppid=4035 vsize=86332 CPUtime=1714.8
/proc/4036/stat : 4036 (picosat) R 4035 4012 2568 0 -1 4194304 30376 0 0 0 171401 79 0 0 25 0 1 0 2006207049 88403968 21201 996147200 134512640 134931368 4294956256 18446744073709551615 134520147 0 0 4096 0 0 0 0 17 0 0 0
/proc/4036/statm: 21583 21201 48 102 0 21478 0
Current children cumulated CPU time (s) 1717.52
Current children cumulated vsize (KiB) 105288

[startup+1782.3 s]
/proc/loadavg: 2.00 2.04 2.00 3/76 4094
/proc/meminfo: memFree=1466940/2055920 swapFree=4179028/4192956
[pid=4012] ppid=4010 vsize=13600 CPUtime=2.72
/proc/4012/stat : 4012 (sugar) S 4010 4012 2568 0 -1 4194304 1022 19640 0 2 3 1 251 17 16 0 1 0 2006206764 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4012/statm: 3400 799 370 3 0 500 0
[pid=4035] ppid=4012 vsize=5356 CPUtime=0
/proc/4035/stat : 4035 (sh) S 4012 4012 2568 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006207049 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4035/statm: 1339 232 193 169 0 50 0
[pid=4036] ppid=4035 vsize=97280 CPUtime=1774.78
/proc/4036/stat : 4036 (picosat) R 4035 4012 2568 0 -1 4194304 33253 0 0 0 177396 82 0 0 25 0 1 0 2006207049 99614720 23937 996147200 134512640 134931368 4294956256 18446744073709551615 134520520 0 0 4096 0 0 0 0 17 0 0 0
/proc/4036/statm: 24320 23937 48 102 0 24215 0
Current children cumulated CPU time (s) 1777.5
Current children cumulated vsize (KiB) 116236



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.9 s]
/proc/loadavg: 2.00 2.03 2.00 3/76 4094
/proc/meminfo: memFree=1466940/2055920 swapFree=4179028/4192956
[pid=4012] ppid=4010 vsize=13600 CPUtime=2.72
/proc/4012/stat : 4012 (sugar) S 4010 4012 2568 0 -1 4194304 1022 19640 0 2 3 1 251 17 16 0 1 0 2006206764 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4012/statm: 3400 799 370 3 0 500 0
[pid=4035] ppid=4012 vsize=5356 CPUtime=0
/proc/4035/stat : 4035 (sh) S 4012 4012 2568 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006207049 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4035/statm: 1339 232 193 169 0 50 0
[pid=4036] ppid=4035 vsize=97280 CPUtime=1797.37
/proc/4036/stat : 4036 (picosat) R 4035 4012 2568 0 -1 4194304 33253 0 0 0 179655 82 0 0 25 0 1 0 2006207049 99614720 23937 996147200 134512640 134931368 4294956256 18446744073709551615 134529977 0 0 4096 0 0 0 0 17 0 0 0
/proc/4036/statm: 24320 23937 48 102 0 24215 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 116236

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 4012 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=552611
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=198969
# CPU time returned by wait4() is 2.75158
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1804.92
CPU time (s): 1800.09
CPU user time (s): 1799.09
CPU system time (s): 1
CPU usage (%): 99.7322
Max. virtual memory (cumulated for all children) (KiB): 887532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.55261
system time used= 0.198969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21018
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= 3025
involuntary context switches= 2998

runsolver used 1.85772 second user time and 6.35603 second system time

The end

Launcher Data (download as text)

Begin job on node36 at 2008-07-05 17:38:59
IDJOB=1090874
IDBENCH=58503
IDSOLVER=345
FILE ID=node36/1090874-1215272339
PBS_JOBID= 7882168
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/graphColoring/insertion/k-insertion/normalized-3-insertions-5-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-1090874-1215272339/watcher-1090874-1215272339 -o /tmp/evaluation-result-1090874-1215272339/solver-1090874-1215272339 -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-1090874-1215272339.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 995ede434697f058154ccaad89a6f3c4
RANDOM SEED=1173563331

node36.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.240
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.240
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:       1488028 kB
Buffers:         31612 kB
Cached:         182300 kB
SwapCached:       7700 kB
Active:         434376 kB
Inactive:        82152 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1488028 kB
SwapTotal:     4192956 kB
SwapFree:      4179028 kB
Dirty:            2796 kB
Writeback:           0 kB
Mapped:         314244 kB
Slab:            36228 kB
Committed_AS:  4050276 kB
PageTables:       2288 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= 66548 MiB
End job on node36 at 2008-07-05 18:09:06