Trace number 1091861

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.05 1808.53

General information on the benchmark

Namecsp/bibdVariousK/
normalized-bibd-15-75-40-8-20_glb.xml
MD5SUMf7470a8c664894812a78068eb633ff7c
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables9000
Number of constraints8070
Maximum constraint arity75
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension7875
Global constraints used (with number of constraints)weightedsum(195)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Sat Jul  5 15:06:43 2008
0.00/0.04	c 0	PID 19640
0.00/0.05	c 0	HOST node68.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1091861-1215263203.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-1091861-1215263203.xml' 'HOME/temp.csp'
0.97/1.09	c 1	1 domains, 9000 variables, 1 predicates, 0 relations, 8070 constraints
1.06/1.15	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.06/1.15	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.07/1.23	c 1	Parsing HOME/temp.csp
1.07/1.54	c 2	parsed 10000 expressions
1.07/1.83	c 2	parsed 17072 expressions
1.07/1.84	c 2	Heap : 7 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.07/1.84	c 2	Converting to clausal form CSP
1.07/1.88	c 2	converted 1708 (10%) expressions
1.07/1.89	c 2	converted 3415 (20%) expressions
1.07/1.89	c 2	converted 5122 (30%) expressions
1.07/1.89	c 2	converted 6829 (40%) expressions
1.07/1.90	c 2	converted 8536 (50%) expressions
2.39/2.58	c 3	converted 10244 (60%) expressions
2.98/3.15	c 3	converted 11951 (70%) expressions
3.38/3.58	c 4	converted 13658 (80%) expressions
4.07/4.22	c 4	converted 15365 (90%) expressions
6.05/6.20	c 6	converted 17072 (100%) expressions
6.05/6.21	c 6	CSP : 44220 integers, 15750 booleans, 118080 clauses, largest domain size 39
6.05/6.21	c 6	Heap : 69 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.05/6.21	c 6	Propagation in CSP
6.54/6.71	c 7	3825 values, 0 unsatisfiable literals, and 0 valid clauses are removed
6.54/6.72	c 7	CSP : 44220 integers, 15750 booleans, 118080 clauses, largest domain size 39
6.54/6.72	c 7	Heap : 74 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.54/6.76	c 7	Simplifing CSP by introducing new Boolean variables
6.64/6.80	c 7	CSP : 44220 integers, 15750 booleans, 118080 clauses, largest domain size 39
6.64/6.80	c 7	Heap : 75 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.13/7.34	c 7	Encoding CSP to SAT : HOME/temp.cnf
7.13/7.39	c 7	4422 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
7.13/7.39	c 7	8844 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
7.24/7.40	c 7	13266 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
7.24/7.40	c 7	17688 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
7.24/7.41	c 7	22110 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
7.24/7.42	c 7	26532 (60%) CSP integer variables are encoded (4180 clauses, 62764 bytes)
7.24/7.45	c 8	30954 (70%) CSP integer variables are encoded (22869 clauses, 343099 bytes)
7.24/7.48	c 8	35376 (80%) CSP integer variables are encoded (41416 clauses, 621304 bytes)
7.33/7.51	c 8	39798 (90%) CSP integer variables are encoded (59968 clauses, 899584 bytes)
7.33/7.54	c 8	44220 (100%) CSP integer variables are encoded (78585 clauses, 1215690 bytes)
7.43/7.68	c 8	11808 (10%) CSP clauses are encoded (90393 clauses, 1400570 bytes)
7.53/7.75	c 8	23616 (20%) CSP clauses are encoded (102201 clauses, 1594080 bytes)
7.63/7.83	c 8	35424 (30%) CSP clauses are encoded (114009 clauses, 1788466 bytes)
7.73/7.91	c 8	47232 (40%) CSP clauses are encoded (125817 clauses, 1982860 bytes)
7.73/7.99	c 8	59040 (50%) CSP clauses are encoded (137625 clauses, 2177502 bytes)
7.83/8.07	c 8	70848 (60%) CSP clauses are encoded (149433 clauses, 2372534 bytes)
8.02/8.21	c 8	82656 (70%) CSP clauses are encoded (185099 clauses, 2993396 bytes)
8.52/8.79	c 9	94464 (80%) CSP clauses are encoded (451297 clauses, 8259148 bytes)
9.11/9.36	c 9	106272 (90%) CSP clauses are encoded (710955 clauses, 13397605 bytes)
9.71/9.94	c 10	118080 (100%) CSP clauses are encoded (970755 clauses, 19053441 bytes)
9.71/9.94	c 10	118080 CSP clauses encoded
9.71/9.94	c 10	Writing map file : HOME/temp.map
9.80/10.01	c 10	Heap : 64 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.80/10.01	c 10	SAT : 138555 SAT variables, 970755 SAT clauses, 19053441 bytes
9.80/10.01	c 10	Heap : 64 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.80/10.05	c 10	SOLVING HOME/temp.cnf
9.80/10.05	c 10	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.05/1808.51	c ERROR INTERRUPTED
1800.05/1808.52	s UNKNOWN
1800.05/1808.52	c 1809	CPU 9.44 (0.03 0.01 9.41 0.41)
1800.05/1808.52	c 1809	END Sat Jul  5 15:36:52 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-1091861-1215263203/watcher-1091861-1215263203 -o /tmp/evaluation-result-1091861-1215263203/solver-1091861-1215263203 -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-1091861-1215263203.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.96 1.98 1.99 4/80 19640
/proc/meminfo: memFree=1642912/2055920 swapFree=4180444/4192956
[pid=19640] ppid=19638 vsize=18572 CPUtime=0
/proc/19640/stat : 19640 (runsolver) R 19638 19640 18653 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 2005289868 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 213112122663 0 0 4096 24578 0 0 0 17 1 0 0
/proc/19640/statm: 4643 292 257 25 0 2626 0

[startup+0.063162 s]
/proc/loadavg: 1.96 1.98 1.99 4/80 19640
/proc/meminfo: memFree=1642912/2055920 swapFree=4180444/4192956
[pid=19640] ppid=19638 vsize=13600 CPUtime=0.04
/proc/19640/stat : 19640 (sugar) S 19638 19640 18653 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2005289868 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19640/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101117 s]
/proc/loadavg: 1.96 1.98 1.99 4/80 19640
/proc/meminfo: memFree=1642912/2055920 swapFree=4180444/4192956
[pid=19640] ppid=19638 vsize=13600 CPUtime=0.04
/proc/19640/stat : 19640 (sugar) S 19638 19640 18653 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2005289868 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19640/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301149 s]
/proc/loadavg: 1.96 1.98 1.99 4/80 19640
/proc/meminfo: memFree=1642912/2055920 swapFree=4180444/4192956
[pid=19640] ppid=19638 vsize=13600 CPUtime=0.04
/proc/19640/stat : 19640 (sugar) S 19638 19640 18653 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2005289868 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19640/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.70122 s]
/proc/loadavg: 1.96 1.98 1.99 4/80 19640
/proc/meminfo: memFree=1642912/2055920 swapFree=4180444/4192956
[pid=19640] ppid=19638 vsize=13600 CPUtime=0.04
/proc/19640/stat : 19640 (sugar) S 19638 19640 18653 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2005289868 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19640/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50135 s]
/proc/loadavg: 1.96 1.98 1.99 3/91 19652
/proc/meminfo: memFree=1616456/2055920 swapFree=4180444/4192956
[pid=19640] ppid=19638 vsize=13600 CPUtime=1.07
/proc/19640/stat : 19640 (sugar) S 19638 19640 18653 0 -1 4194304 973 10169 0 1 3 1 96 7 16 0 1 0 2005289868 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19640/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 13600

[startup+3.10263 s]
/proc/loadavg: 1.96 1.98 1.99 3/91 19662
/proc/meminfo: memFree=1621512/2055920 swapFree=4180444/4192956
[pid=19640] ppid=19638 vsize=13600 CPUtime=1.07
/proc/19640/stat : 19640 (sugar) S 19638 19640 18653 0 -1 4194304 974 10169 0 1 3 1 96 7 15 0 1 0 2005289868 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19640/statm: 3400 797 370 3 0 500 0
[pid=19653] ppid=19640 vsize=5356 CPUtime=0
/proc/19653/stat : 19653 (sh) S 19640 19640 18653 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2005289983 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19653/statm: 1339 233 193 169 0 50 0
[pid=19654] ppid=19653 vsize=868672 CPUtime=1.91
/proc/19654/stat : 19654 (java) S 19653 19640 18653 0 -1 0 11879 0 1 0 183 8 0 0 18 0 9 0 2005289984 889520128 10828 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19654/statm: 217168 10828 2540 9 0 211743 0
[pid=19654/tid=19655] ppid=19653 vsize=868672 CPUtime=1.1
/proc/19654/task/19655/stat : 19655 (java) R 19653 19640 18653 0 -1 64 2813 0 1 0 108 2 0 0 25 0 9 0 2005289985 889520128 10828 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19654/tid=19656] ppid=19653 vsize=868672 CPUtime=0.56
/proc/19654/task/19656/stat : 19656 (java) R 19653 19640 18653 0 -1 64 6917 0 0 0 52 4 0 0 16 0 9 0 2005289986 889520128 10828 996147200 134512640 134550740 4294955952 18446744073709551615 103834248 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19654/tid=19657] ppid=19653 vsize=868672 CPUtime=0
/proc/19654/task/19657/stat : 19657 (java) S 19653 19640 18653 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2005289986 889520128 10828 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19654/tid=19658] ppid=19653 vsize=868672 CPUtime=0
/proc/19654/task/19658/stat : 19658 (java) S 19653 19640 18653 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2005289986 889520128 10828 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19654/tid=19659] ppid=19653 vsize=868672 CPUtime=0
/proc/19654/task/19659/stat : 19659 (java) S 19653 19640 18653 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2005289988 889520128 10828 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19654/tid=19660] ppid=19653 vsize=868672 CPUtime=0.22
/proc/19654/task/19660/stat : 19660 (java) S 19653 19640 18653 0 -1 64 1453 0 0 0 21 1 0 0 16 0 9 0 2005289988 889520128 10828 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19654/tid=19661] ppid=19653 vsize=868672 CPUtime=0
/proc/19654/task/19661/stat : 19661 (java) S 19653 19640 18653 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2005289988 889520128 10828 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19654/tid=19662] ppid=19653 vsize=868672 CPUtime=0
/proc/19654/task/19662/stat : 19662 (java) S 19653 19640 18653 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2005289988 889520128 10828 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 887628

[startup+6.30217 s]
/proc/loadavg: 2.04 2.00 2.00 4/91 19662
/proc/meminfo: memFree=1568008/2055920 swapFree=4180444/4192956
[pid=19640] ppid=19638 vsize=13600 CPUtime=1.07
/proc/19640/stat : 19640 (sugar) S 19638 19640 18653 0 -1 4194304 974 10169 0 1 3 1 96 7 16 0 1 0 2005289868 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19640/statm: 3400 797 370 3 0 500 0
[pid=19653] ppid=19640 vsize=5356 CPUtime=0
/proc/19653/stat : 19653 (sh) S 19640 19640 18653 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2005289983 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19653/statm: 1339 233 193 169 0 50 0
[pid=19654] ppid=19653 vsize=868420 CPUtime=5.08
/proc/19654/stat : 19654 (java) S 19653 19640 18653 0 -1 0 24883 0 1 0 492 16 0 0 18 0 9 0 2005289984 889262080 23034 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19654/statm: 217105 23034 2541 9 0 211680 0
[pid=19654/tid=19655] ppid=19653 vsize=868420 CPUtime=3.03
/proc/19654/task/19655/stat : 19655 (java) R 19653 19640 18653 0 -1 64 3656 0 1 0 300 3 0 0 25 0 9 0 2005289985 889262080 23034 996147200 134512640 134550740 4294955952 18446744073709551615 4126095722 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19654/tid=19656] ppid=19653 vsize=868420 CPUtime=1.77
/proc/19654/task/19656/stat : 19656 (java) S 19653 19640 18653 0 -1 64 19060 0 0 0 166 11 0 0 16 0 9 0 2005289986 889262080 23034 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19654/tid=19657] ppid=19653 vsize=868420 CPUtime=0
/proc/19654/task/19657/stat : 19657 (java) S 19653 19640 18653 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2005289986 889262080 23034 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19654/tid=19658] ppid=19653 vsize=868420 CPUtime=0
/proc/19654/task/19658/stat : 19658 (java) S 19653 19640 18653 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2005289986 889262080 23034 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19654/tid=19659] ppid=19653 vsize=868420 CPUtime=0
/proc/19654/task/19659/stat : 19659 (java) S 19653 19640 18653 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2005289988 889262080 23034 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19654/tid=19660] ppid=19653 vsize=868420 CPUtime=0.25
/proc/19654/task/19660/stat : 19660 (java) S 19653 19640 18653 0 -1 64 1471 0 0 0 24 1 0 0 16 0 9 0 2005289988 889262080 23034 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19654/tid=19661] ppid=19653 vsize=868420 CPUtime=0
/proc/19654/task/19661/stat : 19661 (java) S 19653 19640 18653 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2005289988 889262080 23034 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19654/tid=19662] ppid=19653 vsize=868420 CPUtime=0
/proc/19654/task/19662/stat : 19662 (java) S 19653 19640 18653 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2005289988 889262080 23034 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 887376

[startup+12.7023 s]
/proc/loadavg: 2.04 2.00 2.00 3/83 19664
/proc/meminfo: memFree=1605128/2055920 swapFree=4180444/4192956
[pid=19640] ppid=19638 vsize=13600 CPUtime=9.85
/proc/19640/stat : 19640 (sugar) S 19638 19640 18653 0 -1 4194304 1022 41605 0 2 3 1 941 40 17 0 1 0 2005289868 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19640/statm: 3400 799 370 3 0 500 0
[pid=19663] ppid=19640 vsize=5356 CPUtime=0
/proc/19663/stat : 19663 (sh) S 19640 19640 18653 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005290874 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19663/statm: 1339 232 193 169 0 50 0
[pid=19664] ppid=19663 vsize=26376 CPUtime=2.6
/proc/19664/stat : 19664 (picosat) R 19663 19640 18653 0 -1 4194304 4547 0 0 0 118 142 0 0 25 0 1 0 2005290874 27009024 4522 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/19664/statm: 6594 4522 40 102 0 6489 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 45332

[startup+25.5014 s]
/proc/loadavg: 2.10 2.02 2.00 3/83 19664
/proc/meminfo: memFree=1582856/2055920 swapFree=4180444/4192956
[pid=19640] ppid=19638 vsize=13600 CPUtime=9.85
/proc/19640/stat : 19640 (sugar) S 19638 19640 18653 0 -1 4194304 1022 41605 0 2 3 1 941 40 17 0 1 0 2005289868 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19640/statm: 3400 799 370 3 0 500 0
[pid=19663] ppid=19640 vsize=5356 CPUtime=0
/proc/19663/stat : 19663 (sh) S 19640 19640 18653 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005290874 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19663/statm: 1339 232 193 169 0 50 0
[pid=19664] ppid=19663 vsize=49212 CPUtime=15.28
/proc/19664/stat : 19664 (picosat) R 19663 19640 18653 0 -1 4194304 9660 0 0 0 1095 433 0 0 25 0 1 0 2005290874 50393088 9594 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/19664/statm: 12303 9594 42 102 0 12198 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 68168

[startup+51.1018 s]
/proc/loadavg: 2.06 2.01 2.00 3/83 19664
/proc/meminfo: memFree=1579848/2055920 swapFree=4180444/4192956
[pid=19640] ppid=19638 vsize=13600 CPUtime=9.85
/proc/19640/stat : 19640 (sugar) S 19638 19640 18653 0 -1 4194304 1022 41605 0 2 3 1 941 40 17 0 1 0 2005289868 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19640/statm: 3400 799 370 3 0 500 0
[pid=19663] ppid=19640 vsize=5356 CPUtime=0
/proc/19663/stat : 19663 (sh) S 19640 19640 18653 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005290874 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19663/statm: 1339 232 193 169 0 50 0
[pid=19664] ppid=19663 vsize=52116 CPUtime=40.64
/proc/19664/stat : 19664 (picosat) R 19663 19640 18653 0 -1 4194304 10453 0 0 0 3631 433 0 0 25 0 1 0 2005290874 53366784 10387 996147200 134512640 134931368 4294956256 18446744073709551615 134525741 0 0 4096 0 0 0 0 17 1 0 0
/proc/19664/statm: 13029 10387 42 102 0 12924 0
Current children cumulated CPU time (s) 50.49
Current children cumulated vsize (KiB) 71072

[startup+102.306 s]
/proc/loadavg: 2.03 2.01 2.00 3/83 19664
/proc/meminfo: memFree=1571976/2055920 swapFree=4180444/4192956
[pid=19640] ppid=19638 vsize=13600 CPUtime=9.85
/proc/19640/stat : 19640 (sugar) S 19638 19640 18653 0 -1 4194304 1022 41605 0 2 3 1 941 40 17 0 1 0 2005289868 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19640/statm: 3400 799 370 3 0 500 0
[pid=19663] ppid=19640 vsize=5356 CPUtime=0
/proc/19663/stat : 19663 (sh) S 19640 19640 18653 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005290874 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19663/statm: 1339 232 193 169 0 50 0
[pid=19664] ppid=19663 vsize=59780 CPUtime=91.36
/proc/19664/stat : 19664 (picosat) R 19663 19640 18653 0 -1 4194304 12414 0 0 0 8701 435 0 0 25 0 1 0 2005290874 61214720 12346 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/19664/statm: 14945 12346 48 102 0 14840 0
Current children cumulated CPU time (s) 101.21
Current children cumulated vsize (KiB) 78736

[startup+162.302 s]
/proc/loadavg: 2.01 2.00 2.00 3/83 19664
/proc/meminfo: memFree=1568584/2055920 swapFree=4180444/4192956
[pid=19640] ppid=19638 vsize=13600 CPUtime=9.85
/proc/19640/stat : 19640 (sugar) S 19638 19640 18653 0 -1 4194304 1022 41605 0 2 3 1 941 40 17 0 1 0 2005289868 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19640/statm: 3400 799 370 3 0 500 0
[pid=19663] ppid=19640 vsize=5356 CPUtime=0
/proc/19663/stat : 19663 (sh) S 19640 19640 18653 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005290874 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19663/statm: 1339 232 193 169 0 50 0
[pid=19664] ppid=19663 vsize=62812 CPUtime=150.78
/proc/19664/stat : 19664 (picosat) R 19663 19640 18653 0 -1 4194304 13351 0 0 0 14643 435 0 0 25 0 1 0 2005290874 64319488 13194 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 1 0 0
/proc/19664/statm: 15703 13194 48 102 0 15598 0
Current children cumulated CPU time (s) 160.63

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

/proc/meminfo: memFree=1286680/2055920 swapFree=4180444/4192956
[pid=19640] ppid=19638 vsize=13600 CPUtime=9.85
/proc/19640/stat : 19640 (sugar) S 19638 19640 18653 0 -1 4194304 1022 41605 0 2 3 1 941 40 17 0 1 0 2005289868 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19640/statm: 3400 799 370 3 0 500 0
[pid=19663] ppid=19640 vsize=5356 CPUtime=0
/proc/19663/stat : 19663 (sh) S 19640 19640 18653 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005290874 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19663/statm: 1339 232 193 169 0 50 0
[pid=19664] ppid=19663 vsize=117392 CPUtime=1344.2
/proc/19664/stat : 19664 (picosat) R 19663 19640 18653 0 -1 4194304 28483 0 0 0 133965 455 0 0 25 0 1 0 2005290874 120209408 26870 996147200 134512640 134931368 4294956256 18446744073709551615 134524027 0 0 4096 0 0 0 0 17 0 0 0
/proc/19664/statm: 29348 26870 48 102 0 29243 0
Current children cumulated CPU time (s) 1354.05
Current children cumulated vsize (KiB) 136348

[startup+1422.31 s]
/proc/loadavg: 2.16 2.14 2.05 3/75 19909
/proc/meminfo: memFree=1286680/2055920 swapFree=4180444/4192956
[pid=19640] ppid=19638 vsize=13600 CPUtime=9.85
/proc/19640/stat : 19640 (sugar) S 19638 19640 18653 0 -1 4194304 1022 41605 0 2 3 1 941 40 17 0 1 0 2005289868 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19640/statm: 3400 799 370 3 0 500 0
[pid=19663] ppid=19640 vsize=5356 CPUtime=0
/proc/19663/stat : 19663 (sh) S 19640 19640 18653 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005290874 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19663/statm: 1339 232 193 169 0 50 0
[pid=19664] ppid=19663 vsize=117352 CPUtime=1404.19
/proc/19664/stat : 19664 (picosat) R 19663 19640 18653 0 -1 4194304 28502 0 0 0 139964 455 0 0 25 0 1 0 2005290874 120168448 26889 996147200 134512640 134931368 4294956256 18446744073709551615 134525603 0 0 4096 0 0 0 0 17 0 0 0
/proc/19664/statm: 29338 26889 48 102 0 29233 0
Current children cumulated CPU time (s) 1414.04
Current children cumulated vsize (KiB) 136308

[startup+1482.3 s]
/proc/loadavg: 2.06 2.11 2.05 3/75 19909
/proc/meminfo: memFree=1286680/2055920 swapFree=4180444/4192956
[pid=19640] ppid=19638 vsize=13600 CPUtime=9.85
/proc/19640/stat : 19640 (sugar) S 19638 19640 18653 0 -1 4194304 1022 41605 0 2 3 1 941 40 17 0 1 0 2005289868 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19640/statm: 3400 799 370 3 0 500 0
[pid=19663] ppid=19640 vsize=5356 CPUtime=0
/proc/19663/stat : 19663 (sh) S 19640 19640 18653 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005290874 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19663/statm: 1339 232 193 169 0 50 0
[pid=19664] ppid=19663 vsize=117352 CPUtime=1464.15
/proc/19664/stat : 19664 (picosat) R 19663 19640 18653 0 -1 4194304 28502 0 0 0 145960 455 0 0 25 0 1 0 2005290874 120168448 26889 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/19664/statm: 29338 26889 48 102 0 29233 0
Current children cumulated CPU time (s) 1474
Current children cumulated vsize (KiB) 136308

[startup+1542.3 s]
/proc/loadavg: 2.02 2.09 2.04 3/75 19909
/proc/meminfo: memFree=1286616/2055920 swapFree=4180444/4192956
[pid=19640] ppid=19638 vsize=13600 CPUtime=9.85
/proc/19640/stat : 19640 (sugar) S 19638 19640 18653 0 -1 4194304 1022 41605 0 2 3 1 941 40 17 0 1 0 2005289868 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19640/statm: 3400 799 370 3 0 500 0
[pid=19663] ppid=19640 vsize=5356 CPUtime=0
/proc/19663/stat : 19663 (sh) S 19640 19640 18653 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005290874 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19663/statm: 1339 232 193 169 0 50 0
[pid=19664] ppid=19663 vsize=117352 CPUtime=1524.12
/proc/19664/stat : 19664 (picosat) R 19663 19640 18653 0 -1 4194304 28502 0 0 0 151957 455 0 0 25 0 1 0 2005290874 120168448 26889 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 0 0 0
/proc/19664/statm: 29338 26889 48 102 0 29233 0
Current children cumulated CPU time (s) 1533.97
Current children cumulated vsize (KiB) 136308

[startup+1602.3 s]
/proc/loadavg: 2.00 2.07 2.03 3/75 19909
/proc/meminfo: memFree=1283672/2055920 swapFree=4180444/4192956
[pid=19640] ppid=19638 vsize=13600 CPUtime=9.85
/proc/19640/stat : 19640 (sugar) S 19638 19640 18653 0 -1 4194304 1022 41605 0 2 3 1 941 40 17 0 1 0 2005289868 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19640/statm: 3400 799 370 3 0 500 0
[pid=19663] ppid=19640 vsize=5356 CPUtime=0
/proc/19663/stat : 19663 (sh) S 19640 19640 18653 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005290874 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19663/statm: 1339 232 193 169 0 50 0
[pid=19664] ppid=19663 vsize=119972 CPUtime=1584.1
/proc/19664/stat : 19664 (picosat) R 19663 19640 18653 0 -1 4194304 29362 0 0 0 157954 456 0 0 25 0 1 0 2005290874 122851328 27550 996147200 134512640 134931368 4294956256 18446744073709551615 134529977 0 0 4096 0 0 0 0 17 0 0 0
/proc/19664/statm: 29993 27550 48 102 0 29888 0
Current children cumulated CPU time (s) 1593.95
Current children cumulated vsize (KiB) 138928

[startup+1662.3 s]
/proc/loadavg: 2.00 2.06 2.03 3/75 19909
/proc/meminfo: memFree=1283672/2055920 swapFree=4180444/4192956
[pid=19640] ppid=19638 vsize=13600 CPUtime=9.85
/proc/19640/stat : 19640 (sugar) S 19638 19640 18653 0 -1 4194304 1022 41605 0 2 3 1 941 40 17 0 1 0 2005289868 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19640/statm: 3400 799 370 3 0 500 0
[pid=19663] ppid=19640 vsize=5356 CPUtime=0
/proc/19663/stat : 19663 (sh) S 19640 19640 18653 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005290874 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19663/statm: 1339 232 193 169 0 50 0
[pid=19664] ppid=19663 vsize=119972 CPUtime=1644.07
/proc/19664/stat : 19664 (picosat) R 19663 19640 18653 0 -1 4194304 29362 0 0 0 163951 456 0 0 25 0 1 0 2005290874 122851328 27550 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/19664/statm: 29993 27550 48 102 0 29888 0
Current children cumulated CPU time (s) 1653.92
Current children cumulated vsize (KiB) 138928

[startup+1722.3 s]
/proc/loadavg: 2.00 2.04 2.02 3/75 19911
/proc/meminfo: memFree=1283672/2055920 swapFree=4180444/4192956
[pid=19640] ppid=19638 vsize=13600 CPUtime=9.85
/proc/19640/stat : 19640 (sugar) S 19638 19640 18653 0 -1 4194304 1022 41605 0 2 3 1 941 40 17 0 1 0 2005289868 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19640/statm: 3400 799 370 3 0 500 0
[pid=19663] ppid=19640 vsize=5356 CPUtime=0
/proc/19663/stat : 19663 (sh) S 19640 19640 18653 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005290874 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19663/statm: 1339 232 193 169 0 50 0
[pid=19664] ppid=19663 vsize=119972 CPUtime=1704.04
/proc/19664/stat : 19664 (picosat) R 19663 19640 18653 0 -1 4194304 29362 0 0 0 169948 456 0 0 25 0 1 0 2005290874 122851328 27550 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/19664/statm: 29993 27550 48 102 0 29888 0
Current children cumulated CPU time (s) 1713.89
Current children cumulated vsize (KiB) 138928

[startup+1782.3 s]
/proc/loadavg: 2.00 2.03 2.02 3/75 19911
/proc/meminfo: memFree=1271704/2055920 swapFree=4180444/4192956
[pid=19640] ppid=19638 vsize=13600 CPUtime=9.85
/proc/19640/stat : 19640 (sugar) S 19638 19640 18653 0 -1 4194304 1022 41605 0 2 3 1 941 40 17 0 1 0 2005289868 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19640/statm: 3400 799 370 3 0 500 0
[pid=19663] ppid=19640 vsize=5356 CPUtime=0
/proc/19663/stat : 19663 (sh) S 19640 19640 18653 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005290874 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19663/statm: 1339 232 193 169 0 50 0
[pid=19664] ppid=19663 vsize=131704 CPUtime=1764.01
/proc/19664/stat : 19664 (picosat) R 19663 19640 18653 0 -1 4194304 32547 0 0 0 175942 459 0 0 25 0 1 0 2005290874 134864896 30527 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 0 0 0
/proc/19664/statm: 32926 30527 48 102 0 32821 0
Current children cumulated CPU time (s) 1773.86
Current children cumulated vsize (KiB) 150660



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.5 s]
/proc/loadavg: 2.00 2.03 2.01 3/75 19911
/proc/meminfo: memFree=1271704/2055920 swapFree=4180444/4192956
[pid=19640] ppid=19638 vsize=13600 CPUtime=9.85
/proc/19640/stat : 19640 (sugar) S 19638 19640 18653 0 -1 4194304 1022 41605 0 2 3 1 941 40 17 0 1 0 2005289868 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19640/statm: 3400 799 370 3 0 500 0
[pid=19663] ppid=19640 vsize=5356 CPUtime=0
/proc/19663/stat : 19663 (sh) S 19640 19640 18653 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005290874 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19663/statm: 1339 232 193 169 0 50 0
[pid=19664] ppid=19663 vsize=131704 CPUtime=1790.2
/proc/19664/stat : 19664 (picosat) R 19663 19640 18653 0 -1 4194304 32547 0 0 0 178561 459 0 0 25 0 1 0 2005290874 134864896 30527 996147200 134512640 134931368 4294956256 18446744073709551615 134529751 0 0 4096 0 0 0 0 17 0 0 0
/proc/19664/statm: 32926 30527 48 102 0 32821 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 150660

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

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

[startup+1808.5 s]
/proc/loadavg: 2.00 2.03 2.01 3/75 19911
/proc/meminfo: memFree=1271704/2055920 swapFree=4180444/4192956
[pid=19640] ppid=19638 vsize=13600 CPUtime=9.85
/proc/19640/stat : 19640 (sugar) S 19638 19640 18653 0 -1 4194304 1022 41605 0 2 3 1 941 40 17 0 1 0 2005289868 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19640/statm: 3400 799 370 3 0 500 0
[pid=19663] ppid=19640 vsize=5356 CPUtime=0
/proc/19663/stat : 19663 (sh) S 19640 19640 18653 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005290874 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19663/statm: 1339 232 193 169 0 50 0
[pid=19664] ppid=19663 vsize=131704 CPUtime=1790.2
/proc/19664/stat : 19664 (picosat) R 19663 19640 18653 0 -1 4194304 32547 0 0 0 178561 459 0 0 25 0 1 0 2005290874 134864896 30527 996147200 134512640 134931368 4294956256 18446744073709551615 134529751 0 0 4096 0 0 0 0 17 0 0 0
/proc/19664/statm: 32926 30527 48 102 0 32821 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 150660

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 19640 and gives
#  childrusage.ru_utime.tv_sec=9
#  childrusage.ru_utime.tv_usec=450563
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=425935
# CPU time returned by wait4() is 9.8765
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1808.53
CPU time (s): 1800.05
CPU user time (s): 1795.05
CPU system time (s): 5
CPU usage (%): 99.5312
Max. virtual memory (cumulated for all children) (KiB): 899628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.45056
system time used= 0.425935
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42983
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= 4975
involuntary context switches= 5059

runsolver used 2.10668 second user time and 6.13107 second system time

The end

Launcher Data (download as text)

Begin job on node68 at 2008-07-05 15:06:43
IDJOB=1091861
IDBENCH=58581
IDSOLVER=345
FILE ID=node68/1091861-1215263203
PBS_JOBID= 7882100
Free space on /tmp= 66524 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/bibdVariousK/normalized-bibd-15-75-40-8-20_glb.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-1091861-1215263203/watcher-1091861-1215263203 -o /tmp/evaluation-result-1091861-1215263203/solver-1091861-1215263203 -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-1091861-1215263203.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f7470a8c664894812a78068eb633ff7c
RANDOM SEED=992326883

node68.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.261
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.261
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:       1643392 kB
Buffers:         35488 kB
Cached:         220152 kB
SwapCached:       6772 kB
Active:         237840 kB
Inactive:       122240 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1643392 kB
SwapTotal:     4192956 kB
SwapFree:      4180444 kB
Dirty:            3212 kB
Writeback:           0 kB
Mapped:         119596 kB
Slab:            37524 kB
Committed_AS:  5119624 kB
PageTables:       1924 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= 66520 MiB
End job on node68 at 2008-07-05 15:36:54