Trace number 1070896

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 849.984 854.374

General information on the benchmark

Namecsp/ukPuzzle/
normalized-crossword-m1-uk-puzzle22.xml
MD5SUMf276a46bd828722ff96f92f095d5cf90
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.218966
Satisfiable
(Un)Satisfiability was proved
Number of variables132
Number of constraints662
Maximum constraint arity26
Maximum domain size26
Number of constraints which are defined in extension60
Number of constraints which are defined in intension602
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 12:31:12 2008
0.00/0.05	c 0	PID 7178
0.00/0.05	c 0	HOST node54.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1070896-1215167472.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-1070896-1215167472.xml' 'HOME/temp.csp'
0.03/0.72	c 1	1 domains, 132 variables, 6 predicates, 4 relations, 662 constraints
0.03/0.74	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.74	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.68/0.82	c 1	Parsing HOME/temp.csp
1.22/1.38	c 1	parsed 805 expressions
1.22/1.39	c 1	Heap : 6 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.22/1.39	c 1	Converting to clausal form CSP
1.32/1.41	c 1	converted 81 (10%) expressions
1.42/1.57	c 1	converted 161 (20%) expressions
2.91/3.03	c 3	converted 242 (30%) expressions
3.01/3.12	c 3	converted 322 (40%) expressions
3.01/3.15	c 3	converted 403 (50%) expressions
3.01/3.16	c 3	converted 483 (60%) expressions
3.01/3.17	c 3	converted 564 (70%) expressions
3.11/3.26	c 3	converted 644 (80%) expressions
3.11/3.27	c 3	converted 725 (90%) expressions
4.50/4.61	c 4	converted 805 (100%) expressions
4.50/4.61	c 4	CSP : 132 integers, 0 booleans, 662 clauses, largest domain size 26
4.50/4.62	c 4	Heap : 79 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.50/4.62	c 4	Propagation in CSP
4.50/4.63	c 4	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.50/4.63	c 4	CSP : 132 integers, 0 booleans, 662 clauses, largest domain size 26
4.50/4.63	c 4	Heap : 79 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.50/4.63	c 4	Simplifing CSP by introducing new Boolean variables
4.50/4.65	c 4	CSP : 132 integers, 4512 booleans, 5174 clauses, largest domain size 26
4.50/4.66	c 4	Heap : 81 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.99/5.14	c 5	Encoding CSP to SAT : HOME/temp.cnf
4.99/5.17	c 5	14 (10%) CSP integer variables are encoded (336 clauses, 3552 bytes)
4.99/5.18	c 5	27 (20%) CSP integer variables are encoded (648 clauses, 6984 bytes)
4.99/5.18	c 5	40 (30%) CSP integer variables are encoded (960 clauses, 10417 bytes)
4.99/5.18	c 5	53 (40%) CSP integer variables are encoded (1272 clauses, 14473 bytes)
4.99/5.18	c 5	66 (50%) CSP integer variables are encoded (1584 clauses, 18529 bytes)
4.99/5.18	c 5	80 (60%) CSP integer variables are encoded (1920 clauses, 22897 bytes)
4.99/5.18	c 5	93 (70%) CSP integer variables are encoded (2232 clauses, 26953 bytes)
4.99/5.18	c 5	106 (80%) CSP integer variables are encoded (2544 clauses, 31009 bytes)
4.99/5.18	c 5	119 (90%) CSP integer variables are encoded (2856 clauses, 35065 bytes)
4.99/5.18	c 5	132 (100%) CSP integer variables are encoded (3168 clauses, 39121 bytes)
29.67/29.93	c 30	518 (10%) CSP clauses are encoded (459353 clauses, 17728576 bytes)
29.67/29.96	c 30	1035 (20%) CSP clauses are encoded (470945 clauses, 17942838 bytes)
29.67/29.99	c 30	1553 (30%) CSP clauses are encoded (482563 clauses, 18159658 bytes)
29.77/30.01	c 30	2070 (40%) CSP clauses are encoded (494530 clauses, 18362928 bytes)
29.77/30.04	c 30	2587 (50%) CSP clauses are encoded (506522 clauses, 18569466 bytes)
29.77/30.06	c 30	3105 (60%) CSP clauses are encoded (518565 clauses, 18782418 bytes)
29.77/30.09	c 30	3622 (70%) CSP clauses are encoded (530557 clauses, 18994926 bytes)
29.88/30.11	c 30	4140 (80%) CSP clauses are encoded (542600 clauses, 19213058 bytes)
29.88/30.13	c 30	4657 (90%) CSP clauses are encoded (554592 clauses, 19437191 bytes)
629.59/632.91	c 633	5174 (100%) CSP clauses are encoded (1378618 clauses, 91802826 bytes)
629.59/632.91	c 633	5174 CSP clauses encoded
629.59/632.91	c 633	Writing map file : HOME/temp.map
629.59/632.92	c 633	Heap : 151 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
629.59/632.92	c 633	SAT : 7812 SAT variables, 1378618 SAT clauses, 91802826 bytes
629.59/632.92	c 633	Heap : 151 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
629.59/632.95	c 633	SOLVING HOME/temp.cnf
629.59/632.95	c 633	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
849.71/854.10	c 854	DECODING HOME/temp.out WITH HOME/temp.map
849.71/854.10	c 854	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
849.71/854.19	c 854	Decoding HOME/temp.out
849.72/854.28	s SATISFIABLE
849.72/854.29	v 14 22 4 13 0 15 19 8 3 4 4 11 4 3 0 17 14 14 13 8 11 18 6 4 13 20 3 20 4 2 0 20 10 0 15 0 19 7 4 19 8 2 0 11 11 24 8 14 13 13 0 19 4 3 20 2 4 1 4 18 14 12 22 4 19 0 13 8 10 4 10 4 4 11 18 3 0 2 4 18 12 14 8 14 0 19 11 4 23 8 6 17 0 15 7 8 2 0 11 0 1 4 11 4 17 0 14 17 6 24 13 14 12 4 13 19 7 13 14 17 13 0 13 0 18 0 24 18 18 2 0 13
849.72/854.29	c 854	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
849.72/854.33	c 854	CPU 825.99 (0.04 0.01 825.95 23.92)
849.72/854.33	c 854	END Fri Jul  4 12:45:26 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-1070896-1215167472/watcher-1070896-1215167472 -o /tmp/evaluation-result-1070896-1215167472/solver-1070896-1215167472 -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-1070896-1215167472.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.38 2.13 2.07 4/81 7178
/proc/meminfo: memFree=1491192/2055920 swapFree=4179680/4192956
[pid=7178] ppid=7176 vsize=3672 CPUtime=0
/proc/7178/stat : 7178 (sugar) R 7176 7178 6236 0 -1 4194304 55 0 0 0 0 0 0 0 22 0 1 0 1995719823 3760128 40 996147200 4194304 4206940 548682068608 18446744073709551615 234208949737 0 0 4096 0 0 0 0 17 1 0 0
/proc/7178/statm: 918 40 31 3 0 8 0

[startup+0.0942819 s]
/proc/loadavg: 2.38 2.13 2.07 4/81 7178
/proc/meminfo: memFree=1491192/2055920 swapFree=4179680/4192956
[pid=7178] ppid=7176 vsize=13600 CPUtime=0.03
/proc/7178/stat : 7178 (sugar) S 7176 7178 6236 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1995719823 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7178/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.10128 s]
/proc/loadavg: 2.38 2.13 2.07 4/81 7178
/proc/meminfo: memFree=1491192/2055920 swapFree=4179680/4192956
[pid=7178] ppid=7176 vsize=13600 CPUtime=0.03
/proc/7178/stat : 7178 (sugar) S 7176 7178 6236 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1995719823 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7178/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301327 s]
/proc/loadavg: 2.38 2.13 2.07 4/81 7178
/proc/meminfo: memFree=1491192/2055920 swapFree=4179680/4192956
[pid=7178] ppid=7176 vsize=13600 CPUtime=0.03
/proc/7178/stat : 7178 (sugar) S 7176 7178 6236 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1995719823 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7178/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.70141 s]
/proc/loadavg: 2.38 2.13 2.07 4/81 7178
/proc/meminfo: memFree=1491192/2055920 swapFree=4179680/4192956
[pid=7178] ppid=7176 vsize=13600 CPUtime=0.03
/proc/7178/stat : 7178 (sugar) S 7176 7178 6236 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1995719823 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7178/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50258 s]
/proc/loadavg: 2.38 2.13 2.07 5/92 7200
/proc/meminfo: memFree=1482848/2055920 swapFree=4179680/4192956
[pid=7178] ppid=7176 vsize=13600 CPUtime=0.68
/proc/7178/stat : 7178 (sugar) S 7176 7178 6236 0 -1 4194304 973 7986 0 1 3 0 60 5 15 0 1 0 1995719823 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7178/statm: 3400 797 370 3 0 500 0
[pid=7191] ppid=7178 vsize=5356 CPUtime=0
/proc/7191/stat : 7191 (sh) S 7178 7178 6236 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1995719897 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7191/statm: 1339 233 193 169 0 50 0
[pid=7192] ppid=7191 vsize=864484 CPUtime=0.74
/proc/7192/stat : 7192 (java) S 7191 7178 6236 0 -1 0 6934 0 1 0 71 3 0 0 18 0 9 0 1995719897 885231616 6192 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7192/statm: 216121 6192 2540 9 0 210696 0
[pid=7192/tid=7193] ppid=7191 vsize=864484 CPUtime=0.46
/proc/7192/task/7193/stat : 7193 (java) R 7191 7178 6236 0 -1 64 2551 0 1 0 45 1 0 0 18 0 9 0 1995719898 885231616 6192 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7192/tid=7194] ppid=7191 vsize=864484 CPUtime=0.18
/proc/7192/task/7194/stat : 7194 (java) R 7191 7178 6236 0 -1 64 3349 0 0 0 17 1 0 0 16 0 9 0 1995719899 885231616 6192 996147200 134512640 134550740 4294955952 18446744073709551615 104457031 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7192/tid=7195] ppid=7191 vsize=864484 CPUtime=0
/proc/7192/task/7195/stat : 7195 (java) S 7191 7178 6236 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1995719899 885231616 6192 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7192/tid=7196] ppid=7191 vsize=864484 CPUtime=0
/proc/7192/task/7196/stat : 7196 (java) S 7191 7178 6236 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1995719899 885231616 6192 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7192/tid=7197] ppid=7191 vsize=864484 CPUtime=0
/proc/7192/task/7197/stat : 7197 (java) S 7191 7178 6236 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1995719901 885231616 6192 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7192/tid=7198] ppid=7191 vsize=864484 CPUtime=0.08
/proc/7192/task/7198/stat : 7198 (java) S 7191 7178 6236 0 -1 64 336 0 0 0 8 0 0 0 16 0 9 0 1995719901 885231616 6192 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7192/tid=7199] ppid=7191 vsize=864484 CPUtime=0
/proc/7192/task/7199/stat : 7199 (java) S 7191 7178 6236 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1995719901 885231616 6192 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7192/tid=7200] ppid=7191 vsize=864484 CPUtime=0
/proc/7192/task/7200/stat : 7200 (java) S 7191 7178 6236 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1995719901 885231616 6192 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 883440

[startup+3.10291 s]
/proc/loadavg: 2.38 2.13 2.07 4/92 7200
/proc/meminfo: memFree=1457120/2055920 swapFree=4179680/4192956
[pid=7178] ppid=7176 vsize=13600 CPUtime=0.68
/proc/7178/stat : 7178 (sugar) S 7176 7178 6236 0 -1 4194304 973 7986 0 1 3 0 60 5 16 0 1 0 1995719823 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7178/statm: 3400 797 370 3 0 500 0
[pid=7191] ppid=7178 vsize=5356 CPUtime=0
/proc/7191/stat : 7191 (sh) S 7178 7178 6236 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1995719897 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7191/statm: 1339 233 193 169 0 50 0
[pid=7192] ppid=7191 vsize=867396 CPUtime=2.33
/proc/7192/stat : 7192 (java) S 7191 7178 6236 0 -1 0 16111 0 1 0 224 9 0 0 18 0 9 0 1995719897 888213504 15323 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7192/statm: 216849 15323 2540 9 0 211424 0
[pid=7192/tid=7193] ppid=7191 vsize=867396 CPUtime=1.08
/proc/7192/task/7193/stat : 7193 (java) R 7191 7178 6236 0 -1 64 2880 0 1 0 107 1 0 0 23 0 9 0 1995719898 888213504 15323 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7192/tid=7194] ppid=7191 vsize=867396 CPUtime=1.07
/proc/7192/task/7194/stat : 7194 (java) S 7191 7178 6236 0 -1 64 11454 0 0 0 102 5 0 0 18 0 9 0 1995719899 888213504 15323 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7192/tid=7195] ppid=7191 vsize=867396 CPUtime=0
/proc/7192/task/7195/stat : 7195 (java) S 7191 7178 6236 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1995719899 888213504 15323 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7192/tid=7196] ppid=7191 vsize=867396 CPUtime=0
/proc/7192/task/7196/stat : 7196 (java) S 7191 7178 6236 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1995719899 888213504 15323 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7192/tid=7197] ppid=7191 vsize=867396 CPUtime=0
/proc/7192/task/7197/stat : 7197 (java) S 7191 7178 6236 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1995719901 888213504 15323 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7192/tid=7198] ppid=7191 vsize=867396 CPUtime=0.14
/proc/7192/task/7198/stat : 7198 (java) R 7191 7178 6236 0 -1 64 1079 0 0 0 14 0 0 0 17 0 9 0 1995719901 888213504 15323 996147200 134512640 134550740 4294955952 18446744073709551615 101871841 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7192/tid=7199] ppid=7191 vsize=867396 CPUtime=0
/proc/7192/task/7199/stat : 7199 (java) S 7191 7178 6236 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1995719901 888213504 15323 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7192/tid=7200] ppid=7191 vsize=867396 CPUtime=0
/proc/7192/task/7200/stat : 7200 (java) S 7191 7178 6236 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1995719901 888213504 15323 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 886352

[startup+6.30257 s]
/proc/loadavg: 2.43 2.14 2.07 4/92 7200
/proc/meminfo: memFree=1391328/2055920 swapFree=4179680/4192956
[pid=7178] ppid=7176 vsize=13600 CPUtime=0.69
/proc/7178/stat : 7178 (sugar) S 7176 7178 6236 0 -1 4194304 974 7986 0 1 4 0 60 5 16 0 1 0 1995719823 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7178/statm: 3400 797 370 3 0 500 0
[pid=7191] ppid=7178 vsize=5356 CPUtime=0
/proc/7191/stat : 7191 (sh) S 7178 7178 6236 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1995719897 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7191/statm: 1339 233 193 169 0 50 0
[pid=7192] ppid=7191 vsize=868512 CPUtime=5.51
/proc/7192/stat : 7192 (java) S 7191 7178 6236 0 -1 0 27768 0 1 0 536 15 0 0 18 0 9 0 1995719897 889356288 26511 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7192/statm: 217128 26511 2565 9 0 211675 0
[pid=7192/tid=7193] ppid=7191 vsize=868512 CPUtime=2.66
/proc/7192/task/7193/stat : 7193 (java) R 7191 7178 6236 0 -1 64 3814 0 1 0 263 3 0 0 25 0 9 0 1995719898 889356288 26511 996147200 134512640 134550740 4294955952 18446744073709551615 103214798 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7192/tid=7194] ppid=7191 vsize=868512 CPUtime=2.6
/proc/7192/task/7194/stat : 7194 (java) S 7191 7178 6236 0 -1 64 21812 0 0 0 250 10 0 0 16 0 9 0 1995719899 889356288 26511 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7192/tid=7195] ppid=7191 vsize=868512 CPUtime=0
/proc/7192/task/7195/stat : 7195 (java) S 7191 7178 6236 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1995719899 889356288 26511 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7192/tid=7196] ppid=7191 vsize=868512 CPUtime=0
/proc/7192/task/7196/stat : 7196 (java) S 7191 7178 6236 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1995719899 889356288 26511 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7192/tid=7197] ppid=7191 vsize=868512 CPUtime=0
/proc/7192/task/7197/stat : 7197 (java) S 7191 7178 6236 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1995719901 889356288 26511 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7192/tid=7198] ppid=7191 vsize=868512 CPUtime=0.21
/proc/7192/task/7198/stat : 7198 (java) S 7191 7178 6236 0 -1 64 1444 0 0 0 21 0 0 0 16 0 9 0 1995719901 889356288 26511 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7192/tid=7199] ppid=7191 vsize=868512 CPUtime=0
/proc/7192/task/7199/stat : 7199 (java) S 7191 7178 6236 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1995719901 889356288 26511 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7192/tid=7200] ppid=7191 vsize=868512 CPUtime=0
/proc/7192/task/7200/stat : 7200 (java) S 7191 7178 6236 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1995719901 889356288 26511 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 887468

[startup+12.7029 s]
/proc/loadavg: 2.39 2.14 2.07 3/92 7200
/proc/meminfo: memFree=1384096/2055920 swapFree=4179680/4192956
[pid=7178] ppid=7176 vsize=13600 CPUtime=0.69
/proc/7178/stat : 7178 (sugar) S 7176 7178 6236 0 -1 4194304 974 7986 0 1 4 0 60 5 16 0 1 0 1995719823 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7178/statm: 3400 797 370 3 0 500 0
[pid=7191] ppid=7178 vsize=5356 CPUtime=0
/proc/7191/stat : 7191 (sh) S 7178 7178 6236 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1995719897 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7191/statm: 1339 233 193 169 0 50 0
[pid=7192] ppid=7191 vsize=868512 CPUtime=11.88
/proc/7192/stat : 7192 (java) S 7191 7178 6236 0 -1 0 27832 0 1 0 1167 21 0 0 18 0 9 0 1995719897 889356288 26518 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7192/statm: 217128 26518 2565 9 0 211675 0
[pid=7192/tid=7193] ppid=7191 vsize=868512 CPUtime=8.82
/proc/7192/task/7193/stat : 7193 (java) R 7191 7178 6236 0 -1 64 3872 0 1 0 874 8 0 0 25 0 9 0 1995719898 889356288 26518 996147200 134512640 134550740 4294955952 18446744073709551615 4126939052 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7192/tid=7194] ppid=7191 vsize=868512 CPUtime=2.8
/proc/7192/task/7194/stat : 7194 (java) S 7191 7178 6236 0 -1 64 21813 0 0 0 270 10 0 0 16 0 9 0 1995719899 889356288 26518 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7192/tid=7195] ppid=7191 vsize=868512 CPUtime=0
/proc/7192/task/7195/stat : 7195 (java) S 7191 7178 6236 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1995719899 889356288 26518 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7192/tid=7196] ppid=7191 vsize=868512 CPUtime=0
/proc/7192/task/7196/stat : 7196 (java) S 7191 7178 6236 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1995719899 889356288 26518 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7192/tid=7197] ppid=7191 vsize=868512 CPUtime=0
/proc/7192/task/7197/stat : 7197 (java) S 7191 7178 6236 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1995719901 889356288 26518 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7192/tid=7198] ppid=7191 vsize=868512 CPUtime=0.22
/proc/7192/task/7198/stat : 7198 (java) S 7191 7178 6236 0 -1 64 1449 0 0 0 22 0 0 0 17 0 9 0 1995719901 889356288 26518 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7192/tid=7199] ppid=7191 vsize=868512 CPUtime=0
/proc/7192/task/7199/stat : 7199 (java) S 7191 7178 6236 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1995719901 889356288 26518 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7192/tid=7200] ppid=7191 vsize=868512 CPUtime=0
/proc/7192/task/7200/stat : 7200 (java) S 7191 7178 6236 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1995719901 889356288 26518 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 887468

[startup+25.5015 s]
/proc/loadavg: 2.31 2.13 2.07 3/92 7200
/proc/meminfo: memFree=1364384/2055920 swapFree=4179680/4192956
[pid=7178] ppid=7176 vsize=13600 CPUtime=0.69
/proc/7178/stat : 7178 (sugar) S 7176 7178 6236 0 -1 4194304 974 7986 0 1 4 0 60 5 16 0 1 0 1995719823 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7178/statm: 3400 797 370 3 0 500 0
[pid=7191] ppid=7178 vsize=5356 CPUtime=0
/proc/7191/stat : 7191 (sh) S 7178 7178 6236 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1995719897 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7191/statm: 1339 233 193 169 0 50 0
[pid=7192] ppid=7191 vsize=868512 CPUtime=24.61
/proc/7192/stat : 7192 (java) S 7191 7178 6236 0 -1 0 31034 0 1 0 2434 27 0 0 18 0 9 0 1995719897 889356288 29658 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7192/statm: 217128 29658 2565 9 0 211675 0
[pid=7192/tid=7193] ppid=7191 vsize=868512 CPUtime=21.28
/proc/7192/task/7193/stat : 7193 (java) R 7191 7178 6236 0 -1 64 3934 0 1 0 2116 12 0 0 25 0 9 0 1995719898 889356288 29658 996147200 134512640 134550740 4294955952 18446744073709551615 4126939085 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7192/tid=7194] ppid=7191 vsize=868512 CPUtime=3.07
/proc/7192/task/7194/stat : 7194 (java) S 7191 7178 6236 0 -1 64 24953 0 0 0 294 13 0 0 16 0 9 0 1995719899 889356288 29658 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7192/tid=7195] ppid=7191 vsize=868512 CPUtime=0
/proc/7192/task/7195/stat : 7195 (java) S 7191 7178 6236 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1995719899 889356288 29658 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7192/tid=7196] ppid=7191 vsize=868512 CPUtime=0
/proc/7192/task/7196/stat : 7196 (java) S 7191 7178 6236 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1995719899 889356288 29658 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/7192/task/7197/stat : 7197 (java) S 7191 7178 6236 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1995719901 889356288 46753 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7192/tid=7198] ppid=7191 vsize=868512 CPUtime=0.24
/proc/7192/task/7198/stat : 7198 (java) S 7191 7178 6236 0 -1 64 1459 0 0 0 24 0 0 0 16 0 9 0 1995719901 889356288 46753 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7192/tid=7199] ppid=7191 vsize=868512 CPUtime=0
/proc/7192/task/7199/stat : 7199 (java) S 7191 7178 6236 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1995719901 889356288 46753 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7192/tid=7200] ppid=7191 vsize=868512 CPUtime=0
/proc/7192/task/7200/stat : 7200 (java) S 7191 7178 6236 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1995719901 889356288 46753 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 579.25
Current children cumulated vsize (KiB) 887468

[startup+642.301 s]
/proc/loadavg: 2.44 2.13 2.06 3/84 7202
/proc/meminfo: memFree=1370080/2055920 swapFree=4179680/4192956
[pid=7178] ppid=7176 vsize=13600 CPUtime=629.68
/proc/7178/stat : 7178 (sugar) S 7176 7178 6236 0 -1 4194304 1022 75623 0 2 4 1 62860 103 17 0 1 0 1995719823 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7178/statm: 3400 798 370 3 0 500 0
[pid=7201] ppid=7178 vsize=5356 CPUtime=0
/proc/7201/stat : 7201 (sh) S 7178 7178 6236 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995783118 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7201/statm: 1339 232 193 169 0 50 0
[pid=7202] ppid=7201 vsize=28244 CPUtime=9.28
/proc/7202/stat : 7202 (picosat) R 7201 7178 6236 0 -1 4194304 6481 0 0 0 436 492 0 0 25 0 1 0 1995783119 28921856 6467 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/7202/statm: 7061 6467 40 102 0 6956 0
Current children cumulated CPU time (s) 638.96
Current children cumulated vsize (KiB) 47200

[startup+702.302 s]
/proc/loadavg: 2.26 2.14 2.07 3/84 7202
/proc/meminfo: memFree=1297056/2055920 swapFree=4179680/4192956
[pid=7178] ppid=7176 vsize=13600 CPUtime=629.68
/proc/7178/stat : 7178 (sugar) S 7176 7178 6236 0 -1 4194304 1022 75623 0 2 4 1 62860 103 17 0 1 0 1995719823 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7178/statm: 3400 798 370 3 0 500 0
[pid=7201] ppid=7178 vsize=5356 CPUtime=0
/proc/7201/stat : 7201 (sh) S 7178 7178 6236 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995783118 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7201/statm: 1339 232 193 169 0 50 0
[pid=7202] ppid=7201 vsize=102036 CPUtime=68.98
/proc/7202/stat : 7202 (picosat) R 7201 7178 6236 0 -1 4194304 24740 0 0 0 4616 2282 0 0 25 0 1 0 1995783119 104484864 24723 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/7202/statm: 25509 24723 42 102 0 25404 0
Current children cumulated CPU time (s) 698.66
Current children cumulated vsize (KiB) 120992

[startup+762.306 s]
/proc/loadavg: 2.13 2.12 2.07 3/84 7202
/proc/meminfo: memFree=1295456/2055920 swapFree=4179680/4192956
[pid=7178] ppid=7176 vsize=13600 CPUtime=629.68
/proc/7178/stat : 7178 (sugar) S 7176 7178 6236 0 -1 4194304 1022 75623 0 2 4 1 62860 103 17 0 1 0 1995719823 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7178/statm: 3400 798 370 3 0 500 0
[pid=7201] ppid=7178 vsize=5356 CPUtime=0
/proc/7201/stat : 7201 (sh) S 7178 7178 6236 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995783118 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7201/statm: 1339 232 193 169 0 50 0
[pid=7202] ppid=7201 vsize=103620 CPUtime=128.68
/proc/7202/stat : 7202 (picosat) R 7201 7178 6236 0 -1 4194304 25137 0 0 0 10585 2283 0 0 25 0 1 0 1995783119 106106880 25120 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/7202/statm: 25905 25120 42 102 0 25800 0
Current children cumulated CPU time (s) 758.36
Current children cumulated vsize (KiB) 122576

[startup+822.302 s]
/proc/loadavg: 2.08 2.11 2.07 3/84 7202
/proc/meminfo: memFree=1293728/2055920 swapFree=4179680/4192956
[pid=7178] ppid=7176 vsize=13600 CPUtime=629.68
/proc/7178/stat : 7178 (sugar) S 7176 7178 6236 0 -1 4194304 1022 75623 0 2 4 1 62860 103 17 0 1 0 1995719823 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7178/statm: 3400 798 370 3 0 500 0
[pid=7201] ppid=7178 vsize=5356 CPUtime=0
/proc/7201/stat : 7201 (sh) S 7178 7178 6236 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995783118 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7201/statm: 1339 232 193 169 0 50 0
[pid=7202] ppid=7201 vsize=105072 CPUtime=188.38
/proc/7202/stat : 7202 (picosat) R 7201 7178 6236 0 -1 4194304 25546 0 0 0 16555 2283 0 0 25 0 1 0 1995783119 107593728 25529 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/7202/statm: 26268 25529 42 102 0 26163 0
Current children cumulated CPU time (s) 818.06
Current children cumulated vsize (KiB) 124028

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

[startup+831.902 s]
/proc/loadavg: 2.14 2.12 2.07 3/84 7202
/proc/meminfo: memFree=1293472/2055920 swapFree=4179680/4192956
[pid=7178] ppid=7176 vsize=13600 CPUtime=629.68
/proc/7178/stat : 7178 (sugar) S 7176 7178 6236 0 -1 4194304 1022 75623 0 2 4 1 62860 103 17 0 1 0 1995719823 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7178/statm: 3400 798 370 3 0 500 0
[pid=7201] ppid=7178 vsize=5356 CPUtime=0
/proc/7201/stat : 7201 (sh) S 7178 7178 6236 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995783118 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7201/statm: 1339 232 193 169 0 50 0
[pid=7202] ppid=7201 vsize=105336 CPUtime=197.93
/proc/7202/stat : 7202 (picosat) R 7201 7178 6236 0 -1 4194304 25600 0 0 0 17510 2283 0 0 25 0 1 0 1995783119 107864064 25583 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/7202/statm: 26334 25583 42 102 0 26229 0
Current children cumulated CPU time (s) 827.61
Current children cumulated vsize (KiB) 124292

[startup+844.701 s]
/proc/loadavg: 2.11 2.12 2.07 3/84 7202
/proc/meminfo: memFree=1293152/2055920 swapFree=4179680/4192956
[pid=7178] ppid=7176 vsize=13600 CPUtime=629.68
/proc/7178/stat : 7178 (sugar) S 7176 7178 6236 0 -1 4194304 1022 75623 0 2 4 1 62860 103 17 0 1 0 1995719823 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7178/statm: 3400 798 370 3 0 500 0
[pid=7201] ppid=7178 vsize=5356 CPUtime=0
/proc/7201/stat : 7201 (sh) S 7178 7178 6236 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995783118 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7201/statm: 1339 232 193 169 0 50 0
[pid=7202] ppid=7201 vsize=105600 CPUtime=210.67
/proc/7202/stat : 7202 (picosat) R 7201 7178 6236 0 -1 4194304 25687 0 0 0 18784 2283 0 0 25 0 1 0 1995783119 108134400 25670 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/7202/statm: 26400 25670 42 102 0 26295 0
Current children cumulated CPU time (s) 840.35
Current children cumulated vsize (KiB) 124556

[startup+851.102 s]
/proc/loadavg: 2.10 2.12 2.07 3/84 7202
/proc/meminfo: memFree=1293024/2055920 swapFree=4179680/4192956
[pid=7178] ppid=7176 vsize=13600 CPUtime=629.68
/proc/7178/stat : 7178 (sugar) S 7176 7178 6236 0 -1 4194304 1022 75623 0 2 4 1 62860 103 17 0 1 0 1995719823 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7178/statm: 3400 798 370 3 0 500 0
[pid=7201] ppid=7178 vsize=5356 CPUtime=0
/proc/7201/stat : 7201 (sh) S 7178 7178 6236 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995783118 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7201/statm: 1339 232 193 169 0 50 0
[pid=7202] ppid=7201 vsize=105732 CPUtime=217.05
/proc/7202/stat : 7202 (picosat) R 7201 7178 6236 0 -1 4194304 25717 0 0 0 19421 2284 0 0 25 0 1 0 1995783119 108269568 25700 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/7202/statm: 26433 25700 42 102 0 26328 0
Current children cumulated CPU time (s) 846.73
Current children cumulated vsize (KiB) 124688

[startup+852.702 s]
/proc/loadavg: 2.10 2.12 2.07 3/84 7202
/proc/meminfo: memFree=1292960/2055920 swapFree=4179680/4192956
[pid=7178] ppid=7176 vsize=13600 CPUtime=629.68
/proc/7178/stat : 7178 (sugar) S 7176 7178 6236 0 -1 4194304 1022 75623 0 2 4 1 62860 103 17 0 1 0 1995719823 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7178/statm: 3400 798 370 3 0 500 0
[pid=7201] ppid=7178 vsize=5356 CPUtime=0
/proc/7201/stat : 7201 (sh) S 7178 7178 6236 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995783118 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7201/statm: 1339 232 193 169 0 50 0
[pid=7202] ppid=7201 vsize=105732 CPUtime=218.64
/proc/7202/stat : 7202 (picosat) R 7201 7178 6236 0 -1 4194304 25725 0 0 0 19580 2284 0 0 25 0 1 0 1995783119 108269568 25708 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/7202/statm: 26433 25708 42 102 0 26328 0
Current children cumulated CPU time (s) 848.32
Current children cumulated vsize (KiB) 124688

[startup+853.502 s]
/proc/loadavg: 2.09 2.11 2.07 3/84 7202
/proc/meminfo: memFree=1292960/2055920 swapFree=4179680/4192956
[pid=7178] ppid=7176 vsize=13600 CPUtime=629.68
/proc/7178/stat : 7178 (sugar) S 7176 7178 6236 0 -1 4194304 1022 75623 0 2 4 1 62860 103 17 0 1 0 1995719823 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7178/statm: 3400 798 370 3 0 500 0
[pid=7201] ppid=7178 vsize=5356 CPUtime=0
/proc/7201/stat : 7201 (sh) S 7178 7178 6236 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995783118 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7201/statm: 1339 232 193 169 0 50 0
[pid=7202] ppid=7201 vsize=105732 CPUtime=219.44
/proc/7202/stat : 7202 (picosat) R 7201 7178 6236 0 -1 4194304 25728 0 0 0 19660 2284 0 0 25 0 1 0 1995783119 108269568 25711 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/7202/statm: 26433 25711 42 102 0 26328 0
Current children cumulated CPU time (s) 849.12
Current children cumulated vsize (KiB) 124688

[startup+853.901 s]
/proc/loadavg: 2.09 2.11 2.07 3/84 7202
/proc/meminfo: memFree=1292960/2055920 swapFree=4179680/4192956
[pid=7178] ppid=7176 vsize=13600 CPUtime=629.68
/proc/7178/stat : 7178 (sugar) S 7176 7178 6236 0 -1 4194304 1022 75623 0 2 4 1 62860 103 17 0 1 0 1995719823 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7178/statm: 3400 798 370 3 0 500 0
[pid=7201] ppid=7178 vsize=5356 CPUtime=0
/proc/7201/stat : 7201 (sh) S 7178 7178 6236 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995783118 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7201/statm: 1339 232 193 169 0 50 0
[pid=7202] ppid=7201 vsize=105868 CPUtime=219.83
/proc/7202/stat : 7202 (picosat) R 7201 7178 6236 0 -1 4194304 25739 0 0 0 19699 2284 0 0 25 0 1 0 1995783119 108408832 25722 996147200 134512640 134931368 4294956256 18446744073709551615 134580259 0 0 4096 0 0 0 0 17 1 0 0
/proc/7202/statm: 26467 25722 47 102 0 26362 0
Current children cumulated CPU time (s) 849.51
Current children cumulated vsize (KiB) 124824

[startup+854.301 s]
/proc/loadavg: 2.09 2.11 2.07 3/84 7202
/proc/meminfo: memFree=1292960/2055920 swapFree=4179680/4192956
[pid=7178] ppid=7176 vsize=13600 CPUtime=849.72
/proc/7178/stat : 7178 (sugar) S 7176 7178 6236 0 -1 4194304 1089 101648 0 2 4 1 82578 2389 15 0 1 0 1995719823 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7178/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 849.72
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 854.374
CPU time (s): 849.984
CPU user time (s): 825.994
CPU system time (s): 23.9894
CPU usage (%): 99.4861
Max. virtual memory (cumulated for all children) (KiB): 913080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 825.994
system time used= 23.9894
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 106525
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= 20500
involuntary context switches= 31044

runsolver used 1.15282 second user time and 2.95555 second system time

The end

Launcher Data (download as text)

Begin job on node54 at 2008-07-04 12:31:12
IDJOB=1070896
IDBENCH=56003
IDSOLVER=345
FILE ID=node54/1070896-1215167472
PBS_JOBID= 7877472
Free space on /tmp= 66536 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f276a46bd828722ff96f92f095d5cf90
RANDOM SEED=488827324

node54.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.279
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.279
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:       1491672 kB
Buffers:         32776 kB
Cached:         119876 kB
SwapCached:       6536 kB
Active:         460236 kB
Inactive:        38436 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1491672 kB
SwapTotal:     4192956 kB
SwapFree:      4179680 kB
Dirty:            1936 kB
Writeback:           0 kB
Mapped:         359572 kB
Slab:            50268 kB
Committed_AS:  4625296 kB
PageTables:       2404 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66536 MiB
End job on node54 at 2008-07-04 12:45:26