Trace number 1071631

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.03 1810.32

General information on the benchmark

Namecsp/chessboardColoration/
normalized-cc-15-15-3.xml
MD5SUM788bc16485f787ede0b4976a55d63308
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints11025
Maximum constraint arity4
Maximum domain size3
Number of constraints which are defined in extension0
Number of constraints which are defined in intension11025
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 Fri Jul  4 13:05:07 2008
0.00/0.04	c 0	PID 2858
0.00/0.04	c 0	HOST node48.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1071631-1215169507.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1071631-1215169507.xml' 'HOME/temp.csp'
0.90/1.04	c 1	1 domains, 225 variables, 1 predicates, 0 relations, 11025 constraints
0.90/1.07	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.90/1.07	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.94/1.16	c 1	Parsing HOME/temp.csp
0.94/1.93	c 2	parsed 10000 expressions
0.94/2.00	c 2	parsed 11252 expressions
0.94/2.00	c 2	Heap : 10 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.94/2.00	c 2	Converting to clausal form CSP
2.23/2.40	c 2	converted 1126 (10%) expressions
2.32/2.56	c 2	converted 2251 (20%) expressions
2.52/2.73	c 3	converted 3376 (30%) expressions
2.83/3.02	c 3	converted 4501 (40%) expressions
2.92/3.19	c 3	converted 5626 (50%) expressions
3.12/3.36	c 3	converted 6752 (60%) expressions
3.32/3.52	c 3	converted 7877 (70%) expressions
3.41/3.69	c 4	converted 9002 (80%) expressions
3.82/4.07	c 4	converted 10127 (90%) expressions
4.02/4.24	c 4	converted 11252 (100%) expressions
4.02/4.24	c 4	CSP : 225 integers, 0 booleans, 11025 clauses, largest domain size 3
4.02/4.24	c 4	Heap : 40 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.02/4.24	c 4	Propagation in CSP
4.11/4.38	c 4	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.11/4.38	c 4	CSP : 225 integers, 0 booleans, 11025 clauses, largest domain size 3
4.11/4.38	c 4	Heap : 43 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.11/4.39	c 4	Simplifing CSP by introducing new Boolean variables
5.10/5.34	c 5	CSP : 225 integers, 132300 booleans, 143325 clauses, largest domain size 3
5.10/5.34	c 5	Heap : 79 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.71/5.93	c 6	Encoding CSP to SAT : HOME/temp.cnf
5.71/5.96	c 6	23 (10%) CSP integer variables are encoded (23 clauses, 262 bytes)
5.71/5.96	c 6	45 (20%) CSP integer variables are encoded (45 clauses, 460 bytes)
5.71/5.96	c 6	68 (30%) CSP integer variables are encoded (68 clauses, 704 bytes)
5.71/5.96	c 6	90 (40%) CSP integer variables are encoded (90 clauses, 946 bytes)
5.71/5.96	c 6	113 (50%) CSP integer variables are encoded (113 clauses, 1199 bytes)
5.71/5.96	c 6	135 (60%) CSP integer variables are encoded (135 clauses, 1441 bytes)
5.71/5.96	c 6	158 (70%) CSP integer variables are encoded (158 clauses, 1694 bytes)
5.71/5.96	c 6	180 (80%) CSP integer variables are encoded (180 clauses, 1936 bytes)
5.71/5.97	c 6	203 (90%) CSP integer variables are encoded (203 clauses, 2189 bytes)
5.71/5.97	c 6	225 (100%) CSP integer variables are encoded (225 clauses, 2431 bytes)
5.91/6.16	c 6	14333 (10%) CSP clauses are encoded (41020 clauses, 597384 bytes)
6.11/6.31	c 6	28665 (20%) CSP clauses are encoded (81810 clauses, 1244503 bytes)
6.20/6.46	c 6	42998 (30%) CSP clauses are encoded (122605 clauses, 1893234 bytes)
6.41/6.62	c 7	57330 (40%) CSP clauses are encoded (163395 clauses, 2546341 bytes)
6.50/6.77	c 7	71663 (50%) CSP clauses are encoded (204190 clauses, 3219714 bytes)
6.70/6.92	c 7	85995 (60%) CSP clauses are encoded (244980 clauses, 3896641 bytes)
6.80/7.07	c 7	100328 (70%) CSP clauses are encoded (285775 clauses, 4573584 bytes)
7.00/7.22	c 7	114660 (80%) CSP clauses are encoded (326565 clauses, 5275675 bytes)
7.09/7.37	c 7	128993 (90%) CSP clauses are encoded (367360 clauses, 6005535 bytes)
7.29/7.53	c 7	143325 (100%) CSP clauses are encoded (408150 clauses, 6735385 bytes)
7.29/7.53	c 7	143325 CSP clauses encoded
7.29/7.53	c 7	Writing map file : HOME/temp.map
7.29/7.56	c 7	Heap : 61 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.29/7.56	c 7	SAT : 132750 SAT variables, 408150 SAT clauses, 6735385 bytes
7.29/7.56	c 7	Heap : 61 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.29/7.59	c 8	SOLVING HOME/temp.cnf
7.29/7.59	c 8	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.03/1810.31	c 1810	DECODING HOME/temp.out WITH HOME/temp.map
1800.03/1810.31	c 1810	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.03/1810.31	c ERROR INTERRUPTED
1800.03/1810.31	s UNKNOWN
1800.03/1810.31	c 1810	CPU 7.03 (0.03 0.01 7 0.35)
1800.03/1810.31	c 1810	END Fri Jul  4 13:35:17 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-1071631-1215169507/watcher-1071631-1215169507 -o /tmp/evaluation-result-1071631-1215169507/solver-1071631-1215169507 -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-1071631-1215169507.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: 1.85 1.97 1.99 6/83 2858
/proc/meminfo: memFree=1850704/2055920 swapFree=4180436/4192956
[pid=2858] ppid=2856 vsize=12272 CPUtime=0
/proc/2858/stat : 2858 (sugar) R 2856 2858 1110 0 -1 4194304 396 0 0 0 0 0 0 0 19 0 1 0 1995922878 12566528 364 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 0 0 0 0 17 0 0 0
/proc/2858/statm: 3068 364 274 3 0 168 0

[startup+0.061401 s]
/proc/loadavg: 1.85 1.97 1.99 6/83 2858
/proc/meminfo: memFree=1850704/2055920 swapFree=4180436/4192956
[pid=2858] ppid=2856 vsize=13600 CPUtime=0.03
/proc/2858/stat : 2858 (sugar) S 2856 2858 1110 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1995922878 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2858/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101643 s]
/proc/loadavg: 1.85 1.97 1.99 6/83 2858
/proc/meminfo: memFree=1850704/2055920 swapFree=4180436/4192956
[pid=2858] ppid=2856 vsize=13600 CPUtime=0.03
/proc/2858/stat : 2858 (sugar) S 2856 2858 1110 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1995922878 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2858/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301662 s]
/proc/loadavg: 1.85 1.97 1.99 6/83 2858
/proc/meminfo: memFree=1850704/2055920 swapFree=4180436/4192956
[pid=2858] ppid=2856 vsize=13600 CPUtime=0.03
/proc/2858/stat : 2858 (sugar) S 2856 2858 1110 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1995922878 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2858/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.7017 s]
/proc/loadavg: 1.85 1.97 1.99 6/83 2858
/proc/meminfo: memFree=1850704/2055920 swapFree=4180436/4192956
[pid=2858] ppid=2856 vsize=13600 CPUtime=0.03
/proc/2858/stat : 2858 (sugar) S 2856 2858 1110 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1995922878 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2858/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50221 s]
/proc/loadavg: 1.85 1.97 1.99 4/94 2870
/proc/meminfo: memFree=1806840/2055920 swapFree=4180436/4192956
[pid=2858] ppid=2856 vsize=13600 CPUtime=0.94
/proc/2858/stat : 2858 (sugar) S 2856 2858 1110 0 -1 4194304 973 10018 0 1 2 1 85 6 15 0 1 0 1995922878 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2858/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.94
Current children cumulated vsize (KiB) 13600

[startup+3.10292 s]
/proc/loadavg: 1.85 1.97 1.99 4/94 2880
/proc/meminfo: memFree=1799800/2055920 swapFree=4180436/4192956
[pid=2858] ppid=2856 vsize=13600 CPUtime=0.94
/proc/2858/stat : 2858 (sugar) S 2856 2858 1110 0 -1 4194304 974 10018 0 1 2 1 85 6 15 0 1 0 1995922878 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2858/statm: 3400 797 370 3 0 500 0
[pid=2871] ppid=2858 vsize=5356 CPUtime=0
/proc/2871/stat : 2871 (sh) S 2858 2858 1110 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1995922985 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2871/statm: 1339 233 193 169 0 50 0
[pid=2872] ppid=2871 vsize=868404 CPUtime=1.98
/proc/2872/stat : 2872 (java) S 2871 2858 1110 0 -1 0 12238 0 1 0 189 9 0 0 18 0 9 0 1995922987 889245696 11244 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2872/statm: 217101 11244 2540 9 0 211676 0
[pid=2872/tid=2873] ppid=2871 vsize=868404 CPUtime=1.18
/proc/2872/task/2873/stat : 2873 (java) R 2871 2858 1110 0 -1 64 3039 0 1 0 116 2 0 0 23 0 9 0 1995922988 889245696 11244 996147200 134512640 134550740 4294955952 18446744073709551615 4126664812 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2872/tid=2874] ppid=2871 vsize=868404 CPUtime=0.6
/proc/2872/task/2874/stat : 2874 (java) S 2871 2858 1110 0 -1 64 7039 0 0 0 55 5 0 0 16 0 9 0 1995922989 889245696 11244 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2872/tid=2875] ppid=2871 vsize=868404 CPUtime=0
/proc/2872/task/2875/stat : 2875 (java) S 2871 2858 1110 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1995922989 889245696 11244 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2872/tid=2876] ppid=2871 vsize=868404 CPUtime=0
/proc/2872/task/2876/stat : 2876 (java) S 2871 2858 1110 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1995922989 889245696 11244 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2872/tid=2877] ppid=2871 vsize=868404 CPUtime=0
/proc/2872/task/2877/stat : 2877 (java) S 2871 2858 1110 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1995922991 889245696 11244 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2872/tid=2878] ppid=2871 vsize=868404 CPUtime=0.17
/proc/2872/task/2878/stat : 2878 (java) S 2871 2858 1110 0 -1 64 1462 0 0 0 17 0 0 0 16 0 9 0 1995922991 889245696 11244 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2872/tid=2879] ppid=2871 vsize=868404 CPUtime=0
/proc/2872/task/2879/stat : 2879 (java) S 2871 2858 1110 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1995922991 889245696 11244 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2872/tid=2880] ppid=2871 vsize=868404 CPUtime=0
/proc/2872/task/2880/stat : 2880 (java) S 2871 2858 1110 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1995922991 889245696 11244 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 887360

[startup+6.30123 s]
/proc/loadavg: 2.03 2.01 2.00 4/94 2880
/proc/meminfo: memFree=1682232/2055920 swapFree=4180436/4192956
[pid=2858] ppid=2856 vsize=13600 CPUtime=0.95
/proc/2858/stat : 2858 (sugar) S 2856 2858 1110 0 -1 4194304 974 10018 0 1 3 1 85 6 15 0 1 0 1995922878 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2858/statm: 3400 797 370 3 0 500 0
[pid=2871] ppid=2858 vsize=5356 CPUtime=0
/proc/2871/stat : 2871 (sh) S 2858 2858 1110 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1995922985 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2871/statm: 1339 233 193 169 0 50 0
[pid=2872] ppid=2871 vsize=868516 CPUtime=5.16
/proc/2872/stat : 2872 (java) S 2871 2858 1110 0 -1 0 37323 0 1 0 494 22 0 0 18 0 9 0 1995922987 889360384 25412 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2872/statm: 217129 25412 2565 9 0 211676 0
[pid=2872/tid=2873] ppid=2871 vsize=868516 CPUtime=2.49
/proc/2872/task/2873/stat : 2873 (java) R 2871 2858 1110 0 -1 64 3903 0 1 0 245 4 0 0 25 0 9 0 1995922988 889360384 25412 996147200 134512640 134550740 4294955952 18446744073709551615 4126476290 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2872/tid=2874] ppid=2871 vsize=868516 CPUtime=2.4
/proc/2872/task/2874/stat : 2874 (java) S 2871 2858 1110 0 -1 64 31222 0 0 0 224 16 0 0 16 0 9 0 1995922989 889360384 25412 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2872/tid=2875] ppid=2871 vsize=868516 CPUtime=0
/proc/2872/task/2875/stat : 2875 (java) S 2871 2858 1110 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1995922989 889360384 25412 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2872/tid=2876] ppid=2871 vsize=868516 CPUtime=0
/proc/2872/task/2876/stat : 2876 (java) S 2871 2858 1110 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1995922989 889360384 25412 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2872/tid=2877] ppid=2871 vsize=868516 CPUtime=0
/proc/2872/task/2877/stat : 2877 (java) S 2871 2858 1110 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1995922991 889360384 25412 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2872/tid=2878] ppid=2871 vsize=868516 CPUtime=0.23
/proc/2872/task/2878/stat : 2878 (java) S 2871 2858 1110 0 -1 64 1500 0 0 0 23 0 0 0 16 0 9 0 1995922991 889360384 25412 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2872/tid=2879] ppid=2871 vsize=868516 CPUtime=0
/proc/2872/task/2879/stat : 2879 (java) S 2871 2858 1110 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1995922991 889360384 25412 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2872/tid=2880] ppid=2871 vsize=868516 CPUtime=0
/proc/2872/task/2880/stat : 2880 (java) S 2871 2858 1110 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1995922991 889360384 25412 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 887472

[startup+12.7028 s]
/proc/loadavg: 2.02 2.01 2.00 4/87 2883
/proc/meminfo: memFree=1743600/2055920 swapFree=4180436/4192956
[pid=2858] ppid=2856 vsize=13600 CPUtime=7.39
/proc/2858/stat : 2858 (sugar) S 2856 2858 1110 0 -1 4194304 1021 47696 0 2 3 1 700 35 16 0 1 0 1995922878 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2858/statm: 3400 798 370 3 0 500 0
[pid=2881] ppid=2858 vsize=5356 CPUtime=0
/proc/2881/stat : 2881 (sh) S 2858 2858 1110 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995923637 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2881/statm: 1339 232 193 169 0 50 0
[pid=2882] ppid=2881 vsize=27404 CPUtime=5.07
/proc/2882/stat : 2882 (picosat) R 2881 2858 1110 0 -1 4194304 4590 0 0 0 342 165 0 0 25 0 1 0 1995923637 28061696 4544 996147200 134512640 134931368 4294956256 18446744073709551615 134524027 0 0 4096 0 0 0 0 17 0 0 0
/proc/2882/statm: 6851 4544 42 102 0 6746 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 46360

[startup+25.502 s]
/proc/loadavg: 2.02 2.01 2.00 3/87 2883
/proc/meminfo: memFree=1741560/2055920 swapFree=4180436/4192956
[pid=2858] ppid=2856 vsize=13600 CPUtime=7.39
/proc/2858/stat : 2858 (sugar) S 2856 2858 1110 0 -1 4194304 1021 47696 0 2 3 1 700 35 16 0 1 0 1995922878 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2858/statm: 3400 798 370 3 0 500 0
[pid=2881] ppid=2858 vsize=5356 CPUtime=0
/proc/2881/stat : 2881 (sh) S 2858 2858 1110 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995923637 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2881/statm: 1339 232 193 169 0 50 0
[pid=2882] ppid=2881 vsize=29384 CPUtime=17.81
/proc/2882/stat : 2882 (picosat) R 2881 2858 1110 0 -1 4194304 5094 0 0 0 1615 166 0 0 25 0 1 0 1995923637 30089216 5048 996147200 134512640 134931368 4294956256 18446744073709551615 134525860 0 0 4096 0 0 0 0 17 0 0 0
/proc/2882/statm: 7346 5048 42 102 0 7241 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 48340

[startup+51.1014 s]
/proc/loadavg: 2.08 2.02 2.00 3/87 2883
/proc/meminfo: memFree=1734392/2055920 swapFree=4180436/4192956
[pid=2858] ppid=2856 vsize=13600 CPUtime=7.39
/proc/2858/stat : 2858 (sugar) S 2856 2858 1110 0 -1 4194304 1021 47696 0 2 3 1 700 35 16 0 1 0 1995922878 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2858/statm: 3400 798 370 3 0 500 0
[pid=2881] ppid=2858 vsize=5356 CPUtime=0
/proc/2881/stat : 2881 (sh) S 2858 2858 1110 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995923637 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2881/statm: 1339 232 193 169 0 50 0
[pid=2882] ppid=2881 vsize=33212 CPUtime=43.27
/proc/2882/stat : 2882 (picosat) R 2881 2858 1110 0 -1 4194304 6070 0 0 0 4160 167 0 0 25 0 1 0 1995923637 34009088 6024 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/2882/statm: 8303 6024 42 102 0 8198 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 52168

[startup+102.306 s]
/proc/loadavg: 2.11 2.03 2.00 3/87 2883
/proc/meminfo: memFree=1690552/2055920 swapFree=4180436/4192956
[pid=2858] ppid=2856 vsize=13600 CPUtime=7.39
/proc/2858/stat : 2858 (sugar) S 2856 2858 1110 0 -1 4194304 1021 47696 0 2 3 1 700 35 16 0 1 0 1995922878 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2858/statm: 3400 798 370 3 0 500 0
[pid=2881] ppid=2858 vsize=5356 CPUtime=0
/proc/2881/stat : 2881 (sh) S 2858 2858 1110 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995923637 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2881/statm: 1339 232 193 169 0 50 0
[pid=2882] ppid=2881 vsize=36784 CPUtime=94.2
/proc/2882/stat : 2882 (picosat) R 2881 2858 1110 0 -1 4194304 7046 0 0 0 9251 169 0 0 25 0 1 0 1995923637 37666816 6926 996147200 134512640 134931368 4294956256 18446744073709551615 134524112 0 0 4096 0 0 0 0 17 0 0 0
/proc/2882/statm: 9196 6926 48 102 0 9091 0
Current children cumulated CPU time (s) 101.59
Current children cumulated vsize (KiB) 55740

[startup+162.302 s]
/proc/loadavg: 2.10 2.04 2.00 4/87 2883
/proc/meminfo: memFree=1689592/2055920 swapFree=4180436/4192956
[pid=2858] ppid=2856 vsize=13600 CPUtime=7.39
/proc/2858/stat : 2858 (sugar) S 2856 2858 1110 0 -1 4194304 1021 47696 0 2 3 1 700 35 16 0 1 0 1995922878 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2858/statm: 3400 798 370 3 0 500 0
[pid=2881] ppid=2858 vsize=5356 CPUtime=0
/proc/2881/stat : 2881 (sh) S 2858 2858 1110 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995923637 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2881/statm: 1339 232 193 169 0 50 0
[pid=2882] ppid=2881 vsize=37576 CPUtime=153.9
/proc/2882/stat : 2882 (picosat) R 2881 2858 1110 0 -1 4194304 7298 0 0 0 15220 170 0 0 25 0 1 0 1995923637 38477824 7139 996147200 134512640 134931368 4294956256 18446744073709551615 134530822 0 0 4096 0 0 0 0 17 0 0 0
/proc/2882/statm: 9394 7139 48 102 0 9289 0
Current children cumulated CPU time (s) 161.29

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

/proc/meminfo: memFree=1465208/2055920 swapFree=4180436/4192956
[pid=2858] ppid=2856 vsize=13600 CPUtime=7.39
/proc/2858/stat : 2858 (sugar) S 2856 2858 1110 0 -1 4194304 1021 47696 0 2 3 1 700 35 16 0 1 0 1995922878 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2858/statm: 3400 798 370 3 0 500 0
[pid=2881] ppid=2858 vsize=5356 CPUtime=0
/proc/2881/stat : 2881 (sh) S 2858 2858 1110 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995923637 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2881/statm: 1339 232 193 169 0 50 0
[pid=2882] ppid=2881 vsize=52880 CPUtime=1347.18
/proc/2882/stat : 2882 (picosat) R 2881 2858 1110 0 -1 4194304 11703 0 0 0 134541 177 0 0 25 0 1 0 1995923637 54149120 10964 996147200 134512640 134931368 4294956256 18446744073709551615 134525783 0 0 4096 0 0 0 0 17 0 0 0
/proc/2882/statm: 13220 10964 48 102 0 13115 0
Current children cumulated CPU time (s) 1354.57
Current children cumulated vsize (KiB) 71836

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 2883
/proc/meminfo: memFree=1460216/2055920 swapFree=4180436/4192956
[pid=2858] ppid=2856 vsize=13600 CPUtime=7.39
/proc/2858/stat : 2858 (sugar) S 2856 2858 1110 0 -1 4194304 1021 47696 0 2 3 1 700 35 16 0 1 0 1995922878 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2858/statm: 3400 798 370 3 0 500 0
[pid=2881] ppid=2858 vsize=5356 CPUtime=0
/proc/2881/stat : 2881 (sh) S 2858 2858 1110 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995923637 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2881/statm: 1339 232 193 169 0 50 0
[pid=2882] ppid=2881 vsize=57632 CPUtime=1406.89
/proc/2882/stat : 2882 (picosat) R 2881 2858 1110 0 -1 4194304 12949 0 0 0 140510 179 0 0 25 0 1 0 1995923637 59015168 12140 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/2882/statm: 14408 12140 48 102 0 14303 0
Current children cumulated CPU time (s) 1414.28
Current children cumulated vsize (KiB) 76588

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 2883
/proc/meminfo: memFree=1436536/2055920 swapFree=4180436/4192956
[pid=2858] ppid=2856 vsize=13600 CPUtime=7.39
/proc/2858/stat : 2858 (sugar) S 2856 2858 1110 0 -1 4194304 1021 47696 0 2 3 1 700 35 16 0 1 0 1995922878 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2858/statm: 3400 798 370 3 0 500 0
[pid=2881] ppid=2858 vsize=5356 CPUtime=0
/proc/2881/stat : 2881 (sh) S 2858 2858 1110 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995923637 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2881/statm: 1339 232 193 169 0 50 0
[pid=2882] ppid=2881 vsize=57632 CPUtime=1466.4
/proc/2882/stat : 2882 (picosat) R 2881 2858 1110 0 -1 4194304 12949 0 0 0 146461 179 0 0 25 0 1 0 1995923637 59015168 12140 996147200 134512640 134931368 4294956256 18446744073709551615 134529486 0 0 4096 0 0 0 0 17 1 0 0
/proc/2882/statm: 14408 12140 48 102 0 14303 0
Current children cumulated CPU time (s) 1473.79
Current children cumulated vsize (KiB) 76588

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 2883
/proc/meminfo: memFree=1436536/2055920 swapFree=4180436/4192956
[pid=2858] ppid=2856 vsize=13600 CPUtime=7.39
/proc/2858/stat : 2858 (sugar) S 2856 2858 1110 0 -1 4194304 1021 47696 0 2 3 1 700 35 16 0 1 0 1995922878 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2858/statm: 3400 798 370 3 0 500 0
[pid=2881] ppid=2858 vsize=5356 CPUtime=0
/proc/2881/stat : 2881 (sh) S 2858 2858 1110 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995923637 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2881/statm: 1339 232 193 169 0 50 0
[pid=2882] ppid=2881 vsize=57632 CPUtime=1526.11
/proc/2882/stat : 2882 (picosat) R 2881 2858 1110 0 -1 4194304 12949 0 0 0 152432 179 0 0 25 0 1 0 1995923637 59015168 12140 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/2882/statm: 14408 12140 48 102 0 14303 0
Current children cumulated CPU time (s) 1533.5
Current children cumulated vsize (KiB) 76588

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 2883
/proc/meminfo: memFree=1433208/2055920 swapFree=4180436/4192956
[pid=2858] ppid=2856 vsize=13600 CPUtime=7.39
/proc/2858/stat : 2858 (sugar) S 2856 2858 1110 0 -1 4194304 1021 47696 0 2 3 1 700 35 16 0 1 0 1995922878 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2858/statm: 3400 798 370 3 0 500 0
[pid=2881] ppid=2858 vsize=5356 CPUtime=0
/proc/2881/stat : 2881 (sh) S 2858 2858 1110 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995923637 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2881/statm: 1339 232 193 169 0 50 0
[pid=2882] ppid=2881 vsize=60668 CPUtime=1585.83
/proc/2882/stat : 2882 (picosat) R 2881 2858 1110 0 -1 4194304 13811 0 0 0 158403 180 0 0 25 0 1 0 1995923637 62124032 12929 996147200 134512640 134931368 4294956256 18446744073709551615 134529185 0 0 4096 0 0 0 0 17 1 0 0
/proc/2882/statm: 15167 12929 48 102 0 15062 0
Current children cumulated CPU time (s) 1593.22
Current children cumulated vsize (KiB) 79624

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 2883
/proc/meminfo: memFree=1408888/2055920 swapFree=4180436/4192956
[pid=2858] ppid=2856 vsize=13600 CPUtime=7.39
/proc/2858/stat : 2858 (sugar) S 2856 2858 1110 0 -1 4194304 1021 47696 0 2 3 1 700 35 16 0 1 0 1995922878 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2858/statm: 3400 798 370 3 0 500 0
[pid=2881] ppid=2858 vsize=5356 CPUtime=0
/proc/2881/stat : 2881 (sh) S 2858 2858 1110 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995923637 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2881/statm: 1339 232 193 169 0 50 0
[pid=2882] ppid=2881 vsize=60668 CPUtime=1645.37
/proc/2882/stat : 2882 (picosat) R 2881 2858 1110 0 -1 4194304 13811 0 0 0 164357 180 0 0 25 0 1 0 1995923637 62124032 12929 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/2882/statm: 15167 12929 48 102 0 15062 0
Current children cumulated CPU time (s) 1652.76
Current children cumulated vsize (KiB) 79624

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 2883
/proc/meminfo: memFree=1408824/2055920 swapFree=4180436/4192956
[pid=2858] ppid=2856 vsize=13600 CPUtime=7.39
/proc/2858/stat : 2858 (sugar) S 2856 2858 1110 0 -1 4194304 1021 47696 0 2 3 1 700 35 16 0 1 0 1995922878 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2858/statm: 3400 798 370 3 0 500 0
[pid=2881] ppid=2858 vsize=5356 CPUtime=0
/proc/2881/stat : 2881 (sh) S 2858 2858 1110 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995923637 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2881/statm: 1339 232 193 169 0 50 0
[pid=2882] ppid=2881 vsize=60668 CPUtime=1705.07
/proc/2882/stat : 2882 (picosat) R 2881 2858 1110 0 -1 4194304 13811 0 0 0 170327 180 0 0 25 0 1 0 1995923637 62124032 12929 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/2882/statm: 15167 12929 48 102 0 15062 0
Current children cumulated CPU time (s) 1712.46
Current children cumulated vsize (KiB) 79624

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 2883
/proc/meminfo: memFree=1407864/2055920 swapFree=4180436/4192956
[pid=2858] ppid=2856 vsize=13600 CPUtime=7.39
/proc/2858/stat : 2858 (sugar) S 2856 2858 1110 0 -1 4194304 1021 47696 0 2 3 1 700 35 16 0 1 0 1995922878 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2858/statm: 3400 798 370 3 0 500 0
[pid=2881] ppid=2858 vsize=5356 CPUtime=0
/proc/2881/stat : 2881 (sh) S 2858 2858 1110 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995923637 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2881/statm: 1339 232 193 169 0 50 0
[pid=2882] ppid=2881 vsize=61460 CPUtime=1764.77
/proc/2882/stat : 2882 (picosat) R 2881 2858 1110 0 -1 4194304 14008 0 0 0 176297 180 0 0 25 0 1 0 1995923637 62935040 13126 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/2882/statm: 15365 13126 48 102 0 15260 0
Current children cumulated CPU time (s) 1772.16
Current children cumulated vsize (KiB) 80416



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/72 2907
/proc/meminfo: memFree=1793648/2055920 swapFree=4180436/4192956
[pid=2858] ppid=2856 vsize=13600 CPUtime=7.39
/proc/2858/stat : 2858 (sugar) S 2856 2858 1110 0 -1 4194304 1021 47696 0 2 3 1 700 35 16 0 1 0 1995922878 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2858/statm: 3400 798 370 3 0 500 0
[pid=2881] ppid=2858 vsize=5356 CPUtime=0
/proc/2881/stat : 2881 (sh) S 2858 2858 1110 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995923637 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2881/statm: 1339 232 193 169 0 50 0
[pid=2882] ppid=2881 vsize=62780 CPUtime=1792.64
/proc/2882/stat : 2882 (picosat) R 2881 2858 1110 0 -1 4194304 14417 0 0 0 179083 181 0 0 25 0 1 0 1995923637 64286720 13458 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/2882/statm: 15695 13458 48 102 0 15590 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 81736

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

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

[startup+1810.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/72 2907
/proc/meminfo: memFree=1793648/2055920 swapFree=4180436/4192956
[pid=2858] ppid=2856 vsize=13600 CPUtime=7.39
/proc/2858/stat : 2858 (sugar) S 2856 2858 1110 0 -1 4194304 1021 47696 0 2 3 1 700 35 16 0 1 0 1995922878 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2858/statm: 3400 798 370 3 0 500 0
[pid=2881] ppid=2858 vsize=5356 CPUtime=0
/proc/2881/stat : 2881 (sh) S 2858 2858 1110 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995923637 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2881/statm: 1339 232 193 169 0 50 0
[pid=2882] ppid=2881 vsize=62780 CPUtime=1792.64
/proc/2882/stat : 2882 (picosat) R 2881 2858 1110 0 -1 4194304 14417 0 0 0 179083 181 0 0 25 0 1 0 1995923637 64286720 13458 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/2882/statm: 15695 13458 48 102 0 15590 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 81736

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 2858 and gives
#  childrusage.ru_utime.tv_sec=7
#  childrusage.ru_utime.tv_usec=35930
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=381941
# CPU time returned by wait4() is 7.41787
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1810.32
CPU time (s): 1800.03
CPU user time (s): 1797.86
CPU system time (s): 2.17
CPU usage (%): 99.4314
Max. virtual memory (cumulated for all children) (KiB): 908852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.03593
system time used= 0.381941
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49129
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= 4506
involuntary context switches= 4448

runsolver used 2.20666 second user time and 6.04408 second system time

The end

Launcher Data (download as text)

Begin job on node48 at 2008-07-04 13:05:07
IDJOB=1071631
IDBENCH=56100
IDSOLVER=345
FILE ID=node48/1071631-1215169507
PBS_JOBID= 7881449
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/chessboardColoration/normalized-cc-15-15-3.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-1071631-1215169507/watcher-1071631-1215169507 -o /tmp/evaluation-result-1071631-1215169507/solver-1071631-1215169507 -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-1071631-1215169507.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 788bc16485f787ede0b4976a55d63308
RANDOM SEED=1352904179

node48.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.231
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.231
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:       1851248 kB
Buffers:         25568 kB
Cached:         107736 kB
SwapCached:       6436 kB
Active:         115216 kB
Inactive:        36404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1851248 kB
SwapTotal:     4192956 kB
SwapFree:      4180436 kB
Dirty:            6212 kB
Writeback:           0 kB
Mapped:          29360 kB
Slab:            38376 kB
Committed_AS:  4850660 kB
PageTables:       1736 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 node48 at 2008-07-04 13:35:19