Trace number 1068892

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 1049.96 1056.01

General information on the benchmark

Namecsp/ukVg/
normalized-crossword-m1c-uk-vg5-7_ext.xml
MD5SUM9f14e81a1bcfdb872b04812888513d78
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.698892
Satisfiable
(Un)Satisfiability was proved
Number of variables35
Number of constraints12
Maximum constraint arity7
Maximum domain size26
Number of constraints which are defined in extension12
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/picosat
0.00/0.05	c 0	BEGIN Fri Jul  4 09:48:03 2008
0.00/0.05	c 0	PID 19878
0.00/0.05	c 0	HOST node6.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1068892-1215157683.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-1068892-1215157683.xml' 'HOME/temp.csp'
0.03/0.74	c 1	1 domains, 35 variables, 0 predicates, 2 relations, 12 constraints
0.03/0.79	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.79	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.72/0.88	c 1	Parsing HOME/temp.csp
1.31/1.47	c 1	parsed 50 expressions
1.31/1.48	c 1	Heap : 7 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.31/1.48	c 1	Converting to clausal form CSP
1.41/1.50	c 1	converted 5 (10%) expressions
1.41/1.50	c 1	converted 10 (20%) expressions
1.41/1.50	c 1	converted 15 (30%) expressions
1.41/1.50	c 1	converted 20 (40%) expressions
1.41/1.50	c 1	converted 25 (50%) expressions
1.41/1.50	c 1	converted 30 (60%) expressions
1.41/1.50	c 1	converted 35 (70%) expressions
1.60/1.73	c 2	converted 40 (80%) expressions
1.90/2.08	c 2	converted 45 (90%) expressions
3.47/3.70	c 4	converted 50 (100%) expressions
3.58/3.70	c 4	CSP : 35 integers, 0 booleans, 12 clauses, largest domain size 26
3.58/3.70	c 4	Heap : 57 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.58/3.70	c 4	Propagation in CSP
3.58/3.70	c 4	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.58/3.70	c 4	CSP : 35 integers, 0 booleans, 12 clauses, largest domain size 26
3.58/3.70	c 4	Heap : 57 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.58/3.70	c 4	Simplifing CSP by introducing new Boolean variables
3.58/3.70	c 4	CSP : 35 integers, 0 booleans, 12 clauses, largest domain size 26
3.58/3.70	c 4	Heap : 57 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.88/4.10	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.98/4.10	c 4	4 (10%) CSP integer variables are encoded (96 clauses, 912 bytes)
3.98/4.11	c 4	7 (20%) CSP integer variables are encoded (168 clauses, 1704 bytes)
3.98/4.11	c 4	11 (30%) CSP integer variables are encoded (264 clauses, 2760 bytes)
3.98/4.11	c 4	14 (40%) CSP integer variables are encoded (336 clauses, 3552 bytes)
3.98/4.12	c 4	18 (50%) CSP integer variables are encoded (432 clauses, 4608 bytes)
3.98/4.12	c 4	21 (60%) CSP integer variables are encoded (504 clauses, 5400 bytes)
3.98/4.13	c 4	25 (70%) CSP integer variables are encoded (600 clauses, 6456 bytes)
3.98/4.13	c 4	28 (80%) CSP integer variables are encoded (672 clauses, 7248 bytes)
3.98/4.13	c 4	32 (90%) CSP integer variables are encoded (768 clauses, 8304 bytes)
3.98/4.13	c 4	35 (100%) CSP integer variables are encoded (840 clauses, 9096 bytes)
9.12/9.36	c 9	2 (10%) CSP clauses are encoded (57232 clauses, 2003615 bytes)
11.70/12.00	c 12	3 (20%) CSP clauses are encoded (85428 clauses, 3012097 bytes)
14.27/14.55	c 14	4 (30%) CSP clauses are encoded (113624 clauses, 4021240 bytes)
16.84/17.18	c 17	5 (40%) CSP clauses are encoded (141820 clauses, 5083453 bytes)
19.42/19.74	c 20	6 (50%) CSP clauses are encoded (170016 clauses, 6145666 bytes)
104.19/105.31	c 105	8 (60%) CSP clauses are encoded (351177 clauses, 13479885 bytes)
180.14/182.01	c 182	9 (70%) CSP clauses are encoded (504142 clauses, 21026376 bytes)
256.40/259.05	c 259	10 (80%) CSP clauses are encoded (657107 clauses, 28572867 bytes)
332.27/335.67	c 336	11 (90%) CSP clauses are encoded (810072 clauses, 36119358 bytes)
409.21/413.31	c 413	12 (100%) CSP clauses are encoded (963037 clauses, 43665849 bytes)
409.21/413.32	c 413	12 CSP clauses encoded
409.21/413.32	c 413	Writing map file : HOME/temp.map
409.21/413.32	c 413	Heap : 71 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
409.21/413.32	c 413	SAT : 875 SAT variables, 963037 SAT clauses, 43665849 bytes
409.21/413.32	c 413	Heap : 71 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
409.21/413.35	c 413	SOLVING HOME/temp.cnf
409.21/413.35	c 413	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1049.77/1055.82	c 1056	DECODING HOME/temp.out WITH HOME/temp.map
1049.77/1055.82	c 1056	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1049.81/1055.91	c 1056	Decoding HOME/temp.out
1049.81/1055.94	s SATISFIABLE
1049.81/1055.94	v 0 12 1 0 6 4 18 5 0 17 17 4 11 11 0 11 0 12 14 3 4 17 4 18 8 3 4 3 0 18 7 11 4 17 18
1049.81/1055.94	c 1056	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1049.81/1056.00	c 1056	CPU 1036.07 (0.03 0.01 1036.04 13.84)
1049.81/1056.00	c 1056	END Fri Jul  4 10:05:39 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-1068892-1215157683/watcher-1068892-1215157683 -o /tmp/evaluation-result-1068892-1215157683/solver-1068892-1215157683 -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-1068892-1215157683.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.97 1.99 4/81 19878
/proc/meminfo: memFree=1833808/2055924 swapFree=4180432/4192956
[pid=19878] ppid=19876 vsize=18572 CPUtime=0
/proc/19878/stat : 19878 (runsolver) R 19876 19878 18924 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1994743566 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 268582841639 0 0 4096 24578 0 0 0 17 1 0 0
/proc/19878/statm: 4643 292 257 25 0 2626 0

[startup+0.10306 s]
/proc/loadavg: 1.99 1.97 1.99 4/81 19878
/proc/meminfo: memFree=1833808/2055924 swapFree=4180432/4192956
[pid=19878] ppid=19876 vsize=13600 CPUtime=0.03
/proc/19878/stat : 19878 (sugar) S 19876 19878 18924 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1994743566 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19878/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.20108 s]
/proc/loadavg: 1.99 1.97 1.99 4/81 19878
/proc/meminfo: memFree=1833808/2055924 swapFree=4180432/4192956
[pid=19878] ppid=19876 vsize=13600 CPUtime=0.03
/proc/19878/stat : 19878 (sugar) S 19876 19878 18924 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1994743566 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19878/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301091 s]
/proc/loadavg: 1.99 1.97 1.99 4/81 19878
/proc/meminfo: memFree=1833808/2055924 swapFree=4180432/4192956
[pid=19878] ppid=19876 vsize=13600 CPUtime=0.03
/proc/19878/stat : 19878 (sugar) S 19876 19878 18924 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1994743566 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19878/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701173 s]
/proc/loadavg: 1.99 1.97 1.99 4/81 19878
/proc/meminfo: memFree=1833808/2055924 swapFree=4180432/4192956
[pid=19878] ppid=19876 vsize=13600 CPUtime=0.03
/proc/19878/stat : 19878 (sugar) S 19876 19878 18924 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1994743566 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19878/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50233 s]
/proc/loadavg: 2.07 1.99 1.99 4/92 19900
/proc/meminfo: memFree=1825464/2055924 swapFree=4180432/4192956
[pid=19878] ppid=19876 vsize=13600 CPUtime=0.72
/proc/19878/stat : 19878 (sugar) S 19876 19878 18924 0 -1 4194304 973 7868 0 1 3 1 63 5 15 0 1 0 1994743566 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19878/statm: 3400 797 370 3 0 500 0
[pid=19891] ppid=19878 vsize=5356 CPUtime=0
/proc/19891/stat : 19891 (sh) S 19878 19878 18924 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994743645 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19891/statm: 1339 233 193 169 0 50 0
[pid=19892] ppid=19891 vsize=864124 CPUtime=0.69
/proc/19892/stat : 19892 (java) S 19891 19878 18924 0 -1 0 6680 0 1 0 66 3 0 0 18 0 9 0 1994743646 884862976 5862 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19892/statm: 216031 5862 2540 9 0 210606 0
[pid=19892/tid=19893] ppid=19891 vsize=864124 CPUtime=0.5
/proc/19892/task/19893/stat : 19893 (java) R 19891 19878 18924 0 -1 64 2532 0 1 0 49 1 0 0 18 0 9 0 1994743647 884862976 5862 996147200 134512640 134550740 4294955952 18446744073709551615 4159703485 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19892/tid=19894] ppid=19891 vsize=864124 CPUtime=0.11
/proc/19892/task/19894/stat : 19894 (java) S 19891 19878 18924 0 -1 64 3140 0 0 0 11 0 0 0 16 0 9 0 1994743648 884862976 5862 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19892/tid=19895] ppid=19891 vsize=864124 CPUtime=0
/proc/19892/task/19895/stat : 19895 (java) S 19891 19878 18924 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994743648 884862976 5862 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19892/tid=19896] ppid=19891 vsize=864124 CPUtime=0
/proc/19892/task/19896/stat : 19896 (java) S 19891 19878 18924 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1994743648 884862976 5862 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19892/tid=19897] ppid=19891 vsize=864124 CPUtime=0
/proc/19892/task/19897/stat : 19897 (java) S 19891 19878 18924 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1994743650 884862976 5862 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19892/tid=19898] ppid=19891 vsize=864124 CPUtime=0.04
/proc/19892/task/19898/stat : 19898 (java) S 19891 19878 18924 0 -1 64 312 0 0 0 4 0 0 0 16 0 9 0 1994743650 884862976 5862 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19892/tid=19899] ppid=19891 vsize=864124 CPUtime=0
/proc/19892/task/19899/stat : 19899 (java) S 19891 19878 18924 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1994743650 884862976 5862 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19892/tid=19900] ppid=19891 vsize=864124 CPUtime=0
/proc/19892/task/19900/stat : 19900 (java) S 19891 19878 18924 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1994743650 884862976 5862 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 883080

[startup+3.10266 s]
/proc/loadavg: 2.07 1.99 1.99 4/92 19900
/proc/meminfo: memFree=1801400/2055924 swapFree=4180432/4192956
[pid=19878] ppid=19876 vsize=13600 CPUtime=0.72
/proc/19878/stat : 19878 (sugar) S 19876 19878 18924 0 -1 4194304 973 7868 0 1 3 1 63 5 15 0 1 0 1994743566 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19878/statm: 3400 797 370 3 0 500 0
[pid=19891] ppid=19878 vsize=5356 CPUtime=0
/proc/19891/stat : 19891 (sh) S 19878 19878 18924 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994743645 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19891/statm: 1339 233 193 169 0 50 0
[pid=19892] ppid=19891 vsize=864200 CPUtime=2.27
/proc/19892/stat : 19892 (java) S 19891 19878 18924 0 -1 0 15685 0 1 0 219 8 0 0 18 0 9 0 1994743646 884940800 14372 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19892/statm: 216050 14372 2540 9 0 210625 0
[pid=19892/tid=19893] ppid=19891 vsize=864200 CPUtime=1.04
/proc/19892/task/19893/stat : 19893 (java) R 19891 19878 18924 0 -1 64 3135 0 1 0 103 1 0 0 23 0 9 0 1994743647 884940800 14372 996147200 134512640 134550740 4294955952 18446744073709551615 103215232 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19892/tid=19894] ppid=19891 vsize=864200 CPUtime=1.15
/proc/19892/task/19894/stat : 19894 (java) S 19891 19878 18924 0 -1 64 11533 0 0 0 109 6 0 0 18 0 9 0 1994743648 884940800 14372 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19892/tid=19895] ppid=19891 vsize=864200 CPUtime=0
/proc/19892/task/19895/stat : 19895 (java) S 19891 19878 18924 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994743648 884940800 14372 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19892/tid=19896] ppid=19891 vsize=864200 CPUtime=0
/proc/19892/task/19896/stat : 19896 (java) S 19891 19878 18924 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1994743648 884940800 14372 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19892/tid=19897] ppid=19891 vsize=864200 CPUtime=0
/proc/19892/task/19897/stat : 19897 (java) S 19891 19878 18924 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1994743650 884940800 14372 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19892/tid=19898] ppid=19891 vsize=864200 CPUtime=0.06
/proc/19892/task/19898/stat : 19898 (java) S 19891 19878 18924 0 -1 64 321 0 0 0 6 0 0 0 16 0 9 0 1994743650 884940800 14372 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19892/tid=19899] ppid=19891 vsize=864200 CPUtime=0
/proc/19892/task/19899/stat : 19899 (java) S 19891 19878 18924 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1994743650 884940800 14372 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19892/tid=19900] ppid=19891 vsize=864200 CPUtime=0
/proc/19892/task/19900/stat : 19900 (java) S 19891 19878 18924 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1994743650 884940800 14372 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) 883156

[startup+6.30227 s]
/proc/loadavg: 2.07 1.99 1.99 3/92 19900
/proc/meminfo: memFree=1762936/2055924 swapFree=4180432/4192956
[pid=19878] ppid=19876 vsize=13600 CPUtime=0.72
/proc/19878/stat : 19878 (sugar) S 19876 19878 18924 0 -1 4194304 974 7868 0 1 3 1 63 5 15 0 1 0 1994743566 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19878/statm: 3400 797 370 3 0 500 0
[pid=19891] ppid=19878 vsize=5356 CPUtime=0
/proc/19891/stat : 19891 (sh) S 19878 19878 18924 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994743645 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19891/statm: 1339 233 193 169 0 50 0
[pid=19892] ppid=19891 vsize=864312 CPUtime=5.43
/proc/19892/stat : 19892 (java) S 19891 19878 18924 0 -1 0 20955 0 1 0 531 12 0 0 18 0 9 0 1994743646 885055488 19398 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19892/statm: 216078 19398 2564 9 0 210625 0
[pid=19892/tid=19893] ppid=19891 vsize=864312 CPUtime=3.44
/proc/19892/task/19893/stat : 19893 (java) R 19891 19878 18924 0 -1 64 3303 0 1 0 342 2 0 0 25 0 9 0 1994743647 885055488 19398 996147200 134512640 134550740 4294955952 18446744073709551615 4126576586 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19892/tid=19894] ppid=19891 vsize=864312 CPUtime=1.88
/proc/19892/task/19894/stat : 19894 (java) S 19891 19878 18924 0 -1 64 16613 0 0 0 179 9 0 0 16 0 9 0 1994743648 885055488 19398 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19892/tid=19895] ppid=19891 vsize=864312 CPUtime=0
/proc/19892/task/19895/stat : 19895 (java) S 19891 19878 18924 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994743648 885055488 19398 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19892/tid=19896] ppid=19891 vsize=864312 CPUtime=0
/proc/19892/task/19896/stat : 19896 (java) S 19891 19878 18924 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1994743648 885055488 19398 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19892/tid=19897] ppid=19891 vsize=864312 CPUtime=0
/proc/19892/task/19897/stat : 19897 (java) S 19891 19878 18924 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1994743650 885055488 19398 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19892/tid=19898] ppid=19891 vsize=864312 CPUtime=0.09
/proc/19892/task/19898/stat : 19898 (java) S 19891 19878 18924 0 -1 64 343 0 0 0 9 0 0 0 16 0 9 0 1994743650 885055488 19398 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19892/tid=19899] ppid=19891 vsize=864312 CPUtime=0
/proc/19892/task/19899/stat : 19899 (java) S 19891 19878 18924 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1994743650 885055488 19398 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19892/tid=19900] ppid=19891 vsize=864312 CPUtime=0
/proc/19892/task/19900/stat : 19900 (java) S 19891 19878 18924 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1994743650 885055488 19398 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) 883268

[startup+12.7015 s]
/proc/loadavg: 2.06 1.99 1.99 4/92 19900
/proc/meminfo: memFree=1759544/2055924 swapFree=4180432/4192956
[pid=19878] ppid=19876 vsize=13600 CPUtime=0.72
/proc/19878/stat : 19878 (sugar) S 19876 19878 18924 0 -1 4194304 974 7868 0 1 3 1 63 5 16 0 1 0 1994743566 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19878/statm: 3400 797 370 3 0 500 0
[pid=19891] ppid=19878 vsize=5356 CPUtime=0
/proc/19891/stat : 19891 (sh) S 19878 19878 18924 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994743645 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19891/statm: 1339 233 193 169 0 50 0
[pid=19892] ppid=19891 vsize=864312 CPUtime=11.77
/proc/19892/stat : 19892 (java) S 19891 19878 18924 0 -1 0 21158 0 1 0 1163 14 0 0 18 0 9 0 1994743646 885055488 19557 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19892/statm: 216078 19557 2564 9 0 210625 0
[pid=19892/tid=19893] ppid=19891 vsize=864312 CPUtime=9.63
/proc/19892/task/19893/stat : 19893 (java) R 19891 19878 18924 0 -1 64 3347 0 1 0 960 3 0 0 25 0 9 0 1994743647 885055488 19557 996147200 134512640 134550740 4294955952 18446744073709551615 4126594929 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19892/tid=19894] ppid=19891 vsize=864312 CPUtime=2.02
/proc/19892/task/19894/stat : 19894 (java) S 19891 19878 18924 0 -1 64 16768 0 0 0 192 10 0 0 15 0 9 0 1994743648 885055488 19557 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19892/tid=19895] ppid=19891 vsize=864312 CPUtime=0
/proc/19892/task/19895/stat : 19895 (java) S 19891 19878 18924 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994743648 885055488 19557 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19892/tid=19896] ppid=19891 vsize=864312 CPUtime=0
/proc/19892/task/19896/stat : 19896 (java) S 19891 19878 18924 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1994743648 885055488 19557 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19892/tid=19897] ppid=19891 vsize=864312 CPUtime=0
/proc/19892/task/19897/stat : 19897 (java) S 19891 19878 18924 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1994743650 885055488 19557 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19892/tid=19898] ppid=19891 vsize=864312 CPUtime=0.09
/proc/19892/task/19898/stat : 19898 (java) S 19891 19878 18924 0 -1 64 347 0 0 0 9 0 0 0 17 0 9 0 1994743650 885055488 19557 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19892/tid=19899] ppid=19891 vsize=864312 CPUtime=0
/proc/19892/task/19899/stat : 19899 (java) S 19891 19878 18924 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1994743650 885055488 19557 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19892/tid=19900] ppid=19891 vsize=864312 CPUtime=0
/proc/19892/task/19900/stat : 19900 (java) S 19891 19878 18924 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1994743650 885055488 19557 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 883268

[startup+25.5021 s]
/proc/loadavg: 2.05 1.99 1.99 3/92 19900
/proc/meminfo: memFree=1737464/2055924 swapFree=4180432/4192956
[pid=19878] ppid=19876 vsize=13600 CPUtime=0.72
/proc/19878/stat : 19878 (sugar) S 19876 19878 18924 0 -1 4194304 974 7868 0 1 3 1 63 5 16 0 1 0 1994743566 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19878/statm: 3400 797 370 3 0 500 0
[pid=19891] ppid=19878 vsize=5356 CPUtime=0
/proc/19891/stat : 19891 (sh) S 19878 19878 18924 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994743645 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19891/statm: 1339 233 193 169 0 50 0
[pid=19892] ppid=19891 vsize=864312 CPUtime=24.43
/proc/19892/stat : 19892 (java) S 19891 19878 18924 0 -1 0 25629 0 1 0 2423 20 0 0 18 0 9 0 1994743646 885055488 23946 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19892/statm: 216078 23946 2564 9 0 210625 0
[pid=19892/tid=19893] ppid=19891 vsize=864312 CPUtime=22
/proc/19892/task/19893/stat : 19893 (java) R 19891 19878 18924 0 -1 64 3430 0 1 0 2194 6 0 0 25 0 9 0 1994743647 885055488 23946 996147200 134512640 134550740 4294955952 18446744073709551615 4126576629 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19892/tid=19894] ppid=19891 vsize=864312 CPUtime=2.3
/proc/19892/task/19894/stat : 19894 (java) S 19891 19878 18924 0 -1 64 21153 0 0 0 217 13 0 0 16 0 9 0 1994743648 885055488 23946 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19892/tid=19895] ppid=19891 vsize=864312 CPUtime=0
/proc/19892/task/19895/stat : 19895 (java) S 19891 19878 18924 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994743648 885055488 23946 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19892/tid=19896] ppid=19891 vsize=864312 CPUtime=0
/proc/19892/task/19896/stat : 19896 (java) S 19891 19878 18924 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1994743648 885055488 23946 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/19878/statm: 3400 798 370 3 0 500 0
[pid=19901] ppid=19878 vsize=5356 CPUtime=0
/proc/19901/stat : 19901 (sh) S 19878 19878 18924 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994784901 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19901/statm: 1339 232 193 169 0 50 0
[pid=19902] ppid=19901 vsize=63456 CPUtime=407.11
/proc/19902/stat : 19902 (picosat) R 19901 19878 18924 0 -1 4194304 15763 0 0 0 39405 1306 0 0 25 0 1 0 1994784902 64978944 15749 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/19902/statm: 15864 15749 42 102 0 15759 0
Current children cumulated CPU time (s) 816.38
Current children cumulated vsize (KiB) 82412

[startup+882.307 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 19938
/proc/meminfo: memFree=1769544/2055924 swapFree=4180432/4192956
[pid=19878] ppid=19876 vsize=13600 CPUtime=409.27
/proc/19878/stat : 19878 (sugar) S 19876 19878 18924 0 -1 4194304 1022 56406 0 2 3 1 40850 73 16 0 1 0 1994743566 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19878/statm: 3400 798 370 3 0 500 0
[pid=19901] ppid=19878 vsize=5356 CPUtime=0
/proc/19901/stat : 19901 (sh) S 19878 19878 18924 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994784901 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19901/statm: 1339 232 193 169 0 50 0
[pid=19902] ppid=19901 vsize=64248 CPUtime=467.08
/proc/19902/stat : 19902 (picosat) R 19901 19878 18924 0 -1 4194304 15980 0 0 0 45402 1306 0 0 25 0 1 0 1994784902 65789952 15966 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/19902/statm: 16062 15966 42 102 0 15957 0
Current children cumulated CPU time (s) 876.35
Current children cumulated vsize (KiB) 83204

[startup+942.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 19938
/proc/meminfo: memFree=1768712/2055924 swapFree=4180432/4192956
[pid=19878] ppid=19876 vsize=13600 CPUtime=409.27
/proc/19878/stat : 19878 (sugar) S 19876 19878 18924 0 -1 4194304 1022 56406 0 2 3 1 40850 73 16 0 1 0 1994743566 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19878/statm: 3400 798 370 3 0 500 0
[pid=19901] ppid=19878 vsize=5356 CPUtime=0
/proc/19901/stat : 19901 (sh) S 19878 19878 18924 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994784901 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19901/statm: 1339 232 193 169 0 50 0
[pid=19902] ppid=19901 vsize=65040 CPUtime=527.04
/proc/19902/stat : 19902 (picosat) R 19901 19878 18924 0 -1 4194304 16186 0 0 0 51398 1306 0 0 25 0 1 0 1994784902 66600960 16172 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/19902/statm: 16260 16172 42 102 0 16155 0
Current children cumulated CPU time (s) 936.31
Current children cumulated vsize (KiB) 83996

[startup+1002.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 19938
/proc/meminfo: memFree=1767944/2055924 swapFree=4180432/4192956
[pid=19878] ppid=19876 vsize=13600 CPUtime=409.27
/proc/19878/stat : 19878 (sugar) S 19876 19878 18924 0 -1 4194304 1022 56406 0 2 3 1 40850 73 16 0 1 0 1994743566 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19878/statm: 3400 798 370 3 0 500 0
[pid=19901] ppid=19878 vsize=5356 CPUtime=0
/proc/19901/stat : 19901 (sh) S 19878 19878 18924 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994784901 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19901/statm: 1339 232 193 169 0 50 0
[pid=19902] ppid=19901 vsize=65832 CPUtime=587.02
/proc/19902/stat : 19902 (picosat) R 19901 19878 18924 0 -1 4194304 16380 0 0 0 57395 1307 0 0 25 0 1 0 1994784902 67411968 16366 996147200 134512640 134931368 4294956256 18446744073709551615 134525769 0 0 4096 0 0 0 0 17 0 0 0
/proc/19902/statm: 16458 16366 42 102 0 16353 0
Current children cumulated CPU time (s) 996.29
Current children cumulated vsize (KiB) 84788

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

[startup+1024 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 19938
/proc/meminfo: memFree=1767624/2055924 swapFree=4180432/4192956
[pid=19878] ppid=19876 vsize=13600 CPUtime=409.27
/proc/19878/stat : 19878 (sugar) S 19876 19878 18924 0 -1 4194304 1022 56406 0 2 3 1 40850 73 16 0 1 0 1994743566 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19878/statm: 3400 798 370 3 0 500 0
[pid=19901] ppid=19878 vsize=5356 CPUtime=0
/proc/19901/stat : 19901 (sh) S 19878 19878 18924 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994784901 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19901/statm: 1339 232 193 169 0 50 0
[pid=19902] ppid=19901 vsize=66096 CPUtime=608.71
/proc/19902/stat : 19902 (picosat) R 19901 19878 18924 0 -1 4194304 16462 0 0 0 59564 1307 0 0 25 0 1 0 1994784902 67682304 16448 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/19902/statm: 16524 16448 42 102 0 16419 0
Current children cumulated CPU time (s) 1017.98
Current children cumulated vsize (KiB) 85052

[startup+1036.8 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 19938
/proc/meminfo: memFree=1767432/2055924 swapFree=4180432/4192956
[pid=19878] ppid=19876 vsize=13600 CPUtime=409.27
/proc/19878/stat : 19878 (sugar) S 19876 19878 18924 0 -1 4194304 1022 56406 0 2 3 1 40850 73 16 0 1 0 1994743566 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19878/statm: 3400 798 370 3 0 500 0
[pid=19901] ppid=19878 vsize=5356 CPUtime=0
/proc/19901/stat : 19901 (sh) S 19878 19878 18924 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994784901 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19901/statm: 1339 232 193 169 0 50 0
[pid=19902] ppid=19901 vsize=66228 CPUtime=621.5
/proc/19902/stat : 19902 (picosat) R 19901 19878 18924 0 -1 4194304 16506 0 0 0 60843 1307 0 0 25 0 1 0 1994784902 67817472 16492 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/19902/statm: 16557 16492 42 102 0 16452 0
Current children cumulated CPU time (s) 1030.77
Current children cumulated vsize (KiB) 85184

[startup+1049.6 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 19938
/proc/meminfo: memFree=1767304/2055924 swapFree=4180432/4192956
[pid=19878] ppid=19876 vsize=13600 CPUtime=409.27
/proc/19878/stat : 19878 (sugar) S 19876 19878 18924 0 -1 4194304 1022 56406 0 2 3 1 40850 73 16 0 1 0 1994743566 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19878/statm: 3400 798 370 3 0 500 0
[pid=19901] ppid=19878 vsize=5356 CPUtime=0
/proc/19901/stat : 19901 (sh) S 19878 19878 18924 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994784901 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19901/statm: 1339 232 193 169 0 50 0
[pid=19902] ppid=19901 vsize=70588 CPUtime=634.3
/proc/19902/stat : 19902 (picosat) R 19901 19878 18924 0 -1 4194304 16549 0 0 0 62123 1307 0 0 25 0 1 0 1994784902 72282112 16535 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/19902/statm: 17647 16535 42 102 0 17542 0
Current children cumulated CPU time (s) 1043.57
Current children cumulated vsize (KiB) 89544

[startup+1052.81 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 19938
/proc/meminfo: memFree=1767304/2055924 swapFree=4180432/4192956
[pid=19878] ppid=19876 vsize=13600 CPUtime=409.27
/proc/19878/stat : 19878 (sugar) S 19876 19878 18924 0 -1 4194304 1022 56406 0 2 3 1 40850 73 16 0 1 0 1994743566 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19878/statm: 3400 798 370 3 0 500 0
[pid=19901] ppid=19878 vsize=5356 CPUtime=0
/proc/19901/stat : 19901 (sh) S 19878 19878 18924 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994784901 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19901/statm: 1339 232 193 169 0 50 0
[pid=19902] ppid=19901 vsize=70588 CPUtime=637.5
/proc/19902/stat : 19902 (picosat) R 19901 19878 18924 0 -1 4194304 16557 0 0 0 62443 1307 0 0 25 0 1 0 1994784902 72282112 16543 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/19902/statm: 17647 16543 42 102 0 17542 0
Current children cumulated CPU time (s) 1046.77
Current children cumulated vsize (KiB) 89544

[startup+1054.4 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 19938
/proc/meminfo: memFree=1767240/2055924 swapFree=4180432/4192956
[pid=19878] ppid=19876 vsize=13600 CPUtime=409.27
/proc/19878/stat : 19878 (sugar) S 19876 19878 18924 0 -1 4194304 1022 56406 0 2 3 1 40850 73 16 0 1 0 1994743566 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19878/statm: 3400 798 370 3 0 500 0
[pid=19901] ppid=19878 vsize=5356 CPUtime=0
/proc/19901/stat : 19901 (sh) S 19878 19878 18924 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994784901 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19901/statm: 1339 232 193 169 0 50 0
[pid=19902] ppid=19901 vsize=70588 CPUtime=639.1
/proc/19902/stat : 19902 (picosat) R 19901 19878 18924 0 -1 4194304 16561 0 0 0 62603 1307 0 0 25 0 1 0 1994784902 72282112 16547 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/19902/statm: 17647 16547 42 102 0 17542 0
Current children cumulated CPU time (s) 1048.37
Current children cumulated vsize (KiB) 89544

[startup+1055.2 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 19938
/proc/meminfo: memFree=1767240/2055924 swapFree=4180432/4192956
[pid=19878] ppid=19876 vsize=13600 CPUtime=409.27
/proc/19878/stat : 19878 (sugar) S 19876 19878 18924 0 -1 4194304 1022 56406 0 2 3 1 40850 73 16 0 1 0 1994743566 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19878/statm: 3400 798 370 3 0 500 0
[pid=19901] ppid=19878 vsize=5356 CPUtime=0
/proc/19901/stat : 19901 (sh) S 19878 19878 18924 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994784901 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19901/statm: 1339 232 193 169 0 50 0
[pid=19902] ppid=19901 vsize=70588 CPUtime=639.9
/proc/19902/stat : 19902 (picosat) R 19901 19878 18924 0 -1 4194304 16564 0 0 0 62683 1307 0 0 25 0 1 0 1994784902 72282112 16550 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/19902/statm: 17647 16550 42 102 0 17542 0
Current children cumulated CPU time (s) 1049.17
Current children cumulated vsize (KiB) 89544

[startup+1055.6 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 19938
/proc/meminfo: memFree=1767240/2055924 swapFree=4180432/4192956
[pid=19878] ppid=19876 vsize=13600 CPUtime=409.27
/proc/19878/stat : 19878 (sugar) S 19876 19878 18924 0 -1 4194304 1022 56406 0 2 3 1 40850 73 16 0 1 0 1994743566 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19878/statm: 3400 798 370 3 0 500 0
[pid=19901] ppid=19878 vsize=5356 CPUtime=0
/proc/19901/stat : 19901 (sh) S 19878 19878 18924 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994784901 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19901/statm: 1339 232 193 169 0 50 0
[pid=19902] ppid=19901 vsize=70588 CPUtime=640.3
/proc/19902/stat : 19902 (picosat) R 19901 19878 18924 0 -1 4194304 16567 0 0 0 62723 1307 0 0 25 0 1 0 1994784902 72282112 16553 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/19902/statm: 17647 16553 42 102 0 17542 0
Current children cumulated CPU time (s) 1049.57
Current children cumulated vsize (KiB) 89544

[startup+1056 s]
/proc/loadavg: 1.91 1.97 1.99 3/73 19948
/proc/meminfo: memFree=1858584/2055924 swapFree=4180432/4192956
[pid=19878] ppid=19876 vsize=13600 CPUtime=1049.93
/proc/19878/stat : 19878 (sugar) R 19876 19878 18924 0 -1 4194304 1117 76954 0 3 3 2 103604 1384 16 0 1 0 1994743566 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268583015465 0 0 4224 16386 0 0 0 17 0 0 0
/proc/19878/statm: 3400 799 371 3 0 500 0
Current children cumulated CPU time (s) 1049.93
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 1056.01
CPU time (s): 1049.96
CPU user time (s): 1036.09
CPU system time (s): 13.8769
CPU usage (%): 99.427
Max. virtual memory (cumulated for all children) (KiB): 894020

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1036.09
system time used= 13.8769
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78101
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= 14444
involuntary context switches= 36950

runsolver used 1.47778 second user time and 3.34249 second system time

The end

Launcher Data (download as text)

Begin job on node6 at 2008-07-04 09:48:03
IDJOB=1068892
IDBENCH=55550
IDSOLVER=345
FILE ID=node6/1068892-1215157683
PBS_JOBID= 7877442
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/ukVg/normalized-crossword-m1c-uk-vg5-7_ext.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-1068892-1215157683/watcher-1068892-1215157683 -o /tmp/evaluation-result-1068892-1215157683/solver-1068892-1215157683 -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-1068892-1215157683.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9f14e81a1bcfdb872b04812888513d78
RANDOM SEED=1085831598

node6.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.265
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.265
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:      2055924 kB
MemFree:       1834352 kB
Buffers:         10168 kB
Cached:         100328 kB
SwapCached:       6328 kB
Active:         113992 kB
Inactive:        57216 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1834352 kB
SwapTotal:     4192956 kB
SwapFree:      4180432 kB
Dirty:            1936 kB
Writeback:           0 kB
Mapped:          77124 kB
Slab:            35404 kB
Committed_AS:  3394052 kB
PageTables:       2076 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 node6 at 2008-07-04 10:05:39