Trace number 2070323

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+minisatUNSAT 156.981 158.701

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.048992
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

0.00/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 00:29:32 2009
0.00/0.08	c 0	PID 14875
0.00/0.08	c 0	HOST node71.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2070323-1247351372.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2070323-1247351372.xml' 'HOME/temp.csp'
0.07/0.35	c 0	1 domains, 165 variables, 0 predicates, 2 relations, 26 constraints
0.07/0.35	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.35	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.33/0.43	c 0	Parsing HOME/temp.csp
0.33/0.54	c 1	parsed 194 expressions
0.33/0.54	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.33/0.54	c 1	Converting to clausal form CSP
0.33/0.56	c 1	converted 20 (10%) expressions
0.33/0.57	c 1	converted 39 (20%) expressions
0.33/0.57	c 1	converted 59 (30%) expressions
0.33/0.57	c 1	converted 78 (40%) expressions
0.33/0.57	c 1	converted 97 (50%) expressions
0.33/0.57	c 1	converted 117 (60%) expressions
0.33/0.57	c 1	converted 136 (70%) expressions
0.33/0.57	c 1	converted 156 (80%) expressions
0.96/1.01	c 1	converted 175 (90%) expressions
1.45/1.51	c 2	converted 194 (100%) expressions
1.45/1.51	c 2	CSP : 165 integers, 0 booleans, 26 clauses, largest domain size 26
1.45/1.51	c 2	Heap : 35 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
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 : 35 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
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 : 35 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.54/1.68	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.54/1.69	c 2	17 (10%) CSP integer variables are encoded (408 clauses, 4344 bytes)
1.64/1.70	c 2	33 (20%) CSP integer variables are encoded (792 clauses, 8568 bytes)
1.64/1.70	c 2	50 (30%) CSP integer variables are encoded (1200 clauses, 13537 bytes)
1.64/1.70	c 2	66 (40%) CSP integer variables are encoded (1584 clauses, 18529 bytes)
1.64/1.70	c 2	83 (50%) CSP integer variables are encoded (1992 clauses, 23833 bytes)
1.64/1.70	c 2	99 (60%) CSP integer variables are encoded (2376 clauses, 28825 bytes)
1.64/1.70	c 2	116 (70%) CSP integer variables are encoded (2784 clauses, 34129 bytes)
1.64/1.71	c 2	132 (80%) CSP integer variables are encoded (3168 clauses, 39121 bytes)
1.64/1.71	c 2	149 (90%) CSP integer variables are encoded (3576 clauses, 44425 bytes)
1.64/1.71	c 2	165 (100%) CSP integer variables are encoded (3960 clauses, 49417 bytes)
28.77/29.12	c 29	3 (10%) CSP clauses are encoded (146427 clauses, 10402113 bytes)
56.08/56.79	c 57	6 (20%) CSP clauses are encoded (288894 clauses, 20983039 bytes)
74.30/75.15	c 75	8 (30%) CSP clauses are encoded (383872 clauses, 28097209 bytes)
101.81/102.92	c 103	11 (40%) CSP clauses are encoded (526339 clauses, 38859261 bytes)
119.73/121.08	c 121	13 (50%) CSP clauses are encoded (621317 clauses, 46154501 bytes)
138.63/140.12	c 140	16 (60%) CSP clauses are encoded (724400 clauses, 54030038 bytes)
140.11/141.65	c 142	19 (70%) CSP clauses are encoded (748715 clauses, 56133184 bytes)
141.20/142.70	c 143	21 (80%) CSP clauses are encoded (764925 clauses, 57710814 bytes)
142.68/144.25	c 144	24 (90%) CSP clauses are encoded (789240 clauses, 60077259 bytes)
143.68/145.28	c 145	26 (100%) CSP clauses are encoded (805450 clauses, 61654889 bytes)
143.68/145.28	c 145	26 CSP clauses encoded
143.68/145.28	c 145	Writing map file : HOME/temp.map
143.68/145.29	c 145	Heap : 58 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
143.68/145.29	c 145	SAT : 4125 SAT variables, 805450 SAT clauses, 61654889 bytes
143.68/145.29	c 145	Heap : 58 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
143.76/145.34	c 145	SOLVING HOME/temp.cnf
143.76/145.34	c 145	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
143.76/145.35	c 145	This is MiniSat 2.0 beta
143.76/145.35	c 145	WARNING: for repeatability, setting FPU to use double precision
143.76/145.35	c 145	============================[ Problem Statistics ]=============================
143.76/145.35	c 145	|                                                                             |
143.76/145.35	c 145	|  Number of variables:  4125                                                 |
143.76/145.35	c 145	|  Number of clauses:    805450                                               |
145.01/146.67	c 147	|  Parsing time:         1.19         s                                       |
145.21/146.81	c 147	============================[ Search Statistics ]==============================
145.21/146.81	c 147	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
145.21/146.81	c 147	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
145.21/146.81	c 147	===============================================================================
145.21/146.81	c 147	|         0 |    4081   798732 11584921 |   266244        0    nan |  0.000 % |
145.21/146.86	c 147	|       104 |    4077   798732 11584921 |   292868       99      5 |  1.188 % |
145.30/146.95	c 147	|       254 |    4075   798732 11584921 |   322155      248      7 |  1.212 % |
145.60/147.22	c 147	|       479 |    4075   798732 11584921 |   354370      473      7 |  1.212 % |
146.19/147.87	c 148	|       819 |    4075   798732 11584921 |   389807      813      8 |  1.212 % |
147.28/149.00	c 149	|      1326 |    4075   798732 11584921 |   428788     1320      8 |  1.212 % |
149.07/150.79	c 151	|      2086 |    4075   798732 11584921 |   471667     2080      9 |  1.212 % |
151.54/153.25	c 153	|      3225 |    4069   798732 11584921 |   518834     3218      9 |  1.382 % |
154.91/156.67	c 157	|      4934 |    4069   798732 11584921 |   570717     4927     10 |  1.382 % |
156.69/158.47	c 158	===============================================================================
156.69/158.47	c 158	restarts              : 9
156.69/158.47	c 158	conflicts             : 5831           (454 /sec)
156.69/158.47	c 158	decisions             : 8330           (1.74 % random) (648 /sec)
156.69/158.47	c 158	propagations          : 611984         (47607 /sec)
156.69/158.47	c 158	conflict literals     : 55447          (27.86 % deleted)
156.69/158.47	c 158	Memory used           : 78.54 MB
156.69/158.47	c 158	CPU time              : 12.855 s
156.69/158.47	c 158	
156.69/158.48	c 158	UNSATISFIABLE
156.69/158.49	c 159	DECODING HOME/temp.out WITH HOME/temp.map
156.69/158.49	c 159	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'
156.80/158.57	c 159	Decoding HOME/temp.out
156.80/158.61	s UNSATISFIABLE
156.80/158.61	c 159	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
156.80/158.68	c 159	CPU 156.92 (0.05 0.02 155.95 0.9)
156.80/158.68	c 159	END Sun Jul 12 00:32:11 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-2070323-1247351372/watcher-2070323-1247351372 -o /tmp/evaluation-result-2070323-1247351372/solver-2070323-1247351372 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2070323-1247351372.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: 2.10 2.26 2.25 4/82 14875
/proc/meminfo: memFree=1029912/2055920 swapFree=4192952/4192956
[pid=14875] ppid=14873 vsize=12132 CPUtime=0
/proc/14875/stat : 14875 (sugar) R 14873 14875 14651 0 -1 4194304 224 0 0 0 0 0 0 0 20 0 1 0 22199775 12423168 192 996147200 4194304 4206940 548682068608 18446744073709551615 231962219233 0 0 4224 0 0 0 0 17 1 0 0
/proc/14875/statm: 3033 192 142 3 0 133 0

[startup+0.0998611 s]
/proc/loadavg: 2.10 2.26 2.25 4/82 14875
/proc/meminfo: memFree=1029912/2055920 swapFree=4192952/4192956
[pid=14875] ppid=14873 vsize=16868 CPUtime=0.07
/proc/14875/stat : 14875 (sugar) S 14873 14875 14651 0 -1 4194304 1227 128 0 0 5 2 0 0 21 0 1 0 22199775 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14875/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.107557 s]
/proc/loadavg: 2.10 2.26 2.25 4/82 14875
/proc/meminfo: memFree=1029912/2055920 swapFree=4192952/4192956
[pid=14875] ppid=14873 vsize=16868 CPUtime=0.07
/proc/14875/stat : 14875 (sugar) S 14873 14875 14651 0 -1 4194304 1227 128 0 0 5 2 0 0 21 0 1 0 22199775 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14875/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301888 s]
/proc/loadavg: 2.10 2.26 2.25 4/82 14875
/proc/meminfo: memFree=1029912/2055920 swapFree=4192952/4192956
[pid=14875] ppid=14873 vsize=16868 CPUtime=0.07
/proc/14875/stat : 14875 (sugar) S 14873 14875 14651 0 -1 4194304 1227 128 0 0 5 2 0 0 21 0 1 0 22199775 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14875/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701944 s]
/proc/loadavg: 2.10 2.26 2.25 4/82 14875
/proc/meminfo: memFree=1029912/2055920 swapFree=4192952/4192956
[pid=14875] ppid=14873 vsize=16868 CPUtime=0.33
/proc/14875/stat : 14875 (sugar) S 14873 14875 14651 0 -1 4194304 1309 4704 0 1 5 2 23 3 15 0 1 0 22199775 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14875/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 16868

[startup+1.50205 s]
/proc/loadavg: 2.10 2.26 2.25 4/93 14897
/proc/meminfo: memFree=1003392/2055920 swapFree=4192952/4192956
[pid=14875] ppid=14873 vsize=16868 CPUtime=0.33
/proc/14875/stat : 14875 (sugar) S 14873 14875 14651 0 -1 4194304 1309 4704 0 1 5 2 23 3 15 0 1 0 22199775 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14875/statm: 4217 1111 409 3 0 796 0
[pid=14888] ppid=14875 vsize=5356 CPUtime=0
/proc/14888/stat : 14888 (sh) S 14875 14875 14651 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22199811 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14888/statm: 1339 233 193 169 0 50 0
[pid=14889] ppid=14888 vsize=864352 CPUtime=1.12
/proc/14889/stat : 14889 (java) S 14888 14875 14651 0 -1 0 13800 0 1 0 105 7 0 0 18 0 9 0 22199811 885096448 13054 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14889/statm: 216088 13054 2566 9 0 210593 0
[pid=14889/tid=14890] ppid=14888 vsize=864352 CPUtime=0.49
/proc/14889/task/14890/stat : 14890 (java) R 14888 14875 14651 0 -1 64 2973 0 1 0 48 1 0 0 20 0 9 0 22199812 885096448 13054 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14889/tid=14891] ppid=14888 vsize=864352 CPUtime=0.56
/proc/14889/task/14891/stat : 14891 (java) R 14888 14875 14651 0 -1 64 9817 0 0 0 52 4 0 0 16 0 9 0 22199814 885096448 13054 996147200 134512640 134550932 4294955936 18446744073709551615 102709360 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14889/tid=14892] ppid=14888 vsize=864352 CPUtime=0
/proc/14889/task/14892/stat : 14892 (java) S 14888 14875 14651 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22199814 885096448 13054 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14889/tid=14893] ppid=14888 vsize=864352 CPUtime=0
/proc/14889/task/14893/stat : 14893 (java) S 14888 14875 14651 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22199814 885096448 13054 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14889/tid=14894] ppid=14888 vsize=864352 CPUtime=0
/proc/14889/task/14894/stat : 14894 (java) S 14888 14875 14651 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22199816 885096448 13054 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14889/tid=14895] ppid=14888 vsize=864352 CPUtime=0.04
/proc/14889/task/14895/stat : 14895 (java) S 14888 14875 14651 0 -1 64 311 0 0 0 4 0 0 0 16 0 9 0 22199816 885096448 13054 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14889/tid=14896] ppid=14888 vsize=864352 CPUtime=0
/proc/14889/task/14896/stat : 14896 (java) S 14888 14875 14651 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22199816 885096448 13054 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14889/tid=14897] ppid=14888 vsize=864352 CPUtime=0
/proc/14889/task/14897/stat : 14897 (java) S 14888 14875 14651 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22199816 885096448 13054 996147200 134512640 134550932 4294955936 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) 886576

[startup+3.10226 s]
/proc/loadavg: 2.17 2.27 2.25 3/93 14897
/proc/meminfo: memFree=978176/2055920 swapFree=4192952/4192956
[pid=14875] ppid=14873 vsize=16868 CPUtime=0.33
/proc/14875/stat : 14875 (sugar) S 14873 14875 14651 0 -1 4194304 1310 4704 0 1 5 2 23 3 15 0 1 0 22199775 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14875/statm: 4217 1111 409 3 0 796 0
[pid=14888] ppid=14875 vsize=5356 CPUtime=0
/proc/14888/stat : 14888 (sh) S 14875 14875 14651 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22199811 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14888/statm: 1339 233 193 169 0 50 0
[pid=14889] ppid=14888 vsize=864464 CPUtime=2.7
/proc/14889/stat : 14889 (java) S 14888 14875 14651 0 -1 0 15272 0 1 0 262 8 0 0 18 0 9 0 22199811 885211136 14480 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14889/statm: 216116 14480 2590 9 0 210593 0
[pid=14889/tid=14890] ppid=14888 vsize=864464 CPUtime=1.79
/proc/14889/task/14890/stat : 14890 (java) R 14888 14875 14651 0 -1 64 3305 0 1 0 178 1 0 0 25 0 9 0 22199812 885211136 14480 996147200 134512640 134550932 4294955936 18446744073709551615 4126529762 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14889/tid=14891] ppid=14888 vsize=864464 CPUtime=0.8
/proc/14889/task/14891/stat : 14891 (java) S 14888 14875 14651 0 -1 64 10934 0 0 0 75 5 0 0 16 0 9 0 22199814 885211136 14480 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14889/tid=14892] ppid=14888 vsize=864464 CPUtime=0
/proc/14889/task/14892/stat : 14892 (java) S 14888 14875 14651 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22199814 885211136 14480 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14889/tid=14893] ppid=14888 vsize=864464 CPUtime=0
/proc/14889/task/14893/stat : 14893 (java) S 14888 14875 14651 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22199814 885211136 14480 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14889/tid=14894] ppid=14888 vsize=864464 CPUtime=0
/proc/14889/task/14894/stat : 14894 (java) S 14888 14875 14651 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22199816 885211136 14480 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14889/tid=14895] ppid=14888 vsize=864464 CPUtime=0.07
/proc/14889/task/14895/stat : 14895 (java) S 14888 14875 14651 0 -1 64 334 0 0 0 7 0 0 0 16 0 9 0 22199816 885211136 14480 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14889/tid=14896] ppid=14888 vsize=864464 CPUtime=0
/proc/14889/task/14896/stat : 14896 (java) S 14888 14875 14651 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22199816 885211136 14480 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14889/tid=14897] ppid=14888 vsize=864464 CPUtime=0
/proc/14889/task/14897/stat : 14897 (java) S 14888 14875 14651 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22199816 885211136 14480 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 886688

[startup+6.3017 s]
/proc/loadavg: 2.17 2.27 2.25 3/93 14897
/proc/meminfo: memFree=969728/2055920 swapFree=4192952/4192956
[pid=14875] ppid=14873 vsize=16868 CPUtime=0.33
/proc/14875/stat : 14875 (sugar) S 14873 14875 14651 0 -1 4194304 1310 4704 0 1 5 2 23 3 15 0 1 0 22199775 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14875/statm: 4217 1111 409 3 0 796 0
[pid=14888] ppid=14875 vsize=5356 CPUtime=0
/proc/14888/stat : 14888 (sh) S 14875 14875 14651 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22199811 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14888/statm: 1339 233 193 169 0 50 0
[pid=14889] ppid=14888 vsize=864464 CPUtime=5.86
/proc/14889/stat : 14889 (java) S 14888 14875 14651 0 -1 0 15828 0 1 0 578 8 0 0 18 0 9 0 22199811 885211136 15021 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14889/statm: 216116 15021 2590 9 0 210593 0
[pid=14889/tid=14890] ppid=14888 vsize=864464 CPUtime=4.93
/proc/14889/task/14890/stat : 14890 (java) R 14888 14875 14651 0 -1 64 3320 0 1 0 492 1 0 0 25 0 9 0 22199812 885211136 15021 996147200 134512640 134550932 4294955936 18446744073709551615 4125952247 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14889/tid=14891] ppid=14888 vsize=864464 CPUtime=0.83
/proc/14889/task/14891/stat : 14891 (java) S 14888 14875 14651 0 -1 64 11475 0 0 0 78 5 0 0 16 0 9 0 22199814 885211136 15021 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14889/tid=14892] ppid=14888 vsize=864464 CPUtime=0
/proc/14889/task/14892/stat : 14892 (java) S 14888 14875 14651 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22199814 885211136 15021 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14889/tid=14893] ppid=14888 vsize=864464 CPUtime=0
/proc/14889/task/14893/stat : 14893 (java) S 14888 14875 14651 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22199814 885211136 15021 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14889/tid=14894] ppid=14888 vsize=864464 CPUtime=0
/proc/14889/task/14894/stat : 14894 (java) S 14888 14875 14651 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22199816 885211136 15021 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14889/tid=14895] ppid=14888 vsize=864464 CPUtime=0.07
/proc/14889/task/14895/stat : 14895 (java) S 14888 14875 14651 0 -1 64 334 0 0 0 7 0 0 0 16 0 9 0 22199816 885211136 15021 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14889/tid=14896] ppid=14888 vsize=864464 CPUtime=0
/proc/14889/task/14896/stat : 14896 (java) S 14888 14875 14651 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22199816 885211136 15021 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14889/tid=14897] ppid=14888 vsize=864464 CPUtime=0
/proc/14889/task/14897/stat : 14897 (java) S 14888 14875 14651 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22199816 885211136 15021 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 886688

[startup+12.7026 s]
/proc/loadavg: 2.14 2.26 2.25 3/93 14897
/proc/meminfo: memFree=956864/2055920 swapFree=4192952/4192956
[pid=14875] ppid=14873 vsize=16868 CPUtime=0.33
/proc/14875/stat : 14875 (sugar) S 14873 14875 14651 0 -1 4194304 1310 4704 0 1 5 2 23 3 15 0 1 0 22199775 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14875/statm: 4217 1111 409 3 0 796 0
[pid=14888] ppid=14875 vsize=5356 CPUtime=0
/proc/14888/stat : 14888 (sh) S 14875 14875 14651 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22199811 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14888/statm: 1339 233 193 169 0 50 0
[pid=14889] ppid=14888 vsize=864464 CPUtime=12.2
/proc/14889/stat : 14889 (java) S 14888 14875 14651 0 -1 0 17190 0 1 0 1209 11 0 0 18 0 9 0 22199811 885211136 16320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14889/statm: 216116 16320 2590 9 0 210593 0
[pid=14889/tid=14890] ppid=14888 vsize=864464 CPUtime=11.18
/proc/14889/task/14890/stat : 14890 (java) R 14888 14875 14651 0 -1 64 3383 0 1 0 1114 4 0 0 25 0 9 0 22199812 885211136 16320 996147200 134512640 134550932 4294955936 18446744073709551615 4125952229 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14889/tid=14891] ppid=14888 vsize=864464 CPUtime=0.92
/proc/14889/task/14891/stat : 14891 (java) S 14888 14875 14651 0 -1 64 12771 0 0 0 86 6 0 0 16 0 9 0 22199814 885211136 16320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14889/tid=14892] ppid=14888 vsize=864464 CPUtime=0
/proc/14889/task/14892/stat : 14892 (java) S 14888 14875 14651 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22199814 885211136 16320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14889/tid=14893] ppid=14888 vsize=864464 CPUtime=0
/proc/14889/task/14893/stat : 14893 (java) S 14888 14875 14651 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22199814 885211136 16320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14889/tid=14894] ppid=14888 vsize=864464 CPUtime=0
/proc/14889/task/14894/stat : 14894 (java) S 14888 14875 14651 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22199816 885211136 16320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14889/tid=14895] ppid=14888 vsize=864464 CPUtime=0.08
/proc/14889/task/14895/stat : 14895 (java) S 14888 14875 14651 0 -1 64 337 0 0 0 8 0 0 0 16 0 9 0 22199816 885211136 16320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14889/tid=14896] ppid=14888 vsize=864464 CPUtime=0
/proc/14889/task/14896/stat : 14896 (java) S 14888 14875 14651 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22199816 885211136 16320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14889/tid=14897] ppid=14888 vsize=864464 CPUtime=0
/proc/14889/task/14897/stat : 14897 (java) S 14888 14875 14651 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22199816 885211136 16320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 886688

[startup+25.5013 s]
/proc/loadavg: 2.19 2.27 2.25 3/93 14897
/proc/meminfo: memFree=935360/2055920 swapFree=4192952/4192956
[pid=14875] ppid=14873 vsize=16868 CPUtime=0.33
/proc/14875/stat : 14875 (sugar) S 14873 14875 14651 0 -1 4194304 1310 4704 0 1 5 2 23 3 15 0 1 0 22199775 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14875/statm: 4217 1111 409 3 0 796 0
[pid=14888] ppid=14875 vsize=5356 CPUtime=0
/proc/14888/stat : 14888 (sh) S 14875 14875 14651 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22199811 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14888/statm: 1339 233 193 169 0 50 0
[pid=14889] ppid=14888 vsize=864464 CPUtime=24.88
/proc/14889/stat : 14889 (java) S 14888 14875 14651 0 -1 0 19858 0 1 0 2472 16 0 0 18 0 9 0 22199811 885211136 18892 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14889/statm: 216116 18892 2590 9 0 210593 0
[pid=14889/tid=14890] ppid=14888 vsize=864464 CPUtime=23.67
/proc/14889/task/14890/stat : 14890 (java) R 14888 14875 14651 0 -1 64 3479 0 1 0 2361 6 0 0 25 0 9 0 22199812 885211136 18892 996147200 134512640 134550932 4294955936 18446744073709551615 4126604925 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14889/tid=14891] ppid=14888 vsize=864464 CPUtime=1.08
/proc/14889/task/14891/stat : 14891 (java) S 14888 14875 14651 0 -1 64 15338 0 0 0 100 8 0 0 16 0 9 0 22199814 885211136 18892 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14889/tid=14892] ppid=14888 vsize=864464 CPUtime=0
/proc/14889/task/14892/stat : 14892 (java) S 14888 14875 14651 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22199814 885211136 18892 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14889/tid=14893] ppid=14888 vsize=864464 CPUtime=0
/proc/14889/task/14893/stat : 14893 (java) S 14888 14875 14651 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22199814 885211136 18892 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14889/tid=14894] ppid=14888 vsize=864464 CPUtime=0

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

/proc/14889/task/14892/stat : 14892 (java) S 14888 14875 14651 0 -1 64 14 0 0 0 0 0 0 0 17 0 9 0 22199814 885211136 22043 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14889/tid=14893] ppid=14888 vsize=864464 CPUtime=0
/proc/14889/task/14893/stat : 14893 (java) S 14888 14875 14651 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22199814 885211136 22043 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14889/tid=14894] ppid=14888 vsize=864464 CPUtime=0
/proc/14889/task/14894/stat : 14894 (java) S 14888 14875 14651 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22199816 885211136 22043 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14889/tid=14895] ppid=14888 vsize=864464 CPUtime=0.09
/proc/14889/task/14895/stat : 14895 (java) S 14888 14875 14651 0 -1 64 342 0 0 0 9 0 0 0 16 0 9 0 22199816 885211136 22043 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14889/tid=14896] ppid=14888 vsize=864464 CPUtime=0
/proc/14889/task/14896/stat : 14896 (java) S 14888 14875 14651 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22199816 885211136 22043 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14889/tid=14897] ppid=14888 vsize=864464 CPUtime=0
/proc/14889/task/14897/stat : 14897 (java) S 14888 14875 14651 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22199816 885211136 22043 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.21
Current children cumulated vsize (KiB) 886688

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

[startup+127.901 s]
/proc/loadavg: 2.10 2.20 2.22 3/93 14897
/proc/meminfo: memFree=841088/2055920 swapFree=4192952/4192956
[pid=14875] ppid=14873 vsize=16868 CPUtime=0.33
/proc/14875/stat : 14875 (sugar) S 14873 14875 14651 0 -1 4194304 1310 4704 0 1 5 2 23 3 16 0 1 0 22199775 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14875/statm: 4217 1111 409 3 0 796 0
[pid=14888] ppid=14875 vsize=5356 CPUtime=0
/proc/14888/stat : 14888 (sh) S 14875 14875 14651 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22199811 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14888/statm: 1339 233 193 169 0 50 0
[pid=14889] ppid=14888 vsize=864464 CPUtime=126.22
/proc/14889/stat : 14889 (java) S 14888 14875 14651 0 -1 0 31375 0 1 0 12569 53 0 0 18 0 9 0 22199811 885211136 22043 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14889/statm: 216116 22043 2590 9 0 210593 0
[pid=14889/tid=14890] ppid=14888 vsize=864464 CPUtime=122.98
/proc/14889/task/14890/stat : 14890 (java) R 14888 14875 14651 0 -1 64 4259 0 1 0 12265 33 0 0 25 0 9 0 22199812 885211136 22043 996147200 134512640 134550932 4294955936 18446744073709551615 4125952204 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14889/tid=14891] ppid=14888 vsize=864464 CPUtime=3.12
/proc/14889/task/14891/stat : 14891 (java) S 14888 14875 14651 0 -1 64 26075 0 0 0 294 18 0 0 16 0 9 0 22199814 885211136 22043 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14889/tid=14892] ppid=14888 vsize=864464 CPUtime=0
/proc/14889/task/14892/stat : 14892 (java) S 14888 14875 14651 0 -1 64 14 0 0 0 0 0 0 0 17 0 9 0 22199814 885211136 22043 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14889/tid=14893] ppid=14888 vsize=864464 CPUtime=0
/proc/14889/task/14893/stat : 14893 (java) S 14888 14875 14651 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22199814 885211136 22043 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14889/tid=14894] ppid=14888 vsize=864464 CPUtime=0
/proc/14889/task/14894/stat : 14894 (java) S 14888 14875 14651 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22199816 885211136 22043 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14889/tid=14895] ppid=14888 vsize=864464 CPUtime=0.09
/proc/14889/task/14895/stat : 14895 (java) S 14888 14875 14651 0 -1 64 342 0 0 0 9 0 0 0 16 0 9 0 22199816 885211136 22043 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14889/tid=14896] ppid=14888 vsize=864464 CPUtime=0
/proc/14889/task/14896/stat : 14896 (java) S 14888 14875 14651 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22199816 885211136 22043 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14889/tid=14897] ppid=14888 vsize=864464 CPUtime=0
/proc/14889/task/14897/stat : 14897 (java) S 14888 14875 14651 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22199816 885211136 22043 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 126.55
Current children cumulated vsize (KiB) 886688

[startup+140.703 s]
/proc/loadavg: 2.08 2.19 2.22 3/93 14897
/proc/meminfo: memFree=832576/2055920 swapFree=4192952/4192956
[pid=14875] ppid=14873 vsize=16868 CPUtime=0.33
/proc/14875/stat : 14875 (sugar) S 14873 14875 14651 0 -1 4194304 1310 4704 0 1 5 2 23 3 16 0 1 0 22199775 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14875/statm: 4217 1111 409 3 0 796 0
[pid=14888] ppid=14875 vsize=5356 CPUtime=0
/proc/14888/stat : 14888 (sh) S 14875 14875 14651 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22199811 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14888/statm: 1339 233 193 169 0 50 0
[pid=14889] ppid=14888 vsize=864464 CPUtime=138.89
/proc/14889/stat : 14889 (java) S 14888 14875 14651 0 -1 0 34067 0 1 0 13827 62 0 0 18 0 9 0 22199811 885211136 22052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14889/statm: 216116 22052 2590 9 0 210593 0
[pid=14889/tid=14890] ppid=14888 vsize=864464 CPUtime=135.23
/proc/14889/task/14890/stat : 14890 (java) R 14888 14875 14651 0 -1 64 4385 0 1 0 13484 39 0 0 25 0 9 0 22199812 885211136 22052 996147200 134512640 134550932 4294955936 18446744073709551615 4126593684 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14889/tid=14891] ppid=14888 vsize=864464 CPUtime=3.55
/proc/14889/task/14891/stat : 14891 (java) S 14888 14875 14651 0 -1 64 28641 0 0 0 334 21 0 0 15 0 9 0 22199814 885211136 22052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14889/tid=14892] ppid=14888 vsize=864464 CPUtime=0
/proc/14889/task/14892/stat : 14892 (java) S 14888 14875 14651 0 -1 64 14 0 0 0 0 0 0 0 17 0 9 0 22199814 885211136 22052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14889/tid=14893] ppid=14888 vsize=864464 CPUtime=0
/proc/14889/task/14893/stat : 14893 (java) S 14888 14875 14651 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22199814 885211136 22052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14889/tid=14894] ppid=14888 vsize=864464 CPUtime=0
/proc/14889/task/14894/stat : 14894 (java) S 14888 14875 14651 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22199816 885211136 22052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14889/tid=14895] ppid=14888 vsize=864464 CPUtime=0.09
/proc/14889/task/14895/stat : 14895 (java) S 14888 14875 14651 0 -1 64 342 0 0 0 9 0 0 0 16 0 9 0 22199816 885211136 22052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14889/tid=14896] ppid=14888 vsize=864464 CPUtime=0
/proc/14889/task/14896/stat : 14896 (java) S 14888 14875 14651 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22199816 885211136 22052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14889/tid=14897] ppid=14888 vsize=864464 CPUtime=0
/proc/14889/task/14897/stat : 14897 (java) S 14888 14875 14651 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22199816 885211136 22052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 139.22
Current children cumulated vsize (KiB) 886688

[startup+147.102 s]
/proc/loadavg: 2.07 2.19 2.22 3/85 14899
/proc/meminfo: memFree=854784/2055920 swapFree=4192952/4192956
[pid=14875] ppid=14873 vsize=16868 CPUtime=143.78
/proc/14875/stat : 14875 (sugar) S 14873 14875 14651 0 -1 4194304 1376 39199 0 2 5 2 14299 72 15 0 1 0 22199775 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14875/statm: 4217 1113 409 3 0 796 0
[pid=14898] ppid=14875 vsize=5356 CPUtime=0
/proc/14898/stat : 14898 (sh) S 14875 14875 14651 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22214310 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14898/statm: 1339 232 193 169 0 50 0
[pid=14899] ppid=14898 vsize=73720 CPUtime=1.72
/proc/14899/stat : 14899 (minisat) R 14898 14875 14651 0 -1 4194304 18036 0 0 0 160 12 0 0 25 0 1 0 22214311 75489280 18022 996147200 134512640 135127466 4294956256 18446744073709551615 134530817 0 0 4096 3 0 0 0 17 1 0 0
/proc/14899/statm: 18430 18022 73 150 0 18277 0
Current children cumulated CPU time (s) 145.5
Current children cumulated vsize (KiB) 95944

[startup+153.502 s]
/proc/loadavg: 2.06 2.18 2.22 3/85 14899
/proc/meminfo: memFree=822272/2055920 swapFree=4192952/4192956
[pid=14875] ppid=14873 vsize=16868 CPUtime=143.78
/proc/14875/stat : 14875 (sugar) S 14873 14875 14651 0 -1 4194304 1376 39199 0 2 5 2 14299 72 16 0 1 0 22199775 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14875/statm: 4217 1113 409 3 0 796 0
[pid=14898] ppid=14875 vsize=5356 CPUtime=0
/proc/14898/stat : 14898 (sh) S 14875 14875 14651 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22214310 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14898/statm: 1339 232 193 169 0 50 0
[pid=14899] ppid=14898 vsize=79604 CPUtime=8.06
/proc/14899/stat : 14899 (minisat) R 14898 14875 14651 0 -1 4194304 19475 0 0 0 793 13 0 0 25 0 1 0 22214311 81514496 19461 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14899/statm: 19901 19461 75 150 0 19748 0
Current children cumulated CPU time (s) 151.84
Current children cumulated vsize (KiB) 101828

[startup+156.701 s]
/proc/loadavg: 2.06 2.18 2.22 3/85 14899
/proc/meminfo: memFree=821632/2055920 swapFree=4192952/4192956
[pid=14875] ppid=14873 vsize=16868 CPUtime=143.78
/proc/14875/stat : 14875 (sugar) S 14873 14875 14651 0 -1 4194304 1376 39199 0 2 5 2 14299 72 16 0 1 0 22199775 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14875/statm: 4217 1113 409 3 0 796 0
[pid=14898] ppid=14875 vsize=5356 CPUtime=0
/proc/14898/stat : 14898 (sh) S 14875 14875 14651 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22214310 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14898/statm: 1339 232 193 169 0 50 0
[pid=14899] ppid=14898 vsize=80280 CPUtime=11.23
/proc/14899/stat : 14899 (minisat) R 14898 14875 14651 0 -1 4194304 19622 0 0 0 1110 13 0 0 25 0 1 0 22214311 82206720 19608 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14899/statm: 20070 19608 75 150 0 19917 0
Current children cumulated CPU time (s) 155.01
Current children cumulated vsize (KiB) 102504

[startup+157.502 s]
/proc/loadavg: 2.06 2.18 2.21 3/85 14899
/proc/meminfo: memFree=821440/2055920 swapFree=4192952/4192956
[pid=14875] ppid=14873 vsize=16868 CPUtime=143.78
/proc/14875/stat : 14875 (sugar) S 14873 14875 14651 0 -1 4194304 1376 39199 0 2 5 2 14299 72 16 0 1 0 22199775 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14875/statm: 4217 1113 409 3 0 796 0
[pid=14898] ppid=14875 vsize=5356 CPUtime=0
/proc/14898/stat : 14898 (sh) S 14875 14875 14651 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22214310 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14898/statm: 1339 232 193 169 0 50 0
[pid=14899] ppid=14898 vsize=80416 CPUtime=12.02
/proc/14899/stat : 14899 (minisat) R 14898 14875 14651 0 -1 4194304 19655 0 0 0 1189 13 0 0 25 0 1 0 22214311 82345984 19641 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14899/statm: 20104 19641 75 150 0 19951 0
Current children cumulated CPU time (s) 155.8
Current children cumulated vsize (KiB) 102640

[startup+158.302 s]
/proc/loadavg: 2.06 2.18 2.21 3/85 14899
/proc/meminfo: memFree=817600/2055920 swapFree=4192952/4192956
[pid=14875] ppid=14873 vsize=16868 CPUtime=143.78
/proc/14875/stat : 14875 (sugar) S 14873 14875 14651 0 -1 4194304 1376 39199 0 2 5 2 14299 72 16 0 1 0 22199775 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14875/statm: 4217 1113 409 3 0 796 0
[pid=14898] ppid=14875 vsize=5356 CPUtime=0
/proc/14898/stat : 14898 (sh) S 14875 14875 14651 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22214310 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14898/statm: 1339 232 193 169 0 50 0
[pid=14899] ppid=14898 vsize=80416 CPUtime=12.81
/proc/14899/stat : 14899 (minisat) R 14898 14875 14651 0 -1 4194304 19668 0 0 0 1268 13 0 0 25 0 1 0 22214311 82345984 19654 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/14899/statm: 20104 19654 75 150 0 19951 0
Current children cumulated CPU time (s) 156.59
Current children cumulated vsize (KiB) 102640

[startup+158.502 s]
/proc/loadavg: 2.06 2.18 2.21 3/85 14899
/proc/meminfo: memFree=817600/2055920 swapFree=4192952/4192956
[pid=14875] ppid=14873 vsize=16868 CPUtime=156.8
/proc/14875/stat : 14875 (sugar) S 14873 14875 14651 0 -1 4194304 1430 59166 0 2 5 2 15585 88 17 0 1 0 22199775 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14875/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 156.8
Current children cumulated vsize (KiB) 16868

[startup+158.601 s]
/proc/loadavg: 2.06 2.18 2.21 3/85 14899
/proc/meminfo: memFree=817600/2055920 swapFree=4192952/4192956
[pid=14875] ppid=14873 vsize=16868 CPUtime=156.8
/proc/14875/stat : 14875 (sugar) S 14873 14875 14651 0 -1 4194304 1448 59166 0 2 5 2 15585 88 16 0 1 0 22199775 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14875/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 156.8
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 158.701
CPU time (s): 156.981
CPU user time (s): 156.015
CPU system time (s): 0.965853
CPU usage (%): 98.9161
Max. virtual memory (cumulated for all children) (KiB): 892068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 156.015
system time used= 0.965853
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64469
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= 15261
involuntary context switches= 20428

runsolver used 0.226965 second user time and 0.532918 second system time

The end

Launcher Data

Begin job on node71 at 2009-07-12 00:29:32
IDJOB=2070323
IDBENCH=55167
IDSOLVER=739
FILE ID=node71/2070323-1247351372
PBS_JOBID= 9506915
Free space on /tmp= 66376 MiB

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

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

MD5SUM BENCH= f5d1e16d18193db3de9ce0bcb3d0d604
RANDOM SEED=533746342

node71.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.222
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.222
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:       1030392 kB
Buffers:         60296 kB
Cached:         800444 kB
SwapCached:          4 kB
Active:         199696 kB
Inactive:       772544 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1030392 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            5208 kB
Writeback:           0 kB
Mapped:         132768 kB
Slab:            38212 kB
Committed_AS:   287852 kB
PageTables:       2144 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= 66332 MiB
End job on node71 at 2009-07-12 00:32:11