Trace number 1088984

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 1815.03

General information on the benchmark

Namecsp/graphColoring/register/inithx/
normalized-inithx-i-2-20.xml
MD5SUM4a2ea02751f7df9d0bb61a77d9049c7d
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.510921
Satisfiable
(Un)Satisfiability was proved
Number of variables645
Number of constraints13979
Maximum constraint arity2
Maximum domain size20
Number of constraints which are defined in extension0
Number of constraints which are defined in intension13979
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/picosat
0.04/0.05	c 0	BEGIN Sat Jul  5 14:27:32 2008
0.04/0.05	c 0	PID 30962
0.04/0.05	c 0	HOST node16.alineos.net
0.04/0.05	c 0	CONVERTING HOME/instance-1088984-1215260852.xml TO HOME/temp.csp
0.04/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1088984-1215260852.xml' 'HOME/temp.csp'
1.26/1.34	c 1	1 domains, 645 variables, 1 predicates, 0 relations, 13979 constraints
1.26/1.36	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.26/1.36	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'
1.31/1.45	c 1	Parsing HOME/temp.csp
1.31/1.77	c 2	parsed 10000 expressions
1.31/1.84	c 2	parsed 14626 expressions
1.31/1.85	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.31/1.85	c 2	Converting to clausal form CSP
2.03/2.12	c 2	converted 1463 (10%) expressions
2.03/2.17	c 2	converted 2926 (20%) expressions
2.12/2.21	c 2	converted 4388 (30%) expressions
2.12/2.25	c 2	converted 5851 (40%) expressions
2.22/2.34	c 2	converted 7313 (50%) expressions
2.22/2.38	c 2	converted 8776 (60%) expressions
2.32/2.42	c 2	converted 10239 (70%) expressions
2.32/2.46	c 2	converted 11701 (80%) expressions
2.32/2.50	c 2	converted 13164 (90%) expressions
2.41/2.55	c 2	converted 14626 (100%) expressions
2.41/2.55	c 2	CSP : 645 integers, 0 booleans, 13979 clauses, largest domain size 20
2.41/2.55	c 2	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.41/2.55	c 2	Propagation in CSP
2.61/2.75	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.61/2.75	c 2	CSP : 645 integers, 0 booleans, 13979 clauses, largest domain size 20
2.61/2.75	c 2	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.61/2.76	c 2	Simplifing CSP by introducing new Boolean variables
2.91/3.04	c 3	CSP : 645 integers, 27958 booleans, 41937 clauses, largest domain size 20
2.91/3.04	c 3	Heap : 23 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.00/3.17	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.11/3.21	c 3	65 (10%) CSP integer variables are encoded (1170 clauses, 13177 bytes)
3.11/3.22	c 3	129 (20%) CSP integer variables are encoded (2322 clauses, 28153 bytes)
3.11/3.22	c 3	194 (30%) CSP integer variables are encoded (3492 clauses, 43363 bytes)
3.11/3.22	c 3	258 (40%) CSP integer variables are encoded (4644 clauses, 58339 bytes)
3.11/3.22	c 3	323 (50%) CSP integer variables are encoded (5814 clauses, 73549 bytes)
3.11/3.22	c 3	387 (60%) CSP integer variables are encoded (6966 clauses, 88525 bytes)
3.11/3.22	c 3	452 (70%) CSP integer variables are encoded (8136 clauses, 103735 bytes)
3.11/3.23	c 3	516 (80%) CSP integer variables are encoded (9288 clauses, 118711 bytes)
3.11/3.23	c 3	581 (90%) CSP integer variables are encoded (10458 clauses, 135892 bytes)
3.11/3.23	c 3	645 (100%) CSP integer variables are encoded (11610 clauses, 153172 bytes)
3.30/3.40	c 3	4194 (10%) CSP clauses are encoded (68928 clauses, 1147370 bytes)
3.40/3.52	c 3	8388 (20%) CSP clauses are encoded (126246 clauses, 2180970 bytes)
3.50/3.64	c 3	12582 (30%) CSP clauses are encoded (183564 clauses, 3239318 bytes)
3.59/3.76	c 4	16775 (40%) CSP clauses are encoded (240881 clauses, 4297490 bytes)
3.69/3.88	c 4	20969 (50%) CSP clauses are encoded (298199 clauses, 5357676 bytes)
3.89/4.01	c 4	25163 (60%) CSP clauses are encoded (355517 clauses, 6420760 bytes)
3.99/4.13	c 4	29356 (70%) CSP clauses are encoded (412815 clauses, 7481210 bytes)
4.10/4.25	c 4	33550 (80%) CSP clauses are encoded (470133 clauses, 8570680 bytes)
4.19/4.37	c 4	37744 (90%) CSP clauses are encoded (527451 clauses, 9687528 bytes)
4.29/4.49	c 4	41937 (100%) CSP clauses are encoded (584749 clauses, 10814386 bytes)
4.29/4.49	c 4	41937 CSP clauses encoded
4.29/4.49	c 4	Writing map file : HOME/temp.map
4.39/4.52	c 4	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.39/4.52	c 4	SAT : 40213 SAT variables, 584749 SAT clauses, 10814386 bytes
4.39/4.52	c 4	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.39/4.56	c 4	SOLVING HOME/temp.cnf
4.39/4.56	c 4	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.03/1815.02	c 1815	DECODING HOME/temp.out WITH HOME/temp.map
1800.03/1815.02	c 1815	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/1815.02	c ERROR INTERRUPTED
1800.03/1815.02	s UNKNOWN
1800.03/1815.02	c 1815	CPU 4.18 (0.03 0.01 4.15 0.24)
1800.03/1815.02	c 1815	END Sat Jul  5 14:57:47 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-1088984-1215260852/watcher-1088984-1215260852 -o /tmp/evaluation-result-1088984-1215260852/solver-1088984-1215260852 -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-1088984-1215260852.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.92 1.99 1.99 4/72 30962
/proc/meminfo: memFree=1753112/2055920 swapFree=4180124/4192956
[pid=30962] ppid=30960 vsize=12268 CPUtime=0
/proc/30962/stat : 30962 (sugar) R 30960 30962 30427 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 2005059766 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 231962540645 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/30962/statm: 3067 316 241 3 0 167 0

[startup+0.0501941 s]
/proc/loadavg: 1.92 1.99 1.99 4/72 30962
/proc/meminfo: memFree=1753112/2055920 swapFree=4180124/4192956
[pid=30962] ppid=30960 vsize=13604 CPUtime=0.04
/proc/30962/stat : 30962 (sugar) R 30960 30962 30427 0 -1 4194304 822 0 0 0 3 1 0 0 18 0 1 0 2005059766 13930496 790 996147200 4194304 4206940 548682068608 18446744073709551615 231962542162 0 0 4224 16386 0 0 0 17 1 0 0
/proc/30962/statm: 3401 790 364 3 0 501 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13604

[startup+0.101513 s]
/proc/loadavg: 1.92 1.99 1.99 4/72 30962
/proc/meminfo: memFree=1753112/2055920 swapFree=4180124/4192956
[pid=30962] ppid=30960 vsize=13600 CPUtime=0.04
/proc/30962/stat : 30962 (sugar) S 30960 30962 30427 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2005059766 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30962/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301106 s]
/proc/loadavg: 1.92 1.99 1.99 4/72 30962
/proc/meminfo: memFree=1753112/2055920 swapFree=4180124/4192956
[pid=30962] ppid=30960 vsize=13600 CPUtime=0.04
/proc/30962/stat : 30962 (sugar) S 30960 30962 30427 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2005059766 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30962/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701013 s]
/proc/loadavg: 1.92 1.99 1.99 4/72 30962
/proc/meminfo: memFree=1753112/2055920 swapFree=4180124/4192956
[pid=30962] ppid=30960 vsize=13600 CPUtime=0.04
/proc/30962/stat : 30962 (sugar) S 30960 30962 30427 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2005059766 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30962/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.5018 s]
/proc/loadavg: 1.92 1.99 1.99 4/83 30974
/proc/meminfo: memFree=1728832/2055920 swapFree=4180124/4192956
[pid=30962] ppid=30960 vsize=13600 CPUtime=1.31
/proc/30962/stat : 30962 (sugar) S 30960 30962 30427 0 -1 4194304 973 10714 0 1 3 1 120 7 16 0 1 0 2005059766 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30962/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 13600

[startup+3.1024 s]
/proc/loadavg: 1.92 1.99 1.99 4/83 30984
/proc/meminfo: memFree=1734976/2055920 swapFree=4180124/4192956
[pid=30962] ppid=30960 vsize=13600 CPUtime=1.31
/proc/30962/stat : 30962 (sugar) S 30960 30962 30427 0 -1 4194304 974 10714 0 1 3 1 120 7 15 0 1 0 2005059766 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30962/statm: 3400 797 370 3 0 500 0
[pid=30975] ppid=30962 vsize=5356 CPUtime=0
/proc/30975/stat : 30975 (sh) S 30962 30962 30427 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2005059903 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30975/statm: 1339 233 193 169 0 50 0
[pid=30976] ppid=30975 vsize=868608 CPUtime=1.69
/proc/30976/stat : 30976 (java) S 30975 30962 30427 0 -1 0 11945 0 1 0 162 7 0 0 18 0 9 0 2005059903 889454592 10955 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30976/statm: 217152 10955 2540 9 0 211727 0
[pid=30976/tid=30977] ppid=30975 vsize=868608 CPUtime=0.82
/proc/30976/task/30977/stat : 30977 (java) R 30975 30962 30427 0 -1 64 2988 0 1 0 80 2 0 0 25 0 9 0 2005059904 889454592 10955 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30976/tid=30978] ppid=30975 vsize=868608 CPUtime=0.64
/proc/30976/task/30978/stat : 30978 (java) R 30975 30962 30427 0 -1 64 6803 0 0 0 61 3 0 0 16 0 9 0 2005059905 889454592 10955 996147200 134512640 134550740 4294955952 18446744073709551615 104181539 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30976/tid=30979] ppid=30975 vsize=868608 CPUtime=0
/proc/30976/task/30979/stat : 30979 (java) S 30975 30962 30427 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2005059905 889454592 10955 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30976/tid=30980] ppid=30975 vsize=868608 CPUtime=0
/proc/30976/task/30980/stat : 30980 (java) S 30975 30962 30427 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2005059905 889454592 10955 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30976/tid=30981] ppid=30975 vsize=868608 CPUtime=0
/proc/30976/task/30981/stat : 30981 (java) S 30975 30962 30427 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2005059908 889454592 10955 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30976/tid=30982] ppid=30975 vsize=868608 CPUtime=0.22
/proc/30976/task/30982/stat : 30982 (java) S 30975 30962 30427 0 -1 64 1460 0 0 0 21 1 0 0 16 0 9 0 2005059908 889454592 10955 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30976/tid=30983] ppid=30975 vsize=868608 CPUtime=0
/proc/30976/task/30983/stat : 30983 (java) S 30975 30962 30427 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2005059908 889454592 10955 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30976/tid=30984] ppid=30975 vsize=868608 CPUtime=0
/proc/30976/task/30984/stat : 30984 (java) S 30975 30962 30427 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2005059908 889454592 10955 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 887564

[startup+6.30539 s]
/proc/loadavg: 1.93 1.99 1.99 3/75 30986
/proc/meminfo: memFree=1734848/2055920 swapFree=4180124/4192956
[pid=30962] ppid=30960 vsize=13600 CPUtime=4.43
/proc/30962/stat : 30962 (sugar) S 30960 30962 30427 0 -1 4194304 1022 23195 0 2 3 1 415 24 16 0 1 0 2005059766 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30962/statm: 3400 799 370 3 0 500 0
[pid=30985] ppid=30962 vsize=5356 CPUtime=0
/proc/30985/stat : 30985 (sh) S 30962 30962 30427 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005060222 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30985/statm: 1339 232 193 169 0 50 0
[pid=30986] ppid=30985 vsize=9512 CPUtime=1.71
/proc/30986/stat : 30986 (picosat) R 30985 30962 30427 0 -1 4194304 2053 0 0 0 76 95 0 0 25 0 1 0 2005060223 9740288 2039 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/30986/statm: 2378 2039 40 102 0 2273 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 28468

[startup+12.7029 s]
/proc/loadavg: 1.93 1.99 1.99 3/75 30986
/proc/meminfo: memFree=1716672/2055920 swapFree=4180124/4192956
[pid=30962] ppid=30960 vsize=13600 CPUtime=4.43
/proc/30962/stat : 30962 (sugar) S 30960 30962 30427 0 -1 4194304 1022 23195 0 2 3 1 415 24 16 0 1 0 2005059766 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30962/statm: 3400 799 370 3 0 500 0
[pid=30985] ppid=30962 vsize=5356 CPUtime=0
/proc/30985/stat : 30985 (sh) S 30962 30962 30427 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005060222 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30985/statm: 1339 232 193 169 0 50 0
[pid=30986] ppid=30985 vsize=24752 CPUtime=8.05
/proc/30986/stat : 30986 (picosat) R 30985 30962 30427 0 -1 4194304 5688 0 0 0 527 278 0 0 25 0 1 0 2005060223 25346048 5674 996147200 134512640 134931368 4294956256 18446744073709551615 134597652 0 0 4096 0 0 0 0 17 1 0 0
/proc/30986/statm: 6188 5674 42 102 0 6083 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 43708

[startup+25.5016 s]
/proc/loadavg: 1.95 1.99 1.99 3/75 30986
/proc/meminfo: memFree=1713280/2055920 swapFree=4180124/4192956
[pid=30962] ppid=30960 vsize=13600 CPUtime=4.43
/proc/30962/stat : 30962 (sugar) S 30960 30962 30427 0 -1 4194304 1022 23195 0 2 3 1 415 24 16 0 1 0 2005059766 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30962/statm: 3400 799 370 3 0 500 0
[pid=30985] ppid=30962 vsize=5356 CPUtime=0
/proc/30985/stat : 30985 (sh) S 30962 30962 30427 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005060222 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30985/statm: 1339 232 193 169 0 50 0
[pid=30986] ppid=30985 vsize=29572 CPUtime=20.73
/proc/30986/stat : 30986 (picosat) R 30985 30962 30427 0 -1 4194304 6416 0 0 0 1795 278 0 0 25 0 1 0 2005060223 30281728 6402 996147200 134512640 134931368 4294956256 18446744073709551615 134529911 0 0 4096 0 0 0 0 17 1 0 0
/proc/30986/statm: 7393 6402 42 102 0 7288 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 48528

[startup+51.1019 s]
/proc/loadavg: 1.96 1.99 1.99 3/75 30986
/proc/meminfo: memFree=1708160/2055920 swapFree=4180124/4192956
[pid=30962] ppid=30960 vsize=13600 CPUtime=4.43
/proc/30962/stat : 30962 (sugar) S 30960 30962 30427 0 -1 4194304 1022 23195 0 2 3 1 415 24 16 0 1 0 2005059766 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30962/statm: 3400 799 370 3 0 500 0
[pid=30985] ppid=30962 vsize=5356 CPUtime=0
/proc/30985/stat : 30985 (sh) S 30962 30962 30427 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005060222 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30985/statm: 1339 232 193 169 0 50 0
[pid=30986] ppid=30985 vsize=33136 CPUtime=46.09
/proc/30986/stat : 30986 (picosat) R 30985 30962 30427 0 -1 4194304 7368 0 0 0 4330 279 0 0 25 0 1 0 2005060223 33931264 7354 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/30986/statm: 8284 7354 42 102 0 8179 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 52092

[startup+102.307 s]
/proc/loadavg: 1.98 1.99 1.99 3/75 30986
/proc/meminfo: memFree=1703936/2055920 swapFree=4180124/4192956
[pid=30962] ppid=30960 vsize=13600 CPUtime=4.43
/proc/30962/stat : 30962 (sugar) S 30960 30962 30427 0 -1 4194304 1022 23195 0 2 3 1 415 24 16 0 1 0 2005059766 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30962/statm: 3400 799 370 3 0 500 0
[pid=30985] ppid=30962 vsize=5356 CPUtime=0
/proc/30985/stat : 30985 (sh) S 30962 30962 30427 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005060222 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30985/statm: 1339 232 193 169 0 50 0
[pid=30986] ppid=30985 vsize=34980 CPUtime=96.84
/proc/30986/stat : 30986 (picosat) R 30985 30962 30427 0 -1 4194304 7912 0 0 0 9404 280 0 0 25 0 1 0 2005060223 35819520 7787 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/30986/statm: 8745 7787 48 102 0 8640 0
Current children cumulated CPU time (s) 101.27
Current children cumulated vsize (KiB) 53936

[startup+162.302 s]
/proc/loadavg: 1.99 1.99 1.99 3/75 30986
/proc/meminfo: memFree=1702080/2055920 swapFree=4180124/4192956
[pid=30962] ppid=30960 vsize=13600 CPUtime=4.43
/proc/30962/stat : 30962 (sugar) S 30960 30962 30427 0 -1 4194304 1022 23195 0 2 3 1 415 24 16 0 1 0 2005059766 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30962/statm: 3400 799 370 3 0 500 0
[pid=30985] ppid=30962 vsize=5356 CPUtime=0
/proc/30985/stat : 30985 (sh) S 30962 30962 30427 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005060222 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30985/statm: 1339 232 193 169 0 50 0
[pid=30986] ppid=30985 vsize=36564 CPUtime=156.3
/proc/30986/stat : 30986 (picosat) R 30985 30962 30427 0 -1 4194304 8480 0 0 0 15349 281 0 0 25 0 1 0 2005060223 37441536 8234 996147200 134512640 134931368 4294956256 18446744073709551615 134525860 0 0 4096 0 0 0 0 17 1 0 0
/proc/30986/statm: 9141 8234 48 102 0 9036 0
Current children cumulated CPU time (s) 160.73
Current children cumulated vsize (KiB) 55520

[startup+222.301 s]
/proc/loadavg: 1.99 1.99 1.99 3/75 30986
/proc/meminfo: memFree=1700992/2055920 swapFree=4180124/4192956
[pid=30962] ppid=30960 vsize=13600 CPUtime=4.43
/proc/30962/stat : 30962 (sugar) S 30960 30962 30427 0 -1 4194304 1022 23195 0 2 3 1 415 24 16 0 1 0 2005059766 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30962/statm: 3400 799 370 3 0 500 0
[pid=30985] ppid=30962 vsize=5356 CPUtime=0
/proc/30985/stat : 30985 (sh) S 30962 30962 30427 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005060222 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30985/statm: 1339 232 193 169 0 50 0
[pid=30986] ppid=30985 vsize=37488 CPUtime=215.75
/proc/30986/stat : 30986 (picosat) R 30985 30962 30427 0 -1 4194304 8840 0 0 0 21294 281 0 0 25 0 1 0 2005060223 38387712 8467 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/30986/statm: 9372 8467 48 102 0 9267 0
Current children cumulated CPU time (s) 220.18
Current children cumulated vsize (KiB) 56444

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

/proc/meminfo: memFree=1691840/2055920 swapFree=4180124/4192956
[pid=30962] ppid=30960 vsize=13600 CPUtime=4.43
/proc/30962/stat : 30962 (sugar) S 30960 30962 30427 0 -1 4194304 1022 23195 0 2 3 1 415 24 16 0 1 0 2005059766 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30962/statm: 3400 799 370 3 0 500 0
[pid=30985] ppid=30962 vsize=5356 CPUtime=0
/proc/30985/stat : 30985 (sh) S 30962 30962 30427 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005060222 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30985/statm: 1339 232 193 169 0 50 0
[pid=30986] ppid=30985 vsize=45868 CPUtime=1286.01
/proc/30986/stat : 30986 (picosat) R 30985 30962 30427 0 -1 4194304 12911 0 0 0 128316 285 0 0 25 0 1 0 2005060223 46968832 10569 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/30986/statm: 11467 10569 48 102 0 11362 0
Current children cumulated CPU time (s) 1290.44
Current children cumulated vsize (KiB) 64824

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 30986
/proc/meminfo: memFree=1691584/2055920 swapFree=4180124/4192956
[pid=30962] ppid=30960 vsize=13600 CPUtime=4.43
/proc/30962/stat : 30962 (sugar) S 30960 30962 30427 0 -1 4194304 1022 23195 0 2 3 1 415 24 16 0 1 0 2005059766 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30962/statm: 3400 799 370 3 0 500 0
[pid=30985] ppid=30962 vsize=5356 CPUtime=0
/proc/30985/stat : 30985 (sh) S 30962 30962 30427 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005060222 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30985/statm: 1339 232 193 169 0 50 0
[pid=30986] ppid=30985 vsize=45864 CPUtime=1345.47
/proc/30986/stat : 30986 (picosat) R 30985 30962 30427 0 -1 4194304 13145 0 0 0 134262 285 0 0 25 0 1 0 2005060223 46964736 10592 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/30986/statm: 11466 10592 48 102 0 11361 0
Current children cumulated CPU time (s) 1349.9
Current children cumulated vsize (KiB) 64820

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 30986
/proc/meminfo: memFree=1691648/2055920 swapFree=4180124/4192956
[pid=30962] ppid=30960 vsize=13600 CPUtime=4.43
/proc/30962/stat : 30962 (sugar) S 30960 30962 30427 0 -1 4194304 1022 23195 0 2 3 1 415 24 16 0 1 0 2005059766 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30962/statm: 3400 799 370 3 0 500 0
[pid=30985] ppid=30962 vsize=5356 CPUtime=0
/proc/30985/stat : 30985 (sh) S 30962 30962 30427 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005060222 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30985/statm: 1339 232 193 169 0 50 0
[pid=30986] ppid=30985 vsize=45864 CPUtime=1404.93
/proc/30986/stat : 30986 (picosat) R 30985 30962 30427 0 -1 4194304 13145 0 0 0 140208 285 0 0 25 0 1 0 2005060223 46964736 10592 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/30986/statm: 11466 10592 48 102 0 11361 0
Current children cumulated CPU time (s) 1409.36
Current children cumulated vsize (KiB) 64820

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 30986
/proc/meminfo: memFree=1691648/2055920 swapFree=4180124/4192956
[pid=30962] ppid=30960 vsize=13600 CPUtime=4.43
/proc/30962/stat : 30962 (sugar) S 30960 30962 30427 0 -1 4194304 1022 23195 0 2 3 1 415 24 16 0 1 0 2005059766 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30962/statm: 3400 799 370 3 0 500 0
[pid=30985] ppid=30962 vsize=5356 CPUtime=0
/proc/30985/stat : 30985 (sh) S 30962 30962 30427 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005060222 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30985/statm: 1339 232 193 169 0 50 0
[pid=30986] ppid=30985 vsize=45864 CPUtime=1464.4
/proc/30986/stat : 30986 (picosat) R 30985 30962 30427 0 -1 4194304 13379 0 0 0 146154 286 0 0 25 0 1 0 2005060223 46964736 10607 996147200 134512640 134931368 4294956256 18446744073709551615 134525751 0 0 4096 0 0 0 0 17 1 0 0
/proc/30986/statm: 11466 10607 48 102 0 11361 0
Current children cumulated CPU time (s) 1468.83
Current children cumulated vsize (KiB) 64820

[startup+1542.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/75 30988
/proc/meminfo: memFree=1691584/2055920 swapFree=4180124/4192956
[pid=30962] ppid=30960 vsize=13600 CPUtime=4.43
/proc/30962/stat : 30962 (sugar) S 30960 30962 30427 0 -1 4194304 1022 23195 0 2 3 1 415 24 16 0 1 0 2005059766 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30962/statm: 3400 799 370 3 0 500 0
[pid=30985] ppid=30962 vsize=5356 CPUtime=0
/proc/30985/stat : 30985 (sh) S 30962 30962 30427 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005060222 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30985/statm: 1339 232 193 169 0 50 0
[pid=30986] ppid=30985 vsize=45864 CPUtime=1523.86
/proc/30986/stat : 30986 (picosat) R 30985 30962 30427 0 -1 4194304 13379 0 0 0 152100 286 0 0 25 0 1 0 2005060223 46964736 10607 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/30986/statm: 11466 10607 48 102 0 11361 0
Current children cumulated CPU time (s) 1528.29
Current children cumulated vsize (KiB) 64820

[startup+1602.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/75 30988
/proc/meminfo: memFree=1691520/2055920 swapFree=4180124/4192956
[pid=30962] ppid=30960 vsize=13600 CPUtime=4.43
/proc/30962/stat : 30962 (sugar) S 30960 30962 30427 0 -1 4194304 1022 23195 0 2 3 1 415 24 16 0 1 0 2005059766 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30962/statm: 3400 799 370 3 0 500 0
[pid=30985] ppid=30962 vsize=5356 CPUtime=0
/proc/30985/stat : 30985 (sh) S 30962 30962 30427 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005060222 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30985/statm: 1339 232 193 169 0 50 0
[pid=30986] ppid=30985 vsize=45864 CPUtime=1583.31
/proc/30986/stat : 30986 (picosat) R 30985 30962 30427 0 -1 4194304 13406 0 0 0 158045 286 0 0 25 0 1 0 2005060223 46964736 10634 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/30986/statm: 11466 10634 48 102 0 11361 0
Current children cumulated CPU time (s) 1587.74
Current children cumulated vsize (KiB) 64820

[startup+1662.3 s]
/proc/loadavg: 1.93 1.98 1.99 3/83 31024
/proc/meminfo: memFree=1646464/2055920 swapFree=4180124/4192956
[pid=30962] ppid=30960 vsize=13600 CPUtime=4.43
/proc/30962/stat : 30962 (sugar) S 30960 30962 30427 0 -1 4194304 1022 23195 0 2 3 1 415 24 16 0 1 0 2005059766 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30962/statm: 3400 799 370 3 0 500 0
[pid=30985] ppid=30962 vsize=5356 CPUtime=0
/proc/30985/stat : 30985 (sh) S 30962 30962 30427 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005060222 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30985/statm: 1339 232 193 169 0 50 0
[pid=30986] ppid=30985 vsize=48900 CPUtime=1642.88
/proc/30986/stat : 30986 (picosat) R 30985 30962 30427 0 -1 4194304 14388 0 0 0 164001 287 0 0 25 0 1 0 2005060223 50073600 11388 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/30986/statm: 12225 11388 48 102 0 12120 0
Current children cumulated CPU time (s) 1647.31
Current children cumulated vsize (KiB) 67856

[startup+1722.3 s]
/proc/loadavg: 1.97 1.98 1.99 3/83 31024
/proc/meminfo: memFree=1634432/2055920 swapFree=4180124/4192956
[pid=30962] ppid=30960 vsize=13600 CPUtime=4.43
/proc/30962/stat : 30962 (sugar) S 30960 30962 30427 0 -1 4194304 1022 23195 0 2 3 1 415 24 16 0 1 0 2005059766 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30962/statm: 3400 799 370 3 0 500 0
[pid=30985] ppid=30962 vsize=5356 CPUtime=0
/proc/30985/stat : 30985 (sh) S 30962 30962 30427 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005060222 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30985/statm: 1339 232 193 169 0 50 0
[pid=30986] ppid=30985 vsize=48900 CPUtime=1702.88
/proc/30986/stat : 30986 (picosat) R 30985 30962 30427 0 -1 4194304 14388 0 0 0 170001 287 0 0 25 0 1 0 2005060223 50073600 11388 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/30986/statm: 12225 11388 48 102 0 12120 0
Current children cumulated CPU time (s) 1707.31
Current children cumulated vsize (KiB) 67856

[startup+1782.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 31024
/proc/meminfo: memFree=1634240/2055920 swapFree=4180124/4192956
[pid=30962] ppid=30960 vsize=13600 CPUtime=4.43
/proc/30962/stat : 30962 (sugar) S 30960 30962 30427 0 -1 4194304 1022 23195 0 2 3 1 415 24 16 0 1 0 2005059766 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30962/statm: 3400 799 370 3 0 500 0
[pid=30985] ppid=30962 vsize=5356 CPUtime=0
/proc/30985/stat : 30985 (sh) S 30962 30962 30427 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005060222 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30985/statm: 1339 232 193 169 0 50 0
[pid=30986] ppid=30985 vsize=48900 CPUtime=1762.9
/proc/30986/stat : 30986 (picosat) R 30985 30962 30427 0 -1 4194304 14388 0 0 0 176002 288 0 0 25 0 1 0 2005060223 50073600 11388 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/30986/statm: 12225 11388 48 102 0 12120 0
Current children cumulated CPU time (s) 1767.33
Current children cumulated vsize (KiB) 67856



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.01 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 31024
/proc/meminfo: memFree=1632512/2055920 swapFree=4180124/4192956
[pid=30962] ppid=30960 vsize=13600 CPUtime=4.43
/proc/30962/stat : 30962 (sugar) S 30960 30962 30427 0 -1 4194304 1022 23195 0 2 3 1 415 24 16 0 1 0 2005059766 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30962/statm: 3400 799 370 3 0 500 0
[pid=30985] ppid=30962 vsize=5356 CPUtime=0
/proc/30985/stat : 30985 (sh) S 30962 30962 30427 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005060222 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30985/statm: 1339 232 193 169 0 50 0
[pid=30986] ppid=30985 vsize=49956 CPUtime=1795.6
/proc/30986/stat : 30986 (picosat) R 30985 30962 30427 0 -1 4194304 14932 0 0 0 179272 288 0 0 25 0 1 0 2005060223 51154944 11692 996147200 134512640 134931368 4294956256 18446744073709551615 134524236 0 0 4096 0 0 0 0 17 0 0 0
/proc/30986/statm: 12489 11692 48 102 0 12384 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 68912

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 30962 and gives
#  childrusage.ru_utime.tv_sec=4
#  childrusage.ru_utime.tv_usec=194362
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=267959
# CPU time returned by wait4() is 4.46232
# 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): 1815.03
CPU time (s): 1800.03
CPU user time (s): 1796.9
CPU system time (s): 3.13
CPU usage (%): 99.1734
Max. virtual memory (cumulated for all children) (KiB): 887564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.19436
system time used= 0.267959
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24726
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= 3735
involuntary context switches= 3650

runsolver used 2.32864 second user time and 5.9411 second system time

The end

Launcher Data (download as text)

Begin job on node16 at 2008-07-05 14:27:32
IDJOB=1088984
IDBENCH=58161
IDSOLVER=345
FILE ID=node16/1088984-1215260852
PBS_JOBID= 7882102
Free space on /tmp= 66520 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 4a2ea02751f7df9d0bb61a77d9049c7d
RANDOM SEED=1522895409

node16.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:       1753592 kB
Buffers:         27604 kB
Cached:         188856 kB
SwapCached:       7056 kB
Active:         165636 kB
Inactive:        86596 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1753592 kB
SwapTotal:     4192956 kB
SwapFree:      4180124 kB
Dirty:            2924 kB
Writeback:           0 kB
Mapped:          43212 kB
Slab:            35556 kB
Committed_AS:  3601680 kB
PageTables:       1836 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= 66516 MiB
End job on node16 at 2008-07-05 14:57:49