Trace number 1069100

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisatSAT 99.7998 99.9944

General information on the benchmark

Namecsp/ukVg/
normalized-crossword-m1c-uk-vg5-6_ext.xml
MD5SUMf5ddb3e6c7682f9213f2157a606798c1
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.132978
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints11
Maximum constraint arity6
Maximum domain size26
Number of constraints which are defined in extension11
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Fri Jul  4 10:06:31 2008
0.00/0.04	c 0	PID 1050
0.00/0.04	c 0	HOST node8.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1069100-1215158790.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1069100-1215158790.xml' 'HOME/temp.csp'
0.02/0.41	c 0	1 domains, 30 variables, 0 predicates, 2 relations, 11 constraints
0.02/0.46	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.02/0.46	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.40/0.54	c 0	Parsing HOME/temp.csp
0.40/0.85	c 0	parsed 44 expressions
0.40/0.85	c 0	Heap : 5 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.40/0.85	c 0	Converting to clausal form CSP
0.40/0.87	c 0	converted 5 (10%) expressions
0.40/0.87	c 0	converted 9 (20%) expressions
0.40/0.87	c 0	converted 14 (30%) expressions
0.40/0.87	c 0	converted 18 (40%) expressions
0.40/0.87	c 0	converted 22 (50%) expressions
0.40/0.87	c 0	converted 27 (60%) expressions
0.40/0.88	c 0	converted 31 (70%) expressions
0.93/1.10	c 1	converted 36 (80%) expressions
1.32/1.42	c 1	converted 40 (90%) expressions
1.82/1.98	c 2	converted 44 (100%) expressions
1.82/1.99	c 2	CSP : 30 integers, 0 booleans, 11 clauses, largest domain size 26
1.82/1.99	c 2	Heap : 37 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.82/1.99	c 2	Propagation in CSP
1.82/1.99	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.82/1.99	c 2	CSP : 30 integers, 0 booleans, 11 clauses, largest domain size 26
1.82/1.99	c 2	Heap : 37 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.82/1.99	c 2	Simplifing CSP by introducing new Boolean variables
1.82/1.99	c 2	CSP : 30 integers, 0 booleans, 11 clauses, largest domain size 26
1.82/1.99	c 2	Heap : 37 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.02/2.19	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.02/2.20	c 2	3 (10%) CSP integer variables are encoded (72 clauses, 695 bytes)
2.02/2.20	c 2	6 (20%) CSP integer variables are encoded (144 clauses, 1440 bytes)
2.02/2.20	c 2	9 (30%) CSP integer variables are encoded (216 clauses, 2232 bytes)
2.13/2.20	c 2	12 (40%) CSP integer variables are encoded (288 clauses, 3024 bytes)
2.13/2.21	c 2	15 (50%) CSP integer variables are encoded (360 clauses, 3816 bytes)
2.13/2.21	c 2	18 (60%) CSP integer variables are encoded (432 clauses, 4608 bytes)
2.13/2.21	c 2	21 (70%) CSP integer variables are encoded (504 clauses, 5400 bytes)
2.13/2.21	c 2	24 (80%) CSP integer variables are encoded (576 clauses, 6192 bytes)
2.13/2.21	c 2	27 (90%) CSP integer variables are encoded (648 clauses, 6984 bytes)
2.13/2.21	c 2	30 (100%) CSP integer variables are encoded (720 clauses, 7776 bytes)
6.71/6.82	c 6	2 (10%) CSP clauses are encoded (57112 clauses, 2002295 bytes)
8.91/9.07	c 9	3 (20%) CSP clauses are encoded (85308 clauses, 3010777 bytes)
11.22/11.34	c 11	4 (30%) CSP clauses are encoded (113504 clauses, 4019920 bytes)
13.51/13.63	c 13	5 (40%) CSP clauses are encoded (141700 clauses, 5082133 bytes)
15.70/15.89	c 15	6 (50%) CSP clauses are encoded (169896 clauses, 6144346 bytes)
32.10/32.22	c 32	7 (60%) CSP clauses are encoded (246460 clauses, 8846121 bytes)
48.59/48.76	c 48	8 (70%) CSP clauses are encoded (323024 clauses, 12178868 bytes)
64.68/64.81	c 64	9 (80%) CSP clauses are encoded (399588 clauses, 15511615 bytes)
80.56/80.78	c 80	10 (90%) CSP clauses are encoded (476152 clauses, 18844362 bytes)
96.76/96.92	c 96	11 (100%) CSP clauses are encoded (552716 clauses, 22177109 bytes)
96.76/96.92	c 96	11 CSP clauses encoded
96.76/96.92	c 96	Writing map file : HOME/temp.map
96.76/96.92	c 96	Heap : 50 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
96.76/96.92	c 96	SAT : 750 SAT variables, 552716 SAT clauses, 22177109 bytes
96.76/96.92	c 96	Heap : 50 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
96.76/96.95	c 96	SOLVING HOME/temp.cnf
96.76/96.95	c 96	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
96.76/96.95	c 97	This is MiniSat 2.0 beta
96.76/96.95	c 97	WARNING: for repeatability, setting FPU to use double precision
96.76/96.95	c 97	============================[ Problem Statistics ]=============================
96.76/96.95	c 97	|                                                                             |
96.76/96.96	c 97	|  Number of variables:  750                                                  |
96.76/96.96	c 97	|  Number of clauses:    552716                                               |
96.80/97.48	c 97	|  Parsing time:         0.45         s                                       |
96.80/97.52	c 97	============================[ Search Statistics ]==============================
96.80/97.52	c 97	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
96.80/97.52	c 97	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
96.80/97.52	c 97	===============================================================================
96.80/97.52	c 97	|         0 |     750   552716  4850559 |   184238        0    nan |  0.000 % |
96.80/97.57	c 97	|       101 |     750   552716  4850559 |   202662      101      6 |  0.000 % |
96.80/97.65	c 97	|       252 |     750   552716  4850559 |   222928      252      6 |  0.004 % |
96.80/97.76	c 97	|       477 |     750   552716  4850559 |   245221      477      7 |  0.004 % |
98.12/98.39	c 98	|       814 |     750   552716  4850559 |   269743      814     10 |  0.003 % |
99.21/99.42	c 99	|      1320 |     750   552716  4850559 |   296718     1320     12 |  0.004 % |
99.61/99.81	c 99	===============================================================================
99.61/99.81	c 99	restarts              : 6
99.61/99.81	c 99	conflicts             : 1572           (572 /sec)
99.61/99.81	c 99	decisions             : 2566           (1.21 % random) (934 /sec)
99.61/99.81	c 99	propagations          : 78860          (28702 /sec)
99.61/99.81	c 99	conflict literals     : 19630          (23.83 % deleted)
99.61/99.81	c 99	Memory used           : 40.60 MB
99.61/99.81	c 99	CPU time              : 2.74758 s
99.61/99.81	c 99	
99.61/99.81	c 99	SATISFIABLE
99.61/99.82	c 99	DECODING HOME/temp.out WITH HOME/temp.map
99.61/99.82	c 99	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
99.65/99.90	c 99	Decoding HOME/temp.out
99.65/99.93	s SATISFIABLE
99.65/99.93	v 25 24 12 0 18 4 24 14 20 17 19 18 12 20 18 12 14 13 4 19 7 4 13 4 18 7 0 3 4 18
99.65/99.94	c 99	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
99.65/99.99	c 100	CPU 99.19 (0.03 0.01 99.16 0.57)
99.65/99.99	c 100	END Fri Jul  4 10:08:11 2008

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1069100-1215158790/watcher-1069100-1215158790 -o /tmp/evaluation-result-1069100-1215158790/solver-1069100-1215158790 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1069100-1215158790.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.21 2.05 2.02 4/83 1050
/proc/meminfo: memFree=1456608/2055920 swapFree=4179560/4192956
[pid=1050] ppid=1048 vsize=12272 CPUtime=0
/proc/1050/stat : 1050 (sugar) R 1048 1050 552 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 1994854094 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 228715445246 0 0 4224 0 0 0 0 17 0 0 0
/proc/1050/statm: 3068 327 246 3 0 168 0

[startup+0.052662 s]
/proc/loadavg: 2.21 2.05 2.02 4/83 1050
/proc/meminfo: memFree=1456608/2055920 swapFree=4179560/4192956
[pid=1050] ppid=1048 vsize=13600 CPUtime=0.02
/proc/1050/stat : 1050 (sugar) S 1048 1050 552 0 -1 4194304 900 127 0 0 2 0 0 0 16 0 1 0 1994854094 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1050/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13600

[startup+0.101665 s]
/proc/loadavg: 2.21 2.05 2.02 4/83 1050
/proc/meminfo: memFree=1456608/2055920 swapFree=4179560/4192956
[pid=1050] ppid=1048 vsize=13600 CPUtime=0.02
/proc/1050/stat : 1050 (sugar) S 1048 1050 552 0 -1 4194304 900 127 0 0 2 0 0 0 16 0 1 0 1994854094 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1050/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13600

[startup+0.301702 s]
/proc/loadavg: 2.21 2.05 2.02 4/83 1050
/proc/meminfo: memFree=1456608/2055920 swapFree=4179560/4192956
[pid=1050] ppid=1048 vsize=13600 CPUtime=0.02
/proc/1050/stat : 1050 (sugar) S 1048 1050 552 0 -1 4194304 900 127 0 0 2 0 0 0 16 0 1 0 1994854094 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1050/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13600

[startup+0.701733 s]
/proc/loadavg: 2.21 2.05 2.02 4/83 1050
/proc/meminfo: memFree=1456608/2055920 swapFree=4179560/4192956
[pid=1050] ppid=1048 vsize=13600 CPUtime=0.4
/proc/1050/stat : 1050 (sugar) S 1048 1050 552 0 -1 4194304 973 7209 0 1 3 1 33 3 15 0 1 0 1994854094 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1050/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 13600

[startup+1.50181 s]
/proc/loadavg: 2.19 2.05 2.01 3/94 1072
/proc/meminfo: memFree=1435976/2055920 swapFree=4179560/4192956
[pid=1050] ppid=1048 vsize=13600 CPUtime=0.4
/proc/1050/stat : 1050 (sugar) S 1048 1050 552 0 -1 4194304 973 7209 0 1 3 1 33 3 15 0 1 0 1994854094 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1050/statm: 3400 797 370 3 0 500 0
[pid=1063] ppid=1050 vsize=5356 CPUtime=0
/proc/1063/stat : 1063 (sh) S 1050 1050 552 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994854140 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1063/statm: 1339 233 193 169 0 50 0
[pid=1064] ppid=1063 vsize=864452 CPUtime=1.02
/proc/1064/stat : 1064 (java) S 1063 1050 552 0 -1 0 10916 0 1 0 96 6 0 0 20 0 9 0 1994854141 885198848 9902 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1064/statm: 216113 9902 2540 9 0 210688 0
[pid=1064/tid=1065] ppid=1063 vsize=864452 CPUtime=0.51
/proc/1064/task/1065/stat : 1065 (java) R 1063 1050 552 0 -1 64 2674 0 1 0 50 1 0 0 25 0 9 0 1994854142 885198848 9902 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1064/tid=1066] ppid=1063 vsize=864452 CPUtime=0.43
/proc/1064/task/1066/stat : 1066 (java) R 1063 1050 552 0 -1 64 7222 0 0 0 40 3 0 0 16 0 9 0 1994854143 885198848 9902 996147200 134512640 134550740 4294955952 18446744073709551615 103735733 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1064/tid=1067] ppid=1063 vsize=864452 CPUtime=0
/proc/1064/task/1067/stat : 1067 (java) S 1063 1050 552 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994854143 885198848 9902 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1064/tid=1068] ppid=1063 vsize=864452 CPUtime=0
/proc/1064/task/1068/stat : 1068 (java) S 1063 1050 552 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1994854143 885198848 9902 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1064/tid=1069] ppid=1063 vsize=864452 CPUtime=0
/proc/1064/task/1069/stat : 1069 (java) S 1063 1050 552 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1994854145 885198848 9902 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1064/tid=1070] ppid=1063 vsize=864452 CPUtime=0.04
/proc/1064/task/1070/stat : 1070 (java) S 1063 1050 552 0 -1 64 322 0 0 0 4 0 0 0 16 0 9 0 1994854145 885198848 9902 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1064/tid=1071] ppid=1063 vsize=864452 CPUtime=0
/proc/1064/task/1071/stat : 1071 (java) S 1063 1050 552 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1994854145 885198848 9902 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1064/tid=1072] ppid=1063 vsize=864452 CPUtime=0
/proc/1064/task/1072/stat : 1072 (java) S 1063 1050 552 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1994854145 885198848 9902 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 883408

[startup+3.10296 s]
/proc/loadavg: 2.19 2.05 2.01 4/94 1072
/proc/meminfo: memFree=1404936/2055920 swapFree=4179560/4192956
[pid=1050] ppid=1048 vsize=13600 CPUtime=0.4
/proc/1050/stat : 1050 (sugar) S 1048 1050 552 0 -1 4194304 974 7209 0 1 3 1 33 3 15 0 1 0 1994854094 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1050/statm: 3400 797 370 3 0 500 0
[pid=1063] ppid=1050 vsize=5356 CPUtime=0
/proc/1063/stat : 1063 (sh) S 1050 1050 552 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994854140 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1063/statm: 1339 233 193 169 0 50 0
[pid=1064] ppid=1063 vsize=864312 CPUtime=2.62
/proc/1064/stat : 1064 (java) S 1063 1050 552 0 -1 0 14988 0 1 0 253 9 0 0 20 0 9 0 1994854141 885055488 13792 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1064/statm: 216078 13792 2564 9 0 210625 0
[pid=1064/tid=1065] ppid=1063 vsize=864312 CPUtime=1.59
/proc/1064/task/1065/stat : 1065 (java) R 1063 1050 552 0 -1 64 3051 0 1 0 157 2 0 0 25 0 9 0 1994854142 885055488 13792 996147200 134512640 134550740 4294955952 18446744073709551615 4126561357 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1064/tid=1066] ppid=1063 vsize=864312 CPUtime=0.92
/proc/1064/task/1066/stat : 1066 (java) S 1063 1050 552 0 -1 64 10897 0 0 0 87 5 0 0 16 0 9 0 1994854143 885055488 13792 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1064/tid=1067] ppid=1063 vsize=864312 CPUtime=0
/proc/1064/task/1067/stat : 1067 (java) S 1063 1050 552 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994854143 885055488 13792 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1064/tid=1068] ppid=1063 vsize=864312 CPUtime=0
/proc/1064/task/1068/stat : 1068 (java) S 1063 1050 552 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1994854143 885055488 13792 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1064/tid=1069] ppid=1063 vsize=864312 CPUtime=0
/proc/1064/task/1069/stat : 1069 (java) S 1063 1050 552 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1994854145 885055488 13792 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1064/tid=1070] ppid=1063 vsize=864312 CPUtime=0.07
/proc/1064/task/1070/stat : 1070 (java) S 1063 1050 552 0 -1 64 342 0 0 0 7 0 0 0 16 0 9 0 1994854145 885055488 13792 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1064/tid=1071] ppid=1063 vsize=864312 CPUtime=0
/proc/1064/task/1071/stat : 1071 (java) S 1063 1050 552 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1994854145 885055488 13792 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1064/tid=1072] ppid=1063 vsize=864312 CPUtime=0
/proc/1064/task/1072/stat : 1072 (java) S 1063 1050 552 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1994854145 885055488 13792 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 883268

[startup+6.30226 s]
/proc/loadavg: 2.19 2.05 2.01 3/94 1072
/proc/meminfo: memFree=1402760/2055920 swapFree=4179560/4192956
[pid=1050] ppid=1048 vsize=13600 CPUtime=0.4
/proc/1050/stat : 1050 (sugar) S 1048 1050 552 0 -1 4194304 974 7209 0 1 3 1 33 3 15 0 1 0 1994854094 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1050/statm: 3400 797 370 3 0 500 0
[pid=1063] ppid=1050 vsize=5356 CPUtime=0
/proc/1063/stat : 1063 (sh) S 1050 1050 552 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994854140 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1063/statm: 1339 233 193 169 0 50 0
[pid=1064] ppid=1063 vsize=864312 CPUtime=5.81
/proc/1064/stat : 1064 (java) S 1063 1050 552 0 -1 0 15031 0 1 0 571 10 0 0 20 0 9 0 1994854141 885055488 13803 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1064/statm: 216078 13803 2564 9 0 210625 0
[pid=1064/tid=1065] ppid=1063 vsize=864312 CPUtime=4.71
/proc/1064/task/1065/stat : 1065 (java) R 1063 1050 552 0 -1 64 3083 0 1 0 468 3 0 0 25 0 9 0 1994854142 885055488 13803 996147200 134512640 134550740 4294955952 18446744073709551615 4126560783 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1064/tid=1066] ppid=1063 vsize=864312 CPUtime=1
/proc/1064/task/1066/stat : 1066 (java) S 1063 1050 552 0 -1 64 10904 0 0 0 94 6 0 0 16 0 9 0 1994854143 885055488 13803 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1064/tid=1067] ppid=1063 vsize=864312 CPUtime=0
/proc/1064/task/1067/stat : 1067 (java) S 1063 1050 552 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994854143 885055488 13803 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1064/tid=1068] ppid=1063 vsize=864312 CPUtime=0
/proc/1064/task/1068/stat : 1068 (java) S 1063 1050 552 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1994854143 885055488 13803 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1064/tid=1069] ppid=1063 vsize=864312 CPUtime=0
/proc/1064/task/1069/stat : 1069 (java) S 1063 1050 552 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1994854145 885055488 13803 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1064/tid=1070] ppid=1063 vsize=864312 CPUtime=0.08
/proc/1064/task/1070/stat : 1070 (java) S 1063 1050 552 0 -1 64 346 0 0 0 8 0 0 0 16 0 9 0 1994854145 885055488 13803 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1064/tid=1071] ppid=1063 vsize=864312 CPUtime=0
/proc/1064/task/1071/stat : 1071 (java) S 1063 1050 552 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1994854145 885055488 13803 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1064/tid=1072] ppid=1063 vsize=864312 CPUtime=0
/proc/1064/task/1072/stat : 1072 (java) S 1063 1050 552 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1994854145 885055488 13803 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 883268

[startup+12.7029 s]
/proc/loadavg: 2.16 2.04 2.01 3/94 1072
/proc/meminfo: memFree=1390856/2055920 swapFree=4179560/4192956
[pid=1050] ppid=1048 vsize=13600 CPUtime=0.4
/proc/1050/stat : 1050 (sugar) S 1048 1050 552 0 -1 4194304 974 7209 0 1 3 1 33 3 16 0 1 0 1994854094 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1050/statm: 3400 797 370 3 0 500 0
[pid=1063] ppid=1050 vsize=5356 CPUtime=0
/proc/1063/stat : 1063 (sh) S 1050 1050 552 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994854140 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1063/statm: 1339 233 193 169 0 50 0
[pid=1064] ppid=1063 vsize=864312 CPUtime=12.2
/proc/1064/stat : 1064 (java) S 1063 1050 552 0 -1 0 17623 0 1 0 1207 13 0 0 20 0 9 0 1994854141 885055488 16321 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1064/statm: 216078 16321 2564 9 0 210625 0
[pid=1064/tid=1065] ppid=1063 vsize=864312 CPUtime=10.96
/proc/1064/task/1065/stat : 1065 (java) R 1063 1050 552 0 -1 64 3157 0 1 0 1091 5 0 0 25 0 9 0 1994854142 885055488 16321 996147200 134512640 134550740 4294955952 18446744073709551615 4126419662 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1064/tid=1066] ppid=1063 vsize=864312 CPUtime=1.14
/proc/1064/task/1066/stat : 1066 (java) S 1063 1050 552 0 -1 64 13421 0 0 0 107 7 0 0 16 0 9 0 1994854143 885055488 16321 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1064/tid=1067] ppid=1063 vsize=864312 CPUtime=0
/proc/1064/task/1067/stat : 1067 (java) S 1063 1050 552 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994854143 885055488 16321 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1064/tid=1068] ppid=1063 vsize=864312 CPUtime=0
/proc/1064/task/1068/stat : 1068 (java) S 1063 1050 552 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1994854143 885055488 16321 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1064/tid=1069] ppid=1063 vsize=864312 CPUtime=0
/proc/1064/task/1069/stat : 1069 (java) S 1063 1050 552 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1994854145 885055488 16321 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1064/tid=1070] ppid=1063 vsize=864312 CPUtime=0.08
/proc/1064/task/1070/stat : 1070 (java) S 1063 1050 552 0 -1 64 347 0 0 0 8 0 0 0 17 0 9 0 1994854145 885055488 16321 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1064/tid=1071] ppid=1063 vsize=864312 CPUtime=0
/proc/1064/task/1071/stat : 1071 (java) S 1063 1050 552 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1994854145 885055488 16321 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1064/tid=1072] ppid=1063 vsize=864312 CPUtime=0
/proc/1064/task/1072/stat : 1072 (java) S 1063 1050 552 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1994854145 885055488 16321 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 883268

[startup+25.5011 s]
/proc/loadavg: 2.14 2.04 2.01 3/94 1072
/proc/meminfo: memFree=1381896/2055920 swapFree=4179560/4192956
[pid=1050] ppid=1048 vsize=13600 CPUtime=0.4
/proc/1050/stat : 1050 (sugar) S 1048 1050 552 0 -1 4194304 974 7209 0 1 3 1 33 3 16 0 1 0 1994854094 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1050/statm: 3400 797 370 3 0 500 0
[pid=1063] ppid=1050 vsize=5356 CPUtime=0
/proc/1063/stat : 1063 (sh) S 1050 1050 552 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994854140 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1063/statm: 1339 233 193 169 0 50 0
[pid=1064] ppid=1063 vsize=864356 CPUtime=25
/proc/1064/stat : 1064 (java) S 1063 1050 552 0 -1 0 24169 0 1 0 2482 18 0 0 20 0 9 0 1994854141 885100544 17662 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1064/statm: 216089 17662 2564 9 0 210636 0
[pid=1064/tid=1065] ppid=1063 vsize=864356 CPUtime=23.3
/proc/1064/task/1065/stat : 1065 (java) R 1063 1050 552 0 -1 64 3237 0 1 0 2324 6 0 0 25 0 9 0 1994854142 885100544 17662 996147200 134512640 134550740 4294955952 18446744073709551615 103215320 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1064/tid=1066] ppid=1063 vsize=864356 CPUtime=1.58
/proc/1064/task/1066/stat : 1066 (java) S 1063 1050 552 0 -1 64 19886 0 0 0 148 10 0 0 17 0 9 0 1994854143 885100544 17662 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1064/tid=1067] ppid=1063 vsize=864356 CPUtime=0
/proc/1064/task/1067/stat : 1067 (java) S 1063 1050 552 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994854143 885100544 17662 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1064/tid=1068] ppid=1063 vsize=864356 CPUtime=0
/proc/1064/task/1068/stat : 1068 (java) S 1063 1050 552 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1994854143 885100544 17662 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=1050] ppid=1048 vsize=13600 CPUtime=0.4
/proc/1050/stat : 1050 (sugar) S 1048 1050 552 0 -1 4194304 974 7209 0 1 3 1 33 3 16 0 1 0 1994854094 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1050/statm: 3400 797 370 3 0 500 0
[pid=1063] ppid=1050 vsize=5356 CPUtime=0
/proc/1063/stat : 1063 (sh) S 1050 1050 552 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994854140 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1063/statm: 1339 233 193 169 0 50 0
[pid=1064] ppid=1063 vsize=864356 CPUtime=50.58
/proc/1064/stat : 1064 (java) S 1063 1050 552 0 -1 0 29736 0 1 0 5031 27 0 0 20 0 9 0 1994854141 885100544 17966 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1064/statm: 216089 17966 2564 9 0 210636 0
[pid=1064/tid=1065] ppid=1063 vsize=864356 CPUtime=48.31
/proc/1064/task/1065/stat : 1065 (java) R 1063 1050 552 0 -1 64 3377 0 1 0 4821 10 0 0 25 0 9 0 1994854142 885100544 17966 996147200 134512640 134550740 4294955952 18446744073709551615 4126579581 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1064/tid=1066] ppid=1063 vsize=864356 CPUtime=2.15
/proc/1064/task/1066/stat : 1066 (java) S 1063 1050 552 0 -1 64 25309 0 0 0 200 15 0 0 16 0 9 0 1994854143 885100544 17966 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1064/tid=1067] ppid=1063 vsize=864356 CPUtime=0
/proc/1064/task/1067/stat : 1067 (java) S 1063 1050 552 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994854143 885100544 17966 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1064/tid=1068] ppid=1063 vsize=864356 CPUtime=0
/proc/1064/task/1068/stat : 1068 (java) S 1063 1050 552 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1994854143 885100544 17966 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1064/tid=1069] ppid=1063 vsize=864356 CPUtime=0
/proc/1064/task/1069/stat : 1069 (java) S 1063 1050 552 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1994854145 885100544 17966 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1064/tid=1070] ppid=1063 vsize=864356 CPUtime=0.09
/proc/1064/task/1070/stat : 1070 (java) S 1063 1050 552 0 -1 64 352 0 0 0 9 0 0 0 16 0 9 0 1994854145 885100544 17966 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1064/tid=1071] ppid=1063 vsize=864356 CPUtime=0
/proc/1064/task/1071/stat : 1071 (java) S 1063 1050 552 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1994854145 885100544 17966 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1064/tid=1072] ppid=1063 vsize=864356 CPUtime=0
/proc/1064/task/1072/stat : 1072 (java) S 1063 1050 552 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1994854145 885100544 17966 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.98
Current children cumulated vsize (KiB) 883312

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

[startup+76.7019 s]
/proc/loadavg: 2.09 2.05 2.01 3/94 1072
/proc/meminfo: memFree=1362504/2055920 swapFree=4179560/4192956
[pid=1050] ppid=1048 vsize=13600 CPUtime=0.4
/proc/1050/stat : 1050 (sugar) S 1048 1050 552 0 -1 4194304 974 7209 0 1 3 1 33 3 16 0 1 0 1994854094 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1050/statm: 3400 797 370 3 0 500 0
[pid=1063] ppid=1050 vsize=5356 CPUtime=0
/proc/1063/stat : 1063 (sh) S 1050 1050 552 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994854140 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1063/statm: 1339 233 193 169 0 50 0
[pid=1064] ppid=1063 vsize=864356 CPUtime=76.17
/proc/1064/stat : 1064 (java) S 1063 1050 552 0 -1 0 36646 0 1 0 7584 33 0 0 20 0 9 0 1994854141 885100544 19643 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1064/statm: 216089 19643 2564 9 0 210636 0
[pid=1064/tid=1065] ppid=1063 vsize=864356 CPUtime=73.37
/proc/1064/task/1065/stat : 1065 (java) R 1063 1050 552 0 -1 64 3488 0 1 0 7325 12 0 0 25 0 9 0 1994854142 885100544 19643 996147200 134512640 134550740 4294955952 18446744073709551615 4125952123 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1064/tid=1066] ppid=1063 vsize=864356 CPUtime=2.68
/proc/1064/task/1066/stat : 1066 (java) S 1063 1050 552 0 -1 64 32108 0 0 0 249 19 0 0 16 0 9 0 1994854143 885100544 19643 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1064/tid=1067] ppid=1063 vsize=864356 CPUtime=0
/proc/1064/task/1067/stat : 1067 (java) S 1063 1050 552 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994854143 885100544 19643 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1064/tid=1068] ppid=1063 vsize=864356 CPUtime=0
/proc/1064/task/1068/stat : 1068 (java) S 1063 1050 552 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1994854143 885100544 19643 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1064/tid=1069] ppid=1063 vsize=864356 CPUtime=0
/proc/1064/task/1069/stat : 1069 (java) S 1063 1050 552 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1994854145 885100544 19643 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1064/tid=1070] ppid=1063 vsize=864356 CPUtime=0.09
/proc/1064/task/1070/stat : 1070 (java) S 1063 1050 552 0 -1 64 352 0 0 0 9 0 0 0 16 0 9 0 1994854145 885100544 19643 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1064/tid=1071] ppid=1063 vsize=864356 CPUtime=0
/proc/1064/task/1071/stat : 1071 (java) S 1063 1050 552 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1994854145 885100544 19643 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1064/tid=1072] ppid=1063 vsize=864356 CPUtime=0
/proc/1064/task/1072/stat : 1072 (java) S 1063 1050 552 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1994854145 885100544 19643 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 76.57
Current children cumulated vsize (KiB) 883312

[startup+89.5022 s]
/proc/loadavg: 2.07 2.05 2.01 3/94 1072
/proc/meminfo: memFree=1329416/2055920 swapFree=4179560/4192956
[pid=1050] ppid=1048 vsize=13600 CPUtime=0.4
/proc/1050/stat : 1050 (sugar) S 1048 1050 552 0 -1 4194304 974 7209 0 1 3 1 33 3 16 0 1 0 1994854094 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1050/statm: 3400 797 370 3 0 500 0
[pid=1063] ppid=1050 vsize=5356 CPUtime=0
/proc/1063/stat : 1063 (sh) S 1050 1050 552 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994854140 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1063/statm: 1339 233 193 169 0 50 0
[pid=1064] ppid=1063 vsize=864356 CPUtime=88.96
/proc/1064/stat : 1064 (java) S 1063 1050 552 0 -1 0 36713 0 1 0 8859 37 0 0 20 0 9 0 1994854141 885100544 19643 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1064/statm: 216089 19643 2564 9 0 210636 0
[pid=1064/tid=1065] ppid=1063 vsize=864356 CPUtime=86.05
/proc/1064/task/1065/stat : 1065 (java) R 1063 1050 552 0 -1 64 3555 0 1 0 8589 16 0 0 25 0 9 0 1994854142 885100544 19643 996147200 134512640 134550740 4294955952 18446744073709551615 4126579658 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1064/tid=1066] ppid=1063 vsize=864356 CPUtime=2.79
/proc/1064/task/1066/stat : 1066 (java) S 1063 1050 552 0 -1 64 32108 0 0 0 260 19 0 0 16 0 9 0 1994854143 885100544 19643 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1064/tid=1067] ppid=1063 vsize=864356 CPUtime=0
/proc/1064/task/1067/stat : 1067 (java) S 1063 1050 552 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994854143 885100544 19643 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1064/tid=1068] ppid=1063 vsize=864356 CPUtime=0
/proc/1064/task/1068/stat : 1068 (java) S 1063 1050 552 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1994854143 885100544 19643 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1064/tid=1069] ppid=1063 vsize=864356 CPUtime=0
/proc/1064/task/1069/stat : 1069 (java) S 1063 1050 552 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1994854145 885100544 19643 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1064/tid=1070] ppid=1063 vsize=864356 CPUtime=0.09
/proc/1064/task/1070/stat : 1070 (java) S 1063 1050 552 0 -1 64 352 0 0 0 9 0 0 0 16 0 9 0 1994854145 885100544 19643 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1064/tid=1071] ppid=1063 vsize=864356 CPUtime=0
/proc/1064/task/1071/stat : 1071 (java) S 1063 1050 552 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1994854145 885100544 19643 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1064/tid=1072] ppid=1063 vsize=864356 CPUtime=0
/proc/1064/task/1072/stat : 1072 (java) S 1063 1050 552 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1994854145 885100544 19643 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 89.36
Current children cumulated vsize (KiB) 883312

[startup+95.9018 s]
/proc/loadavg: 2.07 2.05 2.01 3/94 1072
/proc/meminfo: memFree=1329288/2055920 swapFree=4179560/4192956
[pid=1050] ppid=1048 vsize=13600 CPUtime=0.4
/proc/1050/stat : 1050 (sugar) S 1048 1050 552 0 -1 4194304 974 7209 0 1 3 1 33 3 16 0 1 0 1994854094 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1050/statm: 3400 797 370 3 0 500 0
[pid=1063] ppid=1050 vsize=5356 CPUtime=0
/proc/1063/stat : 1063 (sh) S 1050 1050 552 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994854140 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1063/statm: 1339 233 193 169 0 50 0
[pid=1064] ppid=1063 vsize=864356 CPUtime=95.36
/proc/1064/stat : 1064 (java) S 1063 1050 552 0 -1 0 36726 0 1 0 9499 37 0 0 20 0 9 0 1994854141 885100544 19643 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1064/statm: 216089 19643 2564 9 0 210636 0
[pid=1064/tid=1065] ppid=1063 vsize=864356 CPUtime=92.4
/proc/1064/task/1065/stat : 1065 (java) R 1063 1050 552 0 -1 64 3568 0 1 0 9224 16 0 0 25 0 9 0 1994854142 885100544 19643 996147200 134512640 134550740 4294955952 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1064/tid=1066] ppid=1063 vsize=864356 CPUtime=2.83
/proc/1064/task/1066/stat : 1066 (java) S 1063 1050 552 0 -1 64 32108 0 0 0 264 19 0 0 16 0 9 0 1994854143 885100544 19643 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1064/tid=1067] ppid=1063 vsize=864356 CPUtime=0
/proc/1064/task/1067/stat : 1067 (java) S 1063 1050 552 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994854143 885100544 19643 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1064/tid=1068] ppid=1063 vsize=864356 CPUtime=0
/proc/1064/task/1068/stat : 1068 (java) S 1063 1050 552 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1994854143 885100544 19643 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1064/tid=1069] ppid=1063 vsize=864356 CPUtime=0
/proc/1064/task/1069/stat : 1069 (java) S 1063 1050 552 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1994854145 885100544 19643 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1064/tid=1070] ppid=1063 vsize=864356 CPUtime=0.09
/proc/1064/task/1070/stat : 1070 (java) S 1063 1050 552 0 -1 64 352 0 0 0 9 0 0 0 16 0 9 0 1994854145 885100544 19643 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1064/tid=1071] ppid=1063 vsize=864356 CPUtime=0
/proc/1064/task/1071/stat : 1071 (java) S 1063 1050 552 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1994854145 885100544 19643 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1064/tid=1072] ppid=1063 vsize=864356 CPUtime=0
/proc/1064/task/1072/stat : 1072 (java) S 1063 1050 552 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1994854145 885100544 19643 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 95.76
Current children cumulated vsize (KiB) 883312

[startup+97.5019 s]
/proc/loadavg: 2.06 2.04 2.01 4/94 1072
/proc/meminfo: memFree=1328392/2055920 swapFree=4179560/4192956
[pid=1050] ppid=1048 vsize=13600 CPUtime=96.8
/proc/1050/stat : 1050 (sugar) S 1048 1050 552 0 -1 4194304 1031 44268 0 2 3 1 9632 44 15 0 1 0 1994854094 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1050/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 96.8
Current children cumulated vsize (KiB) 13600

[startup+99.1021 s]
/proc/loadavg: 2.06 2.04 2.01 3/86 1074
/proc/meminfo: memFree=1355528/2055920 swapFree=4179560/4192956
[pid=1050] ppid=1048 vsize=13600 CPUtime=96.8
/proc/1050/stat : 1050 (sugar) S 1048 1050 552 0 -1 4194304 1031 44268 0 2 3 1 9632 44 15 0 1 0 1994854094 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1050/statm: 3400 798 370 3 0 500 0
[pid=1073] ppid=1050 vsize=5356 CPUtime=0
/proc/1073/stat : 1073 (sh) S 1050 1050 552 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994863789 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1073/statm: 1339 232 193 169 0 50 0
[pid=1074] ppid=1073 vsize=41036 CPUtime=2.11
/proc/1074/stat : 1074 (minisat) R 1073 1050 552 0 -1 4194304 9958 0 0 0 203 8 0 0 25 0 1 0 1994863790 42020864 9944 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/1074/statm: 10259 9944 75 150 0 10106 0
Current children cumulated CPU time (s) 98.91
Current children cumulated vsize (KiB) 59992

[startup+99.5021 s]
/proc/loadavg: 2.06 2.04 2.01 3/86 1074
/proc/meminfo: memFree=1355528/2055920 swapFree=4179560/4192956
[pid=1050] ppid=1048 vsize=13600 CPUtime=96.8
/proc/1050/stat : 1050 (sugar) S 1048 1050 552 0 -1 4194304 1031 44268 0 2 3 1 9632 44 16 0 1 0 1994854094 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1050/statm: 3400 798 370 3 0 500 0
[pid=1073] ppid=1050 vsize=5356 CPUtime=0
/proc/1073/stat : 1073 (sh) S 1050 1050 552 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994863789 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1073/statm: 1339 232 193 169 0 50 0
[pid=1074] ppid=1073 vsize=41440 CPUtime=2.51
/proc/1074/stat : 1074 (minisat) R 1073 1050 552 0 -1 4194304 10057 0 0 0 243 8 0 0 25 0 1 0 1994863790 42434560 10043 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/1074/statm: 10360 10043 75 150 0 10207 0
Current children cumulated CPU time (s) 99.31
Current children cumulated vsize (KiB) 60396

[startup+99.9021 s]
/proc/loadavg: 2.06 2.04 2.01 3/86 1074
/proc/meminfo: memFree=1355528/2055920 swapFree=4179560/4192956
[pid=1050] ppid=1048 vsize=13600 CPUtime=99.65
/proc/1050/stat : 1050 (sugar) S 1048 1050 552 0 -1 4194304 1070 54651 0 2 3 1 9907 54 16 0 1 0 1994854094 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1050/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 99.65
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 99.9944
CPU time (s): 99.7998
CPU user time (s): 99.1969
CPU system time (s): 0.602908
CPU usage (%): 99.8054
Max. virtual memory (cumulated for all children) (KiB): 893812

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 99.1969
system time used= 0.602908
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59485
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= 7397
involuntary context switches= 9409

runsolver used 0.115982 second user time and 0.357945 second system time

The end

Launcher Data (download as text)

Begin job on node8 at 2008-07-04 10:06:31
IDJOB=1069100
IDBENCH=55562
IDSOLVER=346
FILE ID=node8/1069100-1215158790
PBS_JOBID= 7877482
Free space on /tmp= 66532 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/ukVg/normalized-crossword-m1c-uk-vg5-6_ext.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1069100-1215158790/watcher-1069100-1215158790 -o /tmp/evaluation-result-1069100-1215158790/solver-1069100-1215158790 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1069100-1215158790.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f5ddb3e6c7682f9213f2157a606798c1
RANDOM SEED=472494790

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1457088 kB
Buffers:         18020 kB
Cached:         130528 kB
SwapCached:       6900 kB
Active:         494780 kB
Inactive:        50796 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1457088 kB
SwapTotal:     4192956 kB
SwapFree:      4179560 kB
Dirty:            1752 kB
Writeback:           0 kB
Mapped:         414028 kB
Slab:            37436 kB
Committed_AS:  3793644 kB
PageTables:       2680 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= 66508 MiB
End job on node8 at 2008-07-04 10:08:11