Trace number 2085293

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.07 1803.32

General information on the benchmark

Namecsp/graphColoring/sgb/queen/
normalized-queen13-13-14.xml
MD5SUM21ee69a34102e53e746e1388c6d27e48
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 variables169
Number of constraints3328
Maximum constraint arity2
Maximum domain size14
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3328
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sun Jul 12 08:50:27 2009
0.00/0.08	c 0	PID 25026
0.00/0.08	c 0	HOST node4.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2085293-1247381427.xml TO HOME/temp.csp
0.00/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-2085293-1247381427.xml' 'HOME/temp.csp'
0.07/0.64	c 1	1 domains, 169 variables, 1 predicates, 0 relations, 3328 constraints
0.07/0.67	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.67	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'
0.61/0.75	c 1	Parsing HOME/temp.csp
0.61/0.85	c 1	parsed 3499 expressions
0.61/0.85	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.61/0.85	c 1	Converting to clausal form CSP
0.61/0.95	c 1	converted 350 (10%) expressions
0.92/1.08	c 1	converted 700 (20%) expressions
1.02/1.11	c 1	converted 1050 (30%) expressions
1.02/1.13	c 2	converted 1400 (40%) expressions
1.02/1.14	c 2	converted 1750 (50%) expressions
1.02/1.16	c 2	converted 2100 (60%) expressions
1.02/1.17	c 2	converted 2450 (70%) expressions
1.02/1.18	c 2	converted 2800 (80%) expressions
1.02/1.19	c 2	converted 3150 (90%) expressions
1.12/1.21	c 2	converted 3499 (100%) expressions
1.12/1.21	c 2	CSP : 169 integers, 0 booleans, 3328 clauses, largest domain size 14
1.12/1.21	c 2	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.12/1.21	c 2	Propagation in CSP
1.12/1.23	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.12/1.23	c 2	CSP : 169 integers, 0 booleans, 3328 clauses, largest domain size 14
1.12/1.23	c 2	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.12/1.24	c 2	Simplifing CSP by introducing new Boolean variables
1.21/1.34	c 2	CSP : 169 integers, 6656 booleans, 9984 clauses, largest domain size 14
1.21/1.34	c 2	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.21/1.38	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.21/1.40	c 2	17 (10%) CSP integer variables are encoded (204 clauses, 2108 bytes)
1.31/1.40	c 2	34 (20%) CSP integer variables are encoded (408 clauses, 4352 bytes)
1.31/1.40	c 2	51 (30%) CSP integer variables are encoded (612 clauses, 6596 bytes)
1.31/1.40	c 2	68 (40%) CSP integer variables are encoded (816 clauses, 8840 bytes)
1.31/1.40	c 2	85 (50%) CSP integer variables are encoded (1020 clauses, 11279 bytes)
1.31/1.41	c 2	102 (60%) CSP integer variables are encoded (1224 clauses, 13931 bytes)
1.31/1.41	c 2	119 (70%) CSP integer variables are encoded (1428 clauses, 16583 bytes)
1.31/1.41	c 2	136 (80%) CSP integer variables are encoded (1632 clauses, 19235 bytes)
1.31/1.41	c 2	153 (90%) CSP integer variables are encoded (1836 clauses, 21887 bytes)
1.31/1.41	c 2	169 (100%) CSP integer variables are encoded (2028 clauses, 24383 bytes)
1.31/1.47	c 2	999 (10%) CSP clauses are encoded (11685 clauses, 176059 bytes)
1.40/1.50	c 2	1997 (20%) CSP clauses are encoded (21341 clauses, 336283 bytes)
1.40/1.54	c 2	2996 (30%) CSP clauses are encoded (30998 clauses, 496853 bytes)
1.40/1.56	c 2	3994 (40%) CSP clauses are encoded (40641 clauses, 657796 bytes)
1.40/1.58	c 2	4992 (50%) CSP clauses are encoded (50284 clauses, 819285 bytes)
1.50/1.61	c 2	5991 (60%) CSP clauses are encoded (59941 clauses, 982291 bytes)
1.50/1.63	c 2	6989 (70%) CSP clauses are encoded (69597 clauses, 1154435 bytes)
1.50/1.66	c 2	7988 (80%) CSP clauses are encoded (79254 clauses, 1328261 bytes)
1.50/1.68	c 2	8986 (90%) CSP clauses are encoded (88897 clauses, 1501832 bytes)
1.61/1.71	c 2	9984 (100%) CSP clauses are encoded (98540 clauses, 1675403 bytes)
1.61/1.71	c 2	9984 CSP clauses encoded
1.61/1.71	c 2	Writing map file : HOME/temp.map
1.61/1.72	c 2	Heap : 4 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
1.61/1.72	c 2	SAT : 8853 SAT variables, 98540 SAT clauses, 1675403 bytes
1.61/1.72	c 2	Heap : 4 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
1.61/1.77	c 2	SOLVING HOME/temp.cnf
1.61/1.77	c 2	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.07/1803.31	c 1804	DECODING HOME/temp.out WITH HOME/temp.map
1800.07/1803.31	c 1804	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.07/1803.32	c ERROR INTERRUPTED
1800.07/1803.32	s UNKNOWN
1800.07/1803.32	c 1804	CPU 1.65 (0.05 0.02 1.46 0.12)
1800.07/1803.32	c 1804	END Sun Jul 12 09:20:31 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-2085293-1247381427/watcher-2085293-1247381427 -o /tmp/evaluation-result-2085293-1247381427/solver-2085293-1247381427 -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-2085293-1247381427.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: 2.05 2.01 2.00 4/84 25026
/proc/meminfo: memFree=1389640/2055920 swapFree=4192812/4192956
[pid=25026] ppid=25024 vsize=12000 CPUtime=0
/proc/25026/stat : 25026 (sugar) R 25024 25026 24693 0 -1 4194304 194 0 0 0 0 0 0 0 20 0 1 0 25210243 12288000 162 996147200 4194304 4206940 548682068608 18446744073709551615 259912785994 0 0 4224 0 0 0 0 17 1 0 0
/proc/25026/statm: 3000 162 124 3 0 100 0

[startup+0.0940291 s]
/proc/loadavg: 2.05 2.01 2.00 4/84 25026
/proc/meminfo: memFree=1389640/2055920 swapFree=4192812/4192956
[pid=25026] ppid=25024 vsize=16868 CPUtime=0.07
/proc/25026/stat : 25026 (sugar) S 25024 25026 24693 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 25210243 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25026/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.102036 s]
/proc/loadavg: 2.05 2.01 2.00 4/84 25026
/proc/meminfo: memFree=1389640/2055920 swapFree=4192812/4192956
[pid=25026] ppid=25024 vsize=16868 CPUtime=0.07
/proc/25026/stat : 25026 (sugar) S 25024 25026 24693 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 25210243 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25026/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.302054 s]
/proc/loadavg: 2.05 2.01 2.00 4/84 25026
/proc/meminfo: memFree=1389640/2055920 swapFree=4192812/4192956
[pid=25026] ppid=25024 vsize=16868 CPUtime=0.07
/proc/25026/stat : 25026 (sugar) S 25024 25026 24693 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 25210243 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25026/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.702102 s]
/proc/loadavg: 2.05 2.01 2.00 4/84 25026
/proc/meminfo: memFree=1389640/2055920 swapFree=4192812/4192956
[pid=25026] ppid=25024 vsize=16868 CPUtime=0.61
/proc/25026/stat : 25026 (sugar) S 25024 25026 24693 0 -1 4194304 1292 6769 0 1 5 2 49 5 16 0 1 0 25210243 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25026/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 16868

[startup+1.50117 s]
/proc/loadavg: 2.05 2.01 2.00 4/95 25048
/proc/meminfo: memFree=1378032/2055920 swapFree=4192812/4192956
[pid=25026] ppid=25024 vsize=16868 CPUtime=0.61
/proc/25026/stat : 25026 (sugar) S 25024 25026 24693 0 -1 4194304 1310 6769 0 1 5 2 49 5 15 0 1 0 25210243 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25026/statm: 4217 1111 409 3 0 796 0
[pid=25039] ppid=25026 vsize=5356 CPUtime=0
/proc/25039/stat : 25039 (sh) S 25026 25026 24693 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25210310 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25039/statm: 1339 233 193 169 0 50 0
[pid=25040] ppid=25039 vsize=868676 CPUtime=0.79
/proc/25040/stat : 25040 (java) S 25039 25026 24693 0 -1 0 7495 0 1 0 75 4 0 0 18 0 9 0 25210311 889524224 6700 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25040/statm: 217169 6700 2590 9 0 211646 0
[pid=25040/tid=25041] ppid=25039 vsize=868676 CPUtime=0.44
/proc/25040/task/25041/stat : 25041 (java) R 25039 25026 24693 0 -1 64 2743 0 1 0 43 1 0 0 18 0 9 0 25210312 889524224 6700 996147200 134512640 134550932 4294955936 18446744073709551615 4126891560 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25040/tid=25042] ppid=25039 vsize=868676 CPUtime=0.14
/proc/25040/task/25042/stat : 25042 (java) S 25039 25026 24693 0 -1 64 2548 0 0 0 14 0 0 0 16 0 9 0 25210313 889524224 6700 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25040/tid=25043] ppid=25039 vsize=868676 CPUtime=0
/proc/25040/task/25043/stat : 25043 (java) S 25039 25026 24693 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25210313 889524224 6700 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25040/tid=25044] ppid=25039 vsize=868676 CPUtime=0
/proc/25040/task/25044/stat : 25044 (java) S 25039 25026 24693 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 25210313 889524224 6700 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25040/tid=25045] ppid=25039 vsize=868676 CPUtime=0
/proc/25040/task/25045/stat : 25045 (java) S 25039 25026 24693 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25210315 889524224 6700 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25040/tid=25046] ppid=25039 vsize=868676 CPUtime=0.19
/proc/25040/task/25046/stat : 25046 (java) S 25039 25026 24693 0 -1 64 1504 0 0 0 18 1 0 0 16 0 9 0 25210315 889524224 6700 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25040/tid=25047] ppid=25039 vsize=868676 CPUtime=0
/proc/25040/task/25047/stat : 25047 (java) S 25039 25026 24693 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25210315 889524224 6700 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25040/tid=25048] ppid=25039 vsize=868676 CPUtime=0
/proc/25040/task/25048/stat : 25048 (java) S 25039 25026 24693 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25210315 889524224 6700 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 890900

[startup+3.10132 s]
/proc/loadavg: 2.05 2.01 2.00 3/87 25050
/proc/meminfo: memFree=1382832/2055920 swapFree=4192812/4192956
[pid=25026] ppid=25024 vsize=16868 CPUtime=1.65
/proc/25026/stat : 25026 (sugar) S 25024 25026 24693 0 -1 4194304 1365 14632 0 2 5 2 146 12 16 0 1 0 25210243 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25026/statm: 4217 1113 409 3 0 796 0
[pid=25049] ppid=25026 vsize=5356 CPUtime=0
/proc/25049/stat : 25049 (sh) S 25026 25026 24693 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25210421 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25049/statm: 1339 232 193 169 0 50 0
[pid=25050] ppid=25049 vsize=5240 CPUtime=1.3
/proc/25050/stat : 25050 (picosat) R 25049 25026 24693 0 -1 4194304 1106 0 0 0 82 48 0 0 25 0 1 0 25210421 5365760 1089 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/25050/statm: 1310 1089 42 102 0 1205 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 27464

[startup+6.30163 s]
/proc/loadavg: 2.05 2.01 2.00 3/87 25050
/proc/meminfo: memFree=1378864/2055920 swapFree=4192812/4192956
[pid=25026] ppid=25024 vsize=16868 CPUtime=1.65
/proc/25026/stat : 25026 (sugar) S 25024 25026 24693 0 -1 4194304 1365 14632 0 2 5 2 146 12 16 0 1 0 25210243 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25026/statm: 4217 1113 409 3 0 796 0
[pid=25049] ppid=25026 vsize=5356 CPUtime=0
/proc/25049/stat : 25049 (sh) S 25026 25026 24693 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25210421 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25049/statm: 1339 232 193 169 0 50 0
[pid=25050] ppid=25049 vsize=6824 CPUtime=4.47
/proc/25050/stat : 25050 (picosat) R 25049 25026 24693 0 -1 4194304 1505 0 0 0 398 49 0 0 25 0 1 0 25210421 6987776 1488 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/25050/statm: 1706 1488 42 102 0 1601 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 29048

[startup+12.7012 s]
/proc/loadavg: 2.04 2.01 2.00 3/87 25050
/proc/meminfo: memFree=1375728/2055920 swapFree=4192812/4192956
[pid=25026] ppid=25024 vsize=16868 CPUtime=1.65
/proc/25026/stat : 25026 (sugar) S 25024 25026 24693 0 -1 4194304 1365 14632 0 2 5 2 146 12 16 0 1 0 25210243 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25026/statm: 4217 1113 409 3 0 796 0
[pid=25049] ppid=25026 vsize=5356 CPUtime=0
/proc/25049/stat : 25049 (sh) S 25026 25026 24693 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25210421 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25049/statm: 1339 232 193 169 0 50 0
[pid=25050] ppid=25049 vsize=9860 CPUtime=10.8
/proc/25050/stat : 25050 (picosat) R 25049 25026 24693 0 -1 4194304 2261 0 0 0 1030 50 0 0 25 0 1 0 25210421 10096640 2244 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/25050/statm: 2465 2244 42 102 0 2360 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 32084

[startup+25.5025 s]
/proc/loadavg: 2.03 2.01 2.00 3/87 25050
/proc/meminfo: memFree=1371824/2055920 swapFree=4192812/4192956
[pid=25026] ppid=25024 vsize=16868 CPUtime=1.65
/proc/25026/stat : 25026 (sugar) S 25024 25026 24693 0 -1 4194304 1365 14632 0 2 5 2 146 12 16 0 1 0 25210243 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25026/statm: 4217 1113 409 3 0 796 0
[pid=25049] ppid=25026 vsize=5356 CPUtime=0
/proc/25049/stat : 25049 (sh) S 25026 25026 24693 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25210421 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25049/statm: 1339 232 193 169 0 50 0
[pid=25050] ppid=25049 vsize=13496 CPUtime=23.48
/proc/25050/stat : 25050 (picosat) R 25049 25026 24693 0 -1 4194304 3183 0 0 0 2296 52 0 0 25 0 1 0 25210421 13819904 3164 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/25050/statm: 3374 3164 48 102 0 3269 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 35720

[startup+51.1029 s]
/proc/loadavg: 2.02 2.01 2.00 3/87 25050
/proc/meminfo: memFree=1370864/2055920 swapFree=4192812/4192956
[pid=25026] ppid=25024 vsize=16868 CPUtime=1.65
/proc/25026/stat : 25026 (sugar) S 25024 25026 24693 0 -1 4194304 1365 14632 0 2 5 2 146 12 16 0 1 0 25210243 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25026/statm: 4217 1113 409 3 0 796 0
[pid=25049] ppid=25026 vsize=5356 CPUtime=0
/proc/25049/stat : 25049 (sh) S 25026 25026 24693 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25210421 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25049/statm: 1339 232 193 169 0 50 0
[pid=25050] ppid=25049 vsize=14472 CPUtime=48.85
/proc/25050/stat : 25050 (picosat) R 25049 25026 24693 0 -1 4194304 3434 0 0 0 4832 53 0 0 25 0 1 0 25210421 14819328 3415 996147200 134512640 134931368 4294956256 18446744073709551615 134544651 0 0 4096 0 0 0 0 17 1 0 0
/proc/25050/statm: 3618 3415 48 102 0 3513 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 36696

[startup+102.308 s]
/proc/loadavg: 2.01 2.00 2.00 3/87 25050
/proc/meminfo: memFree=1368688/2055920 swapFree=4192812/4192956
[pid=25026] ppid=25024 vsize=16868 CPUtime=1.65
/proc/25026/stat : 25026 (sugar) S 25024 25026 24693 0 -1 4194304 1365 14632 0 2 5 2 146 12 16 0 1 0 25210243 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25026/statm: 4217 1113 409 3 0 796 0
[pid=25049] ppid=25026 vsize=5356 CPUtime=0
/proc/25049/stat : 25049 (sh) S 25026 25026 24693 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25210421 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25049/statm: 1339 232 193 169 0 50 0
[pid=25050] ppid=25049 vsize=16632 CPUtime=99.57
/proc/25050/stat : 25050 (picosat) R 25049 25026 24693 0 -1 4194304 3988 0 0 0 9904 53 0 0 25 0 1 0 25210421 17031168 3969 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/25050/statm: 4158 3969 48 102 0 4053 0
Current children cumulated CPU time (s) 101.22
Current children cumulated vsize (KiB) 38856

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 25050
/proc/meminfo: memFree=1342128/2055920 swapFree=4192812/4192956
[pid=25026] ppid=25024 vsize=16868 CPUtime=1.65
/proc/25026/stat : 25026 (sugar) S 25024 25026 24693 0 -1 4194304 1365 14632 0 2 5 2 146 12 16 0 1 0 25210243 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25026/statm: 4217 1113 409 3 0 796 0
[pid=25049] ppid=25026 vsize=5356 CPUtime=0
/proc/25049/stat : 25049 (sh) S 25026 25026 24693 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25210421 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25049/statm: 1339 232 193 169 0 50 0
[pid=25050] ppid=25049 vsize=18780 CPUtime=158.96
/proc/25050/stat : 25050 (picosat) R 25049 25026 24693 0 -1 4194304 4536 0 0 0 15842 54 0 0 25 0 1 0 25210421 19230720 4517 996147200 134512640 134931368 4294956256 18446744073709551615 134529868 0 0 4096 0 0 0 0 17 1 0 0
/proc/25050/statm: 4695 4517 48 102 0 4590 0
Current children cumulated CPU time (s) 160.61
Current children cumulated vsize (KiB) 41004

[startup+222.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 25050
/proc/meminfo: memFree=1340464/2055920 swapFree=4192812/4192956
[pid=25026] ppid=25024 vsize=16868 CPUtime=1.65
/proc/25026/stat : 25026 (sugar) S 25024 25026 24693 0 -1 4194304 1365 14632 0 2 5 2 146 12 16 0 1 0 25210243 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25026/statm: 4217 1113 409 3 0 796 0
[pid=25049] ppid=25026 vsize=5356 CPUtime=0
/proc/25049/stat : 25049 (sh) S 25026 25026 24693 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25210421 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25049/statm: 1339 232 193 169 0 50 0

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

/proc/meminfo: memFree=1779584/2055920 swapFree=4192812/4192956
[pid=25026] ppid=25024 vsize=16868 CPUtime=1.65
/proc/25026/stat : 25026 (sugar) S 25024 25026 24693 0 -1 4194304 1365 14632 0 2 5 2 146 12 16 0 1 0 25210243 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25026/statm: 4217 1113 409 3 0 796 0
[pid=25049] ppid=25026 vsize=5356 CPUtime=0
/proc/25049/stat : 25049 (sh) S 25026 25026 24693 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25210421 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25049/statm: 1339 232 193 169 0 50 0
[pid=25050] ppid=25049 vsize=41192 CPUtime=1357.58
/proc/25050/stat : 25050 (picosat) R 25049 25026 24693 0 -1 4194304 11088 0 0 0 135693 65 0 0 25 0 1 0 25210421 42180608 9951 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/25050/statm: 10298 9951 48 102 0 10193 0
Current children cumulated CPU time (s) 1359.23
Current children cumulated vsize (KiB) 63416

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 25109
/proc/meminfo: memFree=1777024/2055920 swapFree=4192812/4192956
[pid=25026] ppid=25024 vsize=16868 CPUtime=1.65
/proc/25026/stat : 25026 (sugar) S 25024 25026 24693 0 -1 4194304 1365 14632 0 2 5 2 146 12 16 0 1 0 25210243 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25026/statm: 4217 1113 409 3 0 796 0
[pid=25049] ppid=25026 vsize=5356 CPUtime=0
/proc/25049/stat : 25049 (sh) S 25026 25026 24693 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25210421 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25049/statm: 1339 232 193 169 0 50 0
[pid=25050] ppid=25049 vsize=42380 CPUtime=1417.56
/proc/25050/stat : 25050 (picosat) R 25049 25026 24693 0 -1 4194304 11498 0 0 0 141691 65 0 0 25 0 1 0 25210421 43397120 10284 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/25050/statm: 10595 10284 48 102 0 10490 0
Current children cumulated CPU time (s) 1419.21
Current children cumulated vsize (KiB) 64604

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 25109
/proc/meminfo: memFree=1777216/2055920 swapFree=4192812/4192956
[pid=25026] ppid=25024 vsize=16868 CPUtime=1.65
/proc/25026/stat : 25026 (sugar) S 25024 25026 24693 0 -1 4194304 1365 14632 0 2 5 2 146 12 16 0 1 0 25210243 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25026/statm: 4217 1113 409 3 0 796 0
[pid=25049] ppid=25026 vsize=5356 CPUtime=0
/proc/25049/stat : 25049 (sh) S 25026 25026 24693 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25210421 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25049/statm: 1339 232 193 169 0 50 0
[pid=25050] ppid=25049 vsize=42264 CPUtime=1477.53
/proc/25050/stat : 25050 (picosat) R 25049 25026 24693 0 -1 4194304 11575 0 0 0 147688 65 0 0 25 0 1 0 25210421 43278336 10258 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/25050/statm: 10566 10258 48 102 0 10461 0
Current children cumulated CPU time (s) 1479.18
Current children cumulated vsize (KiB) 64488

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 25109
/proc/meminfo: memFree=1777216/2055920 swapFree=4192812/4192956
[pid=25026] ppid=25024 vsize=16868 CPUtime=1.65
/proc/25026/stat : 25026 (sugar) S 25024 25026 24693 0 -1 4194304 1365 14632 0 2 5 2 146 12 16 0 1 0 25210243 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25026/statm: 4217 1113 409 3 0 796 0
[pid=25049] ppid=25026 vsize=5356 CPUtime=0
/proc/25049/stat : 25049 (sh) S 25026 25026 24693 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25210421 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25049/statm: 1339 232 193 169 0 50 0
[pid=25050] ppid=25049 vsize=42264 CPUtime=1537.51
/proc/25050/stat : 25050 (picosat) R 25049 25026 24693 0 -1 4194304 11575 0 0 0 153686 65 0 0 25 0 1 0 25210421 43278336 10258 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/25050/statm: 10566 10258 48 102 0 10461 0
Current children cumulated CPU time (s) 1539.16
Current children cumulated vsize (KiB) 64488

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 25109
/proc/meminfo: memFree=1775552/2055920 swapFree=4192812/4192956
[pid=25026] ppid=25024 vsize=16868 CPUtime=1.65
/proc/25026/stat : 25026 (sugar) S 25024 25026 24693 0 -1 4194304 1365 14632 0 2 5 2 146 12 16 0 1 0 25210243 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25026/statm: 4217 1113 409 3 0 796 0
[pid=25049] ppid=25026 vsize=5356 CPUtime=0
/proc/25049/stat : 25049 (sh) S 25026 25026 24693 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25210421 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25049/statm: 1339 232 193 169 0 50 0
[pid=25050] ppid=25049 vsize=43716 CPUtime=1597.49
/proc/25050/stat : 25050 (picosat) R 25049 25026 24693 0 -1 4194304 12016 0 0 0 159683 66 0 0 25 0 1 0 25210421 44765184 10618 996147200 134512640 134931368 4294956256 18446744073709551615 134529841 0 0 4096 0 0 0 0 17 0 0 0
/proc/25050/statm: 10929 10618 48 102 0 10824 0
Current children cumulated CPU time (s) 1599.14
Current children cumulated vsize (KiB) 65940

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 25109
/proc/meminfo: memFree=1775552/2055920 swapFree=4192812/4192956
[pid=25026] ppid=25024 vsize=16868 CPUtime=1.65
/proc/25026/stat : 25026 (sugar) S 25024 25026 24693 0 -1 4194304 1365 14632 0 2 5 2 146 12 16 0 1 0 25210243 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25026/statm: 4217 1113 409 3 0 796 0
[pid=25049] ppid=25026 vsize=5356 CPUtime=0
/proc/25049/stat : 25049 (sh) S 25026 25026 24693 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25210421 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25049/statm: 1339 232 193 169 0 50 0
[pid=25050] ppid=25049 vsize=43716 CPUtime=1657.47
/proc/25050/stat : 25050 (picosat) R 25049 25026 24693 0 -1 4194304 12016 0 0 0 165681 66 0 0 25 0 1 0 25210421 44765184 10618 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/25050/statm: 10929 10618 48 102 0 10824 0
Current children cumulated CPU time (s) 1659.12
Current children cumulated vsize (KiB) 65940

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 25109
/proc/meminfo: memFree=1775744/2055920 swapFree=4192812/4192956
[pid=25026] ppid=25024 vsize=16868 CPUtime=1.65
/proc/25026/stat : 25026 (sugar) S 25024 25026 24693 0 -1 4194304 1365 14632 0 2 5 2 146 12 16 0 1 0 25210243 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25026/statm: 4217 1113 409 3 0 796 0
[pid=25049] ppid=25026 vsize=5356 CPUtime=0
/proc/25049/stat : 25049 (sh) S 25026 25026 24693 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25210421 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25049/statm: 1339 232 193 169 0 50 0
[pid=25050] ppid=25049 vsize=43508 CPUtime=1717.45
/proc/25050/stat : 25050 (picosat) R 25049 25026 24693 0 -1 4194304 12097 0 0 0 171679 66 0 0 25 0 1 0 25210421 44552192 10577 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/25050/statm: 10877 10577 48 102 0 10772 0
Current children cumulated CPU time (s) 1719.1
Current children cumulated vsize (KiB) 65732

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 25109
/proc/meminfo: memFree=1775616/2055920 swapFree=4192812/4192956
[pid=25026] ppid=25024 vsize=16868 CPUtime=1.65
/proc/25026/stat : 25026 (sugar) S 25024 25026 24693 0 -1 4194304 1365 14632 0 2 5 2 146 12 16 0 1 0 25210243 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25026/statm: 4217 1113 409 3 0 796 0
[pid=25049] ppid=25026 vsize=5356 CPUtime=0
/proc/25049/stat : 25049 (sh) S 25026 25026 24693 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25210421 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25049/statm: 1339 232 193 169 0 50 0
[pid=25050] ppid=25049 vsize=43508 CPUtime=1777.42
/proc/25050/stat : 25050 (picosat) R 25049 25026 24693 0 -1 4194304 12190 0 0 0 177676 66 0 0 25 0 1 0 25210421 44552192 10585 996147200 134512640 134931368 4294956256 18446744073709551615 134522836 0 0 4096 0 0 0 0 17 0 0 0
/proc/25050/statm: 10877 10585 48 102 0 10772 0
Current children cumulated CPU time (s) 1779.07
Current children cumulated vsize (KiB) 65732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 25109
/proc/meminfo: memFree=1775424/2055920 swapFree=4192812/4192956
[pid=25026] ppid=25024 vsize=16868 CPUtime=1.65
/proc/25026/stat : 25026 (sugar) S 25024 25026 24693 0 -1 4194304 1365 14632 0 2 5 2 146 12 16 0 1 0 25210243 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25026/statm: 4217 1113 409 3 0 796 0
[pid=25049] ppid=25026 vsize=5356 CPUtime=0
/proc/25049/stat : 25049 (sh) S 25026 25026 24693 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25210421 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25049/statm: 1339 232 193 169 0 50 0
[pid=25050] ppid=25049 vsize=43508 CPUtime=1798.42
/proc/25050/stat : 25050 (picosat) R 25049 25026 24693 0 -1 4194304 12190 0 0 0 179776 66 0 0 25 0 1 0 25210421 44552192 10585 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 0 0 0
/proc/25050/statm: 10877 10585 48 102 0 10772 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 65732

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

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

[startup+1803.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 25109
/proc/meminfo: memFree=1775424/2055920 swapFree=4192812/4192956
[pid=25026] ppid=25024 vsize=16868 CPUtime=1.65
/proc/25026/stat : 25026 (sugar) S 25024 25026 24693 0 -1 4194304 1365 14632 0 2 5 2 146 12 16 0 1 0 25210243 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25026/statm: 4217 1113 409 3 0 796 0
[pid=25049] ppid=25026 vsize=5356 CPUtime=0
/proc/25049/stat : 25049 (sh) S 25026 25026 24693 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25210421 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25049/statm: 1339 232 193 169 0 50 0
[pid=25050] ppid=25049 vsize=43508 CPUtime=1798.42
/proc/25050/stat : 25050 (picosat) R 25049 25026 24693 0 -1 4194304 12190 0 0 0 179776 66 0 0 25 0 1 0 25210421 44552192 10585 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 0 0 0
/proc/25050/statm: 10877 10585 48 102 0 10772 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 65732

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25026 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=524768
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=151976
# CPU time returned by wait4() is 1.67674
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1803.32
CPU time (s): 1800.07
CPU user time (s): 1799.27
CPU system time (s): 0.8
CPU usage (%): 99.8196
Max. virtual memory (cumulated for all children) (KiB): 890900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.52477
system time used= 0.151976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16482
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= 2387
involuntary context switches= 2344

runsolver used 2.16967 second user time and 6.04508 second system time

The end

Launcher Data

Begin job on node4 at 2009-07-12 08:50:27
IDJOB=2085293
IDBENCH=58358
IDSOLVER=738
FILE ID=node4/2085293-1247381427
PBS_JOBID= 9507237
Free space on /tmp= 66268 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/graphColoring/sgb/queen/normalized-queen13-13-14.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-2085293-1247381427/watcher-2085293-1247381427 -o /tmp/evaluation-result-2085293-1247381427/solver-2085293-1247381427 -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-2085293-1247381427.xml

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

MD5SUM BENCH= 21ee69a34102e53e746e1388c6d27e48
RANDOM SEED=648208961

node4.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.213
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.213
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:       1390120 kB
Buffers:          8080 kB
Cached:          69440 kB
SwapCached:          0 kB
Active:         591944 kB
Inactive:        24796 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1390120 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2120 kB
Writeback:           0 kB
Mapped:         554940 kB
Slab:            33172 kB
Committed_AS:   885696 kB
PageTables:       2900 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= 66236 MiB
End job on node4 at 2009-07-12 09:20:33