Trace number 2085029

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.14.6+picosat? (TO) 1800.01 1809.13

General information on the benchmark

Namecsp/graphColoring/leighton/leighton-25/
normalized-lei450-25d-23.xml
MD5SUMede0d66de0ce550243893916034293f6
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.618905
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints17425
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension0
Number of constraints which are defined in intension17425
Global constraints used (with number of constraints)

Solver Data

0.03/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.03/0.07	c 0	BEGIN Sun Jul 12 08:39:52 2009
0.03/0.07	c 0	PID 28661
0.03/0.08	c 0	HOST node80.alineos.net
0.03/0.08	c 0	CONVERTING HOME/instance-2085029-1247380791.xml TO HOME/temp.csp
0.03/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2085029-1247380791.xml' 'HOME/temp.csp'
1.06/1.17	c 1	1 domains, 450 variables, 1 predicates, 0 relations, 17425 constraints
1.13/1.23	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.13/1.23	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.15/1.30	c 1	Parsing HOME/temp.csp
1.15/1.44	c 1	parsed 10000 expressions
1.15/1.53	c 1	parsed 17877 expressions
1.15/1.53	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.15/1.53	c 1	Converting to clausal form CSP
1.15/1.79	c 1	converted 1788 (10%) expressions
1.15/1.84	c 1	converted 3576 (20%) expressions
1.15/1.96	c 2	converted 5364 (30%) expressions
1.15/2.02	c 2	converted 7151 (40%) expressions
1.15/2.07	c 2	converted 8939 (50%) expressions
2.00/2.13	c 2	converted 10727 (60%) expressions
2.10/2.27	c 2	converted 12514 (70%) expressions
2.20/2.33	c 2	converted 14302 (80%) expressions
2.20/2.39	c 2	converted 16090 (90%) expressions
2.30/2.45	c 2	converted 17877 (100%) expressions
2.30/2.45	c 2	CSP : 450 integers, 0 booleans, 17425 clauses, largest domain size 23
2.30/2.45	c 2	Heap : 16 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.30/2.45	c 2	Propagation in CSP
2.39/2.53	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.39/2.53	c 2	CSP : 450 integers, 0 booleans, 17425 clauses, largest domain size 23
2.39/2.53	c 2	Heap : 16 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.39/2.54	c 2	Simplifing CSP by introducing new Boolean variables
2.69/2.84	c 2	CSP : 450 integers, 34850 booleans, 52275 clauses, largest domain size 23
2.69/2.84	c 2	Heap : 27 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.80/2.97	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.90/3.00	c 3	45 (10%) CSP integer variables are encoded (945 clauses, 10253 bytes)
2.90/3.00	c 3	90 (20%) CSP integer variables are encoded (1890 clauses, 22521 bytes)
2.90/3.01	c 3	135 (30%) CSP integer variables are encoded (2835 clauses, 34806 bytes)
2.90/3.01	c 3	180 (40%) CSP integer variables are encoded (3780 clauses, 47091 bytes)
2.90/3.01	c 3	225 (50%) CSP integer variables are encoded (4725 clauses, 59376 bytes)
2.90/3.01	c 3	270 (60%) CSP integer variables are encoded (5670 clauses, 71661 bytes)
2.90/3.01	c 3	315 (70%) CSP integer variables are encoded (6615 clauses, 83946 bytes)
2.90/3.01	c 3	360 (80%) CSP integer variables are encoded (7560 clauses, 96231 bytes)
2.90/3.01	c 3	405 (90%) CSP integer variables are encoded (8505 clauses, 108516 bytes)
2.90/3.02	c 3	450 (100%) CSP integer variables are encoded (9450 clauses, 120801 bytes)
3.10/3.22	c 3	5228 (10%) CSP clauses are encoded (91370 clauses, 1601275 bytes)
3.19/3.38	c 3	10455 (20%) CSP clauses are encoded (173245 clauses, 3110835 bytes)
3.40/3.53	c 3	15683 (30%) CSP clauses are encoded (255165 clauses, 4695405 bytes)
3.49/3.70	c 3	20910 (40%) CSP clauses are encoded (337040 clauses, 6284123 bytes)
3.70/3.85	c 3	26138 (50%) CSP clauses are encoded (418960 clauses, 7873725 bytes)
3.89/4.00	c 4	31365 (60%) CSP clauses are encoded (500835 clauses, 9462443 bytes)
3.99/4.15	c 4	36593 (70%) CSP clauses are encoded (582755 clauses, 11052045 bytes)
4.19/4.31	c 4	41820 (80%) CSP clauses are encoded (664630 clauses, 12640763 bytes)
4.29/4.46	c 4	47048 (90%) CSP clauses are encoded (746550 clauses, 14230365 bytes)
4.49/4.61	c 4	52275 (100%) CSP clauses are encoded (828425 clauses, 15819083 bytes)
4.49/4.61	c 4	52275 CSP clauses encoded
4.49/4.61	c 4	Writing map file : HOME/temp.map
4.49/4.62	c 4	Heap : 17 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
4.49/4.62	c 4	SAT : 44750 SAT variables, 828425 SAT clauses, 15819083 bytes
4.49/4.62	c 4	Heap : 17 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
4.49/4.67	c 4	SOLVING HOME/temp.cnf
4.49/4.67	c 4	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.01/1809.12	c 1809	DECODING HOME/temp.out WITH HOME/temp.map
1800.01/1809.12	c 1809	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.01/1809.12	c ERROR INTERRUPTED
1800.01/1809.12	s UNKNOWN
1800.01/1809.12	c 1809	CPU 4.54 (0.05 0.02 4.2 0.27)
1800.01/1809.12	c 1809	END Sun Jul 12 09:10:01 2009

Verifier Data

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

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2085029-1247380791/watcher-2085029-1247380791 -o /tmp/evaluation-result-2085029-1247380791/solver-2085029-1247380791 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2085029-1247380791.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 2.00 2.47 4/82 28661
/proc/meminfo: memFree=1904808/2055920 swapFree=4192812/4192956
[pid=28661] ppid=28659 vsize=11864 CPUtime=0
/proc/28661/stat : 28661 (sugar) R 28659 28661 26798 0 -1 4194304 134 0 0 0 0 0 0 0 20 0 1 0 25143745 12148736 102 996147200 4194304 4206940 548682068608 18446744073709551615 226704431200 0 0 4224 0 0 0 0 17 1 0 0
/proc/28661/statm: 2966 102 71 3 0 66 0

[startup+0.0431119 s]
/proc/loadavg: 1.92 2.00 2.47 4/82 28661
/proc/meminfo: memFree=1904808/2055920 swapFree=4192812/4192956
[pid=28661] ppid=28659 vsize=13468 CPUtime=0.03
/proc/28661/stat : 28661 (sugar) R 28659 28661 26798 0 -1 4194304 755 0 0 0 2 1 0 0 20 0 1 0 25143745 13791232 723 996147200 4194304 4206940 548682068608 18446744073709551615 226695887870 0 0 4224 0 0 0 0 17 0 0 0
/proc/28661/statm: 3367 723 338 3 0 467 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13468

[startup+0.101122 s]
/proc/loadavg: 1.92 2.00 2.47 4/82 28661
/proc/meminfo: memFree=1904808/2055920 swapFree=4192812/4192956
[pid=28661] ppid=28659 vsize=16868 CPUtime=0.06
/proc/28661/stat : 28661 (sugar) S 28659 28661 26798 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 25143745 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28661/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301163 s]
/proc/loadavg: 1.92 2.00 2.47 4/82 28661
/proc/meminfo: memFree=1904808/2055920 swapFree=4192812/4192956
[pid=28661] ppid=28659 vsize=16868 CPUtime=0.06
/proc/28661/stat : 28661 (sugar) S 28659 28661 26798 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 25143745 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28661/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701256 s]
/proc/loadavg: 1.92 2.00 2.47 4/82 28661
/proc/meminfo: memFree=1904808/2055920 swapFree=4192812/4192956
[pid=28661] ppid=28659 vsize=16868 CPUtime=0.06
/proc/28661/stat : 28661 (sugar) S 28659 28661 26798 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 25143745 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28661/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50241 s]
/proc/loadavg: 1.92 2.00 2.47 5/93 28673
/proc/meminfo: memFree=1871376/2055920 swapFree=4192812/4192956
[pid=28661] ppid=28659 vsize=16868 CPUtime=1.15
/proc/28661/stat : 28661 (sugar) S 28659 28661 26798 0 -1 4194304 1309 12038 0 1 5 2 101 7 15 0 1 0 25143745 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28661/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 16868

[startup+3.10173 s]
/proc/loadavg: 1.92 2.00 2.47 4/93 28683
/proc/meminfo: memFree=1878488/2055920 swapFree=4192812/4192956
[pid=28661] ppid=28659 vsize=16868 CPUtime=1.15
/proc/28661/stat : 28661 (sugar) S 28659 28661 26798 0 -1 4194304 1310 12038 0 1 5 2 101 7 15 0 1 0 25143745 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28661/statm: 4217 1111 409 3 0 796 0
[pid=28674] ppid=28661 vsize=5356 CPUtime=0
/proc/28674/stat : 28674 (sh) S 28661 28661 26798 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25143868 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28674/statm: 1339 233 193 169 0 50 0
[pid=28675] ppid=28674 vsize=868716 CPUtime=1.84
/proc/28675/stat : 28675 (java) S 28674 28661 26798 0 -1 0 13909 0 1 0 177 7 0 0 18 0 9 0 25143868 889565184 12695 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28675/statm: 217179 12695 2590 9 0 211656 0
[pid=28675/tid=28676] ppid=28674 vsize=868716 CPUtime=0.93
/proc/28675/task/28676/stat : 28676 (java) R 28674 28661 26798 0 -1 64 2950 0 1 0 91 2 0 0 25 0 9 0 25143869 889565184 12695 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28675/tid=28677] ppid=28674 vsize=868716 CPUtime=0.68
/proc/28675/task/28677/stat : 28677 (java) S 28674 28661 26798 0 -1 64 8745 0 0 0 65 3 0 0 16 0 9 0 25143870 889565184 12695 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28675/tid=28678] ppid=28674 vsize=868716 CPUtime=0
/proc/28675/task/28678/stat : 28678 (java) S 28674 28661 26798 0 -1 64 15 0 0 0 0 0 0 0 17 0 9 0 25143870 889565184 12695 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28675/tid=28679] ppid=28674 vsize=868716 CPUtime=0
/proc/28675/task/28679/stat : 28679 (java) S 28674 28661 26798 0 -1 64 9 0 0 0 0 0 0 0 17 0 9 0 25143870 889565184 12695 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28675/tid=28680] ppid=28674 vsize=868716 CPUtime=0
/proc/28675/task/28680/stat : 28680 (java) S 28674 28661 26798 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 25143872 889565184 12695 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28675/tid=28681] ppid=28674 vsize=868716 CPUtime=0.2
/proc/28675/task/28681/stat : 28681 (java) S 28674 28661 26798 0 -1 64 1511 0 0 0 20 0 0 0 16 0 9 0 25143872 889565184 12695 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28675/tid=28682] ppid=28674 vsize=868716 CPUtime=0
/proc/28675/task/28682/stat : 28682 (java) S 28674 28661 26798 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25143872 889565184 12695 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28675/tid=28683] ppid=28674 vsize=868716 CPUtime=0
/proc/28675/task/28683/stat : 28683 (java) S 28674 28661 26798 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25143872 889565184 12695 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 890940

[startup+6.30238 s]
/proc/loadavg: 2.01 2.02 2.47 4/85 28685
/proc/meminfo: memFree=1881048/2055920 swapFree=4192812/4192956
[pid=28661] ppid=28659 vsize=16868 CPUtime=4.54
/proc/28661/stat : 28661 (sugar) S 28659 28661 26798 0 -1 4194304 1365 26457 0 2 5 2 420 27 16 0 1 0 25143745 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28661/statm: 4217 1113 409 3 0 796 0
[pid=28684] ppid=28661 vsize=5356 CPUtime=0
/proc/28684/stat : 28684 (sh) S 28661 28661 26798 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25144212 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28684/statm: 1339 232 193 169 0 50 0
[pid=28685] ppid=28684 vsize=9468 CPUtime=1.61
/proc/28685/stat : 28685 (picosat) R 28684 28661 26798 0 -1 4194304 2015 0 0 0 68 93 0 0 25 0 1 0 25144213 9695232 2001 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/28685/statm: 2367 2001 40 102 0 2262 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 31692

[startup+12.7017 s]
/proc/loadavg: 2.09 2.03 2.47 5/85 28685
/proc/meminfo: memFree=1854296/2055920 swapFree=4192812/4192956
[pid=28661] ppid=28659 vsize=16868 CPUtime=4.54
/proc/28661/stat : 28661 (sugar) S 28659 28661 26798 0 -1 4194304 1365 26457 0 2 5 2 420 27 16 0 1 0 25143745 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28661/statm: 4217 1113 409 3 0 796 0
[pid=28684] ppid=28661 vsize=5356 CPUtime=0
/proc/28684/stat : 28684 (sh) S 28661 28661 26798 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25144212 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28684/statm: 1339 232 193 169 0 50 0
[pid=28685] ppid=28684 vsize=34540 CPUtime=7.97
/proc/28685/stat : 28685 (picosat) R 28684 28661 26798 0 -1 4194304 7887 0 0 0 422 375 0 0 25 0 1 0 25144213 35368960 7873 996147200 134512640 134931368 4294956256 18446744073709551615 134525807 0 0 4096 0 0 0 0 17 1 0 0
/proc/28685/statm: 8635 7873 42 102 0 8530 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 56764

[startup+25.5013 s]
/proc/loadavg: 2.07 2.03 2.46 4/85 28685
/proc/meminfo: memFree=1848280/2055920 swapFree=4192812/4192956
[pid=28661] ppid=28659 vsize=16868 CPUtime=4.54
/proc/28661/stat : 28661 (sugar) S 28659 28661 26798 0 -1 4194304 1365 26457 0 2 5 2 420 27 16 0 1 0 25143745 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28661/statm: 4217 1113 409 3 0 796 0
[pid=28684] ppid=28661 vsize=5356 CPUtime=0
/proc/28684/stat : 28684 (sh) S 28661 28661 26798 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25144212 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28684/statm: 1339 232 193 169 0 50 0
[pid=28685] ppid=28684 vsize=40084 CPUtime=20.7
/proc/28685/stat : 28685 (picosat) R 28684 28661 26798 0 -1 4194304 9333 0 0 0 1693 377 0 0 25 0 1 0 25144213 41046016 9319 996147200 134512640 134931368 4294956256 18446744073709551615 134543543 0 0 4096 0 0 0 0 17 1 0 0
/proc/28685/statm: 10021 9319 42 102 0 9916 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 62308

[startup+51.1015 s]
/proc/loadavg: 2.04 2.03 2.45 4/85 28685
/proc/meminfo: memFree=1843800/2055920 swapFree=4192812/4192956
[pid=28661] ppid=28659 vsize=16868 CPUtime=4.54
/proc/28661/stat : 28661 (sugar) S 28659 28661 26798 0 -1 4194304 1365 26457 0 2 5 2 420 27 16 0 1 0 25143745 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28661/statm: 4217 1113 409 3 0 796 0
[pid=28684] ppid=28661 vsize=5356 CPUtime=0
/proc/28684/stat : 28684 (sh) S 28661 28661 26798 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25144212 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28684/statm: 1339 232 193 169 0 50 0
[pid=28685] ppid=28684 vsize=44568 CPUtime=46.17
/proc/28685/stat : 28685 (picosat) R 28684 28661 26798 0 -1 4194304 10608 0 0 0 4239 378 0 0 25 0 1 0 25144213 45637632 10469 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/28685/statm: 11142 10469 48 102 0 11037 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 66792

[startup+102.307 s]
/proc/loadavg: 2.02 2.02 2.43 4/85 28685
/proc/meminfo: memFree=1841752/2055920 swapFree=4192812/4192956
[pid=28661] ppid=28659 vsize=16868 CPUtime=4.54
/proc/28661/stat : 28661 (sugar) S 28659 28661 26798 0 -1 4194304 1365 26457 0 2 5 2 420 27 16 0 1 0 25143745 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28661/statm: 4217 1113 409 3 0 796 0
[pid=28684] ppid=28661 vsize=5356 CPUtime=0
/proc/28684/stat : 28684 (sh) S 28661 28661 26798 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25144212 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28684/statm: 1339 232 193 169 0 50 0
[pid=28685] ppid=28684 vsize=46152 CPUtime=97.12
/proc/28685/stat : 28685 (picosat) R 28684 28661 26798 0 -1 4194304 11276 0 0 0 9334 378 0 0 25 0 1 0 25144213 47259648 10903 996147200 134512640 134931368 4294956256 18446744073709551615 134525741 0 0 4096 0 0 0 0 17 1 0 0
/proc/28685/statm: 11538 10903 48 102 0 11433 0
Current children cumulated CPU time (s) 101.66
Current children cumulated vsize (KiB) 68376

[startup+162.301 s]
/proc/loadavg: 2.00 2.02 2.40 4/85 28685
/proc/meminfo: memFree=1838936/2055920 swapFree=4192812/4192956
[pid=28661] ppid=28659 vsize=16868 CPUtime=4.54
/proc/28661/stat : 28661 (sugar) S 28659 28661 26798 0 -1 4194304 1365 26457 0 2 5 2 420 27 16 0 1 0 25143745 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28661/statm: 4217 1113 409 3 0 796 0
[pid=28684] ppid=28661 vsize=5356 CPUtime=0
/proc/28684/stat : 28684 (sh) S 28661 28661 26798 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25144212 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28684/statm: 1339 232 193 169 0 50 0
[pid=28685] ppid=28684 vsize=49304 CPUtime=156.82
/proc/28685/stat : 28685 (picosat) R 28684 28661 26798 0 -1 4194304 12206 0 0 0 15303 379 0 0 25 0 1 0 25144213 50487296 11573 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/28685/statm: 12326 11573 48 102 0 12221 0
Current children cumulated CPU time (s) 161.36
Current children cumulated vsize (KiB) 71528

[startup+222.301 s]
/proc/loadavg: 2.00 2.01 2.37 4/85 28685
/proc/meminfo: memFree=1838360/2055920 swapFree=4192812/4192956
[pid=28661] ppid=28659 vsize=16868 CPUtime=4.54
/proc/28661/stat : 28661 (sugar) S 28659 28661 26798 0 -1 4194304 1365 26457 0 2 5 2 420 27 16 0 1 0 25143745 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28661/statm: 4217 1113 409 3 0 796 0
[pid=28684] ppid=28661 vsize=5356 CPUtime=0
/proc/28684/stat : 28684 (sh) S 28661 28661 26798 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25144212 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28684/statm: 1339 232 193 169 0 50 0
[pid=28685] ppid=28684 vsize=49832 CPUtime=216.52
/proc/28685/stat : 28685 (picosat) R 28684 28661 26798 0 -1 4194304 12481 0 0 0 21273 379 0 0 25 0 1 0 25144213 51027968 11709 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/28685/statm: 12458 11709 48 102 0 12353 0
Current children cumulated CPU time (s) 221.06
Current children cumulated vsize (KiB) 72056


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

/proc/meminfo: memFree=1803928/2055920 swapFree=4192812/4192956
[pid=28661] ppid=28659 vsize=16868 CPUtime=4.54
/proc/28661/stat : 28661 (sugar) S 28659 28661 26798 0 -1 4194304 1365 26457 0 2 5 2 420 27 16 0 1 0 25143745 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28661/statm: 4217 1113 409 3 0 796 0
[pid=28684] ppid=28661 vsize=5356 CPUtime=0
/proc/28684/stat : 28684 (sh) S 28661 28661 26798 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25144212 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28684/statm: 1339 232 193 169 0 50 0
[pid=28685] ppid=28684 vsize=64592 CPUtime=1350.87
/proc/28685/stat : 28685 (picosat) R 28684 28661 26798 0 -1 4194304 18633 0 0 0 134701 386 0 0 25 0 1 0 25144213 66142208 15605 996147200 134512640 134931368 4294956256 18446744073709551615 134525578 0 0 4096 0 0 0 0 17 1 0 0
/proc/28685/statm: 16148 15605 48 102 0 16043 0
Current children cumulated CPU time (s) 1355.41
Current children cumulated vsize (KiB) 86816

[startup+1422.31 s]
/proc/loadavg: 2.00 2.03 2.09 3/78 28745
/proc/meminfo: memFree=1803096/2055920 swapFree=4192812/4192956
[pid=28661] ppid=28659 vsize=16868 CPUtime=4.54
/proc/28661/stat : 28661 (sugar) S 28659 28661 26798 0 -1 4194304 1365 26457 0 2 5 2 420 27 16 0 1 0 25143745 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28661/statm: 4217 1113 409 3 0 796 0
[pid=28684] ppid=28661 vsize=5356 CPUtime=0
/proc/28684/stat : 28684 (sh) S 28661 28661 26798 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25144212 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28684/statm: 1339 232 193 169 0 50 0
[pid=28685] ppid=28684 vsize=64592 CPUtime=1410.57
/proc/28685/stat : 28685 (picosat) R 28684 28661 26798 0 -1 4194304 18633 0 0 0 140671 386 0 0 25 0 1 0 25144213 66142208 15605 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/28685/statm: 16148 15605 48 102 0 16043 0
Current children cumulated CPU time (s) 1415.11
Current children cumulated vsize (KiB) 86816

[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 2.09 3/78 28745
/proc/meminfo: memFree=1800664/2055920 swapFree=4192812/4192956
[pid=28661] ppid=28659 vsize=16868 CPUtime=4.54
/proc/28661/stat : 28661 (sugar) S 28659 28661 26798 0 -1 4194304 1365 26457 0 2 5 2 420 27 16 0 1 0 25143745 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28661/statm: 4217 1113 409 3 0 796 0
[pid=28684] ppid=28661 vsize=5356 CPUtime=0
/proc/28684/stat : 28684 (sh) S 28661 28661 26798 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25144212 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28684/statm: 1339 232 193 169 0 50 0
[pid=28685] ppid=28684 vsize=64592 CPUtime=1470.28
/proc/28685/stat : 28685 (picosat) R 28684 28661 26798 0 -1 4194304 18633 0 0 0 146642 386 0 0 25 0 1 0 25144213 66142208 15605 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/28685/statm: 16148 15605 48 102 0 16043 0
Current children cumulated CPU time (s) 1474.82
Current children cumulated vsize (KiB) 86816

[startup+1542.3 s]
/proc/loadavg: 2.00 2.02 2.08 3/78 28745
/proc/meminfo: memFree=1799640/2055920 swapFree=4192812/4192956
[pid=28661] ppid=28659 vsize=16868 CPUtime=4.54
/proc/28661/stat : 28661 (sugar) S 28659 28661 26798 0 -1 4194304 1365 26457 0 2 5 2 420 27 16 0 1 0 25143745 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28661/statm: 4217 1113 409 3 0 796 0
[pid=28684] ppid=28661 vsize=5356 CPUtime=0
/proc/28684/stat : 28684 (sh) S 28661 28661 26798 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25144212 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28684/statm: 1339 232 193 169 0 50 0
[pid=28685] ppid=28684 vsize=65252 CPUtime=1529.97
/proc/28685/stat : 28685 (picosat) R 28684 28661 26798 0 -1 4194304 19097 0 0 0 152611 386 0 0 25 0 1 0 25144213 66818048 15817 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/28685/statm: 16313 15817 48 102 0 16208 0
Current children cumulated CPU time (s) 1534.51
Current children cumulated vsize (KiB) 87476

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.07 3/78 28745
/proc/meminfo: memFree=1796312/2055920 swapFree=4192812/4192956
[pid=28661] ppid=28659 vsize=16868 CPUtime=4.54
/proc/28661/stat : 28661 (sugar) S 28659 28661 26798 0 -1 4194304 1365 26457 0 2 5 2 420 27 16 0 1 0 25143745 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28661/statm: 4217 1113 409 3 0 796 0
[pid=28684] ppid=28661 vsize=5356 CPUtime=0
/proc/28684/stat : 28684 (sh) S 28661 28661 26798 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25144212 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28684/statm: 1339 232 193 169 0 50 0
[pid=28685] ppid=28684 vsize=65252 CPUtime=1589.68
/proc/28685/stat : 28685 (picosat) R 28684 28661 26798 0 -1 4194304 19097 0 0 0 158582 386 0 0 25 0 1 0 25144213 66818048 15817 996147200 134512640 134931368 4294956256 18446744073709551615 134525797 0 0 4096 0 0 0 0 17 1 0 0
/proc/28685/statm: 16313 15817 48 102 0 16208 0
Current children cumulated CPU time (s) 1594.22
Current children cumulated vsize (KiB) 87476

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.07 3/78 28745
/proc/meminfo: memFree=1790232/2055920 swapFree=4192812/4192956
[pid=28661] ppid=28659 vsize=16868 CPUtime=4.54
/proc/28661/stat : 28661 (sugar) S 28659 28661 26798 0 -1 4194304 1365 26457 0 2 5 2 420 27 16 0 1 0 25143745 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28661/statm: 4217 1113 409 3 0 796 0
[pid=28684] ppid=28661 vsize=5356 CPUtime=0
/proc/28684/stat : 28684 (sh) S 28661 28661 26798 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25144212 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28684/statm: 1339 232 193 169 0 50 0
[pid=28685] ppid=28684 vsize=65252 CPUtime=1649.38
/proc/28685/stat : 28685 (picosat) R 28684 28661 26798 0 -1 4194304 19097 0 0 0 164552 386 0 0 25 0 1 0 25144213 66818048 15817 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/28685/statm: 16313 15817 48 102 0 16208 0
Current children cumulated CPU time (s) 1653.92
Current children cumulated vsize (KiB) 87476

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.06 3/78 28745
/proc/meminfo: memFree=1788696/2055920 swapFree=4192812/4192956
[pid=28661] ppid=28659 vsize=16868 CPUtime=4.54
/proc/28661/stat : 28661 (sugar) S 28659 28661 26798 0 -1 4194304 1365 26457 0 2 5 2 420 27 16 0 1 0 25143745 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28661/statm: 4217 1113 409 3 0 796 0
[pid=28684] ppid=28661 vsize=5356 CPUtime=0
/proc/28684/stat : 28684 (sh) S 28661 28661 26798 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25144212 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28684/statm: 1339 232 193 169 0 50 0
[pid=28685] ppid=28684 vsize=65252 CPUtime=1709.09
/proc/28685/stat : 28685 (picosat) R 28684 28661 26798 0 -1 4194304 19097 0 0 0 170523 386 0 0 25 0 1 0 25144213 66818048 15817 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/28685/statm: 16313 15817 48 102 0 16208 0
Current children cumulated CPU time (s) 1713.63
Current children cumulated vsize (KiB) 87476

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.06 3/78 28745
/proc/meminfo: memFree=1787352/2055920 swapFree=4192812/4192956
[pid=28661] ppid=28659 vsize=16868 CPUtime=4.54
/proc/28661/stat : 28661 (sugar) S 28659 28661 26798 0 -1 4194304 1365 26457 0 2 5 2 420 27 16 0 1 0 25143745 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28661/statm: 4217 1113 409 3 0 796 0
[pid=28684] ppid=28661 vsize=5356 CPUtime=0
/proc/28684/stat : 28684 (sh) S 28661 28661 26798 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25144212 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28684/statm: 1339 232 193 169 0 50 0
[pid=28685] ppid=28684 vsize=67332 CPUtime=1768.8
/proc/28685/stat : 28685 (picosat) R 28684 28661 26798 0 -1 4194304 19633 0 0 0 176493 387 0 0 25 0 1 0 25144213 68947968 16091 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/28685/statm: 16833 16091 48 102 0 16728 0
Current children cumulated CPU time (s) 1773.34
Current children cumulated vsize (KiB) 89556



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.1 s]
/proc/loadavg: 2.00 2.00 2.05 3/78 28745
/proc/meminfo: memFree=1787352/2055920 swapFree=4192812/4192956
[pid=28661] ppid=28659 vsize=16868 CPUtime=4.54
/proc/28661/stat : 28661 (sugar) S 28659 28661 26798 0 -1 4194304 1365 26457 0 2 5 2 420 27 16 0 1 0 25143745 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28661/statm: 4217 1113 409 3 0 796 0
[pid=28684] ppid=28661 vsize=5356 CPUtime=0
/proc/28684/stat : 28684 (sh) S 28661 28661 26798 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25144212 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28684/statm: 1339 232 193 169 0 50 0
[pid=28685] ppid=28684 vsize=67332 CPUtime=1795.47
/proc/28685/stat : 28685 (picosat) R 28684 28661 26798 0 -1 4194304 19633 0 0 0 179160 387 0 0 25 0 1 0 25144213 68947968 16091 996147200 134512640 134931368 4294956256 18446744073709551615 134525807 0 0 4096 0 0 0 0 17 1 0 0
/proc/28685/statm: 16833 16091 48 102 0 16728 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 89556

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

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

[startup+1809.1 s]
/proc/loadavg: 2.00 2.00 2.05 3/78 28745
/proc/meminfo: memFree=1787352/2055920 swapFree=4192812/4192956
[pid=28661] ppid=28659 vsize=16868 CPUtime=4.54
/proc/28661/stat : 28661 (sugar) S 28659 28661 26798 0 -1 4194304 1365 26457 0 2 5 2 420 27 16 0 1 0 25143745 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28661/statm: 4217 1113 409 3 0 796 0
[pid=28684] ppid=28661 vsize=5356 CPUtime=0
/proc/28684/stat : 28684 (sh) S 28661 28661 26798 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25144212 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28684/statm: 1339 232 193 169 0 50 0
[pid=28685] ppid=28684 vsize=67332 CPUtime=1795.47
/proc/28685/stat : 28685 (picosat) R 28684 28661 26798 0 -1 4194304 19633 0 0 0 179160 387 0 0 25 0 1 0 25144213 68947968 16091 996147200 134512640 134931368 4294956256 18446744073709551615 134525807 0 0 4096 0 0 0 0 17 1 0 0
/proc/28685/statm: 16833 16091 48 102 0 16728 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 89556

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 28661 and gives
#  childrusage.ru_utime.tv_sec=4
#  childrusage.ru_utime.tv_usec=257352
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=308953
# CPU time returned by wait4() is 4.56631
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1809.13
CPU time (s): 1800.01
CPU user time (s): 1795.85
CPU system time (s): 4.16
CPU usage (%): 99.4959
Max. virtual memory (cumulated for all children) (KiB): 891080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.25735
system time used= 0.308953
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28280
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= 4494
involuntary context switches= 4426

runsolver used 1.9837 second user time and 6.25005 second system time

The end

Launcher Data

Begin job on node80 at 2009-07-12 08:39:52
IDJOB=2085029
IDBENCH=58276
IDSOLVER=738
FILE ID=node80/2085029-1247380791
PBS_JOBID= 9507145
Free space on /tmp= 66364 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/graphColoring/leighton/leighton-25/normalized-lei450-25d-23.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2085029-1247380791/watcher-2085029-1247380791 -o /tmp/evaluation-result-2085029-1247380791/solver-2085029-1247380791 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-2085029-1247380791.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= ede0d66de0ce550243893916034293f6
RANDOM SEED=98176301

node80.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.285
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.285
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:       1905224 kB
Buffers:          5868 kB
Cached:          50980 kB
SwapCached:          0 kB
Active:          84168 kB
Inactive:        16976 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1905224 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3388 kB
Writeback:           0 kB
Mapped:          64668 kB
Slab:            34660 kB
Committed_AS:   254680 kB
PageTables:       1900 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= 66364 MiB
End job on node80 at 2009-07-12 09:10:03