Trace number 1071106

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+picosatSAT 77.1073 77.6585

General information on the benchmark

Namecsp/ukPuzzle/
normalized-crossword-m1-uk-puzzle15.xml
MD5SUM98129fa20e289740bbf08ab4e7d9fbb5
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.114981
Satisfiable
(Un)Satisfiability was proved
Number of variables95
Number of constraints425
Maximum constraint arity10
Maximum domain size26
Number of constraints which are defined in extension46
Number of constraints which are defined in intension379
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 Fri Jul  4 12:38:15 2008
0.00/0.05	c 0	PID 30869
0.00/0.05	c 0	HOST node73.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1071106-1215167895.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-1071106-1215167895.xml' 'HOME/temp.csp'
0.03/0.52	c 1	1 domains, 95 variables, 4 predicates, 3 relations, 425 constraints
0.03/0.57	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.57	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.50/0.66	c 1	Parsing HOME/temp.csp
1.00/1.12	c 1	parsed 528 expressions
1.00/1.13	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.00/1.13	c 1	Converting to clausal form CSP
1.00/1.15	c 1	converted 53 (10%) expressions
1.00/1.20	c 1	converted 106 (20%) expressions
2.99/3.10	c 3	converted 159 (30%) expressions
2.99/3.14	c 3	converted 212 (40%) expressions
3.09/3.23	c 3	converted 264 (50%) expressions
3.09/3.25	c 3	converted 317 (60%) expressions
3.09/3.26	c 3	converted 370 (70%) expressions
3.09/3.28	c 3	converted 423 (80%) expressions
3.09/3.29	c 3	converted 476 (90%) expressions
3.09/3.29	c 3	converted 528 (100%) expressions
3.09/3.29	c 3	CSP : 95 integers, 0 booleans, 425 clauses, largest domain size 26
3.09/3.29	c 3	Heap : 49 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.09/3.29	c 3	Propagation in CSP
3.18/3.31	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.18/3.31	c 3	CSP : 95 integers, 0 booleans, 425 clauses, largest domain size 26
3.18/3.31	c 3	Heap : 50 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.18/3.31	c 3	Simplifing CSP by introducing new Boolean variables
3.18/3.33	c 3	CSP : 95 integers, 3176 booleans, 3601 clauses, largest domain size 26
3.18/3.33	c 3	Heap : 51 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.48/3.64	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.48/3.66	c 4	10 (10%) CSP integer variables are encoded (240 clauses, 2496 bytes)
3.48/3.66	c 4	19 (20%) CSP integer variables are encoded (456 clauses, 4872 bytes)
3.48/3.66	c 4	29 (30%) CSP integer variables are encoded (696 clauses, 7512 bytes)
3.48/3.66	c 4	38 (40%) CSP integer variables are encoded (912 clauses, 9888 bytes)
3.48/3.66	c 4	48 (50%) CSP integer variables are encoded (1152 clauses, 12913 bytes)
3.48/3.66	c 4	57 (60%) CSP integer variables are encoded (1368 clauses, 15721 bytes)
3.48/3.67	c 4	67 (70%) CSP integer variables are encoded (1608 clauses, 18841 bytes)
3.48/3.67	c 4	76 (80%) CSP integer variables are encoded (1824 clauses, 21649 bytes)
3.48/3.67	c 4	86 (90%) CSP integer variables are encoded (2064 clauses, 24769 bytes)
3.48/3.67	c 4	95 (100%) CSP integer variables are encoded (2280 clauses, 27577 bytes)
60.06/60.52	c 61	361 (10%) CSP clauses are encoded (703112 clauses, 28588389 bytes)
60.06/60.55	c 61	721 (20%) CSP clauses are encoded (711197 clauses, 28733215 bytes)
60.06/60.57	c 61	1081 (30%) CSP clauses are encoded (719407 clauses, 28878839 bytes)
60.06/60.59	c 61	1441 (40%) CSP clauses are encoded (727792 clauses, 29029529 bytes)
60.15/60.62	c 61	1801 (50%) CSP clauses are encoded (736327 clauses, 29177561 bytes)
60.15/60.64	c 61	2161 (60%) CSP clauses are encoded (744862 clauses, 29328772 bytes)
60.15/60.65	c 61	2521 (70%) CSP clauses are encoded (753422 clauses, 29480039 bytes)
60.15/60.67	c 61	2881 (80%) CSP clauses are encoded (761957 clauses, 29630875 bytes)
60.15/60.69	c 61	3241 (90%) CSP clauses are encoded (770492 clauses, 29787354 bytes)
60.25/60.70	c 61	3601 (100%) CSP clauses are encoded (779027 clauses, 29947011 bytes)
60.25/60.70	c 61	3601 CSP clauses encoded
60.25/60.71	c 61	Writing map file : HOME/temp.map
60.25/60.71	c 61	Heap : 85 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
60.25/60.71	c 61	SAT : 5551 SAT variables, 779027 SAT clauses, 29947011 bytes
60.25/60.71	c 61	Heap : 85 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
60.25/60.73	c 61	SOLVING HOME/temp.cnf
60.25/60.73	c 61	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
76.85/77.42	c 77	DECODING HOME/temp.out WITH HOME/temp.map
76.85/77.42	c 77	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
76.89/77.51	c 78	Decoding HOME/temp.out
76.89/77.58	s SATISFIABLE
76.89/77.58	v 19 24 6 18 12 4 12 14 0 0 17 14 13 8 13 17 4 12 1 11 20 3 4 14 0 21 4 18 20 19 4 22 14 13 4 17 10 0 11 14 4 3 4 13 18 11 11 0 12 0 1 8 12 11 14 20 17 24 4 17 13 8 18 7 7 20 15 25 14 2 2 14 4 11 14 15 4 17 8 11 4 18 11 4 13 14 18 0 11 4 4 18 4 13 19
76.89/77.59	c 78	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
76.89/77.65	c 78	CPU 68.76 (0.03 0.01 68.73 8.3)
76.89/77.65	c 78	END Fri Jul  4 12:39:33 2008

Verifier Data (download as text)

OK

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-1071106-1215167895/watcher-1071106-1215167895 -o /tmp/evaluation-result-1071106-1215167895/solver-1071106-1215167895 -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-1071106-1215167895.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: 2.24 2.27 2.19 4/82 30869
/proc/meminfo: memFree=1059432/2055920 swapFree=4181452/4192956
[pid=30869] ppid=30867 vsize=18572 CPUtime=0
/proc/30869/stat : 30869 (runsolver) R 30867 30869 29589 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 128800532 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 210723466535 0 0 4096 24578 0 0 0 17 1 0 0
/proc/30869/statm: 4643 292 257 25 0 2626 0

[startup+0.075429 s]
/proc/loadavg: 2.24 2.27 2.19 4/82 30869
/proc/meminfo: memFree=1059432/2055920 swapFree=4181452/4192956
[pid=30869] ppid=30867 vsize=13600 CPUtime=0.03
/proc/30869/stat : 30869 (sugar) S 30867 30869 29589 0 -1 4194304 900 127 0 0 2 1 0 0 18 0 1 0 128800532 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30869/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101747 s]
/proc/loadavg: 2.24 2.27 2.19 4/82 30869
/proc/meminfo: memFree=1059432/2055920 swapFree=4181452/4192956
[pid=30869] ppid=30867 vsize=13600 CPUtime=0.03
/proc/30869/stat : 30869 (sugar) S 30867 30869 29589 0 -1 4194304 900 127 0 0 2 1 0 0 18 0 1 0 128800532 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30869/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301774 s]
/proc/loadavg: 2.24 2.27 2.19 4/82 30869
/proc/meminfo: memFree=1059432/2055920 swapFree=4181452/4192956
[pid=30869] ppid=30867 vsize=13600 CPUtime=0.03
/proc/30869/stat : 30869 (sugar) S 30867 30869 29589 0 -1 4194304 900 127 0 0 2 1 0 0 18 0 1 0 128800532 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30869/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701819 s]
/proc/loadavg: 2.24 2.27 2.19 4/82 30869
/proc/meminfo: memFree=1059432/2055920 swapFree=4181452/4192956
[pid=30869] ppid=30867 vsize=13600 CPUtime=0.5
/proc/30869/stat : 30869 (sugar) S 30867 30869 29589 0 -1 4194304 973 6774 0 1 2 1 43 4 16 0 1 0 128800532 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30869/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 13600

[startup+1.50291 s]
/proc/loadavg: 2.38 2.30 2.20 5/93 30891
/proc/meminfo: memFree=1050504/2055920 swapFree=4181452/4192956
[pid=30869] ppid=30867 vsize=13600 CPUtime=0.5
/proc/30869/stat : 30869 (sugar) S 30867 30869 29589 0 -1 4194304 973 6774 0 1 2 1 43 4 15 0 1 0 128800532 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30869/statm: 3400 797 370 3 0 500 0
[pid=30882] ppid=30869 vsize=5356 CPUtime=0
/proc/30882/stat : 30882 (sh) S 30869 30869 29589 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 128800590 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30882/statm: 1339 233 193 169 0 50 0
[pid=30883] ppid=30882 vsize=864360 CPUtime=0.9
/proc/30883/stat : 30883 (java) S 30882 30869 29589 0 -1 0 7494 0 1 0 86 4 0 0 18 0 9 0 128800591 885104640 6769 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30883/statm: 216090 6769 2542 9 0 210665 0
[pid=30883/tid=30884] ppid=30882 vsize=864360 CPUtime=0.57
/proc/30883/task/30884/stat : 30884 (java) R 30882 30869 29589 0 -1 64 2651 0 1 0 56 1 0 0 22 0 9 0 128800592 885104640 6769 996147200 134512640 134550740 4294955952 18446744073709551615 101444645 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30883/tid=30885] ppid=30882 vsize=864360 CPUtime=0.21
/proc/30883/task/30885/stat : 30885 (java) S 30882 30869 29589 0 -1 64 3808 0 0 0 20 1 0 0 16 0 9 0 128800593 885104640 6769 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30883/tid=30886] ppid=30882 vsize=864360 CPUtime=0
/proc/30883/task/30886/stat : 30886 (java) S 30882 30869 29589 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 128800593 885104640 6769 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30883/tid=30887] ppid=30882 vsize=864360 CPUtime=0
/proc/30883/task/30887/stat : 30887 (java) S 30882 30869 29589 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 128800593 885104640 6769 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30883/tid=30888] ppid=30882 vsize=864360 CPUtime=0
/proc/30883/task/30888/stat : 30888 (java) S 30882 30869 29589 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 128800595 885104640 6769 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30883/tid=30889] ppid=30882 vsize=864360 CPUtime=0.08
/proc/30883/task/30889/stat : 30889 (java) S 30882 30869 29589 0 -1 64 342 0 0 0 8 0 0 0 16 0 9 0 128800595 885104640 6769 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30883/tid=30890] ppid=30882 vsize=864360 CPUtime=0
/proc/30883/task/30890/stat : 30890 (java) S 30882 30869 29589 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 128800595 885104640 6769 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30883/tid=30891] ppid=30882 vsize=864360 CPUtime=0
/proc/30883/task/30891/stat : 30891 (java) S 30882 30869 29589 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 128800595 885104640 6769 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 883316

[startup+3.1021 s]
/proc/loadavg: 2.38 2.30 2.20 3/93 30891
/proc/meminfo: memFree=1026568/2055920 swapFree=4181452/4192956
[pid=30869] ppid=30867 vsize=13600 CPUtime=0.5
/proc/30869/stat : 30869 (sugar) R 30867 30869 29589 0 -1 4194304 973 6774 0 1 2 1 43 4 16 0 1 0 128800532 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 0 0 0 17 1 0 0
/proc/30869/statm: 3400 797 370 3 0 500 0
[pid=30882] ppid=30869 vsize=5356 CPUtime=0
/proc/30882/stat : 30882 (sh) S 30869 30869 29589 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 128800590 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30882/statm: 1339 233 193 169 0 50 0
[pid=30883] ppid=30882 vsize=864360 CPUtime=2.49
/proc/30883/stat : 30883 (java) S 30882 30869 29589 0 -1 0 17255 0 1 0 240 9 0 0 18 0 9 0 128800591 885104640 16491 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30883/statm: 216090 16491 2540 9 0 210665 0
[pid=30883/tid=30884] ppid=30882 vsize=864360 CPUtime=1.2
/proc/30883/task/30884/stat : 30884 (java) R 30882 30869 29589 0 -1 64 3232 0 1 0 118 2 0 0 25 0 9 0 128800592 885104640 16491 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30883/tid=30885] ppid=30882 vsize=864360 CPUtime=1.18
/proc/30883/task/30885/stat : 30885 (java) S 30882 30869 29589 0 -1 64 12988 0 0 0 113 5 0 0 16 0 9 0 128800593 885104640 16491 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30883/tid=30886] ppid=30882 vsize=864360 CPUtime=0
/proc/30883/task/30886/stat : 30886 (java) S 30882 30869 29589 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 128800593 885104640 16491 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30883/tid=30887] ppid=30882 vsize=864360 CPUtime=0
/proc/30883/task/30887/stat : 30887 (java) S 30882 30869 29589 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 128800593 885104640 16491 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30883/tid=30888] ppid=30882 vsize=864360 CPUtime=0
/proc/30883/task/30888/stat : 30888 (java) S 30882 30869 29589 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 128800595 885104640 16491 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30883/tid=30889] ppid=30882 vsize=864360 CPUtime=0.08
/proc/30883/task/30889/stat : 30889 (java) S 30882 30869 29589 0 -1 64 342 0 0 0 8 0 0 0 17 0 9 0 128800595 885104640 16491 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30883/tid=30890] ppid=30882 vsize=864360 CPUtime=0
/proc/30883/task/30890/stat : 30890 (java) S 30882 30869 29589 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 128800595 885104640 16491 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30883/tid=30891] ppid=30882 vsize=864360 CPUtime=0
/proc/30883/task/30891/stat : 30891 (java) S 30882 30869 29589 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 128800595 885104640 16491 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 883316

[startup+6.30147 s]
/proc/loadavg: 2.35 2.29 2.20 3/93 30891
/proc/meminfo: memFree=986568/2055920 swapFree=4181452/4192956
[pid=30869] ppid=30867 vsize=13600 CPUtime=0.51
/proc/30869/stat : 30869 (sugar) S 30867 30869 29589 0 -1 4194304 974 6774 0 1 3 1 43 4 15 0 1 0 128800532 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30869/statm: 3400 797 370 3 0 500 0
[pid=30882] ppid=30869 vsize=5356 CPUtime=0
/proc/30882/stat : 30882 (sh) S 30869 30869 29589 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 128800590 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30882/statm: 1339 233 193 169 0 50 0
[pid=30883] ppid=30882 vsize=868512 CPUtime=5.66
/proc/30883/stat : 30883 (java) S 30882 30869 29589 0 -1 0 20465 0 1 0 553 13 0 0 18 0 9 0 128800591 889356288 19601 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30883/statm: 217128 19601 2565 9 0 211675 0
[pid=30883/tid=30884] ppid=30882 vsize=868512 CPUtime=3.81
/proc/30883/task/30884/stat : 30884 (java) R 30882 30869 29589 0 -1 64 3437 0 1 0 377 4 0 0 25 0 9 0 128800592 889356288 19601 996147200 134512640 134550740 4294955952 18446744073709551615 4126944077 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30883/tid=30885] ppid=30882 vsize=868512 CPUtime=1.61
/proc/30883/task/30885/stat : 30885 (java) S 30882 30869 29589 0 -1 64 14893 0 0 0 154 7 0 0 16 0 9 0 128800593 889356288 19601 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30883/tid=30886] ppid=30882 vsize=868512 CPUtime=0
/proc/30883/task/30886/stat : 30886 (java) S 30882 30869 29589 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 128800593 889356288 19601 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30883/tid=30887] ppid=30882 vsize=868512 CPUtime=0
/proc/30883/task/30887/stat : 30887 (java) S 30882 30869 29589 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 128800593 889356288 19601 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30883/tid=30888] ppid=30882 vsize=868512 CPUtime=0
/proc/30883/task/30888/stat : 30888 (java) S 30882 30869 29589 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 128800595 889356288 19601 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30883/tid=30889] ppid=30882 vsize=868512 CPUtime=0.22
/proc/30883/task/30889/stat : 30889 (java) S 30882 30869 29589 0 -1 64 1442 0 0 0 21 1 0 0 16 0 9 0 128800595 889356288 19601 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30883/tid=30890] ppid=30882 vsize=868512 CPUtime=0
/proc/30883/task/30890/stat : 30890 (java) S 30882 30869 29589 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 128800595 889356288 19601 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30883/tid=30891] ppid=30882 vsize=868512 CPUtime=0
/proc/30883/task/30891/stat : 30891 (java) S 30882 30869 29589 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 128800595 889356288 19601 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 887468

[startup+12.7022 s]
/proc/loadavg: 2.32 2.29 2.19 3/93 30891
/proc/meminfo: memFree=976904/2055920 swapFree=4181452/4192956
[pid=30869] ppid=30867 vsize=13600 CPUtime=0.51
/proc/30869/stat : 30869 (sugar) S 30867 30869 29589 0 -1 4194304 974 6774 0 1 3 1 43 4 15 0 1 0 128800532 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30869/statm: 3400 797 370 3 0 500 0
[pid=30882] ppid=30869 vsize=5356 CPUtime=0
/proc/30882/stat : 30882 (sh) S 30869 30869 29589 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 128800590 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30882/statm: 1339 233 193 169 0 50 0
[pid=30883] ppid=30882 vsize=868512 CPUtime=12.02
/proc/30883/stat : 30883 (java) S 30882 30869 29589 0 -1 0 22304 0 1 0 1187 15 0 0 18 0 9 0 128800591 889356288 21401 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30883/statm: 217128 21401 2565 9 0 211675 0
[pid=30883/tid=30884] ppid=30882 vsize=868512 CPUtime=10.02
/proc/30883/task/30884/stat : 30884 (java) R 30882 30869 29589 0 -1 64 3476 0 1 0 997 5 0 0 25 0 9 0 128800592 889356288 21401 996147200 134512640 134550740 4294955952 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30883/tid=30885] ppid=30882 vsize=868512 CPUtime=1.75
/proc/30883/task/30885/stat : 30885 (java) S 30882 30869 29589 0 -1 64 16692 0 0 0 167 8 0 0 16 0 9 0 128800593 889356288 21401 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30883/tid=30886] ppid=30882 vsize=868512 CPUtime=0
/proc/30883/task/30886/stat : 30886 (java) S 30882 30869 29589 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 128800593 889356288 21401 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30883/tid=30887] ppid=30882 vsize=868512 CPUtime=0
/proc/30883/task/30887/stat : 30887 (java) S 30882 30869 29589 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 128800593 889356288 21401 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30883/tid=30888] ppid=30882 vsize=868512 CPUtime=0
/proc/30883/task/30888/stat : 30888 (java) S 30882 30869 29589 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 128800595 889356288 21401 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30883/tid=30889] ppid=30882 vsize=868512 CPUtime=0.23
/proc/30883/task/30889/stat : 30889 (java) S 30882 30869 29589 0 -1 64 1443 0 0 0 22 1 0 0 16 0 9 0 128800595 889356288 21401 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30883/tid=30890] ppid=30882 vsize=868512 CPUtime=0
/proc/30883/task/30890/stat : 30890 (java) S 30882 30869 29589 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 128800595 889356288 21401 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30883/tid=30891] ppid=30882 vsize=868512 CPUtime=0
/proc/30883/task/30891/stat : 30891 (java) S 30882 30869 29589 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 128800595 889356288 21401 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 887468

[startup+25.5027 s]
/proc/loadavg: 2.25 2.27 2.19 3/93 30891
/proc/meminfo: memFree=957320/2055920 swapFree=4181452/4192956
[pid=30869] ppid=30867 vsize=13600 CPUtime=0.51
/proc/30869/stat : 30869 (sugar) S 30867 30869 29589 0 -1 4194304 974 6774 0 1 3 1 43 4 15 0 1 0 128800532 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30869/statm: 3400 797 370 3 0 500 0
[pid=30882] ppid=30869 vsize=5356 CPUtime=0
/proc/30882/stat : 30882 (sh) S 30869 30869 29589 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 128800590 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30882/statm: 1339 233 193 169 0 50 0
[pid=30883] ppid=30882 vsize=868512 CPUtime=24.75
/proc/30883/stat : 30883 (java) S 30882 30869 29589 0 -1 0 25910 0 1 0 2453 22 0 0 18 0 9 0 128800591 889356288 24913 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30883/statm: 217128 24913 2565 9 0 211675 0
[pid=30883/tid=30884] ppid=30882 vsize=868512 CPUtime=22.45
/proc/30883/task/30884/stat : 30884 (java) R 30882 30869 29589 0 -1 64 3571 0 1 0 2236 9 0 0 25 0 9 0 128800592 889356288 24913 996147200 134512640 134550740 4294955952 18446744073709551615 4126944016 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30883/tid=30885] ppid=30882 vsize=868512 CPUtime=2.04
/proc/30883/task/30885/stat : 30885 (java) S 30882 30869 29589 0 -1 64 20199 0 0 0 193 11 0 0 16 0 9 0 128800593 889356288 24913 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30883/tid=30886] ppid=30882 vsize=868512 CPUtime=0
/proc/30883/task/30886/stat : 30886 (java) S 30882 30869 29589 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 128800593 889356288 24913 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30883/tid=30887] ppid=30882 vsize=868512 CPUtime=0
/proc/30883/task/30887/stat : 30887 (java) S 30882 30869 29589 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 128800593 889356288 24913 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30883/tid=30888] ppid=30882 vsize=868512 CPUtime=0
/proc/30883/task/30888/stat : 30888 (java) S 30882 30869 29589 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 128800595 889356288 24913 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30883/tid=30889] ppid=30882 vsize=868512 CPUtime=0.23
/proc/30883/task/30889/stat : 30889 (java) S 30882 30869 29589 0 -1 64 1447 0 0 0 22 1 0 0 17 0 9 0 128800595 889356288 24913 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30883/tid=30890] ppid=30882 vsize=868512 CPUtime=0
/proc/30883/task/30890/stat : 30890 (java) S 30882 30869 29589 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 128800595 889356288 24913 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30883/tid=30891] ppid=30882 vsize=868512 CPUtime=0
/proc/30883/task/30891/stat : 30891 (java) S 30882 30869 29589 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 128800595 889356288 24913 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 887468

[startup+51.1027 s]
/proc/loadavg: 2.16 2.25 2.18 3/93 30891
/proc/meminfo: memFree=937672/2055920 swapFree=4181452/4192956
[pid=30869] ppid=30867 vsize=13600 CPUtime=0.51
/proc/30869/stat : 30869 (sugar) S 30867 30869 29589 0 -1 4194304 974 6774 0 1 3 1 43 4 15 0 1 0 128800532 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30869/statm: 3400 797 370 3 0 500 0
[pid=30882] ppid=30869 vsize=5356 CPUtime=0
/proc/30882/stat : 30882 (sh) S 30869 30869 29589 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 128800590 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30882/statm: 1339 233 193 169 0 50 0
[pid=30883] ppid=30882 vsize=868512 CPUtime=50.2
/proc/30883/stat : 30883 (java) S 30882 30869 29589 0 -1 0 31432 0 1 0 4987 33 0 0 18 0 9 0 128800591 889356288 26433 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30883/statm: 217128 26433 2565 9 0 211675 0
[pid=30883/tid=30884] ppid=30882 vsize=868512 CPUtime=47.06
/proc/30883/task/30884/stat : 30884 (java) R 30882 30869 29589 0 -1 64 3727 0 1 0 4689 17 0 0 25 0 9 0 128800592 889356288 26433 996147200 134512640 134550740 4294955952 18446744073709551615 4126946564 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30883/tid=30885] ppid=30882 vsize=868512 CPUtime=2.88
/proc/30883/task/30885/stat : 30885 (java) S 30882 30869 29589 0 -1 64 25565 0 0 0 274 14 0 0 16 0 9 0 128800593 889356288 26433 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30883/tid=30886] ppid=30882 vsize=868512 CPUtime=0
/proc/30883/task/30886/stat : 30886 (java) S 30882 30869 29589 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 128800593 889356288 26433 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30883/tid=30887] ppid=30882 vsize=868512 CPUtime=0
/proc/30883/task/30887/stat : 30887 (java) S 30882 30869 29589 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 128800593 889356288 26433 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30883/tid=30888] ppid=30882 vsize=868512 CPUtime=0
/proc/30883/task/30888/stat : 30888 (java) S 30882 30869 29589 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 128800595 889356288 26433 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30883/tid=30889] ppid=30882 vsize=868512 CPUtime=0.23
/proc/30883/task/30889/stat : 30889 (java) S 30882 30869 29589 0 -1 64 1447 0 0 0 22 1 0 0 17 0 9 0 128800595 889356288 26433 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30883/tid=30890] ppid=30882 vsize=868512 CPUtime=0
/proc/30883/task/30890/stat : 30890 (java) S 30882 30869 29589 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 128800595 889356288 26433 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30883/tid=30891] ppid=30882 vsize=868512 CPUtime=0
/proc/30883/task/30891/stat : 30891 (java) S 30882 30869 29589 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 128800595 889356288 26433 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 887468

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

[startup+63.9022 s]
/proc/loadavg: 2.14 2.24 2.18 3/85 30893
/proc/meminfo: memFree=1018952/2055920 swapFree=4181452/4192956
[pid=30869] ppid=30867 vsize=13600 CPUtime=60.29
/proc/30869/stat : 30869 (sugar) S 30867 30869 29589 0 -1 4194304 1022 39504 0 2 3 1 5981 44 16 0 1 0 128800532 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30869/statm: 3400 798 370 3 0 500 0
[pid=30892] ppid=30869 vsize=5356 CPUtime=0
/proc/30892/stat : 30892 (sh) S 30869 30869 29589 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 128806606 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30892/statm: 1339 232 193 169 0 50 0
[pid=30893] ppid=30892 vsize=9472 CPUtime=3.13
/proc/30893/stat : 30893 (picosat) R 30892 30869 29589 0 -1 4194304 2196 0 0 0 145 168 0 0 25 0 1 0 128806607 9699328 2182 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/30893/statm: 2368 2182 40 102 0 2263 0
Current children cumulated CPU time (s) 63.42
Current children cumulated vsize (KiB) 28428

[startup+70.302 s]
/proc/loadavg: 2.12 2.23 2.18 3/85 30893
/proc/meminfo: memFree=1002120/2055920 swapFree=4181452/4192956
[pid=30869] ppid=30867 vsize=13600 CPUtime=60.29
/proc/30869/stat : 30869 (sugar) S 30867 30869 29589 0 -1 4194304 1022 39504 0 2 3 1 5981 44 16 0 1 0 128800532 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30869/statm: 3400 798 370 3 0 500 0
[pid=30892] ppid=30869 vsize=5356 CPUtime=0
/proc/30892/stat : 30892 (sh) S 30869 30869 29589 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 128806606 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30892/statm: 1339 232 193 169 0 50 0
[pid=30893] ppid=30892 vsize=25544 CPUtime=9.5
/proc/30893/stat : 30893 (picosat) R 30892 30869 29589 0 -1 4194304 6269 0 0 0 446 504 0 0 25 0 1 0 128806607 26157056 6255 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/30893/statm: 6386 6255 40 102 0 6281 0
Current children cumulated CPU time (s) 69.79
Current children cumulated vsize (KiB) 44500

[startup+73.5024 s]
/proc/loadavg: 2.12 2.23 2.18 3/85 30893
/proc/meminfo: memFree=996616/2055920 swapFree=4181452/4192956
[pid=30869] ppid=30867 vsize=13600 CPUtime=60.29
/proc/30869/stat : 30869 (sugar) S 30867 30869 29589 0 -1 4194304 1022 39504 0 2 3 1 5981 44 16 0 1 0 128800532 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30869/statm: 3400 798 370 3 0 500 0
[pid=30892] ppid=30869 vsize=5356 CPUtime=0
/proc/30892/stat : 30892 (sh) S 30869 30869 29589 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 128806606 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30892/statm: 1339 232 193 169 0 50 0
[pid=30893] ppid=30892 vsize=35116 CPUtime=12.68
/proc/30893/stat : 30893 (picosat) R 30892 30869 29589 0 -1 4194304 8280 0 0 0 598 670 0 0 25 0 1 0 128806607 35958784 8266 996147200 134512640 134931368 4294956256 18446744073709551615 134549276 0 0 4096 0 0 0 0 17 1 0 0
/proc/30893/statm: 8779 8266 40 102 0 8674 0
Current children cumulated CPU time (s) 72.97
Current children cumulated vsize (KiB) 54072

[startup+75.1016 s]
/proc/loadavg: 2.12 2.23 2.18 3/85 30893
/proc/meminfo: memFree=991112/2055920 swapFree=4181452/4192956
[pid=30869] ppid=30867 vsize=13600 CPUtime=60.29
/proc/30869/stat : 30869 (sugar) S 30867 30869 29589 0 -1 4194304 1022 39504 0 2 3 1 5981 44 16 0 1 0 128800532 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30869/statm: 3400 798 370 3 0 500 0
[pid=30892] ppid=30869 vsize=5356 CPUtime=0
/proc/30892/stat : 30892 (sh) S 30869 30869 29589 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 128806606 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30892/statm: 1339 232 193 169 0 50 0
[pid=30893] ppid=30892 vsize=39076 CPUtime=14.27
/proc/30893/stat : 30893 (picosat) R 30892 30869 29589 0 -1 4194304 9390 0 0 0 670 757 0 0 25 0 1 0 128806607 40013824 9376 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/30893/statm: 9769 9376 40 102 0 9664 0
Current children cumulated CPU time (s) 74.56
Current children cumulated vsize (KiB) 58032

[startup+76.7018 s]
/proc/loadavg: 2.11 2.23 2.18 3/85 30893
/proc/meminfo: memFree=987720/2055920 swapFree=4181452/4192956
[pid=30869] ppid=30867 vsize=13600 CPUtime=60.29
/proc/30869/stat : 30869 (sugar) S 30867 30869 29589 0 -1 4194304 1022 39504 0 2 3 1 5981 44 16 0 1 0 128800532 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30869/statm: 3400 798 370 3 0 500 0
[pid=30892] ppid=30869 vsize=5356 CPUtime=0
/proc/30892/stat : 30892 (sh) S 30869 30869 29589 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 128806606 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30892/statm: 1339 232 193 169 0 50 0
[pid=30893] ppid=30892 vsize=40996 CPUtime=15.87
/proc/30893/stat : 30893 (picosat) R 30892 30869 29589 0 -1 4194304 9883 0 0 0 806 781 0 0 25 0 1 0 128806607 41979904 9867 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/30893/statm: 10249 9867 42 102 0 10144 0
Current children cumulated CPU time (s) 76.16
Current children cumulated vsize (KiB) 59952

[startup+77.1018 s]
/proc/loadavg: 2.11 2.23 2.18 3/85 30893
/proc/meminfo: memFree=987720/2055920 swapFree=4181452/4192956
[pid=30869] ppid=30867 vsize=13600 CPUtime=60.29
/proc/30869/stat : 30869 (sugar) S 30867 30869 29589 0 -1 4194304 1022 39504 0 2 3 1 5981 44 16 0 1 0 128800532 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30869/statm: 3400 798 370 3 0 500 0
[pid=30892] ppid=30869 vsize=5356 CPUtime=0
/proc/30892/stat : 30892 (sh) S 30869 30869 29589 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 128806606 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30892/statm: 1339 232 193 169 0 50 0
[pid=30893] ppid=30892 vsize=40996 CPUtime=16.26
/proc/30893/stat : 30893 (picosat) R 30892 30869 29589 0 -1 4194304 9888 0 0 0 845 781 0 0 25 0 1 0 128806607 41979904 9872 996147200 134512640 134931368 4294956256 18446744073709551615 134525929 0 0 4096 0 0 0 0 17 1 0 0
/proc/30893/statm: 10249 9872 42 102 0 10144 0
Current children cumulated CPU time (s) 76.55
Current children cumulated vsize (KiB) 59952

[startup+77.5018 s]
/proc/loadavg: 2.11 2.23 2.18 3/85 30893
/proc/meminfo: memFree=987720/2055920 swapFree=4181452/4192956
[pid=30869] ppid=30867 vsize=13600 CPUtime=76.89
/proc/30869/stat : 30869 (sugar) S 30867 30869 29589 0 -1 4194304 1070 49690 0 2 3 1 6859 826 17 0 1 0 128800532 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30869/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 76.89
Current children cumulated vsize (KiB) 13600

[startup+77.6019 s]
/proc/loadavg: 2.11 2.23 2.18 3/85 30893
/proc/meminfo: memFree=987720/2055920 swapFree=4181452/4192956
[pid=30869] ppid=30867 vsize=13600 CPUtime=76.89
/proc/30869/stat : 30869 (sugar) S 30867 30869 29589 0 -1 4194304 1089 49690 0 2 3 1 6859 826 15 0 1 0 128800532 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30869/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 76.89
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 77.6585
CPU time (s): 77.1073
CPU user time (s): 68.7705
CPU system time (s): 8.33673
CPU usage (%): 99.2902
Max. virtual memory (cumulated for all children) (KiB): 897720

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

runsolver used 0.116982 second user time and 0.297954 second system time

The end

Launcher Data (download as text)

Begin job on node73 at 2008-07-04 12:38:15
IDJOB=1071106
IDBENCH=56016
IDSOLVER=345
FILE ID=node73/1071106-1215167895
PBS_JOBID= 7881411
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/ukPuzzle/normalized-crossword-m1-uk-puzzle15.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-1071106-1215167895/watcher-1071106-1215167895 -o /tmp/evaluation-result-1071106-1215167895/solver-1071106-1215167895 -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-1071106-1215167895.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 98129fa20e289740bbf08ab4e7d9fbb5
RANDOM SEED=1648338329

node73.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.230
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.230
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:       1059912 kB
Buffers:         39840 kB
Cached:         141248 kB
SwapCached:       5300 kB
Active:         868348 kB
Inactive:        71036 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1059912 kB
SwapTotal:     4192956 kB
SwapFree:      4181452 kB
Dirty:            1600 kB
Writeback:           0 kB
Mapped:         774420 kB
Slab:            40304 kB
Committed_AS:  1116088 kB
PageTables:       3308 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= 66552 MiB
End job on node73 at 2008-07-04 12:39:33