Trace number 1076349

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 372.204 376.566

General information on the benchmark

Namecsp/ogdVg/
normalized-crossword-m1c-ogd-vg5-7_ext.xml
MD5SUM53a44a515ed4385252828520ba63c148
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.267959
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 17:49:03 2008
0.00/0.05	c 0	PID 10205
0.00/0.05	c 0	HOST node68.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1076349-1215186543.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-1076349-1215186543.xml' 'HOME/temp.csp'
0.04/0.56	c 1	1 domains, 35 variables, 0 predicates, 2 relations, 12 constraints
0.04/0.59	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.59	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.53/0.67	c 1	Parsing HOME/temp.csp
1.02/1.15	c 1	parsed 50 expressions
1.02/1.16	c 1	Heap : 8 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.02/1.16	c 1	Converting to clausal form CSP
1.02/1.18	c 1	converted 5 (10%) expressions
1.02/1.18	c 1	converted 10 (20%) expressions
1.02/1.18	c 1	converted 15 (30%) expressions
1.02/1.18	c 1	converted 20 (40%) expressions
1.02/1.18	c 1	converted 25 (50%) expressions
1.02/1.18	c 1	converted 30 (60%) expressions
1.02/1.18	c 1	converted 35 (70%) expressions
1.21/1.32	c 2	converted 40 (80%) expressions
1.40/1.57	c 2	converted 45 (90%) expressions
2.97/3.16	c 3	converted 50 (100%) expressions
2.97/3.16	c 3	CSP : 35 integers, 0 booleans, 12 clauses, largest domain size 26
2.97/3.16	c 3	Heap : 56 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.97/3.16	c 3	Propagation in CSP
2.97/3.16	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.97/3.16	c 3	CSP : 35 integers, 0 booleans, 12 clauses, largest domain size 26
2.97/3.16	c 3	Heap : 56 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.97/3.16	c 3	Simplifing CSP by introducing new Boolean variables
2.97/3.16	c 3	CSP : 35 integers, 0 booleans, 12 clauses, largest domain size 26
2.97/3.16	c 3	Heap : 56 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.37/3.50	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.37/3.51	c 4	4 (10%) CSP integer variables are encoded (96 clauses, 912 bytes)
3.37/3.51	c 4	7 (20%) CSP integer variables are encoded (168 clauses, 1704 bytes)
3.37/3.52	c 4	11 (30%) CSP integer variables are encoded (264 clauses, 2760 bytes)
3.37/3.52	c 4	14 (40%) CSP integer variables are encoded (336 clauses, 3552 bytes)
3.37/3.52	c 4	18 (50%) CSP integer variables are encoded (432 clauses, 4608 bytes)
3.37/3.52	c 4	21 (60%) CSP integer variables are encoded (504 clauses, 5400 bytes)
3.37/3.52	c 4	25 (70%) CSP integer variables are encoded (600 clauses, 6456 bytes)
3.37/3.52	c 4	28 (80%) CSP integer variables are encoded (672 clauses, 7248 bytes)
3.37/3.53	c 4	32 (90%) CSP integer variables are encoded (768 clauses, 8304 bytes)
3.37/3.53	c 4	35 (100%) CSP integer variables are encoded (840 clauses, 9096 bytes)
6.00/6.26	c 6	2 (10%) CSP clauses are encoded (38170 clauses, 1308366 bytes)
7.29/7.57	c 8	3 (20%) CSP clauses are encoded (56835 clauses, 1966467 bytes)
8.56/8.89	c 9	4 (30%) CSP clauses are encoded (75500 clauses, 2624838 bytes)
9.93/10.23	c 10	5 (40%) CSP clauses are encoded (94165 clauses, 3318266 bytes)
11.20/11.55	c 12	6 (50%) CSP clauses are encoded (112830 clauses, 4011694 bytes)
73.78/75.26	c 75	8 (60%) CSP clauses are encoded (263847 clauses, 10161703 bytes)
135.68/137.74	c 138	9 (70%) CSP clauses are encoded (396199 clauses, 16730538 bytes)
198.86/201.59	c 202	10 (80%) CSP clauses are encoded (528551 clauses, 23299373 bytes)
260.76/264.02	c 264	11 (90%) CSP clauses are encoded (660903 clauses, 29868208 bytes)
324.93/328.87	c 329	12 (100%) CSP clauses are encoded (793255 clauses, 36437043 bytes)
324.93/328.87	c 329	12 CSP clauses encoded
324.93/328.88	c 329	Writing map file : HOME/temp.map
324.93/328.88	c 329	Heap : 70 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
324.93/328.88	c 329	SAT : 875 SAT variables, 793255 SAT clauses, 36437043 bytes
324.93/328.88	c 329	Heap : 70 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
325.01/328.92	c 329	SOLVING HOME/temp.cnf
325.01/328.92	c 329	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
371.95/376.36	c 377	DECODING HOME/temp.out WITH HOME/temp.map
371.95/376.36	c 377	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
372.03/376.46	c 377	Decoding HOME/temp.out
372.03/376.48	s SATISFIABLE
372.03/376.48	v 4 1 0 17 1 0 19 13 0 21 0 11 4 18 2 17 8 18 4 17 0 0 1 11 0 19 4 17 18 20 8 18 18 4 18
372.03/376.49	c 377	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
372.03/376.55	c 377	CPU 360 (0.03 0.01 359.97 12.15)
372.03/376.55	c 377	END Fri Jul  4 17:55:20 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-1076349-1215186543/watcher-1076349-1215186543 -o /tmp/evaluation-result-1076349-1215186543/solver-1076349-1215186543 -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-1076349-1215186543.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.74 1.90 1.93 4/92 10205
/proc/meminfo: memFree=1685776/2055920 swapFree=4180444/4192956
[pid=10205] ppid=10203 vsize=12000 CPUtime=0
/proc/10205/stat : 10205 (sugar) R 10203 10205 9167 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 1997623882 12288000 173 996147200 4194304 4206940 548682068608 18446744073709551615 213130473724 0 0 4224 0 0 0 0 17 1 0 0
/proc/10205/statm: 3000 173 134 3 0 100 0

[startup+0.100629 s]
/proc/loadavg: 1.74 1.90 1.93 4/92 10205
/proc/meminfo: memFree=1685776/2055920 swapFree=4180444/4192956
[pid=10205] ppid=10203 vsize=13600 CPUtime=0.04
/proc/10205/stat : 10205 (sugar) S 10203 10205 9167 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1997623882 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10205/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.202652 s]
/proc/loadavg: 1.74 1.90 1.93 4/92 10205
/proc/meminfo: memFree=1685776/2055920 swapFree=4180444/4192956
[pid=10205] ppid=10203 vsize=13600 CPUtime=0.04
/proc/10205/stat : 10205 (sugar) S 10203 10205 9167 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1997623882 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10205/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.302665 s]
/proc/loadavg: 1.74 1.90 1.93 4/92 10205
/proc/meminfo: memFree=1685776/2055920 swapFree=4180444/4192956
[pid=10205] ppid=10203 vsize=13600 CPUtime=0.04
/proc/10205/stat : 10205 (sugar) S 10203 10205 9167 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1997623882 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10205/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.702731 s]
/proc/loadavg: 1.74 1.90 1.93 4/92 10205
/proc/meminfo: memFree=1685776/2055920 swapFree=4180444/4192956
[pid=10205] ppid=10203 vsize=13600 CPUtime=0.53
/proc/10205/stat : 10205 (sugar) S 10203 10205 9167 0 -1 4194304 973 8389 0 1 3 1 44 5 16 0 1 0 1997623882 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10205/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 13600

[startup+1.50188 s]
/proc/loadavg: 1.74 1.90 1.93 4/103 10227
/proc/meminfo: memFree=1668344/2055920 swapFree=4180444/4192956
[pid=10205] ppid=10203 vsize=13600 CPUtime=0.53
/proc/10205/stat : 10205 (sugar) S 10203 10205 9167 0 -1 4194304 973 8389 0 1 3 1 44 5 15 0 1 0 1997623882 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10205/statm: 3400 797 370 3 0 500 0
[pid=10218] ppid=10205 vsize=5356 CPUtime=0
/proc/10218/stat : 10218 (sh) S 10205 10205 9167 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997623941 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10218/statm: 1339 233 193 169 0 50 0
[pid=10219] ppid=10218 vsize=864208 CPUtime=0.87
/proc/10219/stat : 10219 (java) S 10218 10205 9167 0 -1 0 9405 0 1 0 82 5 0 0 19 0 9 0 1997623941 884948992 8173 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10219/statm: 216052 8173 2540 9 0 210627 0
[pid=10219/tid=10220] ppid=10218 vsize=864208 CPUtime=0.45
/proc/10219/task/10220/stat : 10220 (java) R 10218 10205 9167 0 -1 64 2669 0 1 0 43 2 0 0 19 0 9 0 1997623942 884948992 8173 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10219/tid=10221] ppid=10218 vsize=864208 CPUtime=0.34
/proc/10219/task/10221/stat : 10221 (java) R 10218 10205 9167 0 -1 64 5718 0 0 0 32 2 0 0 16 0 9 0 1997623943 884948992 8173 996147200 134512640 134550740 4294955952 18446744073709551615 102516872 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10219/tid=10222] ppid=10218 vsize=864208 CPUtime=0
/proc/10219/task/10222/stat : 10222 (java) S 10218 10205 9167 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997623944 884948992 8173 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10219/tid=10223] ppid=10218 vsize=864208 CPUtime=0
/proc/10219/task/10223/stat : 10223 (java) S 10218 10205 9167 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1997623944 884948992 8173 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10219/tid=10224] ppid=10218 vsize=864208 CPUtime=0
/proc/10219/task/10224/stat : 10224 (java) S 10218 10205 9167 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1997623946 884948992 8173 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10219/tid=10225] ppid=10218 vsize=864208 CPUtime=0.05
/proc/10219/task/10225/stat : 10225 (java) S 10218 10205 9167 0 -1 64 321 0 0 0 5 0 0 0 16 0 9 0 1997623946 884948992 8173 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10219/tid=10226] ppid=10218 vsize=864208 CPUtime=0
/proc/10219/task/10226/stat : 10226 (java) S 10218 10205 9167 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1997623946 884948992 8173 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10219/tid=10227] ppid=10218 vsize=864208 CPUtime=0
/proc/10219/task/10227/stat : 10227 (java) S 10218 10205 9167 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997623946 884948992 8173 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) 883164

[startup+3.10214 s]
/proc/loadavg: 1.74 1.90 1.93 4/103 10227
/proc/meminfo: memFree=1642680/2055920 swapFree=4180444/4192956
[pid=10205] ppid=10203 vsize=13600 CPUtime=0.53
/proc/10205/stat : 10205 (sugar) S 10203 10205 9167 0 -1 4194304 973 8389 0 1 3 1 44 5 15 0 1 0 1997623882 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10205/statm: 3400 797 370 3 0 500 0
[pid=10218] ppid=10205 vsize=5356 CPUtime=0
/proc/10218/stat : 10218 (sh) S 10205 10205 9167 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997623941 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10218/statm: 1339 233 193 169 0 50 0
[pid=10219] ppid=10218 vsize=864208 CPUtime=2.44
/proc/10219/stat : 10219 (java) S 10218 10205 9167 0 -1 0 19346 0 1 0 234 10 0 0 19 0 9 0 1997623941 884948992 17674 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10219/statm: 216052 17674 2540 9 0 210627 0
[pid=10219/tid=10220] ppid=10218 vsize=864208 CPUtime=1.09
/proc/10219/task/10220/stat : 10220 (java) R 10218 10205 9167 0 -1 64 3149 0 1 0 107 2 0 0 24 0 9 0 1997623942 884948992 17674 996147200 134512640 134550740 4294955952 18446744073709551615 103215102 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10219/tid=10221] ppid=10218 vsize=864208 CPUtime=1.27
/proc/10219/task/10221/stat : 10221 (java) S 10218 10205 9167 0 -1 64 15179 0 0 0 120 7 0 0 16 0 9 0 1997623943 884948992 17674 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10219/tid=10222] ppid=10218 vsize=864208 CPUtime=0
/proc/10219/task/10222/stat : 10222 (java) S 10218 10205 9167 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997623944 884948992 17674 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10219/tid=10223] ppid=10218 vsize=864208 CPUtime=0
/proc/10219/task/10223/stat : 10223 (java) S 10218 10205 9167 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1997623944 884948992 17674 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10219/tid=10224] ppid=10218 vsize=864208 CPUtime=0
/proc/10219/task/10224/stat : 10224 (java) S 10218 10205 9167 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1997623946 884948992 17674 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10219/tid=10225] ppid=10218 vsize=864208 CPUtime=0.05
/proc/10219/task/10225/stat : 10225 (java) S 10218 10205 9167 0 -1 64 321 0 0 0 5 0 0 0 16 0 9 0 1997623946 884948992 17674 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10219/tid=10226] ppid=10218 vsize=864208 CPUtime=0
/proc/10219/task/10226/stat : 10226 (java) S 10218 10205 9167 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1997623946 884948992 17674 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10219/tid=10227] ppid=10218 vsize=864208 CPUtime=0
/proc/10219/task/10227/stat : 10227 (java) S 10218 10205 9167 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997623946 884948992 17674 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 883164

[startup+6.3027 s]
/proc/loadavg: 1.76 1.90 1.93 3/103 10227
/proc/meminfo: memFree=1618040/2055920 swapFree=4180444/4192956
[pid=10205] ppid=10203 vsize=13600 CPUtime=0.53
/proc/10205/stat : 10205 (sugar) S 10203 10205 9167 0 -1 4194304 974 8389 0 1 3 1 44 5 16 0 1 0 1997623882 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10205/statm: 3400 797 370 3 0 500 0
[pid=10218] ppid=10205 vsize=5356 CPUtime=0
/proc/10218/stat : 10218 (sh) S 10205 10205 9167 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997623941 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10218/statm: 1339 233 193 169 0 50 0
[pid=10219] ppid=10218 vsize=864320 CPUtime=5.58
/proc/10219/stat : 10219 (java) S 10218 10205 9167 0 -1 0 20387 0 1 0 545 13 0 0 19 0 9 0 1997623941 885063680 18462 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10219/statm: 216080 18462 2564 9 0 210627 0
[pid=10219/tid=10220] ppid=10218 vsize=864320 CPUtime=3.75
/proc/10219/task/10220/stat : 10220 (java) R 10218 10205 9167 0 -1 64 3248 0 1 0 372 3 0 0 25 0 9 0 1997623942 885063680 18462 996147200 134512640 134550740 4294955952 18446744073709551615 103567716 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10219/tid=10221] ppid=10218 vsize=864320 CPUtime=1.7
/proc/10219/task/10221/stat : 10221 (java) S 10218 10205 9167 0 -1 64 16095 0 0 0 163 7 0 0 16 0 9 0 1997623943 885063680 18462 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10219/tid=10222] ppid=10218 vsize=864320 CPUtime=0
/proc/10219/task/10222/stat : 10222 (java) S 10218 10205 9167 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997623944 885063680 18462 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10219/tid=10223] ppid=10218 vsize=864320 CPUtime=0
/proc/10219/task/10223/stat : 10223 (java) S 10218 10205 9167 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1997623944 885063680 18462 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10219/tid=10224] ppid=10218 vsize=864320 CPUtime=0
/proc/10219/task/10224/stat : 10224 (java) S 10218 10205 9167 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1997623946 885063680 18462 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10219/tid=10225] ppid=10218 vsize=864320 CPUtime=0.09
/proc/10219/task/10225/stat : 10225 (java) S 10218 10205 9167 0 -1 64 347 0 0 0 9 0 0 0 17 0 9 0 1997623946 885063680 18462 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10219/tid=10226] ppid=10218 vsize=864320 CPUtime=0
/proc/10219/task/10226/stat : 10226 (java) S 10218 10205 9167 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1997623946 885063680 18462 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10219/tid=10227] ppid=10218 vsize=864320 CPUtime=0
/proc/10219/task/10227/stat : 10227 (java) S 10218 10205 9167 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997623946 885063680 18462 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 883276

[startup+12.7028 s]
/proc/loadavg: 1.78 1.90 1.93 3/103 10227
/proc/meminfo: memFree=1612984/2055920 swapFree=4180444/4192956
[pid=10205] ppid=10203 vsize=13600 CPUtime=0.53
/proc/10205/stat : 10205 (sugar) S 10203 10205 9167 0 -1 4194304 974 8389 0 1 3 1 44 5 16 0 1 0 1997623882 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10205/statm: 3400 797 370 3 0 500 0
[pid=10218] ppid=10205 vsize=5356 CPUtime=0
/proc/10218/stat : 10218 (sh) S 10205 10205 9167 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997623941 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10218/statm: 1339 233 193 169 0 50 0
[pid=10219] ppid=10218 vsize=864320 CPUtime=11.84
/proc/10219/stat : 10219 (java) S 10218 10205 9167 0 -1 0 21179 0 1 0 1170 14 0 0 19 0 9 0 1997623941 885063680 19199 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10219/statm: 216080 19199 2564 9 0 210627 0
[pid=10219/tid=10220] ppid=10218 vsize=864320 CPUtime=9.87
/proc/10219/task/10220/stat : 10220 (java) R 10218 10205 9167 0 -1 64 3303 0 1 0 982 5 0 0 25 0 9 0 1997623942 885063680 19199 996147200 134512640 134550740 4294955952 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10219/tid=10221] ppid=10218 vsize=864320 CPUtime=1.86
/proc/10219/task/10221/stat : 10221 (java) S 10218 10205 9167 0 -1 64 16832 0 0 0 178 8 0 0 16 0 9 0 1997623943 885063680 19199 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10219/tid=10222] ppid=10218 vsize=864320 CPUtime=0
/proc/10219/task/10222/stat : 10222 (java) S 10218 10205 9167 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997623944 885063680 19199 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10219/tid=10223] ppid=10218 vsize=864320 CPUtime=0
/proc/10219/task/10223/stat : 10223 (java) S 10218 10205 9167 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1997623944 885063680 19199 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10219/tid=10224] ppid=10218 vsize=864320 CPUtime=0
/proc/10219/task/10224/stat : 10224 (java) S 10218 10205 9167 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1997623946 885063680 19199 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10219/tid=10225] ppid=10218 vsize=864320 CPUtime=0.09
/proc/10219/task/10225/stat : 10225 (java) S 10218 10205 9167 0 -1 64 347 0 0 0 9 0 0 0 17 0 9 0 1997623946 885063680 19199 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10219/tid=10226] ppid=10218 vsize=864320 CPUtime=0
/proc/10219/task/10226/stat : 10226 (java) S 10218 10205 9167 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1997623946 885063680 19199 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10219/tid=10227] ppid=10218 vsize=864320 CPUtime=0
/proc/10219/task/10227/stat : 10227 (java) S 10218 10205 9167 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997623946 885063680 19199 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.37
Current children cumulated vsize (KiB) 883276

[startup+25.5029 s]
/proc/loadavg: 1.83 1.91 1.93 3/103 10227
/proc/meminfo: memFree=1599928/2055920 swapFree=4180444/4192956
[pid=10205] ppid=10203 vsize=13600 CPUtime=0.53
/proc/10205/stat : 10205 (sugar) S 10203 10205 9167 0 -1 4194304 974 8389 0 1 3 1 44 5 16 0 1 0 1997623882 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10205/statm: 3400 797 370 3 0 500 0
[pid=10218] ppid=10205 vsize=5356 CPUtime=0
/proc/10218/stat : 10218 (sh) S 10205 10205 9167 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997623941 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10218/statm: 1339 233 193 169 0 50 0
[pid=10219] ppid=10218 vsize=864320 CPUtime=24.4
/proc/10219/stat : 10219 (java) S 10218 10205 9167 0 -1 0 23976 0 1 0 2424 16 0 0 19 0 9 0 1997623941 885063680 21966 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10219/statm: 216080 21966 2564 9 0 210627 0
[pid=10219/tid=10220] ppid=10218 vsize=864320 CPUtime=22.33
/proc/10219/task/10220/stat : 10220 (java) R 10218 10205 9167 0 -1 64 3333 0 1 0 2228 5 0 0 25 0 9 0 1997623942 885063680 21966 996147200 134512640 134550740 4294955952 18446744073709551615 4125952119 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10219/tid=10221] ppid=10218 vsize=864320 CPUtime=1.94
/proc/10219/task/10221/stat : 10221 (java) S 10218 10205 9167 0 -1 64 19599 0 0 0 185 9 0 0 16 0 9 0 1997623943 885063680 21966 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10219/tid=10222] ppid=10218 vsize=864320 CPUtime=0
/proc/10219/task/10222/stat : 10222 (java) S 10218 10205 9167 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997623944 885063680 21966 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10219/tid=10223] ppid=10218 vsize=864320 CPUtime=0
/proc/10219/task/10223/stat : 10223 (java) S 10218 10205 9167 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1997623944 885063680 21966 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=10219/tid=10222] ppid=10218 vsize=864356 CPUtime=0
/proc/10219/task/10222/stat : 10222 (java) S 10218 10205 9167 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997623944 885100544 28317 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10219/tid=10223] ppid=10218 vsize=864356 CPUtime=0
/proc/10219/task/10223/stat : 10223 (java) S 10218 10205 9167 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997623944 885100544 28317 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10219/tid=10224] ppid=10218 vsize=864356 CPUtime=0
/proc/10219/task/10224/stat : 10224 (java) S 10218 10205 9167 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1997623946 885100544 28317 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10219/tid=10225] ppid=10218 vsize=864356 CPUtime=0.11
/proc/10219/task/10225/stat : 10225 (java) S 10218 10205 9167 0 -1 64 351 0 0 0 11 0 0 0 16 0 9 0 1997623946 885100544 28317 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10219/tid=10226] ppid=10218 vsize=864356 CPUtime=0
/proc/10219/task/10226/stat : 10226 (java) S 10218 10205 9167 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1997623946 885100544 28317 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10219/tid=10227] ppid=10218 vsize=864356 CPUtime=0
/proc/10219/task/10227/stat : 10227 (java) S 10218 10205 9167 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997623946 885100544 28317 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 219.47
Current children cumulated vsize (KiB) 883312

[startup+282.302 s]
/proc/loadavg: 2.04 1.96 1.93 3/92 10270
/proc/meminfo: memFree=1585880/2055920 swapFree=4180444/4192956
[pid=10205] ppid=10203 vsize=13600 CPUtime=0.53
/proc/10205/stat : 10205 (sugar) S 10203 10205 9167 0 -1 4194304 974 8389 0 1 3 1 44 5 16 0 1 0 1997623882 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10205/statm: 3400 797 370 3 0 500 0
[pid=10218] ppid=10205 vsize=5356 CPUtime=0
/proc/10218/stat : 10218 (sh) S 10205 10205 9167 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997623941 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10218/statm: 1339 233 193 169 0 50 0
[pid=10219] ppid=10218 vsize=864356 CPUtime=278.35
/proc/10219/stat : 10219 (java) S 10218 10205 9167 0 -1 0 46536 0 1 0 27786 49 0 0 19 0 9 0 1997623941 885100544 28317 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10219/statm: 216089 28317 2564 9 0 210636 0
[pid=10219/tid=10220] ppid=10218 vsize=864356 CPUtime=273.59
/proc/10219/task/10220/stat : 10220 (java) R 10218 10205 9167 0 -1 64 3758 0 1 0 27337 22 0 0 25 0 9 0 1997623942 885100544 28317 996147200 134512640 134550740 4294955952 18446744073709551615 4126595642 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10219/tid=10221] ppid=10218 vsize=864356 CPUtime=4.63
/proc/10219/task/10221/stat : 10221 (java) S 10218 10205 9167 0 -1 64 41730 0 0 0 437 26 0 0 16 0 9 0 1997623943 885100544 28317 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10219/tid=10222] ppid=10218 vsize=864356 CPUtime=0
/proc/10219/task/10222/stat : 10222 (java) S 10218 10205 9167 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997623944 885100544 28317 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10219/tid=10223] ppid=10218 vsize=864356 CPUtime=0
/proc/10219/task/10223/stat : 10223 (java) S 10218 10205 9167 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997623944 885100544 28317 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10219/tid=10224] ppid=10218 vsize=864356 CPUtime=0
/proc/10219/task/10224/stat : 10224 (java) S 10218 10205 9167 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1997623946 885100544 28317 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10219/tid=10225] ppid=10218 vsize=864356 CPUtime=0.11
/proc/10219/task/10225/stat : 10225 (java) S 10218 10205 9167 0 -1 64 351 0 0 0 11 0 0 0 16 0 9 0 1997623946 885100544 28317 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10219/tid=10226] ppid=10218 vsize=864356 CPUtime=0
/proc/10219/task/10226/stat : 10226 (java) S 10218 10205 9167 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1997623946 885100544 28317 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10219/tid=10227] ppid=10218 vsize=864356 CPUtime=0
/proc/10219/task/10227/stat : 10227 (java) S 10218 10205 9167 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997623946 885100544 28317 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 278.88
Current children cumulated vsize (KiB) 883312

[startup+342.302 s]
/proc/loadavg: 2.01 1.96 1.93 3/84 10272
/proc/meminfo: memFree=1652760/2055920 swapFree=4180444/4192956
[pid=10205] ppid=10203 vsize=13600 CPUtime=325.04
/proc/10205/stat : 10205 (sugar) S 10203 10205 9167 0 -1 4194304 1022 55307 0 2 3 1 32438 62 16 0 1 0 1997623882 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10205/statm: 3400 798 370 3 0 500 0
[pid=10271] ppid=10205 vsize=5356 CPUtime=0
/proc/10271/stat : 10271 (sh) S 10205 10205 9167 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1997656775 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10271/statm: 1339 232 193 169 0 50 0
[pid=10272] ppid=10271 vsize=30916 CPUtime=13.23
/proc/10272/stat : 10272 (picosat) R 10271 10205 9167 0 -1 4194304 7644 0 0 0 613 710 0 0 25 0 1 0 1997656775 31657984 7630 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/10272/statm: 7729 7630 40 102 0 7624 0
Current children cumulated CPU time (s) 338.27
Current children cumulated vsize (KiB) 49872

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

[startup+358.402 s]
/proc/loadavg: 2.01 1.97 1.93 3/84 10272
/proc/meminfo: memFree=1634328/2055920 swapFree=4180444/4192956
[pid=10205] ppid=10203 vsize=13600 CPUtime=325.04
/proc/10205/stat : 10205 (sugar) S 10203 10205 9167 0 -1 4194304 1022 55307 0 2 3 1 32438 62 16 0 1 0 1997623882 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10205/statm: 3400 798 370 3 0 500 0
[pid=10271] ppid=10205 vsize=5356 CPUtime=0
/proc/10271/stat : 10271 (sh) S 10205 10205 9167 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1997656775 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10271/statm: 1339 232 193 169 0 50 0
[pid=10272] ppid=10271 vsize=49860 CPUtime=29.18
/proc/10272/stat : 10272 (picosat) R 10271 10205 9167 0 -1 4194304 12167 0 0 0 1770 1148 0 0 25 0 1 0 1997656775 51056640 12153 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/10272/statm: 12465 12153 42 102 0 12360 0
Current children cumulated CPU time (s) 354.22
Current children cumulated vsize (KiB) 68816

[startup+364.802 s]
/proc/loadavg: 2.01 1.97 1.93 3/84 10272
/proc/meminfo: memFree=1634200/2055920 swapFree=4180444/4192956
[pid=10205] ppid=10203 vsize=13600 CPUtime=325.04
/proc/10205/stat : 10205 (sugar) S 10203 10205 9167 0 -1 4194304 1022 55307 0 2 3 1 32438 62 16 0 1 0 1997623882 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10205/statm: 3400 798 370 3 0 500 0
[pid=10271] ppid=10205 vsize=5356 CPUtime=0
/proc/10271/stat : 10271 (sh) S 10205 10205 9167 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1997656775 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10271/statm: 1339 232 193 169 0 50 0
[pid=10272] ppid=10271 vsize=49992 CPUtime=35.52
/proc/10272/stat : 10272 (picosat) R 10271 10205 9167 0 -1 4194304 12184 0 0 0 2404 1148 0 0 25 0 1 0 1997656775 51191808 12170 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/10272/statm: 12498 12170 42 102 0 12393 0
Current children cumulated CPU time (s) 360.56
Current children cumulated vsize (KiB) 68948

[startup+371.203 s]
/proc/loadavg: 2.01 1.97 1.93 3/84 10272
/proc/meminfo: memFree=1634136/2055920 swapFree=4180444/4192956
[pid=10205] ppid=10203 vsize=13600 CPUtime=325.04
/proc/10205/stat : 10205 (sugar) S 10203 10205 9167 0 -1 4194304 1022 55307 0 2 3 1 32438 62 16 0 1 0 1997623882 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10205/statm: 3400 798 370 3 0 500 0
[pid=10271] ppid=10205 vsize=5356 CPUtime=0
/proc/10271/stat : 10271 (sh) S 10205 10205 9167 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1997656775 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10271/statm: 1339 232 193 169 0 50 0
[pid=10272] ppid=10271 vsize=49992 CPUtime=41.85
/proc/10272/stat : 10272 (picosat) R 10271 10205 9167 0 -1 4194304 12202 0 0 0 3037 1148 0 0 25 0 1 0 1997656775 51191808 12188 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/10272/statm: 12498 12188 42 102 0 12393 0
Current children cumulated CPU time (s) 366.89
Current children cumulated vsize (KiB) 68948

[startup+374.401 s]
/proc/loadavg: 2.01 1.97 1.93 3/84 10272
/proc/meminfo: memFree=1634072/2055920 swapFree=4180444/4192956
[pid=10205] ppid=10203 vsize=13600 CPUtime=325.04
/proc/10205/stat : 10205 (sugar) S 10203 10205 9167 0 -1 4194304 1022 55307 0 2 3 1 32438 62 16 0 1 0 1997623882 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10205/statm: 3400 798 370 3 0 500 0
[pid=10271] ppid=10205 vsize=5356 CPUtime=0
/proc/10271/stat : 10271 (sh) S 10205 10205 9167 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1997656775 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10271/statm: 1339 232 193 169 0 50 0
[pid=10272] ppid=10271 vsize=50124 CPUtime=45.02
/proc/10272/stat : 10272 (picosat) R 10271 10205 9167 0 -1 4194304 12211 0 0 0 3354 1148 0 0 25 0 1 0 1997656775 51326976 12197 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/10272/statm: 12531 12197 42 102 0 12426 0
Current children cumulated CPU time (s) 370.06
Current children cumulated vsize (KiB) 69080

[startup+375.206 s]
/proc/loadavg: 2.00 1.97 1.93 3/84 10272
/proc/meminfo: memFree=1634072/2055920 swapFree=4180444/4192956
[pid=10205] ppid=10203 vsize=13600 CPUtime=325.04
/proc/10205/stat : 10205 (sugar) S 10203 10205 9167 0 -1 4194304 1022 55307 0 2 3 1 32438 62 16 0 1 0 1997623882 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10205/statm: 3400 798 370 3 0 500 0
[pid=10271] ppid=10205 vsize=5356 CPUtime=0
/proc/10271/stat : 10271 (sh) S 10205 10205 9167 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1997656775 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10271/statm: 1339 232 193 169 0 50 0
[pid=10272] ppid=10271 vsize=50124 CPUtime=45.82
/proc/10272/stat : 10272 (picosat) R 10271 10205 9167 0 -1 4194304 12213 0 0 0 3434 1148 0 0 25 0 1 0 1997656775 51326976 12199 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/10272/statm: 12531 12199 42 102 0 12426 0
Current children cumulated CPU time (s) 370.86
Current children cumulated vsize (KiB) 69080

[startup+376.003 s]
/proc/loadavg: 2.00 1.97 1.93 3/84 10272
/proc/meminfo: memFree=1634072/2055920 swapFree=4180444/4192956
[pid=10205] ppid=10203 vsize=13600 CPUtime=325.04
/proc/10205/stat : 10205 (sugar) S 10203 10205 9167 0 -1 4194304 1022 55307 0 2 3 1 32438 62 16 0 1 0 1997623882 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10205/statm: 3400 798 370 3 0 500 0
[pid=10271] ppid=10205 vsize=5356 CPUtime=0
/proc/10271/stat : 10271 (sh) S 10205 10205 9167 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1997656775 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10271/statm: 1339 232 193 169 0 50 0
[pid=10272] ppid=10271 vsize=50124 CPUtime=46.61
/proc/10272/stat : 10272 (picosat) R 10271 10205 9167 0 -1 4194304 12217 0 0 0 3513 1148 0 0 25 0 1 0 1997656775 51326976 12203 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/10272/statm: 12531 12203 42 102 0 12426 0
Current children cumulated CPU time (s) 371.65
Current children cumulated vsize (KiB) 69080

[startup+376.403 s]
/proc/loadavg: 2.00 1.97 1.93 3/84 10272
/proc/meminfo: memFree=1634072/2055920 swapFree=4180444/4192956
[pid=10205] ppid=10203 vsize=13600 CPUtime=372.03
/proc/10205/stat : 10205 (sugar) S 10203 10205 9167 0 -1 4194304 1070 67818 0 2 3 1 35987 1212 17 0 1 0 1997623882 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10205/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 372.03
Current children cumulated vsize (KiB) 13600

[startup+376.503 s]
/proc/loadavg: 2.00 1.97 1.93 3/84 10272
/proc/meminfo: memFree=1634072/2055920 swapFree=4180444/4192956
[pid=10205] ppid=10203 vsize=13600 CPUtime=372.03
/proc/10205/stat : 10205 (sugar) S 10203 10205 9167 0 -1 4194304 1090 67818 0 2 3 1 35987 1212 15 0 1 0 1997623882 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10205/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 372.03
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 376.566
CPU time (s): 372.204
CPU user time (s): 360.009
CPU system time (s): 12.1951
CPU usage (%): 98.8418
Max. virtual memory (cumulated for all children) (KiB): 894068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 360.009
system time used= 12.1951
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72651
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= 12462
involuntary context switches= 26718

runsolver used 0.427934 second user time and 1.3178 second system time

The end

Launcher Data (download as text)

Begin job on node68 at 2008-07-04 17:49:03
IDJOB=1076349
IDBENCH=56583
IDSOLVER=345
FILE ID=node68/1076349-1215186543
PBS_JOBID= 7881588
Free space on /tmp= 66500 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/ogdVg/normalized-crossword-m1c-ogd-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-1076349-1215186543/watcher-1076349-1215186543 -o /tmp/evaluation-result-1076349-1215186543/solver-1076349-1215186543 -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-1076349-1215186543.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 53a44a515ed4385252828520ba63c148
RANDOM SEED=442621897

node68.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.261
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.261
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1686256 kB
Buffers:         10360 kB
Cached:         186036 kB
SwapCached:       6312 kB
Active:         251560 kB
Inactive:        66452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1686256 kB
SwapTotal:     4192956 kB
SwapFree:      4180444 kB
Dirty:           29312 kB
Writeback:           0 kB
Mapped:         138888 kB
Slab:            36372 kB
Committed_AS:  4904384 kB
PageTables:       2132 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= 66524 MiB
End job on node68 at 2008-07-04 17:55:20