Trace number 2084787

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 1814.13

General information on the benchmark

Namecsp/graphColoring/register/inithx/
normalized-inithx-i-1-20.xml
MD5SUM045db7eed9e087fec4ec728b76b99bf4
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.686895
Satisfiable
(Un)Satisfiability was proved
Number of variables864
Number of constraints18707
Maximum constraint arity2
Maximum domain size20
Number of constraints which are defined in extension0
Number of constraints which are defined in intension18707
Global constraints used (with number of constraints)

Solver Data

0.02/0.19	c 0	Sugar v1-14-6 + HOME/picosat
0.02/0.19	c 0	BEGIN Sun Jul 12 08:20:25 2009
0.02/0.19	c 0	PID 24352
0.06/0.21	c 0	HOST node36.alineos.net
0.06/0.21	c 0	CONVERTING HOME/instance-2084787-1247379624.xml TO HOME/temp.csp
0.06/0.21	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2084787-1247379624.xml' 'HOME/temp.csp'
1.58/1.85	c 1	1 domains, 864 variables, 1 predicates, 0 relations, 18707 constraints
1.58/1.88	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.58/1.88	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.64/1.96	c 2	Parsing HOME/temp.csp
1.84/2.12	c 2	parsed 10000 expressions
1.93/2.24	c 2	parsed 19573 expressions
1.93/2.25	c 2	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.93/2.25	c 2	Converting to clausal form CSP
2.23/2.53	c 2	converted 1958 (10%) expressions
2.33/2.61	c 2	converted 3915 (20%) expressions
2.43/2.74	c 2	converted 5872 (30%) expressions
2.52/2.81	c 2	converted 7830 (40%) expressions
2.52/2.88	c 2	converted 9787 (50%) expressions
2.63/2.95	c 3	converted 11744 (60%) expressions
2.82/3.13	c 3	converted 13702 (70%) expressions
2.91/3.21	c 3	converted 15659 (80%) expressions
2.91/3.28	c 3	converted 17616 (90%) expressions
3.02/3.35	c 3	converted 19573 (100%) expressions
3.02/3.35	c 3	CSP : 864 integers, 0 booleans, 18707 clauses, largest domain size 20
3.02/3.35	c 3	Heap : 17 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.02/3.35	c 3	Propagation in CSP
3.11/3.44	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.11/3.44	c 3	CSP : 864 integers, 0 booleans, 18707 clauses, largest domain size 20
3.11/3.44	c 3	Heap : 18 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.11/3.45	c 3	Simplifing CSP by introducing new Boolean variables
3.52/3.82	c 3	CSP : 864 integers, 37414 booleans, 56121 clauses, largest domain size 20
3.52/3.82	c 3	Heap : 29 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.71/4.00	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.71/4.04	c 4	87 (10%) CSP integer variables are encoded (1566 clauses, 18325 bytes)
3.71/4.04	c 4	173 (20%) CSP integer variables are encoded (3114 clauses, 38449 bytes)
3.71/4.04	c 4	260 (30%) CSP integer variables are encoded (4680 clauses, 58807 bytes)
3.71/4.05	c 4	346 (40%) CSP integer variables are encoded (6228 clauses, 78931 bytes)
3.71/4.05	c 4	432 (50%) CSP integer variables are encoded (7776 clauses, 99055 bytes)
3.71/4.05	c 4	519 (60%) CSP integer variables are encoded (9342 clauses, 119413 bytes)
3.71/4.05	c 4	605 (70%) CSP integer variables are encoded (10890 clauses, 142372 bytes)
3.71/4.06	c 4	692 (80%) CSP integer variables are encoded (12456 clauses, 165862 bytes)
3.71/4.06	c 4	778 (90%) CSP integer variables are encoded (14004 clauses, 189082 bytes)
3.71/4.06	c 4	864 (100%) CSP integer variables are encoded (15552 clauses, 212302 bytes)
3.91/4.29	c 4	5613 (10%) CSP clauses are encoded (92263 clauses, 1563354 bytes)
4.10/4.45	c 4	11225 (20%) CSP clauses are encoded (168973 clauses, 2990896 bytes)
4.30/4.62	c 4	16837 (30%) CSP clauses are encoded (245664 clauses, 4420970 bytes)
4.39/4.78	c 4	22449 (40%) CSP clauses are encoded (322355 clauses, 5853356 bytes)
4.60/4.95	c 5	28061 (50%) CSP clauses are encoded (399065 clauses, 7291266 bytes)
4.79/5.13	c 5	33673 (60%) CSP clauses are encoded (475756 clauses, 8756529 bytes)
4.89/5.29	c 5	39285 (70%) CSP clauses are encoded (552447 clauses, 10274680 bytes)
5.09/5.46	c 5	44897 (80%) CSP clauses are encoded (629157 clauses, 11782946 bytes)
5.28/5.62	c 5	50509 (90%) CSP clauses are encoded (705848 clauses, 13294181 bytes)
5.38/5.78	c 5	56121 (100%) CSP clauses are encoded (782539 clauses, 14847938 bytes)
5.38/5.78	c 5	56121 CSP clauses encoded
5.38/5.78	c 5	Writing map file : HOME/temp.map
5.48/5.81	c 5	Heap : 20 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
5.48/5.81	c 5	SAT : 53830 SAT variables, 782539 SAT clauses, 14847938 bytes
5.48/5.81	c 5	Heap : 20 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
5.48/5.86	c 5	SOLVING HOME/temp.cnf
5.48/5.86	c 5	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.01/1814.11	c 1814	DECODING HOME/temp.out WITH HOME/temp.map
1800.01/1814.11	c 1814	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/1814.11	c ERROR INTERRUPTED
1800.01/1814.12	s UNKNOWN
1800.01/1814.12	c 1814	CPU 5.52 (0.06 0.01 5.17 0.28)
1800.01/1814.12	c 1814	END Sun Jul 12 08:50:39 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-2084787-1247379624/watcher-2084787-1247379624 -o /tmp/evaluation-result-2084787-1247379624/solver-2084787-1247379624 -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-2084787-1247379624.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.90 2.93 2.53 4/81 24352
/proc/meminfo: memFree=1881856/2055920 swapFree=4192812/4192956
[pid=24352] ppid=24350 vsize=3672 CPUtime=0
/proc/24352/stat : 24352 (sugar) R 24350 24352 23972 0 -1 4194304 53 0 0 0 0 0 0 0 20 0 1 0 25027134 3760128 38 996147200 4194304 4206940 548682068608 18446744073709551615 240905155977 0 0 4096 0 0 0 0 17 1 0 0
/proc/24352/statm: 918 38 29 3 0 8 0

[startup+0.011851 s]
/proc/loadavg: 2.90 2.93 2.53 4/81 24352
/proc/meminfo: memFree=1881856/2055920 swapFree=4192812/4192956
[pid=24352] ppid=24350 vsize=12268 CPUtime=0
/proc/24352/stat : 24352 (sugar) D 24350 24352 23972 0 -1 4194304 352 0 0 0 0 0 0 0 18 0 1 0 25027134 12562432 320 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/24352/statm: 3067 320 242 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.101862 s]
/proc/loadavg: 2.90 2.93 2.53 4/81 24352
/proc/meminfo: memFree=1881856/2055920 swapFree=4192812/4192956
[pid=24352] ppid=24350 vsize=13072 CPUtime=0.02
/proc/24352/stat : 24352 (sugar) R 24350 24352 23972 0 -1 4194304 633 0 0 0 2 0 0 0 18 0 1 0 25027134 13385728 601 996147200 4194304 4206940 548682068608 18446744073709551615 240925323271 0 0 4224 0 0 0 0 17 1 0 0
/proc/24352/statm: 3268 601 316 3 0 368 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13072

[startup+0.301886 s]
/proc/loadavg: 2.90 2.93 2.53 4/81 24352
/proc/meminfo: memFree=1881856/2055920 swapFree=4192812/4192956
[pid=24352] ppid=24350 vsize=16868 CPUtime=0.06
/proc/24352/stat : 24352 (sugar) S 24350 24352 23972 0 -1 4194304 1227 127 0 1 5 1 0 0 18 0 1 0 25027134 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24352/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701926 s]
/proc/loadavg: 2.90 2.93 2.53 4/81 24352
/proc/meminfo: memFree=1881856/2055920 swapFree=4192812/4192956
[pid=24352] ppid=24350 vsize=16868 CPUtime=0.06
/proc/24352/stat : 24352 (sugar) S 24350 24352 23972 0 -1 4194304 1227 127 0 1 5 1 0 0 18 0 1 0 25027134 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24352/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50301 s]
/proc/loadavg: 2.90 2.93 2.53 4/92 24364
/proc/meminfo: memFree=1861096/2055920 swapFree=4192812/4192956
[pid=24352] ppid=24350 vsize=16868 CPUtime=0.06
/proc/24352/stat : 24352 (sugar) S 24350 24352 23972 0 -1 4194304 1227 127 0 1 5 1 0 0 18 0 1 0 25027134 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24352/statm: 4217 1111 409 3 0 796 0
[pid=24355] ppid=24352 vsize=5356 CPUtime=0
/proc/24355/stat : 24355 (sh) S 24352 24352 23972 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25027156 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24355/statm: 1339 233 193 169 0 50 0
[pid=24356] ppid=24355 vsize=865800 CPUtime=1.22
/proc/24356/stat : 24356 (java) S 24355 24352 23972 0 -1 0 12346 0 1 0 115 7 0 0 18 0 9 0 25027156 886579200 10630 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24356/statm: 216450 10630 2556 9 0 210962 0
[pid=24356/tid=24357] ppid=24355 vsize=865800 CPUtime=0.67
/proc/24356/task/24357/stat : 24357 (java) R 24355 24352 23972 0 -1 64 2900 0 1 0 66 1 0 0 18 0 9 0 25027157 886579200 10630 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24356/tid=24358] ppid=24355 vsize=865800 CPUtime=0.4
/proc/24356/task/24358/stat : 24358 (java) R 24355 24352 23972 0 -1 64 8239 0 0 0 36 4 0 0 17 0 9 0 25027162 886579200 10630 996147200 134512640 134550932 4294955984 18446744073709551615 104516168 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24356/tid=24359] ppid=24355 vsize=865800 CPUtime=0
/proc/24356/task/24359/stat : 24359 (java) S 24355 24352 23972 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 25027162 886579200 10630 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24356/tid=24360] ppid=24355 vsize=865800 CPUtime=0
/proc/24356/task/24360/stat : 24360 (java) S 24355 24352 23972 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 25027162 886579200 10630 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24356/tid=24361] ppid=24355 vsize=865800 CPUtime=0
/proc/24356/task/24361/stat : 24361 (java) S 24355 24352 23972 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25027165 886579200 10630 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24356/tid=24362] ppid=24355 vsize=865800 CPUtime=0.12
/proc/24356/task/24362/stat : 24362 (java) S 24355 24352 23972 0 -1 64 503 0 0 0 12 0 0 0 16 0 9 0 25027165 886579200 10630 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24356/tid=24363] ppid=24355 vsize=865800 CPUtime=0
/proc/24356/task/24363/stat : 24363 (java) S 24355 24352 23972 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25027165 886579200 10630 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24356/tid=24364] ppid=24355 vsize=865800 CPUtime=0
/proc/24356/task/24364/stat : 24364 (java) S 24355 24352 23972 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25027165 886579200 10630 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 888024

[startup+3.10217 s]
/proc/loadavg: 2.90 2.93 2.53 3/92 24374
/proc/meminfo: memFree=1870056/2055920 swapFree=4192812/4192956
[pid=24352] ppid=24350 vsize=16868 CPUtime=1.64
/proc/24352/stat : 24352 (sugar) S 24350 24352 23972 0 -1 4194304 1309 13024 0 2 5 1 150 8 16 0 1 0 25027134 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24352/statm: 4217 1111 409 3 0 796 0
[pid=24365] ppid=24352 vsize=5356 CPUtime=0
/proc/24365/stat : 24365 (sh) S 24352 24352 23972 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25027323 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24365/statm: 1339 233 193 169 0 50 0
[pid=24366] ppid=24365 vsize=868592 CPUtime=1.18
/proc/24366/stat : 24366 (java) S 24365 24352 23972 0 -1 0 9893 0 1 0 113 5 0 0 18 0 9 0 25027323 889438208 8857 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24366/statm: 217148 8857 2566 9 0 211653 0
[pid=24366/tid=24367] ppid=24365 vsize=868592 CPUtime=0.63
/proc/24366/task/24367/stat : 24367 (java) R 24365 24352 23972 0 -1 64 2709 0 1 0 62 1 0 0 21 0 9 0 25027324 889438208 8857 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24366/tid=24368] ppid=24365 vsize=868592 CPUtime=0.36
/proc/24366/task/24368/stat : 24368 (java) R 24365 24352 23972 0 -1 64 5010 0 0 0 34 2 0 0 16 0 9 0 25027325 889438208 8857 996147200 134512640 134550932 4294955936 18446744073709551615 102759286 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24366/tid=24369] ppid=24365 vsize=868592 CPUtime=0
/proc/24366/task/24369/stat : 24369 (java) S 24365 24352 23972 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25027325 889438208 8857 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24366/tid=24370] ppid=24365 vsize=868592 CPUtime=0
/proc/24366/task/24370/stat : 24370 (java) S 24365 24352 23972 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 25027325 889438208 8857 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24366/tid=24371] ppid=24365 vsize=868592 CPUtime=0
/proc/24366/task/24371/stat : 24371 (java) S 24365 24352 23972 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25027327 889438208 8857 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24366/tid=24372] ppid=24365 vsize=868592 CPUtime=0.16
/proc/24366/task/24372/stat : 24372 (java) S 24365 24352 23972 0 -1 64 1472 0 0 0 16 0 0 0 16 0 9 0 25027327 889438208 8857 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24366/tid=24373] ppid=24365 vsize=868592 CPUtime=0
/proc/24366/task/24373/stat : 24373 (java) S 24365 24352 23972 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25027327 889438208 8857 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24366/tid=24374] ppid=24365 vsize=868592 CPUtime=0
/proc/24366/task/24374/stat : 24374 (java) S 24365 24352 23972 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25027328 889438208 8857 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 890816

[startup+6.30148 s]
/proc/loadavg: 2.90 2.93 2.54 3/92 24374
/proc/meminfo: memFree=1823208/2055920 swapFree=4192812/4192956
[pid=24352] ppid=24350 vsize=16868 CPUtime=5.51
/proc/24352/stat : 24352 (sugar) S 24350 24352 23972 0 -1 4194304 1365 27939 0 3 6 1 517 27 16 0 1 0 25027134 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24352/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 5.51
Current children cumulated vsize (KiB) 16868

[startup+12.7021 s]
/proc/loadavg: 2.83 2.91 2.53 3/84 24376
/proc/meminfo: memFree=1835880/2055920 swapFree=4192812/4192956
[pid=24352] ppid=24350 vsize=16868 CPUtime=5.51
/proc/24352/stat : 24352 (sugar) S 24350 24352 23972 0 -1 4194304 1365 27939 0 3 6 1 517 27 16 0 1 0 25027134 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24352/statm: 4217 1113 409 3 0 796 0
[pid=24375] ppid=24352 vsize=5356 CPUtime=0
/proc/24375/stat : 24375 (sh) S 24352 24352 23972 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25027721 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24375/statm: 1339 232 193 169 0 50 0
[pid=24376] ppid=24375 vsize=31492 CPUtime=6.76
/proc/24376/stat : 24376 (picosat) R 24375 24352 23972 0 -1 4194304 7252 0 0 0 310 366 0 0 25 0 1 0 25027721 32247808 7238 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/24376/statm: 7873 7238 40 102 0 7768 0
Current children cumulated CPU time (s) 12.27
Current children cumulated vsize (KiB) 53716

[startup+25.5014 s]
/proc/loadavg: 2.65 2.87 2.52 3/84 24376
/proc/meminfo: memFree=1830440/2055920 swapFree=4192812/4192956
[pid=24352] ppid=24350 vsize=16868 CPUtime=5.51
/proc/24352/stat : 24352 (sugar) S 24350 24352 23972 0 -1 4194304 1365 27939 0 3 6 1 517 27 16 0 1 0 25027134 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24352/statm: 4217 1113 409 3 0 796 0
[pid=24375] ppid=24352 vsize=5356 CPUtime=0
/proc/24375/stat : 24375 (sh) S 24352 24352 23972 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25027721 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24375/statm: 1339 232 193 169 0 50 0
[pid=24376] ppid=24375 vsize=34436 CPUtime=19.43
/proc/24376/stat : 24376 (picosat) R 24375 24352 23972 0 -1 4194304 8012 0 0 0 1572 371 0 0 25 0 1 0 25027721 35262464 7998 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/24376/statm: 8609 7998 42 102 0 8504 0
Current children cumulated CPU time (s) 24.94
Current children cumulated vsize (KiB) 56660

[startup+51.102 s]
/proc/loadavg: 2.42 2.80 2.51 3/84 24376
/proc/meminfo: memFree=1826664/2055920 swapFree=4192812/4192956
[pid=24352] ppid=24350 vsize=16868 CPUtime=5.51
/proc/24352/stat : 24352 (sugar) S 24350 24352 23972 0 -1 4194304 1365 27939 0 3 6 1 517 27 16 0 1 0 25027134 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24352/statm: 4217 1113 409 3 0 796 0
[pid=24375] ppid=24352 vsize=5356 CPUtime=0
/proc/24375/stat : 24375 (sh) S 24352 24352 23972 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25027721 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24375/statm: 1339 232 193 169 0 50 0
[pid=24376] ppid=24375 vsize=38132 CPUtime=44.78
/proc/24376/stat : 24376 (picosat) R 24375 24352 23972 0 -1 4194304 8970 0 0 0 4104 374 0 0 25 0 1 0 25027721 39047168 8956 996147200 134512640 134931368 4294956256 18446744073709551615 134524027 0 0 4096 0 0 0 0 17 1 0 0
/proc/24376/statm: 9533 8956 42 102 0 9428 0
Current children cumulated CPU time (s) 50.29
Current children cumulated vsize (KiB) 60356

[startup+102.306 s]
/proc/loadavg: 2.18 2.67 2.48 3/84 24376
/proc/meminfo: memFree=1824104/2055920 swapFree=4192812/4192956
[pid=24352] ppid=24350 vsize=16868 CPUtime=5.51
/proc/24352/stat : 24352 (sugar) S 24350 24352 23972 0 -1 4194304 1365 27939 0 3 6 1 517 27 16 0 1 0 25027134 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24352/statm: 4217 1113 409 3 0 796 0
[pid=24375] ppid=24352 vsize=5356 CPUtime=0
/proc/24375/stat : 24375 (sh) S 24352 24352 23972 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25027721 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24375/statm: 1339 232 193 169 0 50 0
[pid=24376] ppid=24375 vsize=40504 CPUtime=95.49
/proc/24376/stat : 24376 (picosat) R 24375 24352 23972 0 -1 4194304 9681 0 0 0 9174 375 0 0 25 0 1 0 25027721 41476096 9556 996147200 134512640 134931368 4294956256 18446744073709551615 134524017 0 0 4096 0 0 0 0 17 1 0 0
/proc/24376/statm: 10126 9556 48 102 0 10021 0
Current children cumulated CPU time (s) 101
Current children cumulated vsize (KiB) 62728

[startup+162.301 s]
/proc/loadavg: 2.07 2.55 2.45 3/84 24376
/proc/meminfo: memFree=1820968/2055920 swapFree=4192812/4192956
[pid=24352] ppid=24350 vsize=16868 CPUtime=5.51
/proc/24352/stat : 24352 (sugar) S 24350 24352 23972 0 -1 4194304 1365 27939 0 3 6 1 517 27 16 0 1 0 25027134 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24352/statm: 4217 1113 409 3 0 796 0
[pid=24375] ppid=24352 vsize=5356 CPUtime=0
/proc/24375/stat : 24375 (sh) S 24352 24352 23972 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25027721 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24375/statm: 1339 232 193 169 0 50 0
[pid=24376] ppid=24375 vsize=43276 CPUtime=154.92
/proc/24376/stat : 24376 (picosat) R 24375 24352 23972 0 -1 4194304 10543 0 0 0 15116 376 0 0 25 0 1 0 25027721 44314624 10299 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/24376/statm: 10819 10299 48 102 0 10714 0
Current children cumulated CPU time (s) 160.43
Current children cumulated vsize (KiB) 65500

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

/proc/meminfo: memFree=1811888/2055920 swapFree=4192812/4192956
[pid=24352] ppid=24350 vsize=16868 CPUtime=5.51
/proc/24352/stat : 24352 (sugar) S 24350 24352 23972 0 -1 4194304 1365 27939 0 3 6 1 517 27 16 0 1 0 25027134 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24352/statm: 4217 1113 409 3 0 796 0
[pid=24375] ppid=24352 vsize=5356 CPUtime=0
/proc/24375/stat : 24375 (sh) S 24352 24352 23972 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25027721 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24375/statm: 1339 232 193 169 0 50 0
[pid=24376] ppid=24375 vsize=51684 CPUtime=1343.62
/proc/24376/stat : 24376 (picosat) R 24375 24352 23972 0 -1 4194304 14199 0 0 0 133981 381 0 0 25 0 1 0 25027721 52924416 12399 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/24376/statm: 12921 12399 48 102 0 12816 0
Current children cumulated CPU time (s) 1349.13
Current children cumulated vsize (KiB) 73908

[startup+1422.31 s]
/proc/loadavg: 2.03 2.07 2.13 3/84 24376
/proc/meminfo: memFree=1811824/2055920 swapFree=4192812/4192956
[pid=24352] ppid=24350 vsize=16868 CPUtime=5.51
/proc/24352/stat : 24352 (sugar) S 24350 24352 23972 0 -1 4194304 1365 27939 0 3 6 1 517 27 16 0 1 0 25027134 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24352/statm: 4217 1113 409 3 0 796 0
[pid=24375] ppid=24352 vsize=5356 CPUtime=0
/proc/24375/stat : 24375 (sh) S 24352 24352 23972 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25027721 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24375/statm: 1339 232 193 169 0 50 0
[pid=24376] ppid=24375 vsize=51684 CPUtime=1403.06
/proc/24376/stat : 24376 (picosat) R 24375 24352 23972 0 -1 4194304 14412 0 0 0 139925 381 0 0 25 0 1 0 25027721 52924416 12413 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/24376/statm: 12921 12413 48 102 0 12816 0
Current children cumulated CPU time (s) 1408.57
Current children cumulated vsize (KiB) 73908

[startup+1482.3 s]
/proc/loadavg: 2.01 2.05 2.12 3/84 24419
/proc/meminfo: memFree=1815672/2055920 swapFree=4192812/4192956
[pid=24352] ppid=24350 vsize=16868 CPUtime=5.51
/proc/24352/stat : 24352 (sugar) S 24350 24352 23972 0 -1 4194304 1365 27939 0 3 6 1 517 27 16 0 1 0 25027134 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24352/statm: 4217 1113 409 3 0 796 0
[pid=24375] ppid=24352 vsize=5356 CPUtime=0
/proc/24375/stat : 24375 (sh) S 24352 24352 23972 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25027721 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24375/statm: 1339 232 193 169 0 50 0
[pid=24376] ppid=24375 vsize=51684 CPUtime=1462.82
/proc/24376/stat : 24376 (picosat) R 24375 24352 23972 0 -1 4194304 14412 0 0 0 145898 384 0 0 25 0 1 0 25027721 52924416 12413 996147200 134512640 134931368 4294956256 18446744073709551615 134597671 0 0 4096 0 0 0 0 17 0 0 0
/proc/24376/statm: 12921 12413 48 102 0 12816 0
Current children cumulated CPU time (s) 1468.33
Current children cumulated vsize (KiB) 73908

[startup+1542.3 s]
/proc/loadavg: 2.00 2.04 2.11 3/84 24419
/proc/meminfo: memFree=1815032/2055920 swapFree=4192812/4192956
[pid=24352] ppid=24350 vsize=16868 CPUtime=5.51
/proc/24352/stat : 24352 (sugar) S 24350 24352 23972 0 -1 4194304 1365 27939 0 3 6 1 517 27 16 0 1 0 25027134 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24352/statm: 4217 1113 409 3 0 796 0
[pid=24375] ppid=24352 vsize=5356 CPUtime=0
/proc/24375/stat : 24375 (sh) S 24352 24352 23972 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25027721 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24375/statm: 1339 232 193 169 0 50 0
[pid=24376] ppid=24375 vsize=51684 CPUtime=1522.8
/proc/24376/stat : 24376 (picosat) R 24375 24352 23972 0 -1 4194304 14650 0 0 0 151896 384 0 0 25 0 1 0 25027721 52924416 12439 996147200 134512640 134931368 4294956256 18446744073709551615 134524027 0 0 4096 0 0 0 0 17 0 0 0
/proc/24376/statm: 12921 12439 48 102 0 12816 0
Current children cumulated CPU time (s) 1528.31
Current children cumulated vsize (KiB) 73908

[startup+1602.3 s]
/proc/loadavg: 2.00 2.03 2.10 3/84 24419
/proc/meminfo: memFree=1814904/2055920 swapFree=4192812/4192956
[pid=24352] ppid=24350 vsize=16868 CPUtime=5.51
/proc/24352/stat : 24352 (sugar) S 24350 24352 23972 0 -1 4194304 1365 27939 0 3 6 1 517 27 16 0 1 0 25027134 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24352/statm: 4217 1113 409 3 0 796 0
[pid=24375] ppid=24352 vsize=5356 CPUtime=0
/proc/24375/stat : 24375 (sh) S 24352 24352 23972 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25027721 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24375/statm: 1339 232 193 169 0 50 0
[pid=24376] ppid=24375 vsize=51684 CPUtime=1582.77
/proc/24376/stat : 24376 (picosat) R 24375 24352 23972 0 -1 4194304 14650 0 0 0 157893 384 0 0 25 0 1 0 25027721 52924416 12439 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/24376/statm: 12921 12439 48 102 0 12816 0
Current children cumulated CPU time (s) 1588.28
Current children cumulated vsize (KiB) 73908

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.09 3/84 24419
/proc/meminfo: memFree=1814776/2055920 swapFree=4192812/4192956
[pid=24352] ppid=24350 vsize=16868 CPUtime=5.51
/proc/24352/stat : 24352 (sugar) S 24350 24352 23972 0 -1 4194304 1365 27939 0 3 6 1 517 27 16 0 1 0 25027134 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24352/statm: 4217 1113 409 3 0 796 0
[pid=24375] ppid=24352 vsize=5356 CPUtime=0
/proc/24375/stat : 24375 (sh) S 24352 24352 23972 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25027721 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24375/statm: 1339 232 193 169 0 50 0
[pid=24376] ppid=24375 vsize=51684 CPUtime=1642.75
/proc/24376/stat : 24376 (picosat) R 24375 24352 23972 0 -1 4194304 14680 0 0 0 163890 385 0 0 25 0 1 0 25027721 52924416 12469 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/24376/statm: 12921 12469 48 102 0 12816 0
Current children cumulated CPU time (s) 1648.26
Current children cumulated vsize (KiB) 73908

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.08 3/84 24419
/proc/meminfo: memFree=1814456/2055920 swapFree=4192812/4192956
[pid=24352] ppid=24350 vsize=16868 CPUtime=5.51
/proc/24352/stat : 24352 (sugar) S 24350 24352 23972 0 -1 4194304 1365 27939 0 3 6 1 517 27 16 0 1 0 25027134 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24352/statm: 4217 1113 409 3 0 796 0
[pid=24375] ppid=24352 vsize=5356 CPUtime=0
/proc/24375/stat : 24375 (sh) S 24352 24352 23972 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25027721 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24375/statm: 1339 232 193 169 0 50 0
[pid=24376] ppid=24375 vsize=51948 CPUtime=1702.73
/proc/24376/stat : 24376 (picosat) R 24375 24352 23972 0 -1 4194304 14960 0 0 0 169888 385 0 0 25 0 1 0 25027721 53194752 12529 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/24376/statm: 12987 12529 48 102 0 12882 0
Current children cumulated CPU time (s) 1708.24
Current children cumulated vsize (KiB) 74172

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.08 3/84 24419
/proc/meminfo: memFree=1814392/2055920 swapFree=4192812/4192956
[pid=24352] ppid=24350 vsize=16868 CPUtime=5.51
/proc/24352/stat : 24352 (sugar) S 24350 24352 23972 0 -1 4194304 1365 27939 0 3 6 1 517 27 16 0 1 0 25027134 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24352/statm: 4217 1113 409 3 0 796 0
[pid=24375] ppid=24352 vsize=5356 CPUtime=0
/proc/24375/stat : 24375 (sh) S 24352 24352 23972 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25027721 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24375/statm: 1339 232 193 169 0 50 0
[pid=24376] ppid=24375 vsize=51948 CPUtime=1762.71
/proc/24376/stat : 24376 (picosat) R 24375 24352 23972 0 -1 4194304 14960 0 0 0 175886 385 0 0 25 0 1 0 25027721 53194752 12529 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/24376/statm: 12987 12529 48 102 0 12882 0
Current children cumulated CPU time (s) 1768.22
Current children cumulated vsize (KiB) 74172



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.1 s]
/proc/loadavg: 2.00 2.01 2.07 3/84 24419
/proc/meminfo: memFree=1814328/2055920 swapFree=4192812/4192956
[pid=24352] ppid=24350 vsize=16868 CPUtime=5.51
/proc/24352/stat : 24352 (sugar) S 24350 24352 23972 0 -1 4194304 1365 27939 0 3 6 1 517 27 16 0 1 0 25027134 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24352/statm: 4217 1113 409 3 0 796 0
[pid=24375] ppid=24352 vsize=5356 CPUtime=0
/proc/24375/stat : 24375 (sh) S 24352 24352 23972 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25027721 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24375/statm: 1339 232 193 169 0 50 0
[pid=24376] ppid=24375 vsize=51948 CPUtime=1794.5
/proc/24376/stat : 24376 (picosat) R 24375 24352 23972 0 -1 4194304 14960 0 0 0 179065 385 0 0 25 0 1 0 25027721 53194752 12529 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/24376/statm: 12987 12529 48 102 0 12882 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 74172

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

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

[startup+1814.1 s]
/proc/loadavg: 2.00 2.01 2.07 3/84 24419
/proc/meminfo: memFree=1814328/2055920 swapFree=4192812/4192956
[pid=24352] ppid=24350 vsize=16868 CPUtime=5.51
/proc/24352/stat : 24352 (sugar) S 24350 24352 23972 0 -1 4194304 1365 27939 0 3 6 1 517 27 16 0 1 0 25027134 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24352/statm: 4217 1113 409 3 0 796 0
[pid=24375] ppid=24352 vsize=5356 CPUtime=0
/proc/24375/stat : 24375 (sh) S 24352 24352 23972 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25027721 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24375/statm: 1339 232 193 169 0 50 0
[pid=24376] ppid=24375 vsize=51948 CPUtime=1794.5
/proc/24376/stat : 24376 (picosat) R 24375 24352 23972 0 -1 4194304 14960 0 0 0 179065 385 0 0 25 0 1 0 25027721 53194752 12529 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/24376/statm: 12987 12529 48 102 0 12882 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 74172

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 24352 and gives
#  childrusage.ru_utime.tv_sec=5
#  childrusage.ru_utime.tv_usec=239203
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=311952
# CPU time returned by wait4() is 5.55115
# 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): 1814.13
CPU time (s): 1800.01
CPU user time (s): 1795.88
CPU system time (s): 4.13
CPU usage (%): 99.2217
Max. virtual memory (cumulated for all children) (KiB): 891320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.2392
system time used= 0.311952
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29789
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4185
involuntary context switches= 4218

runsolver used 2.09068 second user time and 6.17706 second system time

The end

Launcher Data

Begin job on node36 at 2009-07-12 08:20:25
IDJOB=2084787
IDBENCH=58160
IDSOLVER=738
FILE ID=node36/2084787-1247379624
PBS_JOBID= 9507195
Free space on /tmp= 66388 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/graphColoring/register/inithx/normalized-inithx-i-1-20.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-2084787-1247379624/watcher-2084787-1247379624 -o /tmp/evaluation-result-2084787-1247379624/solver-2084787-1247379624 -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-2084787-1247379624.xml

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

MD5SUM BENCH= 045db7eed9e087fec4ec728b76b99bf4
RANDOM SEED=958862429

node36.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.238
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.238
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:       1882528 kB
Buffers:          4204 kB
Cached:          39384 kB
SwapCached:          0 kB
Active:         109312 kB
Inactive:        12160 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1882528 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3720 kB
Writeback:           0 kB
Mapped:          98304 kB
Slab:            36988 kB
Committed_AS:   275096 kB
PageTables:       1908 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= 66388 MiB
End job on node36 at 2009-07-12 08:50:41