Trace number 1089047

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 1813.24

General information on the benchmark

Namecsp/graphColoring/register/fpsol/
normalized-fpsol2-i-2-27.xml
MD5SUMbae4e74e8302566c5df94afffcbc4902
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.309952
Satisfiable
(Un)Satisfiability was proved
Number of variables451
Number of constraints8691
Maximum constraint arity2
Maximum domain size27
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8691
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.05	c 0	BEGIN Sat Jul  5 14:35:57 2008
0.00/0.05	c 0	PID 807
0.00/0.05	c 0	HOST node7.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1089047-1215261357.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1089047-1215261357.xml' 'HOME/temp.csp'
0.03/1.03	c 1	1 domains, 451 variables, 1 predicates, 0 relations, 8691 constraints
0.03/1.04	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/1.04	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.03/1.13	c 1	Parsing HOME/temp.csp
1.33/1.44	c 1	parsed 9144 expressions
1.33/1.44	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.33/1.44	c 1	Converting to clausal form CSP
1.52/1.63	c 2	converted 915 (10%) expressions
1.52/1.69	c 2	converted 1829 (20%) expressions
1.62/1.71	c 2	converted 2744 (30%) expressions
1.62/1.78	c 2	converted 3658 (40%) expressions
1.72/1.81	c 2	converted 4572 (50%) expressions
1.72/1.83	c 2	converted 5487 (60%) expressions
1.72/1.86	c 2	converted 6401 (70%) expressions
1.72/1.88	c 2	converted 7316 (80%) expressions
1.82/1.91	c 2	converted 8230 (90%) expressions
1.82/1.99	c 2	converted 9144 (100%) expressions
1.82/1.99	c 2	CSP : 451 integers, 0 booleans, 8691 clauses, largest domain size 27
1.82/1.99	c 2	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.82/1.99	c 2	Propagation in CSP
1.93/2.08	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.93/2.08	c 2	CSP : 451 integers, 0 booleans, 8691 clauses, largest domain size 27
1.93/2.08	c 2	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.93/2.08	c 2	Simplifing CSP by introducing new Boolean variables
2.13/2.27	c 2	CSP : 451 integers, 17382 booleans, 26073 clauses, largest domain size 27
2.13/2.27	c 2	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.23/2.36	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.23/2.40	c 2	46 (10%) CSP integer variables are encoded (1150 clauses, 12885 bytes)
2.32/2.40	c 2	91 (20%) CSP integer variables are encoded (2275 clauses, 27510 bytes)
2.32/2.40	c 2	136 (30%) CSP integer variables are encoded (3400 clauses, 42135 bytes)
2.32/2.40	c 2	181 (40%) CSP integer variables are encoded (4525 clauses, 56760 bytes)
2.32/2.41	c 2	226 (50%) CSP integer variables are encoded (5650 clauses, 71385 bytes)
2.32/2.41	c 2	271 (60%) CSP integer variables are encoded (6775 clauses, 86010 bytes)
2.32/2.41	c 2	316 (70%) CSP integer variables are encoded (7900 clauses, 100635 bytes)
2.32/2.41	c 2	361 (80%) CSP integer variables are encoded (9025 clauses, 115260 bytes)
2.32/2.41	c 2	406 (90%) CSP integer variables are encoded (10150 clauses, 130956 bytes)
2.32/2.41	c 2	451 (100%) CSP integer variables are encoded (11275 clauses, 147831 bytes)
2.42/2.56	c 2	2608 (10%) CSP clauses are encoded (59097 clauses, 989538 bytes)
2.52/2.66	c 3	5215 (20%) CSP clauses are encoded (106892 clauses, 1876022 bytes)
2.62/2.76	c 3	7822 (30%) CSP clauses are encoded (154687 clauses, 2767082 bytes)
2.72/2.86	c 3	10430 (40%) CSP clauses are encoded (202509 clauses, 3658801 bytes)
2.82/2.96	c 3	13037 (50%) CSP clauses are encoded (250304 clauses, 4550485 bytes)
2.92/3.06	c 3	15644 (60%) CSP clauses are encoded (298099 clauses, 5442637 bytes)
3.02/3.17	c 3	18252 (70%) CSP clauses are encoded (345895 clauses, 6334231 bytes)
3.12/3.26	c 3	20859 (80%) CSP clauses are encoded (393690 clauses, 7241047 bytes)
3.22/3.37	c 3	23466 (90%) CSP clauses are encoded (441485 clauses, 8180675 bytes)
3.31/3.46	c 3	26073 (100%) CSP clauses are encoded (489280 clauses, 9123579 bytes)
3.31/3.46	c 3	26073 CSP clauses encoded
3.31/3.47	c 3	Writing map file : HOME/temp.map
3.31/3.48	c 3	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.31/3.48	c 3	SAT : 29108 SAT variables, 489280 SAT clauses, 9123579 bytes
3.31/3.48	c 3	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.40/3.51	c 3	SOLVING HOME/temp.cnf
3.40/3.51	c 3	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.00/1813.21	c 1813	DECODING HOME/temp.out WITH HOME/temp.map
1800.00/1813.21	c 1813	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.00/1813.21	c ERROR INTERRUPTED
1800.00/1813.23	s UNKNOWN
1800.00/1813.23	c 1813	CPU 3.23 (0.03 0.01 3.2 0.19)
1800.00/1813.23	c 1813	END Sat Jul  5 15:06:10 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-1089047-1215261357/watcher-1089047-1215261357 -o /tmp/evaluation-result-1089047-1215261357/solver-1089047-1215261357 -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-1089047-1215261357.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.99 1.98 1.99 4/72 807
/proc/meminfo: memFree=1663080/2055920 swapFree=4180056/4192956
[pid=807] ppid=805 vsize=12268 CPUtime=0
/proc/807/stat : 807 (sugar) R 805 807 32709 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 2005110856 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 244691319364 0 0 4224 0 0 0 0 17 1 0 0
/proc/807/statm: 3067 316 241 3 0 167 0

[startup+0.104838 s]
/proc/loadavg: 1.99 1.98 1.99 4/72 807
/proc/meminfo: memFree=1663080/2055920 swapFree=4180056/4192956
[pid=807] ppid=805 vsize=13600 CPUtime=0.03
/proc/807/stat : 807 (sugar) S 805 807 32709 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2005110856 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/807/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.201844 s]
/proc/loadavg: 1.99 1.98 1.99 4/72 807
/proc/meminfo: memFree=1663080/2055920 swapFree=4180056/4192956
[pid=807] ppid=805 vsize=13600 CPUtime=0.03
/proc/807/stat : 807 (sugar) S 805 807 32709 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2005110856 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/807/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301849 s]
/proc/loadavg: 1.99 1.98 1.99 4/72 807
/proc/meminfo: memFree=1663080/2055920 swapFree=4180056/4192956
[pid=807] ppid=805 vsize=13600 CPUtime=0.03
/proc/807/stat : 807 (sugar) S 805 807 32709 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2005110856 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/807/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701906 s]
/proc/loadavg: 1.99 1.98 1.99 4/72 807
/proc/meminfo: memFree=1663080/2055920 swapFree=4180056/4192956
[pid=807] ppid=805 vsize=13600 CPUtime=0.03
/proc/807/stat : 807 (sugar) S 805 807 32709 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2005110856 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/807/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50298 s]
/proc/loadavg: 1.99 1.98 1.99 4/83 829
/proc/meminfo: memFree=1657296/2055920 swapFree=4180056/4192956
[pid=807] ppid=805 vsize=13600 CPUtime=0.99
/proc/807/stat : 807 (sugar) S 805 807 32709 0 -1 4194304 973 8675 0 1 3 0 91 5 15 0 1 0 2005110856 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/807/statm: 3400 797 370 3 0 500 0
[pid=820] ppid=807 vsize=5356 CPUtime=0
/proc/820/stat : 820 (sh) S 807 807 32709 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2005110961 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/820/statm: 1339 233 193 169 0 50 0
[pid=821] ppid=820 vsize=864320 CPUtime=0.44
/proc/821/stat : 821 (java) S 820 807 32709 0 -1 0 4352 0 1 0 41 3 0 0 18 0 9 0 2005110961 885063680 3789 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/821/statm: 216080 3789 1731 9 0 210655 0
[pid=821/tid=822] ppid=820 vsize=864320 CPUtime=0.3
/proc/821/task/822/stat : 822 (java) R 820 807 32709 0 -1 64 2660 0 1 0 29 1 0 0 18 0 9 0 2005110962 885063680 3789 996147200 134512640 134550740 4294955952 18446744073709551615 4125979567 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=821/tid=823] ppid=820 vsize=864320 CPUtime=0.03
/proc/821/task/823/stat : 823 (java) S 820 807 32709 0 -1 64 659 0 0 0 3 0 0 0 16 0 9 0 2005110963 885063680 3789 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=821/tid=824] ppid=820 vsize=864320 CPUtime=0
/proc/821/task/824/stat : 824 (java) S 820 807 32709 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2005110964 885063680 3789 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=821/tid=825] ppid=820 vsize=864320 CPUtime=0
/proc/821/task/825/stat : 825 (java) S 820 807 32709 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2005110964 885063680 3789 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=821/tid=826] ppid=820 vsize=864320 CPUtime=0
/proc/821/task/826/stat : 826 (java) S 820 807 32709 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2005110966 885063680 3789 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=821/tid=827] ppid=820 vsize=864320 CPUtime=0.07
/proc/821/task/827/stat : 827 (java) S 820 807 32709 0 -1 64 341 0 0 0 7 0 0 0 16 0 9 0 2005110966 885063680 3789 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=821/tid=828] ppid=820 vsize=864320 CPUtime=0
/proc/821/task/828/stat : 828 (java) S 820 807 32709 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2005110966 885063680 3789 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=821/tid=829] ppid=820 vsize=864320 CPUtime=0
/proc/821/task/829/stat : 829 (java) S 820 807 32709 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2005110966 885063680 3789 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 883276

[startup+3.10233 s]
/proc/loadavg: 1.99 1.98 1.99 4/83 829
/proc/meminfo: memFree=1636752/2055920 swapFree=4180056/4192956
[pid=807] ppid=805 vsize=13600 CPUtime=1
/proc/807/stat : 807 (sugar) S 805 807 32709 0 -1 4194304 974 8675 0 1 3 1 91 5 15 0 1 0 2005110856 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/807/statm: 3400 797 370 3 0 500 0
[pid=820] ppid=807 vsize=5356 CPUtime=0
/proc/820/stat : 820 (sh) S 807 807 32709 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2005110961 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/820/statm: 1339 233 193 169 0 50 0
[pid=821] ppid=820 vsize=868496 CPUtime=2.02
/proc/821/stat : 821 (java) S 820 807 32709 0 -1 0 9888 0 1 0 192 10 0 0 18 0 9 0 2005110961 889339904 8901 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/821/statm: 217124 8901 2565 9 0 211671 0
[pid=821/tid=822] ppid=820 vsize=868496 CPUtime=1.28
/proc/821/task/822/stat : 822 (java) R 820 807 32709 0 -1 64 3000 0 1 0 123 5 0 0 23 0 9 0 2005110962 889339904 8901 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=821/tid=823] ppid=820 vsize=868496 CPUtime=0.45
/proc/821/task/823/stat : 823 (java) S 820 807 32709 0 -1 64 4704 0 0 0 43 2 0 0 15 0 9 0 2005110963 889339904 8901 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=821/tid=824] ppid=820 vsize=868496 CPUtime=0
/proc/821/task/824/stat : 824 (java) S 820 807 32709 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2005110964 889339904 8901 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=821/tid=825] ppid=820 vsize=868496 CPUtime=0
/proc/821/task/825/stat : 825 (java) S 820 807 32709 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2005110964 889339904 8901 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=821/tid=826] ppid=820 vsize=868496 CPUtime=0
/proc/821/task/826/stat : 826 (java) S 820 807 32709 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2005110966 889339904 8901 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=821/tid=827] ppid=820 vsize=868496 CPUtime=0.25
/proc/821/task/827/stat : 827 (java) S 820 807 32709 0 -1 64 1491 0 0 0 24 1 0 0 15 0 9 0 2005110966 889339904 8901 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=821/tid=828] ppid=820 vsize=868496 CPUtime=0
/proc/821/task/828/stat : 828 (java) S 820 807 32709 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2005110966 889339904 8901 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=821/tid=829] ppid=820 vsize=868496 CPUtime=0
/proc/821/task/829/stat : 829 (java) S 820 807 32709 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2005110966 889339904 8901 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 887452

[startup+6.30148 s]
/proc/loadavg: 2.07 2.00 2.00 3/75 831
/proc/meminfo: memFree=1642576/2055920 swapFree=4180056/4192956
[pid=807] ppid=805 vsize=13600 CPUtime=3.42
/proc/807/stat : 807 (sugar) S 805 807 32709 0 -1 4194304 1023 18935 0 2 3 1 320 18 16 0 1 0 2005110856 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/807/statm: 3400 799 370 3 0 500 0
[pid=830] ppid=807 vsize=5356 CPUtime=0
/proc/830/stat : 830 (sh) S 807 807 32709 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005111208 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/830/statm: 1339 232 193 169 0 50 0
[pid=831] ppid=830 vsize=14084 CPUtime=2.74
/proc/831/stat : 831 (picosat) R 830 807 32709 0 -1 4194304 3060 0 0 0 124 150 0 0 25 0 1 0 2005111208 14422016 3046 996147200 134512640 134931368 4294956256 18446744073709551615 134605935 0 0 4096 0 0 0 0 17 1 0 0
/proc/831/statm: 3521 3046 40 102 0 3416 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 33040

[startup+12.7022 s]
/proc/loadavg: 2.07 2.00 2.00 3/75 831
/proc/meminfo: memFree=1631760/2055920 swapFree=4180056/4192956
[pid=807] ppid=805 vsize=13600 CPUtime=3.42
/proc/807/stat : 807 (sugar) S 805 807 32709 0 -1 4194304 1023 18935 0 2 3 1 320 18 16 0 1 0 2005110856 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/807/statm: 3400 799 370 3 0 500 0
[pid=830] ppid=807 vsize=5356 CPUtime=0
/proc/830/stat : 830 (sh) S 807 807 32709 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005111208 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/830/statm: 1339 232 193 169 0 50 0
[pid=831] ppid=830 vsize=20824 CPUtime=9.08
/proc/831/stat : 831 (picosat) R 830 807 32709 0 -1 4194304 5006 0 0 0 673 235 0 0 25 0 1 0 2005111208 21323776 4980 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/831/statm: 5206 4980 42 102 0 5101 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 39780

[startup+25.5015 s]
/proc/loadavg: 2.05 2.00 2.00 3/75 831
/proc/meminfo: memFree=1628688/2055920 swapFree=4180056/4192956
[pid=807] ppid=805 vsize=13600 CPUtime=3.42
/proc/807/stat : 807 (sugar) S 805 807 32709 0 -1 4194304 1023 18935 0 2 3 1 320 18 16 0 1 0 2005110856 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/807/statm: 3400 799 370 3 0 500 0
[pid=830] ppid=807 vsize=5356 CPUtime=0
/proc/830/stat : 830 (sh) S 807 807 32709 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005111208 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/830/statm: 1339 232 193 169 0 50 0
[pid=831] ppid=830 vsize=23728 CPUtime=21.77
/proc/831/stat : 831 (picosat) R 830 807 32709 0 -1 4194304 5771 0 0 0 1940 237 0 0 25 0 1 0 2005111208 24297472 5745 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/831/statm: 5932 5745 42 102 0 5827 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 42684

[startup+51.1012 s]
/proc/loadavg: 2.03 2.00 2.00 3/75 831
/proc/meminfo: memFree=1623120/2055920 swapFree=4180056/4192956
[pid=807] ppid=805 vsize=13600 CPUtime=3.42
/proc/807/stat : 807 (sugar) S 805 807 32709 0 -1 4194304 1023 18935 0 2 3 1 320 18 16 0 1 0 2005110856 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/807/statm: 3400 799 370 3 0 500 0
[pid=830] ppid=807 vsize=5356 CPUtime=0
/proc/830/stat : 830 (sh) S 807 807 32709 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005111208 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/830/statm: 1339 232 193 169 0 50 0
[pid=831] ppid=830 vsize=31184 CPUtime=47.13
/proc/831/stat : 831 (picosat) R 830 807 32709 0 -1 4194304 7225 0 0 0 4475 238 0 0 25 0 1 0 2005111208 31932416 7085 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/831/statm: 7796 7085 48 102 0 7691 0
Current children cumulated CPU time (s) 50.55
Current children cumulated vsize (KiB) 50140

[startup+102.302 s]
/proc/loadavg: 2.01 2.00 2.00 3/75 831
/proc/meminfo: memFree=1621584/2055920 swapFree=4180056/4192956
[pid=807] ppid=805 vsize=13600 CPUtime=3.42
/proc/807/stat : 807 (sugar) S 805 807 32709 0 -1 4194304 1023 18935 0 2 3 1 320 18 16 0 1 0 2005110856 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/807/statm: 3400 799 370 3 0 500 0
[pid=830] ppid=807 vsize=5356 CPUtime=0
/proc/830/stat : 830 (sh) S 807 807 32709 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005111208 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/830/statm: 1339 232 193 169 0 50 0
[pid=831] ppid=830 vsize=32504 CPUtime=97.85
/proc/831/stat : 831 (picosat) R 830 807 32709 0 -1 4194304 7688 0 0 0 9546 239 0 0 25 0 1 0 2005111208 33284096 7436 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/831/statm: 8126 7436 48 102 0 8021 0
Current children cumulated CPU time (s) 101.27
Current children cumulated vsize (KiB) 51460

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 831
/proc/meminfo: memFree=1620688/2055920 swapFree=4180056/4192956
[pid=807] ppid=805 vsize=13600 CPUtime=3.42
/proc/807/stat : 807 (sugar) S 805 807 32709 0 -1 4194304 1023 18935 0 2 3 1 320 18 16 0 1 0 2005110856 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/807/statm: 3400 799 370 3 0 500 0
[pid=830] ppid=807 vsize=5356 CPUtime=0

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

/proc/meminfo: memFree=1607696/2055920 swapFree=4180056/4192956
[pid=807] ppid=805 vsize=13600 CPUtime=3.42
/proc/807/stat : 807 (sugar) S 805 807 32709 0 -1 4194304 1023 18935 0 2 3 1 320 18 16 0 1 0 2005110856 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/807/statm: 3400 799 370 3 0 500 0
[pid=830] ppid=807 vsize=5356 CPUtime=0
/proc/830/stat : 830 (sh) S 807 807 32709 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005111208 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/830/statm: 1339 232 193 169 0 50 0
[pid=831] ppid=830 vsize=45708 CPUtime=1346.03
/proc/831/stat : 831 (picosat) R 830 807 32709 0 -1 4194304 13534 0 0 0 134357 246 0 0 25 0 1 0 2005111208 46804992 10853 996147200 134512640 134931368 4294956256 18446744073709551615 134525860 0 0 4096 0 0 0 0 17 1 0 0
/proc/831/statm: 11427 10853 48 102 0 11322 0
Current children cumulated CPU time (s) 1349.45
Current children cumulated vsize (KiB) 64664

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 879
/proc/meminfo: memFree=1566768/2055920 swapFree=4180056/4192956
[pid=807] ppid=805 vsize=13600 CPUtime=3.42
/proc/807/stat : 807 (sugar) S 805 807 32709 0 -1 4194304 1023 18935 0 2 3 1 320 18 16 0 1 0 2005110856 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/807/statm: 3400 799 370 3 0 500 0
[pid=830] ppid=807 vsize=5356 CPUtime=0
/proc/830/stat : 830 (sh) S 807 807 32709 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005111208 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/830/statm: 1339 232 193 169 0 50 0
[pid=831] ppid=830 vsize=45708 CPUtime=1405.83
/proc/831/stat : 831 (picosat) R 830 807 32709 0 -1 4194304 13534 0 0 0 140334 249 0 0 25 0 1 0 2005111208 46804992 10853 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/831/statm: 11427 10853 48 102 0 11322 0
Current children cumulated CPU time (s) 1409.25
Current children cumulated vsize (KiB) 64664

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 879
/proc/meminfo: memFree=1564208/2055920 swapFree=4180056/4192956
[pid=807] ppid=805 vsize=13600 CPUtime=3.42
/proc/807/stat : 807 (sugar) S 805 807 32709 0 -1 4194304 1023 18935 0 2 3 1 320 18 16 0 1 0 2005110856 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/807/statm: 3400 799 370 3 0 500 0
[pid=830] ppid=807 vsize=5356 CPUtime=0
/proc/830/stat : 830 (sh) S 807 807 32709 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005111208 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/830/statm: 1339 232 193 169 0 50 0
[pid=831] ppid=830 vsize=48348 CPUtime=1465.81
/proc/831/stat : 831 (picosat) R 830 807 32709 0 -1 4194304 14190 0 0 0 146331 250 0 0 25 0 1 0 2005111208 49508352 11509 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/831/statm: 12087 11509 48 102 0 11982 0
Current children cumulated CPU time (s) 1469.23
Current children cumulated vsize (KiB) 67304

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 885
/proc/meminfo: memFree=1560424/2055920 swapFree=4180056/4192956
[pid=807] ppid=805 vsize=13600 CPUtime=3.42
/proc/807/stat : 807 (sugar) S 805 807 32709 0 -1 4194304 1023 18935 0 2 3 1 320 18 16 0 1 0 2005110856 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/807/statm: 3400 799 370 3 0 500 0
[pid=830] ppid=807 vsize=5356 CPUtime=0
/proc/830/stat : 830 (sh) S 807 807 32709 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005111208 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/830/statm: 1339 232 193 169 0 50 0
[pid=831] ppid=830 vsize=52044 CPUtime=1525.78
/proc/831/stat : 831 (picosat) R 830 807 32709 0 -1 4194304 15090 0 0 0 152327 251 0 0 25 0 1 0 2005111208 53293056 12409 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/831/statm: 13011 12409 48 102 0 12906 0
Current children cumulated CPU time (s) 1529.2
Current children cumulated vsize (KiB) 71000

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 885
/proc/meminfo: memFree=1559144/2055920 swapFree=4180056/4192956
[pid=807] ppid=805 vsize=13600 CPUtime=3.42
/proc/807/stat : 807 (sugar) S 805 807 32709 0 -1 4194304 1023 18935 0 2 3 1 320 18 16 0 1 0 2005110856 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/807/statm: 3400 799 370 3 0 500 0
[pid=830] ppid=807 vsize=5356 CPUtime=0
/proc/830/stat : 830 (sh) S 807 807 32709 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005111208 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/830/statm: 1339 232 193 169 0 50 0
[pid=831] ppid=830 vsize=52968 CPUtime=1585.76
/proc/831/stat : 831 (picosat) R 830 807 32709 0 -1 4194304 15595 0 0 0 158324 252 0 0 25 0 1 0 2005111208 54239232 12686 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/831/statm: 13242 12686 48 102 0 13137 0
Current children cumulated CPU time (s) 1589.18
Current children cumulated vsize (KiB) 71924

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 885
/proc/meminfo: memFree=1559208/2055920 swapFree=4180056/4192956
[pid=807] ppid=805 vsize=13600 CPUtime=3.42
/proc/807/stat : 807 (sugar) S 805 807 32709 0 -1 4194304 1023 18935 0 2 3 1 320 18 16 0 1 0 2005110856 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/807/statm: 3400 799 370 3 0 500 0
[pid=830] ppid=807 vsize=5356 CPUtime=0
/proc/830/stat : 830 (sh) S 807 807 32709 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005111208 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/830/statm: 1339 232 193 169 0 50 0
[pid=831] ppid=830 vsize=52968 CPUtime=1645.74
/proc/831/stat : 831 (picosat) R 830 807 32709 0 -1 4194304 15601 0 0 0 164322 252 0 0 25 0 1 0 2005111208 54239232 12692 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/831/statm: 13242 12692 48 102 0 13137 0
Current children cumulated CPU time (s) 1649.16
Current children cumulated vsize (KiB) 71924

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 885
/proc/meminfo: memFree=1559144/2055920 swapFree=4180056/4192956
[pid=807] ppid=805 vsize=13600 CPUtime=3.42
/proc/807/stat : 807 (sugar) S 805 807 32709 0 -1 4194304 1023 18935 0 2 3 1 320 18 16 0 1 0 2005110856 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/807/statm: 3400 799 370 3 0 500 0
[pid=830] ppid=807 vsize=5356 CPUtime=0
/proc/830/stat : 830 (sh) S 807 807 32709 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005111208 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/830/statm: 1339 232 193 169 0 50 0
[pid=831] ppid=830 vsize=52968 CPUtime=1705.71
/proc/831/stat : 831 (picosat) R 830 807 32709 0 -1 4194304 15856 0 0 0 170319 252 0 0 25 0 1 0 2005111208 54239232 12708 996147200 134512640 134931368 4294956256 18446744073709551615 134539177 0 0 4096 0 0 0 0 17 0 0 0
/proc/831/statm: 13242 12708 48 102 0 13137 0
Current children cumulated CPU time (s) 1709.13
Current children cumulated vsize (KiB) 71924

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 885
/proc/meminfo: memFree=1559016/2055920 swapFree=4180056/4192956
[pid=807] ppid=805 vsize=13600 CPUtime=3.42
/proc/807/stat : 807 (sugar) S 805 807 32709 0 -1 4194304 1023 18935 0 2 3 1 320 18 16 0 1 0 2005110856 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/807/statm: 3400 799 370 3 0 500 0
[pid=830] ppid=807 vsize=5356 CPUtime=0
/proc/830/stat : 830 (sh) S 807 807 32709 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005111208 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/830/statm: 1339 232 193 169 0 50 0
[pid=831] ppid=830 vsize=52968 CPUtime=1765.69
/proc/831/stat : 831 (picosat) R 830 807 32709 0 -1 4194304 15856 0 0 0 176317 252 0 0 25 0 1 0 2005111208 54239232 12708 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/831/statm: 13242 12708 48 102 0 13137 0
Current children cumulated CPU time (s) 1769.11
Current children cumulated vsize (KiB) 71924



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 885
/proc/meminfo: memFree=1558960/2055920 swapFree=4180056/4192956
[pid=807] ppid=805 vsize=13600 CPUtime=3.42
/proc/807/stat : 807 (sugar) S 805 807 32709 0 -1 4194304 1023 18935 0 2 3 1 320 18 16 0 1 0 2005110856 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/807/statm: 3400 799 370 3 0 500 0
[pid=830] ppid=807 vsize=5356 CPUtime=0
/proc/830/stat : 830 (sh) S 807 807 32709 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005111208 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/830/statm: 1339 232 193 169 0 50 0
[pid=831] ppid=830 vsize=52968 CPUtime=1796.58
/proc/831/stat : 831 (picosat) R 830 807 32709 0 -1 4194304 16125 0 0 0 179406 252 0 0 25 0 1 0 2005111208 54239232 12728 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/831/statm: 13242 12728 48 102 0 13137 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 71924

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

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

[startup+1813.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 885
/proc/meminfo: memFree=1558960/2055920 swapFree=4180056/4192956
[pid=807] ppid=805 vsize=13600 CPUtime=3.42
/proc/807/stat : 807 (sugar) S 805 807 32709 0 -1 4194304 1023 18935 0 2 3 1 320 18 16 0 1 0 2005110856 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/807/statm: 3400 799 370 3 0 500 0
[pid=830] ppid=807 vsize=5356 CPUtime=0
/proc/830/stat : 830 (sh) S 807 807 32709 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005111208 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/830/statm: 1339 232 193 169 0 50 0
[pid=831] ppid=830 vsize=52968 CPUtime=1796.58
/proc/831/stat : 831 (picosat) R 830 807 32709 0 -1 4194304 16125 0 0 0 179406 252 0 0 25 0 1 0 2005111208 54239232 12728 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/831/statm: 13242 12728 48 102 0 13137 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 71924

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 807 and gives
#  childrusage.ru_utime.tv_sec=3
#  childrusage.ru_utime.tv_usec=237507
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=210967
# CPU time returned by wait4() is 3.44847
# while last known CPU time is 1800
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1813.24
CPU time (s): 1800
CPU user time (s): 1797.29
CPU system time (s): 2.71
CPU usage (%): 99.2696
Max. virtual memory (cumulated for all children) (KiB): 887528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.23751
system time used= 0.210967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20396
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= 3574
involuntary context switches= 3472

runsolver used 2.21966 second user time and 6.03608 second system time

The end

Launcher Data (download as text)

Begin job on node7 at 2008-07-05 14:35:57
IDJOB=1089047
IDBENCH=58191
IDSOLVER=345
FILE ID=node7/1089047-1215261357
PBS_JOBID= 7882124
Free space on /tmp= 66520 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/graphColoring/register/fpsol/normalized-fpsol2-i-2-27.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-1089047-1215261357/watcher-1089047-1215261357 -o /tmp/evaluation-result-1089047-1215261357/solver-1089047-1215261357 -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-1089047-1215261357.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= bae4e74e8302566c5df94afffcbc4902
RANDOM SEED=1748257135

node7.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.236
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.236
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:       1663560 kB
Buffers:         66108 kB
Cached:         242776 kB
SwapCached:       7384 kB
Active:         196168 kB
Inactive:       139504 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1663560 kB
SwapTotal:     4192956 kB
SwapFree:      4180056 kB
Dirty:            2312 kB
Writeback:           0 kB
Mapped:          34260 kB
Slab:            41928 kB
Committed_AS:  3600992 kB
PageTables:       1828 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= 66496 MiB
End job on node7 at 2008-07-05 15:06:12