Trace number 1067101

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+picosatUNSAT 428.884 430.841

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg11-15_ext.xml
MD5SUMf5d1e16d18193db3de9ce0bcb3d0d604
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.052991
Satisfiable
(Un)Satisfiability was proved
Number of variables165
Number of constraints26
Maximum constraint arity15
Maximum domain size26
Number of constraints which are defined in extension26
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Fri Jul  4 07:38:56 2008
0.00/0.04	c 0	PID 32755
0.00/0.05	c 0	HOST node79.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1067101-1215149936.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-1067101-1215149936.xml' 'HOME/temp.csp'
0.03/0.30	c 0	1 domains, 165 variables, 0 predicates, 2 relations, 26 constraints
0.03/0.31	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.31	c 0	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.03/0.39	c 0	Parsing HOME/temp.csp
0.28/0.53	c 1	parsed 194 expressions
0.28/0.53	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.28/0.53	c 1	Converting to clausal form CSP
0.28/0.55	c 1	converted 20 (10%) expressions
0.28/0.55	c 1	converted 39 (20%) expressions
0.28/0.55	c 1	converted 59 (30%) expressions
0.28/0.55	c 1	converted 78 (40%) expressions
0.28/0.55	c 1	converted 97 (50%) expressions
0.28/0.56	c 1	converted 117 (60%) expressions
0.28/0.56	c 1	converted 136 (70%) expressions
0.28/0.56	c 1	converted 156 (80%) expressions
0.28/1.01	c 1	converted 175 (90%) expressions
1.45/1.52	c 2	converted 194 (100%) expressions
1.45/1.52	c 2	CSP : 165 integers, 0 booleans, 26 clauses, largest domain size 26
1.45/1.52	c 2	Heap : 37 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.45/1.52	c 2	Propagation in CSP
1.45/1.52	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.45/1.52	c 2	CSP : 165 integers, 0 booleans, 26 clauses, largest domain size 26
1.45/1.52	c 2	Heap : 37 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.45/1.52	c 2	Simplifing CSP by introducing new Boolean variables
1.45/1.52	c 2	CSP : 165 integers, 0 booleans, 26 clauses, largest domain size 26
1.45/1.52	c 2	Heap : 37 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.54/1.68	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.65/1.70	c 2	17 (10%) CSP integer variables are encoded (408 clauses, 4344 bytes)
1.65/1.70	c 2	33 (20%) CSP integer variables are encoded (792 clauses, 8568 bytes)
1.65/1.70	c 2	50 (30%) CSP integer variables are encoded (1200 clauses, 13537 bytes)
1.65/1.71	c 2	66 (40%) CSP integer variables are encoded (1584 clauses, 18529 bytes)
1.65/1.71	c 2	83 (50%) CSP integer variables are encoded (1992 clauses, 23833 bytes)
1.65/1.71	c 2	99 (60%) CSP integer variables are encoded (2376 clauses, 28825 bytes)
1.65/1.71	c 2	116 (70%) CSP integer variables are encoded (2784 clauses, 34129 bytes)
1.65/1.71	c 2	132 (80%) CSP integer variables are encoded (3168 clauses, 39121 bytes)
1.65/1.71	c 2	149 (90%) CSP integer variables are encoded (3576 clauses, 44425 bytes)
1.65/1.71	c 2	165 (100%) CSP integer variables are encoded (3960 clauses, 49417 bytes)
27.14/27.36	c 27	3 (10%) CSP clauses are encoded (146427 clauses, 10402113 bytes)
53.00/53.33	c 53	6 (20%) CSP clauses are encoded (288894 clauses, 20983039 bytes)
70.22/70.61	c 71	8 (30%) CSP clauses are encoded (383872 clauses, 28097209 bytes)
96.01/96.56	c 97	11 (40%) CSP clauses are encoded (526339 clauses, 38859261 bytes)
112.92/113.56	c 114	13 (50%) CSP clauses are encoded (621317 clauses, 46154501 bytes)
130.55/131.29	c 131	16 (60%) CSP clauses are encoded (724400 clauses, 54030038 bytes)
132.04/132.73	c 133	19 (70%) CSP clauses are encoded (748715 clauses, 56133184 bytes)
132.93/133.70	c 134	21 (80%) CSP clauses are encoded (764925 clauses, 57710814 bytes)
134.44/135.16	c 135	24 (90%) CSP clauses are encoded (789240 clauses, 60077259 bytes)
135.42/136.13	c 136	26 (100%) CSP clauses are encoded (805450 clauses, 61654889 bytes)
135.42/136.13	c 136	26 CSP clauses encoded
135.42/136.13	c 136	Writing map file : HOME/temp.map
135.42/136.13	c 136	Heap : 51 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
135.42/136.13	c 136	SAT : 4125 SAT variables, 805450 SAT clauses, 61654889 bytes
135.42/136.13	c 136	Heap : 51 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
135.42/136.19	c 136	SOLVING HOME/temp.cnf
135.42/136.19	c 136	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
428.65/430.64	c 431	DECODING HOME/temp.out WITH HOME/temp.map
428.65/430.64	c 431	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
428.72/430.72	c 431	Decoding HOME/temp.out
428.72/430.76	s UNSATISFIABLE
428.72/430.76	c 431	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
428.72/430.81	c 431	CPU 413.82 (0.03 0.01 413.79 15)
428.72/430.81	c 431	END Fri Jul  4 07:46:07 2008

Verifier Data (download as text)

No possible verification on an UNSAT instance

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-1067101-1215149936/watcher-1067101-1215149936 -o /tmp/evaluation-result-1067101-1215149936/solver-1067101-1215149936 -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-1067101-1215149936.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.98 1.96 1.97 4/74 32755
/proc/meminfo: memFree=1722344/2055920 swapFree=4180580/4192956
[pid=32755] ppid=32753 vsize=12132 CPUtime=0
/proc/32755/stat : 32755 (sugar) R 32753 32755 32064 0 -1 4194304 245 0 0 0 0 0 0 0 20 0 1 0 637924003 12423168 213 996147200 4194304 4206940 548682068608 18446744073709551615 234063364093 0 0 4224 0 0 0 0 17 1 0 0
/proc/32755/statm: 3033 213 159 3 0 133 0

[startup+0.103608 s]
/proc/loadavg: 1.98 1.96 1.97 4/74 32755
/proc/meminfo: memFree=1722344/2055920 swapFree=4180580/4192956
[pid=32755] ppid=32753 vsize=13600 CPUtime=0.03
/proc/32755/stat : 32755 (sugar) S 32753 32755 32064 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 637924003 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32755/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.202617 s]
/proc/loadavg: 1.98 1.96 1.97 4/74 32755
/proc/meminfo: memFree=1722344/2055920 swapFree=4180580/4192956
[pid=32755] ppid=32753 vsize=13600 CPUtime=0.03
/proc/32755/stat : 32755 (sugar) S 32753 32755 32064 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 637924003 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32755/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302638 s]
/proc/loadavg: 1.98 1.96 1.97 4/74 32755
/proc/meminfo: memFree=1722344/2055920 swapFree=4180580/4192956
[pid=32755] ppid=32753 vsize=13600 CPUtime=0.03
/proc/32755/stat : 32755 (sugar) S 32753 32755 32064 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 637924003 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32755/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701674 s]
/proc/loadavg: 1.98 1.96 1.97 4/74 32755
/proc/meminfo: memFree=1722344/2055920 swapFree=4180580/4192956
[pid=32755] ppid=32753 vsize=13600 CPUtime=0.28
/proc/32755/stat : 32755 (sugar) S 32753 32755 32064 0 -1 4194304 973 4641 0 1 2 1 23 2 15 0 1 0 637924003 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32755/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 13600

[startup+1.50176 s]
/proc/loadavg: 1.98 1.96 1.97 3/85 309
/proc/meminfo: memFree=1692752/2055920 swapFree=4180580/4192956
[pid=32755] ppid=32753 vsize=13600 CPUtime=0.28
/proc/32755/stat : 32755 (sugar) S 32753 32755 32064 0 -1 4194304 973 4641 0 1 2 1 23 2 15 0 1 0 637924003 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32755/statm: 3400 797 370 3 0 500 0
[pid=300] ppid=32755 vsize=5356 CPUtime=0
/proc/300/stat : 300 (sh) S 32755 32755 32064 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 637924034 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/300/statm: 1339 233 193 169 0 50 0
[pid=301] ppid=300 vsize=864132 CPUtime=1.17
/proc/301/stat : 301 (java) S 300 32755 32064 0 -1 0 13701 0 1 0 108 9 0 0 18 0 9 0 637924034 884871168 12837 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/301/statm: 216033 12838 2540 9 0 210608 0
[pid=301/tid=302] ppid=300 vsize=864132 CPUtime=0.46
/proc/301/task/302/stat : 302 (java) R 300 32755 32064 0 -1 64 2962 0 1 0 44 2 0 0 23 0 9 0 637924035 884871168 12838 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=301/tid=303] ppid=300 vsize=864132 CPUtime=0.61
/proc/301/task/303/stat : 303 (java) R 300 32755 32064 0 -1 64 9714 0 0 0 56 5 0 0 17 0 9 0 637924036 884871168 12839 996147200 134512640 134550740 4294955952 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=301/tid=304] ppid=300 vsize=864132 CPUtime=0
/proc/301/task/304/stat : 304 (java) S 300 32755 32064 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 637924036 884871168 12840 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=301/tid=305] ppid=300 vsize=864132 CPUtime=0
/proc/301/task/305/stat : 305 (java) S 300 32755 32064 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 637924036 884871168 12841 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=301/tid=306] ppid=300 vsize=864132 CPUtime=0
/proc/301/task/306/stat : 306 (java) S 300 32755 32064 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 637924038 884871168 12841 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=301/tid=307] ppid=300 vsize=864132 CPUtime=0.06
/proc/301/task/307/stat : 307 (java) S 300 32755 32064 0 -1 64 334 0 0 0 6 0 0 0 16 0 9 0 637924038 884871168 12842 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=301/tid=308] ppid=300 vsize=864132 CPUtime=0
/proc/301/task/308/stat : 308 (java) S 300 32755 32064 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 637924038 884871168 12843 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=301/tid=309] ppid=300 vsize=864132 CPUtime=0
/proc/301/task/309/stat : 309 (java) S 300 32755 32064 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 637924038 884871168 12844 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 883088

[startup+3.10293 s]
/proc/loadavg: 1.98 1.96 1.97 3/85 309
/proc/meminfo: memFree=1672144/2055920 swapFree=4180580/4192956
[pid=32755] ppid=32753 vsize=13600 CPUtime=0.29
/proc/32755/stat : 32755 (sugar) S 32753 32755 32064 0 -1 4194304 974 4641 0 1 3 1 23 2 15 0 1 0 637924003 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32755/statm: 3400 797 370 3 0 500 0
[pid=300] ppid=32755 vsize=5356 CPUtime=0
/proc/300/stat : 300 (sh) S 32755 32755 32064 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 637924034 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/300/statm: 1339 233 193 169 0 50 0
[pid=301] ppid=300 vsize=864244 CPUtime=2.76
/proc/301/stat : 301 (java) S 300 32755 32064 0 -1 0 15372 0 1 0 266 10 0 0 18 0 9 0 637924034 884985856 14447 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/301/statm: 216061 14447 2564 9 0 210608 0
[pid=301/tid=302] ppid=300 vsize=864244 CPUtime=1.83
/proc/301/task/302/stat : 302 (java) R 300 32755 32064 0 -1 64 3284 0 1 0 180 3 0 0 25 0 9 0 637924035 884985856 14447 996147200 134512640 134550740 4294955952 18446744073709551615 4126601664 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=301/tid=303] ppid=300 vsize=864244 CPUtime=0.8
/proc/301/task/303/stat : 303 (java) S 300 32755 32064 0 -1 64 11039 0 0 0 75 5 0 0 16 0 9 0 637924036 884985856 14447 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=301/tid=304] ppid=300 vsize=864244 CPUtime=0
/proc/301/task/304/stat : 304 (java) S 300 32755 32064 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 637924036 884985856 14447 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=301/tid=305] ppid=300 vsize=864244 CPUtime=0
/proc/301/task/305/stat : 305 (java) S 300 32755 32064 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 637924036 884985856 14447 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=301/tid=306] ppid=300 vsize=864244 CPUtime=0
/proc/301/task/306/stat : 306 (java) S 300 32755 32064 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 637924038 884985856 14447 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=301/tid=307] ppid=300 vsize=864244 CPUtime=0.09
/proc/301/task/307/stat : 307 (java) S 300 32755 32064 0 -1 64 356 0 0 0 9 0 0 0 16 0 9 0 637924038 884985856 14447 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=301/tid=308] ppid=300 vsize=864244 CPUtime=0
/proc/301/task/308/stat : 308 (java) S 300 32755 32064 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 637924038 884985856 14447 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=301/tid=309] ppid=300 vsize=864244 CPUtime=0
/proc/301/task/309/stat : 309 (java) S 300 32755 32064 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 637924038 884985856 14447 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 883200

[startup+6.30226 s]
/proc/loadavg: 1.98 1.96 1.97 3/85 309
/proc/meminfo: memFree=1670544/2055920 swapFree=4180580/4192956
[pid=32755] ppid=32753 vsize=13600 CPUtime=0.29
/proc/32755/stat : 32755 (sugar) S 32753 32755 32064 0 -1 4194304 974 4641 0 1 3 1 23 2 15 0 1 0 637924003 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32755/statm: 3400 797 370 3 0 500 0
[pid=300] ppid=32755 vsize=5356 CPUtime=0
/proc/300/stat : 300 (sh) S 32755 32755 32064 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 637924034 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/300/statm: 1339 233 193 169 0 50 0
[pid=301] ppid=300 vsize=864244 CPUtime=5.94
/proc/301/stat : 301 (java) S 300 32755 32064 0 -1 0 15940 0 1 0 584 10 0 0 18 0 9 0 637924034 884985856 15000 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/301/statm: 216061 15000 2564 9 0 210608 0
[pid=301/tid=302] ppid=300 vsize=864244 CPUtime=4.98
/proc/301/task/302/stat : 302 (java) R 300 32755 32064 0 -1 64 3299 0 1 0 495 3 0 0 25 0 9 0 637924035 884985856 15000 996147200 134512640 134550740 4294955952 18446744073709551615 4126601642 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=301/tid=303] ppid=300 vsize=864244 CPUtime=0.84
/proc/301/task/303/stat : 303 (java) S 300 32755 32064 0 -1 64 11592 0 0 0 78 6 0 0 16 0 9 0 637924036 884985856 15000 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=301/tid=304] ppid=300 vsize=864244 CPUtime=0
/proc/301/task/304/stat : 304 (java) S 300 32755 32064 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 637924036 884985856 15000 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=301/tid=305] ppid=300 vsize=864244 CPUtime=0
/proc/301/task/305/stat : 305 (java) S 300 32755 32064 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 637924036 884985856 15000 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=301/tid=306] ppid=300 vsize=864244 CPUtime=0
/proc/301/task/306/stat : 306 (java) S 300 32755 32064 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 637924038 884985856 15000 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=301/tid=307] ppid=300 vsize=864244 CPUtime=0.09
/proc/301/task/307/stat : 307 (java) S 300 32755 32064 0 -1 64 356 0 0 0 9 0 0 0 16 0 9 0 637924038 884985856 15000 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=301/tid=308] ppid=300 vsize=864244 CPUtime=0
/proc/301/task/308/stat : 308 (java) S 300 32755 32064 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 637924038 884985856 15000 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=301/tid=309] ppid=300 vsize=864244 CPUtime=0
/proc/301/task/309/stat : 309 (java) S 300 32755 32064 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 637924038 884985856 15000 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 883200

[startup+12.7029 s]
/proc/loadavg: 1.99 1.96 1.97 3/85 309
/proc/meminfo: memFree=1660560/2055920 swapFree=4180580/4192956
[pid=32755] ppid=32753 vsize=13600 CPUtime=0.29
/proc/32755/stat : 32755 (sugar) S 32753 32755 32064 0 -1 4194304 974 4641 0 1 3 1 23 2 15 0 1 0 637924003 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32755/statm: 3400 797 370 3 0 500 0
[pid=300] ppid=32755 vsize=5356 CPUtime=0
/proc/300/stat : 300 (sh) S 32755 32755 32064 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 637924034 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/300/statm: 1339 233 193 169 0 50 0
[pid=301] ppid=300 vsize=864244 CPUtime=12.32
/proc/301/stat : 301 (java) S 300 32755 32064 0 -1 0 17545 0 1 0 1218 14 0 0 18 0 9 0 637924034 884985856 16538 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/301/statm: 216061 16538 2564 9 0 210608 0
[pid=301/tid=302] ppid=300 vsize=864244 CPUtime=11.26
/proc/301/task/302/stat : 302 (java) R 300 32755 32064 0 -1 64 3366 0 1 0 1120 6 0 0 25 0 9 0 637924035 884985856 16538 996147200 134512640 134550740 4294955952 18446744073709551615 4126601670 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=301/tid=303] ppid=300 vsize=864244 CPUtime=0.94
/proc/301/task/303/stat : 303 (java) S 300 32755 32064 0 -1 64 13126 0 0 0 87 7 0 0 16 0 9 0 637924036 884985856 16538 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=301/tid=304] ppid=300 vsize=864244 CPUtime=0
/proc/301/task/304/stat : 304 (java) S 300 32755 32064 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 637924036 884985856 16538 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=301/tid=305] ppid=300 vsize=864244 CPUtime=0
/proc/301/task/305/stat : 305 (java) S 300 32755 32064 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 637924036 884985856 16538 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=301/tid=306] ppid=300 vsize=864244 CPUtime=0
/proc/301/task/306/stat : 306 (java) S 300 32755 32064 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 637924038 884985856 16538 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=301/tid=307] ppid=300 vsize=864244 CPUtime=0.1
/proc/301/task/307/stat : 307 (java) S 300 32755 32064 0 -1 64 360 0 0 0 10 0 0 0 16 0 9 0 637924038 884985856 16538 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=301/tid=308] ppid=300 vsize=864244 CPUtime=0
/proc/301/task/308/stat : 308 (java) S 300 32755 32064 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 637924038 884985856 16538 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=301/tid=309] ppid=300 vsize=864244 CPUtime=0
/proc/301/task/309/stat : 309 (java) S 300 32755 32064 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 637924038 884985856 16538 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 883200

[startup+25.5023 s]
/proc/loadavg: 1.99 1.96 1.97 3/85 309
/proc/meminfo: memFree=1645008/2055920 swapFree=4180580/4192956
[pid=32755] ppid=32753 vsize=13600 CPUtime=0.29
/proc/32755/stat : 32755 (sugar) S 32753 32755 32064 0 -1 4194304 974 4641 0 1 3 1 23 2 15 0 1 0 637924003 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32755/statm: 3400 797 370 3 0 500 0
[pid=300] ppid=32755 vsize=5356 CPUtime=0
/proc/300/stat : 300 (sh) S 32755 32755 32064 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 637924034 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/300/statm: 1339 233 193 169 0 50 0
[pid=301] ppid=300 vsize=864244 CPUtime=25.06
/proc/301/stat : 301 (java) S 300 32755 32064 0 -1 0 20321 0 1 0 2487 19 0 0 18 0 9 0 637924034 884985856 19217 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/301/statm: 216061 19217 2564 9 0 210608 0
[pid=301/tid=302] ppid=300 vsize=864244 CPUtime=23.8
/proc/301/task/302/stat : 302 (java) R 300 32755 32064 0 -1 64 3464 0 1 0 2372 8 0 0 25 0 9 0 637924035 884985856 19217 996147200 134512640 134550740 4294955952 18446744073709551615 4125952119 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=301/tid=303] ppid=300 vsize=864244 CPUtime=1.11
/proc/301/task/303/stat : 303 (java) S 300 32755 32064 0 -1 64 15801 0 0 0 103 8 0 0 16 0 9 0 637924036 884985856 19217 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=301/tid=304] ppid=300 vsize=864244 CPUtime=0
/proc/301/task/304/stat : 304 (java) S 300 32755 32064 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 637924036 884985856 19217 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=301/tid=305] ppid=300 vsize=864244 CPUtime=0
/proc/301/task/305/stat : 305 (java) S 300 32755 32064 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 637924036 884985856 19217 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/32755/statm: 3400 798 370 3 0 500 0
[pid=310] ppid=32755 vsize=5356 CPUtime=0
/proc/310/stat : 310 (sh) S 32755 32755 32064 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 637937622 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/310/statm: 1339 232 193 169 0 50 0
[pid=311] ppid=310 vsize=62204 CPUtime=25.98
/proc/311/stat : 311 (picosat) R 310 32755 32064 0 -1 4194304 15185 0 0 0 1246 1352 0 0 25 0 1 0 637937623 63696896 15171 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/311/statm: 15551 15171 40 102 0 15446 0
Current children cumulated CPU time (s) 161.46
Current children cumulated vsize (KiB) 81160

[startup+222.307 s]
/proc/loadavg: 1.99 1.97 1.97 3/77 311
/proc/meminfo: memFree=1583696/2055920 swapFree=4180580/4192956
[pid=32755] ppid=32753 vsize=13600 CPUtime=135.48
/proc/32755/stat : 32755 (sugar) S 32753 32755 32064 0 -1 4194304 1021 40640 0 2 3 1 13470 74 16 0 1 0 637924003 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32755/statm: 3400 798 370 3 0 500 0
[pid=310] ppid=32755 vsize=5356 CPUtime=0
/proc/310/stat : 310 (sh) S 32755 32755 32064 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 637937622 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/310/statm: 1339 232 193 169 0 50 0
[pid=311] ppid=310 vsize=69068 CPUtime=85.72
/proc/311/stat : 311 (picosat) R 310 32755 32064 0 -1 4194304 16983 0 0 0 7152 1420 0 0 25 0 1 0 637937623 70725632 16969 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/311/statm: 17267 16969 42 102 0 17162 0
Current children cumulated CPU time (s) 221.2
Current children cumulated vsize (KiB) 88024

[startup+282.302 s]
/proc/loadavg: 1.99 1.97 1.97 3/77 311
/proc/meminfo: memFree=1578832/2055920 swapFree=4180580/4192956
[pid=32755] ppid=32753 vsize=13600 CPUtime=135.48
/proc/32755/stat : 32755 (sugar) S 32753 32755 32064 0 -1 4194304 1021 40640 0 2 3 1 13470 74 16 0 1 0 637924003 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32755/statm: 3400 798 370 3 0 500 0
[pid=310] ppid=32755 vsize=5356 CPUtime=0
/proc/310/stat : 310 (sh) S 32755 32755 32064 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 637937622 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/310/statm: 1339 232 193 169 0 50 0
[pid=311] ppid=310 vsize=71572 CPUtime=145.47
/proc/311/stat : 311 (picosat) R 310 32755 32064 0 -1 4194304 17724 0 0 0 13127 1420 0 0 25 0 1 0 637937623 73289728 17600 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/311/statm: 17893 17600 48 102 0 17788 0
Current children cumulated CPU time (s) 280.95
Current children cumulated vsize (KiB) 90528

[startup+342.303 s]
/proc/loadavg: 1.99 1.97 1.97 3/77 311
/proc/meminfo: memFree=1577104/2055920 swapFree=4180580/4192956
[pid=32755] ppid=32753 vsize=13600 CPUtime=135.48
/proc/32755/stat : 32755 (sugar) S 32753 32755 32064 0 -1 4194304 1021 40640 0 2 3 1 13470 74 16 0 1 0 637924003 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32755/statm: 3400 798 370 3 0 500 0
[pid=310] ppid=32755 vsize=5356 CPUtime=0
/proc/310/stat : 310 (sh) S 32755 32755 32064 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 637937622 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/310/statm: 1339 232 193 169 0 50 0
[pid=311] ppid=310 vsize=71572 CPUtime=205.23
/proc/311/stat : 311 (picosat) R 310 32755 32064 0 -1 4194304 17724 0 0 0 19103 1420 0 0 25 0 1 0 637937623 73289728 17600 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/311/statm: 17893 17600 48 102 0 17788 0
Current children cumulated CPU time (s) 340.71
Current children cumulated vsize (KiB) 90528

[startup+402.303 s]
/proc/loadavg: 1.99 1.97 1.97 3/77 311
/proc/meminfo: memFree=1573776/2055920 swapFree=4180580/4192956
[pid=32755] ppid=32753 vsize=13600 CPUtime=135.48
/proc/32755/stat : 32755 (sugar) S 32753 32755 32064 0 -1 4194304 1021 40640 0 2 3 1 13470 74 16 0 1 0 637924003 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32755/statm: 3400 798 370 3 0 500 0
[pid=310] ppid=32755 vsize=5356 CPUtime=0
/proc/310/stat : 310 (sh) S 32755 32755 32064 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 637937622 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/310/statm: 1339 232 193 169 0 50 0
[pid=311] ppid=310 vsize=72628 CPUtime=265
/proc/311/stat : 311 (picosat) R 310 32755 32064 0 -1 4194304 17993 0 0 0 25079 1421 0 0 25 0 1 0 637937623 74371072 17869 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/311/statm: 18157 17869 48 102 0 18052 0
Current children cumulated CPU time (s) 400.48
Current children cumulated vsize (KiB) 91584

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

[startup+409.603 s]
/proc/loadavg: 1.99 1.97 1.97 3/77 311
/proc/meminfo: memFree=1573008/2055920 swapFree=4180580/4192956
[pid=32755] ppid=32753 vsize=13600 CPUtime=135.48
/proc/32755/stat : 32755 (sugar) S 32753 32755 32064 0 -1 4194304 1021 40640 0 2 3 1 13470 74 16 0 1 0 637924003 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32755/statm: 3400 798 370 3 0 500 0
[pid=310] ppid=32755 vsize=5356 CPUtime=0
/proc/310/stat : 310 (sh) S 32755 32755 32064 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 637937622 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/310/statm: 1339 232 193 169 0 50 0
[pid=311] ppid=310 vsize=72892 CPUtime=272.26
/proc/311/stat : 311 (picosat) R 310 32755 32064 0 -1 4194304 18083 0 0 0 25805 1421 0 0 25 0 1 0 637937623 74641408 17959 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/311/statm: 18223 17959 48 102 0 18118 0
Current children cumulated CPU time (s) 407.74
Current children cumulated vsize (KiB) 91848

[startup+422.401 s]
/proc/loadavg: 1.99 1.97 1.97 3/77 311
/proc/meminfo: memFree=1572048/2055920 swapFree=4180580/4192956
[pid=32755] ppid=32753 vsize=13600 CPUtime=135.48
/proc/32755/stat : 32755 (sugar) S 32753 32755 32064 0 -1 4194304 1021 40640 0 2 3 1 13470 74 16 0 1 0 637924003 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32755/statm: 3400 798 370 3 0 500 0
[pid=310] ppid=32755 vsize=5356 CPUtime=0
/proc/310/stat : 310 (sh) S 32755 32755 32064 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 637937622 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/310/statm: 1339 232 193 169 0 50 0
[pid=311] ppid=310 vsize=73536 CPUtime=285.01
/proc/311/stat : 311 (picosat) R 310 32755 32064 0 -1 4194304 18279 0 0 0 27080 1421 0 0 25 0 1 0 637937623 75300864 18022 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/311/statm: 18384 18022 48 102 0 18279 0
Current children cumulated CPU time (s) 420.49
Current children cumulated vsize (KiB) 92492

[startup+425.602 s]
/proc/loadavg: 1.99 1.97 1.97 3/77 311
/proc/meminfo: memFree=1571920/2055920 swapFree=4180580/4192956
[pid=32755] ppid=32753 vsize=13600 CPUtime=135.48
/proc/32755/stat : 32755 (sugar) S 32753 32755 32064 0 -1 4194304 1021 40640 0 2 3 1 13470 74 16 0 1 0 637924003 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32755/statm: 3400 798 370 3 0 500 0
[pid=310] ppid=32755 vsize=5356 CPUtime=0
/proc/310/stat : 310 (sh) S 32755 32755 32064 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 637937622 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/310/statm: 1339 232 193 169 0 50 0
[pid=311] ppid=310 vsize=73536 CPUtime=288.2
/proc/311/stat : 311 (picosat) R 310 32755 32064 0 -1 4194304 18279 0 0 0 27399 1421 0 0 25 0 1 0 637937623 75300864 18022 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/311/statm: 18384 18022 48 102 0 18279 0
Current children cumulated CPU time (s) 423.68
Current children cumulated vsize (KiB) 92492

[startup+428.802 s]
/proc/loadavg: 1.99 1.97 1.97 3/77 311
/proc/meminfo: memFree=1571728/2055920 swapFree=4180580/4192956
[pid=32755] ppid=32753 vsize=13600 CPUtime=135.48
/proc/32755/stat : 32755 (sugar) S 32753 32755 32064 0 -1 4194304 1021 40640 0 2 3 1 13470 74 16 0 1 0 637924003 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32755/statm: 3400 798 370 3 0 500 0
[pid=310] ppid=32755 vsize=5356 CPUtime=0
/proc/310/stat : 310 (sh) S 32755 32755 32064 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 637937622 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/310/statm: 1339 232 193 169 0 50 0
[pid=311] ppid=310 vsize=73536 CPUtime=291.38
/proc/311/stat : 311 (picosat) R 310 32755 32064 0 -1 4194304 18279 0 0 0 27717 1421 0 0 25 0 1 0 637937623 75300864 18022 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/311/statm: 18384 18022 48 102 0 18279 0
Current children cumulated CPU time (s) 426.86
Current children cumulated vsize (KiB) 92492

[startup+429.602 s]
/proc/loadavg: 1.99 1.97 1.97 3/77 311
/proc/meminfo: memFree=1571664/2055920 swapFree=4180580/4192956
[pid=32755] ppid=32753 vsize=13600 CPUtime=135.48
/proc/32755/stat : 32755 (sugar) S 32753 32755 32064 0 -1 4194304 1021 40640 0 2 3 1 13470 74 16 0 1 0 637924003 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32755/statm: 3400 798 370 3 0 500 0
[pid=310] ppid=32755 vsize=5356 CPUtime=0
/proc/310/stat : 310 (sh) S 32755 32755 32064 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 637937622 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/310/statm: 1339 232 193 169 0 50 0
[pid=311] ppid=310 vsize=73536 CPUtime=292.18
/proc/311/stat : 311 (picosat) R 310 32755 32064 0 -1 4194304 18279 0 0 0 27797 1421 0 0 25 0 1 0 637937623 75300864 18022 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/311/statm: 18384 18022 48 102 0 18279 0
Current children cumulated CPU time (s) 427.66
Current children cumulated vsize (KiB) 92492

[startup+430.402 s]
/proc/loadavg: 1.99 1.97 1.97 3/77 311
/proc/meminfo: memFree=1571600/2055920 swapFree=4180580/4192956
[pid=32755] ppid=32753 vsize=13600 CPUtime=135.48
/proc/32755/stat : 32755 (sugar) S 32753 32755 32064 0 -1 4194304 1021 40640 0 2 3 1 13470 74 16 0 1 0 637924003 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32755/statm: 3400 798 370 3 0 500 0
[pid=310] ppid=32755 vsize=5356 CPUtime=0
/proc/310/stat : 310 (sh) S 32755 32755 32064 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 637937622 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/310/statm: 1339 232 193 169 0 50 0
[pid=311] ppid=310 vsize=73536 CPUtime=292.98
/proc/311/stat : 311 (picosat) R 310 32755 32064 0 -1 4194304 18279 0 0 0 27877 1421 0 0 25 0 1 0 637937623 75300864 18022 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/311/statm: 18384 18022 48 102 0 18279 0
Current children cumulated CPU time (s) 428.46
Current children cumulated vsize (KiB) 92492

[startup+430.802 s]
/proc/loadavg: 1.99 1.97 1.97 3/77 311
/proc/meminfo: memFree=1571600/2055920 swapFree=4180580/4192956
[pid=32755] ppid=32753 vsize=13600 CPUtime=428.72
/proc/32755/stat : 32755 (sugar) S 32753 32755 32064 0 -1 4194304 1089 59206 0 2 3 1 41370 1498 15 0 1 0 637924003 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32755/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 428.72
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 430.841
CPU time (s): 428.884
CPU user time (s): 413.827
CPU system time (s): 15.0567
CPU usage (%): 99.5457
Max. virtual memory (cumulated for all children) (KiB): 888948

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 413.827
system time used= 15.0567
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64014
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= 12398
involuntary context switches= 17131

runsolver used 0.45493 second user time and 1.26681 second system time

The end

Launcher Data (download as text)

Begin job on node79 at 2008-07-04 07:38:56
IDJOB=1067101
IDBENCH=55167
IDSOLVER=345
FILE ID=node79/1067101-1215149936
PBS_JOBID= 7877427
Free space on /tmp= 66548 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/wordsVg/normalized-crossword-m1c-words-vg11-15_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-1067101-1215149936/watcher-1067101-1215149936 -o /tmp/evaluation-result-1067101-1215149936/solver-1067101-1215149936 -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-1067101-1215149936.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f5d1e16d18193db3de9ce0bcb3d0d604
RANDOM SEED=1602149076

node79.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.218
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.218
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1722760 kB
Buffers:         36644 kB
Cached:         150616 kB
SwapCached:       6948 kB
Active:         203636 kB
Inactive:        76332 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1722760 kB
SwapTotal:     4192956 kB
SwapFree:      4180580 kB
Dirty:            1468 kB
Writeback:           0 kB
Mapped:          98752 kB
Slab:            38360 kB
Committed_AS:  1063448 kB
PageTables:       1924 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66548 MiB
End job on node79 at 2008-07-04 07:46:07