Trace number 2069992

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.14.6+picosatUNSAT 203.144 203.853

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg12-15_ext.xml
MD5SUM5c825d1a485b3da8a129811f0613b130
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.041993
Satisfiable
(Un)Satisfiability was proved
Number of variables180
Number of constraints27
Maximum constraint arity15
Maximum domain size26
Number of constraints which are defined in extension27
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.06	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.06	c 0	BEGIN Sun Jul 12 00:22:22 2009
0.00/0.06	c 0	PID 19193
0.00/0.07	c 0	HOST node68.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-2069992-1247350941.xml TO HOME/temp.csp
0.00/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2069992-1247350941.xml' 'HOME/temp.csp'
0.06/0.26	c 0	1 domains, 180 variables, 0 predicates, 2 relations, 27 constraints
0.06/0.28	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.28	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.28/0.35	c 0	Parsing HOME/temp.csp
0.28/0.42	c 0	parsed 210 expressions
0.28/0.42	c 0	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.28/0.42	c 0	Converting to clausal form CSP
0.28/0.45	c 0	converted 21 (10%) expressions
0.28/0.45	c 0	converted 42 (20%) expressions
0.28/0.45	c 0	converted 63 (30%) expressions
0.28/0.45	c 0	converted 84 (40%) expressions
0.28/0.45	c 0	converted 105 (50%) expressions
0.28/0.45	c 0	converted 126 (60%) expressions
0.28/0.45	c 0	converted 147 (70%) expressions
0.28/0.45	c 0	converted 168 (80%) expressions
0.28/0.71	c 0	converted 189 (90%) expressions
1.14/1.19	c 1	converted 210 (100%) expressions
1.14/1.19	c 1	CSP : 180 integers, 0 booleans, 27 clauses, largest domain size 26
1.14/1.19	c 1	Heap : 28 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.14/1.19	c 1	Propagation in CSP
1.14/1.20	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.14/1.20	c 1	CSP : 180 integers, 0 booleans, 27 clauses, largest domain size 26
1.14/1.20	c 1	Heap : 28 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.24/1.20	c 1	Simplifing CSP by introducing new Boolean variables
1.24/1.20	c 1	CSP : 180 integers, 0 booleans, 27 clauses, largest domain size 26
1.24/1.20	c 1	Heap : 28 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.34/1.33	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.34/1.35	c 1	18 (10%) CSP integer variables are encoded (432 clauses, 4608 bytes)
1.34/1.35	c 1	36 (20%) CSP integer variables are encoded (864 clauses, 9360 bytes)
1.34/1.35	c 1	54 (30%) CSP integer variables are encoded (1296 clauses, 14785 bytes)
1.34/1.35	c 1	72 (40%) CSP integer variables are encoded (1728 clauses, 20401 bytes)
1.34/1.36	c 1	90 (50%) CSP integer variables are encoded (2160 clauses, 26017 bytes)
1.34/1.36	c 1	108 (60%) CSP integer variables are encoded (2592 clauses, 31633 bytes)
1.34/1.36	c 1	126 (70%) CSP integer variables are encoded (3024 clauses, 37249 bytes)
1.34/1.36	c 1	144 (80%) CSP integer variables are encoded (3456 clauses, 42865 bytes)
1.34/1.36	c 1	162 (90%) CSP integer variables are encoded (3888 clauses, 48481 bytes)
1.34/1.36	c 1	180 (100%) CSP integer variables are encoded (4320 clauses, 54097 bytes)
15.18/15.23	c 15	3 (10%) CSP clauses are encoded (106707 clauses, 7957330 bytes)
29.01/29.19	c 29	6 (20%) CSP clauses are encoded (209094 clauses, 16023796 bytes)
43.01/43.21	c 43	9 (30%) CSP clauses are encoded (311481 clauses, 24155308 bytes)
52.05/52.35	c 52	11 (40%) CSP clauses are encoded (379739 clauses, 29641370 bytes)
65.88/66.27	c 66	14 (50%) CSP clauses are encoded (482126 clauses, 37966835 bytes)
71.65/72.06	c 72	17 (60%) CSP clauses are encoded (532465 clauses, 41971207 bytes)
72.65/73.01	c 73	19 (70%) CSP clauses are encoded (548675 clauses, 43425433 bytes)
74.03/74.42	c 74	22 (80%) CSP clauses are encoded (572990 clauses, 45791878 bytes)
75.43/75.81	c 75	25 (90%) CSP clauses are encoded (597305 clauses, 48158323 bytes)
76.31/76.77	c 76	27 (100%) CSP clauses are encoded (613515 clauses, 49735953 bytes)
76.31/76.77	c 76	27 CSP clauses encoded
76.31/76.77	c 76	Writing map file : HOME/temp.map
76.31/76.77	c 76	Heap : 44 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
76.31/76.77	c 76	SAT : 4500 SAT variables, 613515 SAT clauses, 49735953 bytes
76.31/76.77	c 76	Heap : 44 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
76.31/76.79	c 76	SOLVING HOME/temp.cnf
76.31/76.79	c 76	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
202.91/203.66	c 203	DECODING HOME/temp.out WITH HOME/temp.map
202.91/203.66	c 203	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
202.97/203.74	c 203	Decoding HOME/temp.out
202.97/203.77	s UNSATISFIABLE
202.97/203.79	c 203	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
202.97/203.82	c 203	CPU 203.1 (0.05 0.02 190.46 12.57)
202.97/203.83	c 203	END Sun Jul 12 00:25:45 2009

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2069992-1247350941/watcher-2069992-1247350941 -o /tmp/evaluation-result-2069992-1247350941/solver-2069992-1247350941 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2069992-1247350941.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.97 2.07 2.08 3/70 19193
/proc/meminfo: memFree=1380584/2055920 swapFree=4192952/4192956
[pid=19193] ppid=19191 vsize=12272 CPUtime=0
/proc/19193/stat : 19193 (sugar) R 19191 19193 18865 0 -1 4194304 396 0 0 0 0 0 0 0 18 0 1 0 22156838 12566528 364 996147200 4194304 4206940 548682068608 18446744073709551615 209569496062 0 0 4224 0 0 0 0 17 0 0 0
/proc/19193/statm: 3068 364 274 3 0 168 0

[startup+0.0982781 s]
/proc/loadavg: 1.97 2.07 2.08 3/70 19193
/proc/meminfo: memFree=1380584/2055920 swapFree=4192952/4192956
[pid=19193] ppid=19191 vsize=16868 CPUtime=0.06
/proc/19193/stat : 19193 (sugar) S 19191 19193 18865 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 22156838 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19193/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.102273 s]
/proc/loadavg: 1.97 2.07 2.08 3/70 19193
/proc/meminfo: memFree=1380584/2055920 swapFree=4192952/4192956
[pid=19193] ppid=19191 vsize=16868 CPUtime=0.06
/proc/19193/stat : 19193 (sugar) S 19191 19193 18865 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 22156838 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19193/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301311 s]
/proc/loadavg: 1.97 2.07 2.08 3/70 19193
/proc/meminfo: memFree=1380584/2055920 swapFree=4192952/4192956
[pid=19193] ppid=19191 vsize=16868 CPUtime=0.28
/proc/19193/stat : 19193 (sugar) S 19191 19193 18865 0 -1 4194304 1292 4575 0 1 5 1 20 2 16 0 1 0 22156838 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19193/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 16868

[startup+0.702379 s]
/proc/loadavg: 1.97 2.07 2.08 3/70 19193
/proc/meminfo: memFree=1380584/2055920 swapFree=4192952/4192956
[pid=19193] ppid=19191 vsize=16868 CPUtime=0.28
/proc/19193/stat : 19193 (sugar) S 19191 19193 18865 0 -1 4194304 1309 4575 0 1 5 1 20 2 16 0 1 0 22156838 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19193/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 16868

[startup+1.50152 s]
/proc/loadavg: 1.97 2.07 2.08 2/81 19215
/proc/meminfo: memFree=1347664/2055920 swapFree=4192952/4192956
[pid=19193] ppid=19191 vsize=16868 CPUtime=0.28
/proc/19193/stat : 19193 (sugar) S 19191 19193 18865 0 -1 4194304 1311 4575 0 1 5 1 20 2 16 0 1 0 22156838 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19193/statm: 4217 1112 409 3 0 796 0
[pid=19206] ppid=19193 vsize=5356 CPUtime=0
/proc/19206/stat : 19206 (sh) S 19193 19193 18865 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22156866 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19206/statm: 1339 233 193 169 0 50 0
[pid=19207] ppid=19206 vsize=864992 CPUtime=1.27
/proc/19207/stat : 19207 (java) S 19206 19193 18865 0 -1 0 13027 0 1 0 121 6 0 0 20 0 9 0 22156867 885751808 12263 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19207/statm: 216248 12263 2591 9 0 210725 0
[pid=19207/tid=19208] ppid=19206 vsize=864992 CPUtime=0.56
/proc/19207/task/19208/stat : 19208 (java) R 19206 19193 18865 0 -1 64 3074 0 1 0 54 2 0 0 17 0 9 0 22156868 885751808 12263 996147200 134512640 134550932 4294955936 18446744073709551615 4126536973 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19207/tid=19209] ppid=19206 vsize=864992 CPUtime=0.62
/proc/19207/task/19209/stat : 19209 (java) S 19206 19193 18865 0 -1 64 8900 0 0 0 59 3 0 0 16 0 9 0 22156869 885751808 12263 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19207/tid=19210] ppid=19206 vsize=864992 CPUtime=0
/proc/19207/task/19210/stat : 19210 (java) S 19206 19193 18865 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22156869 885751808 12263 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19207/tid=19211] ppid=19206 vsize=864992 CPUtime=0
/proc/19207/task/19211/stat : 19211 (java) S 19206 19193 18865 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22156869 885751808 12263 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19207/tid=19212] ppid=19206 vsize=864992 CPUtime=0
/proc/19207/task/19212/stat : 19212 (java) S 19206 19193 18865 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22156871 885751808 12263 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19207/tid=19213] ppid=19206 vsize=864992 CPUtime=0.07
/proc/19207/task/19213/stat : 19213 (java) S 19206 19193 18865 0 -1 64 355 0 0 0 7 0 0 0 16 0 9 0 22156871 885751808 12263 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19207/tid=19214] ppid=19206 vsize=864992 CPUtime=0
/proc/19207/task/19214/stat : 19214 (java) S 19206 19193 18865 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22156871 885751808 12263 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19207/tid=19215] ppid=19206 vsize=864992 CPUtime=0
/proc/19207/task/19215/stat : 19215 (java) S 19206 19193 18865 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22156871 885751808 12263 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.55
Current children cumulated vsize (KiB) 887216

[startup+3.10279 s]
/proc/loadavg: 1.97 2.07 2.08 3/96 19246
/proc/meminfo: memFree=1324760/2055920 swapFree=4192952/4192956
[pid=19193] ppid=19191 vsize=16868 CPUtime=0.28
/proc/19193/stat : 19193 (sugar) S 19191 19193 18865 0 -1 4194304 1311 4575 0 1 5 1 20 2 16 0 1 0 22156838 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19193/statm: 4217 1112 409 3 0 796 0
[pid=19206] ppid=19193 vsize=5356 CPUtime=0
/proc/19206/stat : 19206 (sh) S 19193 19193 18865 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22156866 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19206/statm: 1339 233 193 169 0 50 0
[pid=19207] ppid=19206 vsize=864992 CPUtime=2.87
/proc/19207/stat : 19207 (java) S 19206 19193 18865 0 -1 0 13445 0 1 0 280 7 0 0 20 0 9 0 22156867 885751808 12668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19207/statm: 216248 12668 2591 9 0 210725 0
[pid=19207/tid=19208] ppid=19206 vsize=864992 CPUtime=2.13
/proc/19207/task/19208/stat : 19208 (java) R 19206 19193 18865 0 -1 64 3087 0 1 0 210 3 0 0 25 0 9 0 22156868 885751808 12668 996147200 134512640 134550932 4294955936 18446744073709551615 4126580586 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19207/tid=19209] ppid=19206 vsize=864992 CPUtime=0.64
/proc/19207/task/19209/stat : 19209 (java) S 19206 19193 18865 0 -1 64 9305 0 0 0 61 3 0 0 16 0 9 0 22156869 885751808 12668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19207/tid=19210] ppid=19206 vsize=864992 CPUtime=0
/proc/19207/task/19210/stat : 19210 (java) S 19206 19193 18865 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22156869 885751808 12668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19207/tid=19211] ppid=19206 vsize=864992 CPUtime=0
/proc/19207/task/19211/stat : 19211 (java) S 19206 19193 18865 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22156869 885751808 12668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19207/tid=19212] ppid=19206 vsize=864992 CPUtime=0
/proc/19207/task/19212/stat : 19212 (java) S 19206 19193 18865 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22156871 885751808 12668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19207/tid=19213] ppid=19206 vsize=864992 CPUtime=0.07
/proc/19207/task/19213/stat : 19213 (java) S 19206 19193 18865 0 -1 64 355 0 0 0 7 0 0 0 16 0 9 0 22156871 885751808 12668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19207/tid=19214] ppid=19206 vsize=864992 CPUtime=0
/proc/19207/task/19214/stat : 19214 (java) S 19206 19193 18865 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22156871 885751808 12668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19207/tid=19215] ppid=19206 vsize=864992 CPUtime=0
/proc/19207/task/19215/stat : 19215 (java) S 19206 19193 18865 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22156871 885751808 12668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.15
Current children cumulated vsize (KiB) 887216

[startup+6.30133 s]
/proc/loadavg: 1.97 2.07 2.08 3/96 19246
/proc/meminfo: memFree=1285720/2055920 swapFree=4192952/4192956
[pid=19193] ppid=19191 vsize=16868 CPUtime=0.28
/proc/19193/stat : 19193 (sugar) S 19191 19193 18865 0 -1 4194304 1311 4575 0 1 5 1 20 2 16 0 1 0 22156838 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19193/statm: 4217 1112 409 3 0 796 0
[pid=19206] ppid=19193 vsize=5356 CPUtime=0
/proc/19206/stat : 19206 (sh) S 19193 19193 18865 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22156866 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19206/statm: 1339 233 193 169 0 50 0
[pid=19207] ppid=19206 vsize=864992 CPUtime=6.05
/proc/19207/stat : 19207 (java) S 19206 19193 18865 0 -1 0 14745 0 1 0 595 10 0 0 20 0 9 0 22156867 885751808 13902 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19207/statm: 216248 13902 2591 9 0 210725 0
[pid=19207/tid=19208] ppid=19206 vsize=864992 CPUtime=5.22
/proc/19207/task/19208/stat : 19208 (java) R 19206 19193 18865 0 -1 64 3153 0 1 0 517 5 0 0 25 0 9 0 22156868 885751808 13902 996147200 134512640 134550932 4294955936 18446744073709551615 4126580645 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19207/tid=19209] ppid=19206 vsize=864992 CPUtime=0.73
/proc/19207/task/19209/stat : 19209 (java) S 19206 19193 18865 0 -1 64 10536 0 0 0 69 4 0 0 16 0 9 0 22156869 885751808 13902 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19207/tid=19210] ppid=19206 vsize=864992 CPUtime=0
/proc/19207/task/19210/stat : 19210 (java) S 19206 19193 18865 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22156869 885751808 13902 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19207/tid=19211] ppid=19206 vsize=864992 CPUtime=0
/proc/19207/task/19211/stat : 19211 (java) S 19206 19193 18865 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22156869 885751808 13902 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19207/tid=19212] ppid=19206 vsize=864992 CPUtime=0
/proc/19207/task/19212/stat : 19212 (java) S 19206 19193 18865 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22156871 885751808 13902 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19207/tid=19213] ppid=19206 vsize=864992 CPUtime=0.08
/proc/19207/task/19213/stat : 19213 (java) S 19206 19193 18865 0 -1 64 358 0 0 0 8 0 0 0 16 0 9 0 22156871 885751808 13902 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19207/tid=19214] ppid=19206 vsize=864992 CPUtime=0
/proc/19207/task/19214/stat : 19214 (java) S 19206 19193 18865 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22156871 885751808 13902 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19207/tid=19215] ppid=19206 vsize=864992 CPUtime=0
/proc/19207/task/19215/stat : 19215 (java) S 19206 19193 18865 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22156871 885751808 13902 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.33
Current children cumulated vsize (KiB) 887216

[startup+12.7025 s]
/proc/loadavg: 1.98 2.07 2.08 3/96 19246
/proc/meminfo: memFree=1261848/2055920 swapFree=4192952/4192956
[pid=19193] ppid=19191 vsize=16868 CPUtime=0.28
/proc/19193/stat : 19193 (sugar) S 19191 19193 18865 0 -1 4194304 1311 4575 0 1 5 1 20 2 16 0 1 0 22156838 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19193/statm: 4217 1112 409 3 0 796 0
[pid=19206] ppid=19193 vsize=5356 CPUtime=0
/proc/19206/stat : 19206 (sh) S 19193 19193 18865 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22156866 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19206/statm: 1339 233 193 169 0 50 0
[pid=19207] ppid=19206 vsize=864992 CPUtime=12.42
/proc/19207/stat : 19207 (java) S 19206 19193 18865 0 -1 0 16646 0 1 0 1229 13 0 0 20 0 9 0 22156867 885751808 15719 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19207/statm: 216248 15719 2591 9 0 210725 0
[pid=19207/tid=19208] ppid=19206 vsize=864992 CPUtime=11.46
/proc/19207/task/19208/stat : 19208 (java) R 19206 19193 18865 0 -1 64 3237 0 1 0 1140 6 0 0 25 0 9 0 22156868 885751808 15719 996147200 134512640 134550932 4294955936 18446744073709551615 4126580586 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19207/tid=19209] ppid=19206 vsize=864992 CPUtime=0.85
/proc/19207/task/19209/stat : 19209 (java) S 19206 19193 18865 0 -1 64 12352 0 0 0 80 5 0 0 16 0 9 0 22156869 885751808 15719 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19207/tid=19210] ppid=19206 vsize=864992 CPUtime=0
/proc/19207/task/19210/stat : 19210 (java) S 19206 19193 18865 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22156869 885751808 15719 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19207/tid=19211] ppid=19206 vsize=864992 CPUtime=0
/proc/19207/task/19211/stat : 19211 (java) S 19206 19193 18865 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22156869 885751808 15719 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19207/tid=19212] ppid=19206 vsize=864992 CPUtime=0
/proc/19207/task/19212/stat : 19212 (java) S 19206 19193 18865 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22156871 885751808 15719 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19207/tid=19213] ppid=19206 vsize=864992 CPUtime=0.08
/proc/19207/task/19213/stat : 19213 (java) S 19206 19193 18865 0 -1 64 359 0 0 0 8 0 0 0 16 0 9 0 22156871 885751808 15719 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19207/tid=19214] ppid=19206 vsize=864992 CPUtime=0
/proc/19207/task/19214/stat : 19214 (java) S 19206 19193 18865 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22156871 885751808 15719 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19207/tid=19215] ppid=19206 vsize=864992 CPUtime=0
/proc/19207/task/19215/stat : 19215 (java) S 19206 19193 18865 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22156871 885751808 15719 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 887216

[startup+25.5026 s]
/proc/loadavg: 1.98 2.07 2.08 3/96 19246
/proc/meminfo: memFree=1229656/2055920 swapFree=4192952/4192956
[pid=19193] ppid=19191 vsize=16868 CPUtime=0.28
/proc/19193/stat : 19193 (sugar) S 19191 19193 18865 0 -1 4194304 1311 4575 0 1 5 1 20 2 16 0 1 0 22156838 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19193/statm: 4217 1112 409 3 0 796 0
[pid=19206] ppid=19193 vsize=5356 CPUtime=0
/proc/19206/stat : 19206 (sh) S 19193 19193 18865 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22156866 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19206/statm: 1339 233 193 169 0 50 0
[pid=19207] ppid=19206 vsize=865012 CPUtime=25.15
/proc/19207/stat : 19207 (java) S 19206 19193 18865 0 -1 0 20889 0 1 0 2494 21 0 0 20 0 9 0 22156867 885772288 17231 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19207/statm: 216253 17231 2591 9 0 210730 0
[pid=19207/tid=19208] ppid=19206 vsize=865012 CPUtime=23.74
/proc/19207/task/19208/stat : 19208 (java) R 19206 19193 18865 0 -1 64 3426 0 1 0 2363 11 0 0 25 0 9 0 22156868 885772288 17231 996147200 134512640 134550932 4294955936 18446744073709551615 4126453859 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19207/tid=19209] ppid=19206 vsize=865012 CPUtime=1.29
/proc/19207/task/19209/stat : 19209 (java) S 19206 19193 18865 0 -1 64 16401 0 0 0 121 8 0 0 16 0 9 0 22156869 885772288 17231 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19207/tid=19210] ppid=19206 vsize=865012 CPUtime=0
/proc/19207/task/19210/stat : 19210 (java) S 19206 19193 18865 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22156869 885772288 17231 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19207/tid=19211] ppid=19206 vsize=865012 CPUtime=0
/proc/19207/task/19211/stat : 19211 (java) S 19206 19193 18865 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22156869 885772288 17231 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19207/tid=19212] ppid=19206 vsize=865012 CPUtime=0

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

[startup+51.1029 s]
/proc/loadavg: 1.99 2.06 2.08 3/96 19246
/proc/meminfo: memFree=1194008/2055920 swapFree=4192952/4192956
[pid=19193] ppid=19191 vsize=16868 CPUtime=0.28
/proc/19193/stat : 19193 (sugar) S 19191 19193 18865 0 -1 4194304 1311 4575 0 1 5 1 20 2 16 0 1 0 22156838 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19193/statm: 4217 1112 409 3 0 796 0
[pid=19206] ppid=19193 vsize=5356 CPUtime=0
/proc/19206/stat : 19206 (sh) S 19193 19193 18865 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22156866 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19206/statm: 1339 233 193 169 0 50 0
[pid=19207] ppid=19206 vsize=865012 CPUtime=50.58
/proc/19207/stat : 19207 (java) S 19206 19193 18865 0 -1 0 24906 0 1 0 5022 36 0 0 20 0 9 0 22156867 885772288 18363 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19207/statm: 216253 18363 2591 9 0 210730 0
[pid=19207/tid=19208] ppid=19206 vsize=865012 CPUtime=48.54
/proc/19207/task/19208/stat : 19208 (java) R 19206 19193 18865 0 -1 64 3772 0 1 0 4832 22 0 0 25 0 9 0 22156868 885772288 18363 996147200 134512640 134550932 4294955936 18446744073709551615 4126536975 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19207/tid=19209] ppid=19206 vsize=865012 CPUtime=1.92
/proc/19207/task/19209/stat : 19209 (java) S 19206 19193 18865 0 -1 64 20072 0 0 0 180 12 0 0 16 0 9 0 22156869 885772288 18363 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19207/tid=19210] ppid=19206 vsize=865012 CPUtime=0
/proc/19207/task/19210/stat : 19210 (java) S 19206 19193 18865 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22156869 885772288 18363 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19207/tid=19211] ppid=19206 vsize=865012 CPUtime=0
/proc/19207/task/19211/stat : 19211 (java) S 19206 19193 18865 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22156869 885772288 18363 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19207/tid=19212] ppid=19206 vsize=865012 CPUtime=0
/proc/19207/task/19212/stat : 19212 (java) S 19206 19193 18865 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22156871 885772288 18363 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19207/tid=19213] ppid=19206 vsize=865012 CPUtime=0.09
/proc/19207/task/19213/stat : 19213 (java) S 19206 19193 18865 0 -1 64 364 0 0 0 9 0 0 0 16 0 9 0 22156871 885772288 18363 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19207/tid=19214] ppid=19206 vsize=865012 CPUtime=0
/proc/19207/task/19214/stat : 19214 (java) S 19206 19193 18865 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22156871 885772288 18363 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19207/tid=19215] ppid=19206 vsize=865012 CPUtime=0
/proc/19207/task/19215/stat : 19215 (java) S 19206 19193 18865 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22156871 885772288 18363 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.86
Current children cumulated vsize (KiB) 887236

[startup+102.308 s]
/proc/loadavg: 2.03 2.06 2.08 3/80 19250
/proc/meminfo: memFree=1158232/2055920 swapFree=4192952/4192956
[pid=19193] ppid=19191 vsize=16868 CPUtime=76.43
/proc/19193/stat : 19193 (sugar) S 19191 19193 18865 0 -1 4194304 1366 35325 0 2 5 2 7574 62 17 0 1 0 22156838 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19193/statm: 4217 1113 409 3 0 796 0
[pid=19247] ppid=19193 vsize=5356 CPUtime=0
/proc/19247/stat : 19247 (sh) S 19193 19193 18865 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22164517 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19247/statm: 1339 232 193 169 0 50 0
[pid=19248] ppid=19247 vsize=52776 CPUtime=25.37
/proc/19248/stat : 19248 (picosat) R 19247 19193 18865 0 -1 4194304 12659 0 0 0 1350 1187 0 0 25 0 1 0 22164518 54042624 12645 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/19248/statm: 13194 12645 42 102 0 13089 0
Current children cumulated CPU time (s) 101.8
Current children cumulated vsize (KiB) 75000

[startup+162.302 s]
/proc/loadavg: 2.01 2.05 2.07 3/88 19308
/proc/meminfo: memFree=1179352/2055920 swapFree=4192952/4192956
[pid=19193] ppid=19191 vsize=16868 CPUtime=76.43
/proc/19193/stat : 19193 (sugar) S 19191 19193 18865 0 -1 4194304 1366 35325 0 2 5 2 7574 62 17 0 1 0 22156838 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19193/statm: 4217 1113 409 3 0 796 0
[pid=19247] ppid=19193 vsize=5356 CPUtime=0
/proc/19247/stat : 19247 (sh) S 19193 19193 18865 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22164517 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19247/statm: 1339 232 193 169 0 50 0
[pid=19248] ppid=19247 vsize=59372 CPUtime=85.2
/proc/19248/stat : 19248 (picosat) R 19247 19193 18865 0 -1 4194304 14493 0 0 0 7329 1191 0 0 25 0 1 0 22164518 60796928 14369 996147200 134512640 134931368 4294956256 18446744073709551615 134525927 0 0 4096 0 0 0 0 17 0 0 0
/proc/19248/statm: 14843 14369 48 102 0 14738 0
Current children cumulated CPU time (s) 161.63
Current children cumulated vsize (KiB) 81596

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

[startup+179.102 s]
/proc/loadavg: 2.01 2.05 2.07 3/88 19308
/proc/meminfo: memFree=1167128/2055920 swapFree=4192952/4192956
[pid=19193] ppid=19191 vsize=16868 CPUtime=76.43
/proc/19193/stat : 19193 (sugar) S 19191 19193 18865 0 -1 4194304 1366 35325 0 2 5 2 7574 62 17 0 1 0 22156838 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19193/statm: 4217 1113 409 3 0 796 0
[pid=19247] ppid=19193 vsize=5356 CPUtime=0
/proc/19247/stat : 19247 (sh) S 19193 19193 18865 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22164517 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19247/statm: 1339 232 193 169 0 50 0
[pid=19248] ppid=19247 vsize=59372 CPUtime=101.98
/proc/19248/stat : 19248 (picosat) R 19247 19193 18865 0 -1 4194304 14493 0 0 0 9007 1191 0 0 25 0 1 0 22164518 60796928 14369 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/19248/statm: 14843 14369 48 102 0 14738 0
Current children cumulated CPU time (s) 178.41
Current children cumulated vsize (KiB) 81596

[startup+191.902 s]
/proc/loadavg: 2.00 2.04 2.07 3/88 19308
/proc/meminfo: memFree=1155800/2055920 swapFree=4192952/4192956
[pid=19193] ppid=19191 vsize=16868 CPUtime=76.43
/proc/19193/stat : 19193 (sugar) S 19191 19193 18865 0 -1 4194304 1366 35325 0 2 5 2 7574 62 17 0 1 0 22156838 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19193/statm: 4217 1113 409 3 0 796 0
[pid=19247] ppid=19193 vsize=5356 CPUtime=0
/proc/19247/stat : 19247 (sh) S 19193 19193 18865 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22164517 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19247/statm: 1339 232 193 169 0 50 0
[pid=19248] ppid=19247 vsize=59372 CPUtime=114.78
/proc/19248/stat : 19248 (picosat) R 19247 19193 18865 0 -1 4194304 14493 0 0 0 10287 1191 0 0 25 0 1 0 22164518 60796928 14369 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/19248/statm: 14843 14369 48 102 0 14738 0
Current children cumulated CPU time (s) 191.21
Current children cumulated vsize (KiB) 81596

[startup+198.303 s]
/proc/loadavg: 2.00 2.04 2.07 3/88 19308
/proc/meminfo: memFree=1151384/2055920 swapFree=4192952/4192956
[pid=19193] ppid=19191 vsize=16868 CPUtime=76.43
/proc/19193/stat : 19193 (sugar) S 19191 19193 18865 0 -1 4194304 1366 35325 0 2 5 2 7574 62 17 0 1 0 22156838 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19193/statm: 4217 1113 409 3 0 796 0
[pid=19247] ppid=19193 vsize=5356 CPUtime=0
/proc/19247/stat : 19247 (sh) S 19193 19193 18865 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22164517 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19247/statm: 1339 232 193 169 0 50 0
[pid=19248] ppid=19247 vsize=59372 CPUtime=121.18
/proc/19248/stat : 19248 (picosat) R 19247 19193 18865 0 -1 4194304 14493 0 0 0 10927 1191 0 0 25 0 1 0 22164518 60796928 14369 996147200 134512640 134931368 4294956256 18446744073709551615 134525845 0 0 4096 0 0 0 0 17 0 0 0
/proc/19248/statm: 14843 14369 48 102 0 14738 0
Current children cumulated CPU time (s) 197.61
Current children cumulated vsize (KiB) 81596

[startup+201.501 s]
/proc/loadavg: 2.00 2.04 2.07 3/88 19308
/proc/meminfo: memFree=1150872/2055920 swapFree=4192952/4192956
[pid=19193] ppid=19191 vsize=16868 CPUtime=76.43
/proc/19193/stat : 19193 (sugar) S 19191 19193 18865 0 -1 4194304 1366 35325 0 2 5 2 7574 62 17 0 1 0 22156838 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19193/statm: 4217 1113 409 3 0 796 0
[pid=19247] ppid=19193 vsize=5356 CPUtime=0
/proc/19247/stat : 19247 (sh) S 19193 19193 18865 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22164517 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19247/statm: 1339 232 193 169 0 50 0
[pid=19248] ppid=19247 vsize=59372 CPUtime=124.37
/proc/19248/stat : 19248 (picosat) R 19247 19193 18865 0 -1 4194304 14501 0 0 0 11246 1191 0 0 25 0 1 0 22164518 60796928 14377 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/19248/statm: 14843 14377 48 102 0 14738 0
Current children cumulated CPU time (s) 200.8
Current children cumulated vsize (KiB) 81596

[startup+203.103 s]
/proc/loadavg: 2.00 2.04 2.07 3/88 19308
/proc/meminfo: memFree=1150360/2055920 swapFree=4192952/4192956
[pid=19193] ppid=19191 vsize=16868 CPUtime=76.43
/proc/19193/stat : 19193 (sugar) S 19191 19193 18865 0 -1 4194304 1366 35325 0 2 5 2 7574 62 17 0 1 0 22156838 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19193/statm: 4217 1113 409 3 0 796 0
[pid=19247] ppid=19193 vsize=5356 CPUtime=0
/proc/19247/stat : 19247 (sh) S 19193 19193 18865 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22164517 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19247/statm: 1339 232 193 169 0 50 0
[pid=19248] ppid=19247 vsize=59372 CPUtime=125.98
/proc/19248/stat : 19248 (picosat) R 19247 19193 18865 0 -1 4194304 14503 0 0 0 11407 1191 0 0 25 0 1 0 22164518 60796928 14379 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/19248/statm: 14843 14379 48 102 0 14738 0
Current children cumulated CPU time (s) 202.41
Current children cumulated vsize (KiB) 81596

[startup+203.508 s]
/proc/loadavg: 2.00 2.04 2.07 3/88 19308
/proc/meminfo: memFree=1146328/2055920 swapFree=4192952/4192956
[pid=19193] ppid=19191 vsize=16868 CPUtime=76.43
/proc/19193/stat : 19193 (sugar) S 19191 19193 18865 0 -1 4194304 1366 35325 0 2 5 2 7574 62 17 0 1 0 22156838 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19193/statm: 4217 1113 409 3 0 796 0
[pid=19247] ppid=19193 vsize=5356 CPUtime=0
/proc/19247/stat : 19247 (sh) S 19193 19193 18865 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22164517 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19247/statm: 1339 232 193 169 0 50 0
[pid=19248] ppid=19247 vsize=59372 CPUtime=126.38
/proc/19248/stat : 19248 (picosat) R 19247 19193 18865 0 -1 4194304 14504 0 0 0 11447 1191 0 0 25 0 1 0 22164518 60796928 14380 996147200 134512640 134931368 4294956256 18446744073709551615 134525781 0 0 4096 0 0 0 0 17 0 0 0
/proc/19248/statm: 14843 14380 48 102 0 14738 0
Current children cumulated CPU time (s) 202.81
Current children cumulated vsize (KiB) 81596

[startup+203.703 s]
/proc/loadavg: 2.00 2.04 2.07 3/88 19308
/proc/meminfo: memFree=1146328/2055920 swapFree=4192952/4192956
[pid=19193] ppid=19191 vsize=16868 CPUtime=202.97
/proc/19193/stat : 19193 (sugar) S 19191 19193 18865 0 -1 4194304 1429 50116 0 2 5 2 19036 1254 17 0 1 0 22156838 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19193/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 202.97
Current children cumulated vsize (KiB) 16868

[startup+203.803 s]
/proc/loadavg: 2.00 2.04 2.07 3/88 19308
/proc/meminfo: memFree=1146328/2055920 swapFree=4192952/4192956
[pid=19193] ppid=19191 vsize=16868 CPUtime=202.97
/proc/19193/stat : 19193 (sugar) S 19191 19193 18865 0 -1 4194304 1449 50116 0 2 5 2 19036 1254 16 0 1 0 22156838 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19193/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 202.97
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 203.853
CPU time (s): 203.144
CPU user time (s): 190.525
CPU system time (s): 12.6191
CPU usage (%): 99.6521
Max. virtual memory (cumulated for all children) (KiB): 892488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 190.525
system time used= 12.6191
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55418
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= 12852
involuntary context switches= 14651

runsolver used 0.25996 second user time and 0.733888 second system time

The end

Launcher Data

Begin job on node68 at 2009-07-12 00:22:21
IDJOB=2069992
IDBENCH=55120
IDSOLVER=738
FILE ID=node68/2069992-1247350941
PBS_JOBID= 9506890
Free space on /tmp= 66444 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/wordsVg/normalized-crossword-m1c-words-vg12-15_ext.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2069992-1247350941/watcher-2069992-1247350941 -o /tmp/evaluation-result-2069992-1247350941/solver-2069992-1247350941 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-2069992-1247350941.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 5c825d1a485b3da8a129811f0613b130
RANDOM SEED=1663560092

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.258
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.258
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:       1381128 kB
Buffers:         62488 kB
Cached:         520812 kB
SwapCached:          4 kB
Active:          94776 kB
Inactive:       506468 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1381128 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            1692 kB
Writeback:           0 kB
Mapped:          28000 kB
Slab:            58940 kB
Committed_AS:   152276 kB
PageTables:       1784 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= 66428 MiB
End job on node68 at 2009-07-12 00:25:45