Trace number 1067033

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+minisatUNSAT 50.0754 50.2006

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg13-17_ext.xml
MD5SUM8eb0e06cd83832f8013785f46c061cae
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.032994
Satisfiable
(Un)Satisfiability was proved
Number of variables221
Number of constraints30
Maximum constraint arity17
Maximum domain size26
Number of constraints which are defined in extension30
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 07:36:03 2008
0.00/0.04	c 0	PID 32668
0.00/0.04	c 0	HOST node79.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1067033-1215149763.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-1067033-1215149763.xml' 'HOME/temp.csp'
0.03/0.27	c 0	1 domains, 221 variables, 0 predicates, 2 relations, 30 constraints
0.03/0.31	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.31	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.03/0.39	c 0	Parsing HOME/temp.csp
0.25/0.53	c 1	parsed 254 expressions
0.25/0.53	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.25/0.53	c 1	Converting to clausal form CSP
0.25/0.55	c 1	converted 26 (10%) expressions
0.25/0.55	c 1	converted 51 (20%) expressions
0.25/0.55	c 1	converted 77 (30%) expressions
0.25/0.55	c 1	converted 102 (40%) expressions
0.25/0.55	c 1	converted 127 (50%) expressions
0.25/0.56	c 1	converted 153 (60%) expressions
0.25/0.56	c 1	converted 178 (70%) expressions
0.25/0.56	c 1	converted 204 (80%) expressions
0.25/0.71	c 1	converted 229 (90%) expressions
0.92/1.06	c 1	converted 254 (100%) expressions
0.92/1.06	c 1	CSP : 221 integers, 0 booleans, 30 clauses, largest domain size 26
0.92/1.06	c 1	Heap : 20 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.92/1.06	c 1	Propagation in CSP
0.92/1.06	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.92/1.06	c 1	CSP : 221 integers, 0 booleans, 30 clauses, largest domain size 26
0.92/1.06	c 1	Heap : 20 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.92/1.06	c 1	Simplifing CSP by introducing new Boolean variables
0.92/1.07	c 1	CSP : 221 integers, 0 booleans, 30 clauses, largest domain size 26
0.92/1.07	c 1	Heap : 20 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.03/1.18	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.03/1.20	c 1	23 (10%) CSP integer variables are encoded (552 clauses, 5928 bytes)
1.12/1.20	c 1	45 (20%) CSP integer variables are encoded (1080 clauses, 11977 bytes)
1.12/1.20	c 1	67 (30%) CSP integer variables are encoded (1608 clauses, 18841 bytes)
1.12/1.20	c 1	89 (40%) CSP integer variables are encoded (2136 clauses, 25705 bytes)
1.12/1.20	c 1	111 (50%) CSP integer variables are encoded (2664 clauses, 32569 bytes)
1.12/1.21	c 1	133 (60%) CSP integer variables are encoded (3192 clauses, 39433 bytes)
1.12/1.21	c 1	155 (70%) CSP integer variables are encoded (3720 clauses, 46297 bytes)
1.12/1.21	c 1	177 (80%) CSP integer variables are encoded (4248 clauses, 53161 bytes)
1.12/1.21	c 1	199 (90%) CSP integer variables are encoded (4776 clauses, 60025 bytes)
1.12/1.21	c 1	221 (100%) CSP integer variables are encoded (5304 clauses, 66889 bytes)
8.92/9.10	c 9	3 (10%) CSP clauses are encoded (77655 clauses, 6006528 bytes)
16.92/17.05	c 17	6 (20%) CSP clauses are encoded (150006 clauses, 12061022 bytes)
24.81/24.96	c 25	9 (30%) CSP clauses are encoded (222357 clauses, 18298319 bytes)
32.81/32.93	c 33	12 (40%) CSP clauses are encoded (294708 clauses, 24535616 bytes)
40.70/40.90	c 41	15 (50%) CSP clauses are encoded (367059 clauses, 30772913 bytes)
46.00/46.16	c 46	18 (60%) CSP clauses are encoded (417345 clauses, 35091036 bytes)
46.30/46.44	c 46	21 (70%) CSP clauses are encoded (423501 clauses, 35678422 bytes)
46.60/46.72	c 47	24 (80%) CSP clauses are encoded (429657 clauses, 36326212 bytes)
46.79/47.00	c 47	27 (90%) CSP clauses are encoded (435813 clauses, 36974002 bytes)
47.10/47.28	c 47	30 (100%) CSP clauses are encoded (441969 clauses, 37621792 bytes)
47.10/47.28	c 47	30 CSP clauses encoded
47.10/47.28	c 47	Writing map file : HOME/temp.map
47.10/47.28	c 47	Heap : 36 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
47.10/47.28	c 47	SAT : 5525 SAT variables, 441969 SAT clauses, 37621792 bytes
47.10/47.28	c 47	Heap : 36 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
47.19/47.31	c 47	SOLVING HOME/temp.cnf
47.19/47.31	c 47	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
47.19/47.31	c 47	This is MiniSat 2.0 beta
47.19/47.31	c 47	WARNING: for repeatability, setting FPU to use double precision
47.19/47.31	c 47	============================[ Problem Statistics ]=============================
47.19/47.31	c 47	|                                                                             |
47.19/47.31	c 47	|  Number of variables:  5525                                                 |
47.19/47.31	c 47	|  Number of clauses:    441969                                               |
47.21/48.06	c 48	|  Parsing time:         0.68         s                                       |
47.21/48.13	c 48	============================[ Search Statistics ]==============================
47.21/48.13	c 48	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
47.21/48.13	c 48	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
47.21/48.13	c 48	===============================================================================
47.21/48.13	c 48	|         0 |    5444   436527  6951215 |   145509        0    nan |  0.000 % |
47.21/48.20	c 48	|       101 |    5438   436527  6951215 |   160059       97      7 |  1.593 % |
47.21/48.21	c 48	|       252 |    5438   436527  6951215 |   176065      248      7 |  1.593 % |
47.21/48.23	c 48	|       477 |    5438   436527  6951215 |   193672      473      8 |  1.593 % |
47.21/48.25	c 48	|       815 |    5438   436527  6951215 |   213039      811      7 |  1.593 % |
48.38/48.60	c 49	|      1321 |    5435   436527  6951215 |   234343     1316      7 |  1.665 % |
48.58/48.77	c 49	|      2081 |    5435   436527  6951215 |   257778     2076      8 |  1.665 % |
48.88/49.01	c 49	|      3222 |    5429   436527  6951215 |   283555     3216      9 |  1.774 % |
48.98/49.16	c 49	|      4931 |    5429   436527  6951215 |   311911     4925      9 |  1.774 % |
49.29/49.47	c 49	|      7493 |    5429   436527  6951215 |   343102     7487     10 |  1.774 % |
49.88/50.01	c 50	===============================================================================
49.88/50.01	c 50	restarts              : 10
49.88/50.01	c 50	conflicts             : 7882           (3013 /sec)
49.88/50.01	c 50	decisions             : 13588          (1.77 % random) (5195 /sec)
49.88/50.01	c 50	propagations          : 491925         (188073 /sec)
49.88/50.01	c 50	conflict literals     : 74399          (26.59 % deleted)
49.88/50.01	c 50	Memory used           : 45.64 MB
49.88/50.01	c 50	CPU time              : 2.6156 s
49.88/50.01	c 50	
49.88/50.01	c 50	UNSATISFIABLE
49.88/50.02	c 50	DECODING HOME/temp.out WITH HOME/temp.map
49.88/50.02	c 50	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
49.88/50.09	c 50	Decoding HOME/temp.out
49.91/50.14	s UNSATISFIABLE
49.91/50.14	c 50	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
49.91/50.19	c 50	CPU 49.4 (0.03 0.01 49.37 0.63)
49.91/50.19	c 50	END Fri Jul  4 07:36:53 2008

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1067033-1215149763/watcher-1067033-1215149763 -o /tmp/evaluation-result-1067033-1215149763/solver-1067033-1215149763 -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-1067033-1215149763.xml 

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


[startup+0 s]
/proc/loadavg: 1.96 1.96 1.98 4/74 32668
/proc/meminfo: memFree=1729056/2055920 swapFree=4180580/4192956
[pid=32668] ppid=32666 vsize=12268 CPUtime=0
/proc/32668/stat : 32668 (sugar) R 32666 32668 32064 0 -1 4194304 351 0 0 0 0 0 0 0 18 0 1 0 637906701 12562432 319 996147200 4194304 4206940 548682068608 18446744073709551615 234045739745 0 0 4224 0 0 0 0 17 0 0 0
/proc/32668/statm: 3068 320 242 3 0 168 0

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

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

[startup+0.302987 s]
/proc/loadavg: 1.96 1.96 1.98 4/74 32668
/proc/meminfo: memFree=1729056/2055920 swapFree=4180580/4192956
[pid=32668] ppid=32666 vsize=13600 CPUtime=0.03
/proc/32668/stat : 32668 (sugar) S 32666 32668 32064 0 -1 4194304 918 127 0 0 3 0 0 0 15 0 1 0 637906701 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32668/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702035 s]
/proc/loadavg: 1.96 1.96 1.98 4/74 32668
/proc/meminfo: memFree=1729056/2055920 swapFree=4180580/4192956
[pid=32668] ppid=32666 vsize=13600 CPUtime=0.25
/proc/32668/stat : 32668 (sugar) S 32666 32668 32064 0 -1 4194304 973 4397 0 1 3 0 19 3 15 0 1 0 637906701 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32668/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 13600

[startup+1.50112 s]
/proc/loadavg: 1.96 1.96 1.98 4/85 32690
/proc/meminfo: memFree=1703816/2055920 swapFree=4180580/4192956
[pid=32668] ppid=32666 vsize=13600 CPUtime=0.25
/proc/32668/stat : 32668 (sugar) S 32666 32668 32064 0 -1 4194304 974 4397 0 1 3 0 19 3 15 0 1 0 637906701 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32668/statm: 3400 797 370 3 0 500 0
[pid=32681] ppid=32668 vsize=5356 CPUtime=0
/proc/32681/stat : 32681 (sh) S 32668 32668 32064 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 637906732 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32681/statm: 1339 233 193 169 0 50 0
[pid=32682] ppid=32681 vsize=864288 CPUtime=1.17
/proc/32682/stat : 32682 (java) S 32681 32668 32064 0 -1 0 10403 0 1 0 111 6 0 0 20 0 9 0 637906733 885030912 9639 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32682/statm: 216072 9639 2564 9 0 210619 0
[pid=32682/tid=32683] ppid=32681 vsize=864288 CPUtime=0.6
/proc/32682/task/32683/stat : 32683 (java) R 32681 32668 32064 0 -1 64 2937 0 1 0 59 1 0 0 25 0 9 0 637906733 885030912 9639 996147200 134512640 134550740 4294955952 18446744073709551615 4126585415 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32682/tid=32684] ppid=32681 vsize=864288 CPUtime=0.45
/proc/32682/task/32684/stat : 32684 (java) S 32681 32668 32064 0 -1 64 6424 0 0 0 42 3 0 0 16 0 9 0 637906735 885030912 9639 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32682/tid=32685] ppid=32681 vsize=864288 CPUtime=0
/proc/32682/task/32685/stat : 32685 (java) S 32681 32668 32064 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 637906735 885030912 9639 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32682/tid=32686] ppid=32681 vsize=864288 CPUtime=0
/proc/32682/task/32686/stat : 32686 (java) S 32681 32668 32064 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 637906735 885030912 9639 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32682/tid=32687] ppid=32681 vsize=864288 CPUtime=0
/proc/32682/task/32687/stat : 32687 (java) S 32681 32668 32064 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 637906737 885030912 9639 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32682/tid=32688] ppid=32681 vsize=864288 CPUtime=0.09
/proc/32682/task/32688/stat : 32688 (java) S 32681 32668 32064 0 -1 64 349 0 0 0 9 0 0 0 16 0 9 0 637906737 885030912 9639 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32682/tid=32689] ppid=32681 vsize=864288 CPUtime=0
/proc/32682/task/32689/stat : 32689 (java) S 32681 32668 32064 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 637906737 885030912 9639 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32682/tid=32690] ppid=32681 vsize=864288 CPUtime=0
/proc/32682/task/32690/stat : 32690 (java) S 32681 32668 32064 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 637906737 885030912 9639 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) 883244

[startup+3.10129 s]
/proc/loadavg: 1.96 1.96 1.98 3/85 32690
/proc/meminfo: memFree=1697416/2055920 swapFree=4180580/4192956
[pid=32668] ppid=32666 vsize=13600 CPUtime=0.25
/proc/32668/stat : 32668 (sugar) S 32666 32668 32064 0 -1 4194304 974 4397 0 1 3 0 19 3 15 0 1 0 637906701 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32668/statm: 3400 797 370 3 0 500 0
[pid=32681] ppid=32668 vsize=5356 CPUtime=0
/proc/32681/stat : 32681 (sh) S 32668 32668 32064 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 637906732 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32681/statm: 1339 233 193 169 0 50 0
[pid=32682] ppid=32681 vsize=864288 CPUtime=2.77
/proc/32682/stat : 32682 (java) S 32681 32668 32064 0 -1 0 11122 0 1 0 270 7 0 0 20 0 9 0 637906733 885030912 10326 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32682/statm: 216072 10326 2564 9 0 210619 0
[pid=32682/tid=32683] ppid=32681 vsize=864288 CPUtime=2.16
/proc/32682/task/32683/stat : 32683 (java) R 32681 32668 32064 0 -1 64 2969 0 1 0 215 1 0 0 25 0 9 0 637906733 885030912 10326 996147200 134512640 134550740 4294955952 18446744073709551615 4126585472 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32682/tid=32684] ppid=32681 vsize=864288 CPUtime=0.49
/proc/32682/task/32684/stat : 32684 (java) S 32681 32668 32064 0 -1 64 7111 0 0 0 45 4 0 0 16 0 9 0 637906735 885030912 10326 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32682/tid=32685] ppid=32681 vsize=864288 CPUtime=0
/proc/32682/task/32685/stat : 32685 (java) S 32681 32668 32064 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 637906735 885030912 10326 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32682/tid=32686] ppid=32681 vsize=864288 CPUtime=0
/proc/32682/task/32686/stat : 32686 (java) S 32681 32668 32064 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 637906735 885030912 10326 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32682/tid=32687] ppid=32681 vsize=864288 CPUtime=0
/proc/32682/task/32687/stat : 32687 (java) S 32681 32668 32064 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 637906737 885030912 10326 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32682/tid=32688] ppid=32681 vsize=864288 CPUtime=0.09
/proc/32682/task/32688/stat : 32688 (java) S 32681 32668 32064 0 -1 64 349 0 0 0 9 0 0 0 16 0 9 0 637906737 885030912 10326 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32682/tid=32689] ppid=32681 vsize=864288 CPUtime=0
/proc/32682/task/32689/stat : 32689 (java) S 32681 32668 32064 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 637906737 885030912 10326 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32682/tid=32690] ppid=32681 vsize=864288 CPUtime=0
/proc/32682/task/32690/stat : 32690 (java) S 32681 32668 32064 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 637906737 885030912 10326 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) 883244

[startup+6.30263 s]
/proc/loadavg: 1.96 1.96 1.98 3/85 32690
/proc/meminfo: memFree=1689544/2055920 swapFree=4180580/4192956
[pid=32668] ppid=32666 vsize=13600 CPUtime=0.25
/proc/32668/stat : 32668 (sugar) S 32666 32668 32064 0 -1 4194304 974 4397 0 1 3 0 19 3 15 0 1 0 637906701 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32668/statm: 3400 797 370 3 0 500 0
[pid=32681] ppid=32668 vsize=5356 CPUtime=0
/proc/32681/stat : 32681 (sh) S 32668 32668 32064 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 637906732 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32681/statm: 1339 233 193 169 0 50 0
[pid=32682] ppid=32681 vsize=864288 CPUtime=5.97
/proc/32682/stat : 32682 (java) S 32681 32668 32064 0 -1 0 12351 0 1 0 587 10 0 0 20 0 9 0 637906733 885030912 11470 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32682/statm: 216072 11470 2564 9 0 210619 0
[pid=32682/tid=32683] ppid=32681 vsize=864288 CPUtime=5.27
/proc/32682/task/32683/stat : 32683 (java) R 32681 32668 32064 0 -1 64 3054 0 1 0 523 4 0 0 25 0 9 0 637906733 885030912 11470 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32682/tid=32684] ppid=32681 vsize=864288 CPUtime=0.58
/proc/32682/task/32684/stat : 32684 (java) S 32681 32668 32064 0 -1 64 8252 0 0 0 53 5 0 0 16 0 9 0 637906735 885030912 11470 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32682/tid=32685] ppid=32681 vsize=864288 CPUtime=0
/proc/32682/task/32685/stat : 32685 (java) S 32681 32668 32064 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 637906735 885030912 11470 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32682/tid=32686] ppid=32681 vsize=864288 CPUtime=0
/proc/32682/task/32686/stat : 32686 (java) S 32681 32668 32064 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 637906735 885030912 11470 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32682/tid=32687] ppid=32681 vsize=864288 CPUtime=0
/proc/32682/task/32687/stat : 32687 (java) S 32681 32668 32064 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 637906737 885030912 11470 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32682/tid=32688] ppid=32681 vsize=864288 CPUtime=0.1
/proc/32682/task/32688/stat : 32688 (java) S 32681 32668 32064 0 -1 64 352 0 0 0 10 0 0 0 16 0 9 0 637906737 885030912 11470 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32682/tid=32689] ppid=32681 vsize=864288 CPUtime=0
/proc/32682/task/32689/stat : 32689 (java) S 32681 32668 32064 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 637906737 885030912 11470 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32682/tid=32690] ppid=32681 vsize=864288 CPUtime=0
/proc/32682/task/32690/stat : 32690 (java) S 32681 32668 32064 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 637906737 885030912 11470 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 883244

[startup+12.7023 s]
/proc/loadavg: 1.97 1.96 1.98 3/85 32690
/proc/meminfo: memFree=1676680/2055920 swapFree=4180580/4192956
[pid=32668] ppid=32666 vsize=13600 CPUtime=0.25
/proc/32668/stat : 32668 (sugar) S 32666 32668 32064 0 -1 4194304 974 4397 0 1 3 0 19 3 16 0 1 0 637906701 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32668/statm: 3400 797 370 3 0 500 0
[pid=32681] ppid=32668 vsize=5356 CPUtime=0
/proc/32681/stat : 32681 (sh) S 32668 32668 32064 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 637906732 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32681/statm: 1339 233 193 169 0 50 0
[pid=32682] ppid=32681 vsize=864364 CPUtime=12.37
/proc/32682/stat : 32682 (java) S 32681 32668 32064 0 -1 0 15094 0 1 0 1219 18 0 0 20 0 9 0 637906733 885108736 12811 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32682/statm: 216091 12811 2564 9 0 210638 0
[pid=32682/tid=32683] ppid=32681 vsize=864364 CPUtime=11.34
/proc/32682/task/32683/stat : 32683 (java) R 32681 32668 32064 0 -1 64 3246 0 1 0 1126 8 0 0 25 0 9 0 637906733 885108736 12811 996147200 134512640 134550740 4294955952 18446744073709551615 4126585416 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32682/tid=32684] ppid=32681 vsize=864364 CPUtime=0.89
/proc/32682/task/32684/stat : 32684 (java) S 32681 32668 32064 0 -1 64 10800 0 0 0 82 7 0 0 16 0 9 0 637906735 885108736 12811 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32682/tid=32685] ppid=32681 vsize=864364 CPUtime=0
/proc/32682/task/32685/stat : 32685 (java) S 32681 32668 32064 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 637906735 885108736 12811 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32682/tid=32686] ppid=32681 vsize=864364 CPUtime=0
/proc/32682/task/32686/stat : 32686 (java) S 32681 32668 32064 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 637906735 885108736 12811 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32682/tid=32687] ppid=32681 vsize=864364 CPUtime=0
/proc/32682/task/32687/stat : 32687 (java) S 32681 32668 32064 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 637906737 885108736 12811 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32682/tid=32688] ppid=32681 vsize=864364 CPUtime=0.1
/proc/32682/task/32688/stat : 32688 (java) S 32681 32668 32064 0 -1 64 355 0 0 0 10 0 0 0 17 0 9 0 637906737 885108736 12811 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32682/tid=32689] ppid=32681 vsize=864364 CPUtime=0
/proc/32682/task/32689/stat : 32689 (java) S 32681 32668 32064 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 637906737 885108736 12811 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32682/tid=32690] ppid=32681 vsize=864364 CPUtime=0
/proc/32682/task/32690/stat : 32690 (java) S 32681 32668 32064 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 637906737 885108736 12811 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 883320

[startup+25.5026 s]
/proc/loadavg: 1.97 1.96 1.98 3/85 32690
/proc/meminfo: memFree=1663752/2055920 swapFree=4180580/4192956
[pid=32668] ppid=32666 vsize=13600 CPUtime=0.25
/proc/32668/stat : 32668 (sugar) S 32666 32668 32064 0 -1 4194304 974 4397 0 1 3 0 19 3 16 0 1 0 637906701 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32668/statm: 3400 797 370 3 0 500 0
[pid=32681] ppid=32668 vsize=5356 CPUtime=0
/proc/32681/stat : 32681 (sh) S 32668 32668 32064 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 637906732 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32681/statm: 1339 233 193 169 0 50 0
[pid=32682] ppid=32681 vsize=864364 CPUtime=25.16
/proc/32682/stat : 32682 (java) S 32681 32668 32064 0 -1 0 17236 0 1 0 2489 27 0 0 20 0 9 0 637906733 885108736 13402 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32682/statm: 216091 13402 2564 9 0 210638 0
[pid=32682/tid=32683] ppid=32681 vsize=864364 CPUtime=23.63
/proc/32682/task/32683/stat : 32683 (java) R 32681 32668 32064 0 -1 64 3590 0 1 0 2348 15 0 0 25 0 9 0 637906733 885108736 13402 996147200 134512640 134550740 4294955952 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32682/tid=32684] ppid=32681 vsize=864364 CPUtime=1.39
/proc/32682/task/32684/stat : 32684 (java) S 32681 32668 32064 0 -1 64 12596 0 0 0 129 10 0 0 16 0 9 0 637906735 885108736 13402 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32682/tid=32685] ppid=32681 vsize=864364 CPUtime=0
/proc/32682/task/32685/stat : 32685 (java) S 32681 32668 32064 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 637906735 885108736 13402 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32682/tid=32686] ppid=32681 vsize=864364 CPUtime=0
/proc/32682/task/32686/stat : 32686 (java) S 32681 32668 32064 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 637906735 885108736 13402 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32682/tid=32687] ppid=32681 vsize=864364 CPUtime=0
/proc/32682/task/32687/stat : 32687 (java) S 32681 32668 32064 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 637906737 885108736 13402 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32682/tid=32688] ppid=32681 vsize=864364 CPUtime=0.1
/proc/32682/task/32688/stat : 32688 (java) S 32681 32668 32064 0 -1 64 357 0 0 0 10 0 0 0 17 0 9 0 637906737 885108736 13402 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32682/tid=32689] ppid=32681 vsize=864364 CPUtime=0
/proc/32682/task/32689/stat : 32689 (java) S 32681 32668 32064 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 637906737 885108736 13402 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32682/tid=32690] ppid=32681 vsize=864364 CPUtime=0
/proc/32682/task/32690/stat : 32690 (java) S 32681 32668 32064 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 637906737 885108736 13402 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.41
Current children cumulated vsize (KiB) 883320

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

[startup+38.303 s]
/proc/loadavg: 1.98 1.96 1.98 3/85 32690
/proc/meminfo: memFree=1651912/2055920 swapFree=4180580/4192956
[pid=32668] ppid=32666 vsize=13600 CPUtime=0.25
/proc/32668/stat : 32668 (sugar) S 32666 32668 32064 0 -1 4194304 974 4397 0 1 3 0 19 3 16 0 1 0 637906701 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32668/statm: 3400 797 370 3 0 500 0
[pid=32681] ppid=32668 vsize=5356 CPUtime=0
/proc/32681/stat : 32681 (sh) S 32668 32668 32064 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 637906732 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32681/statm: 1339 233 193 169 0 50 0
[pid=32682] ppid=32681 vsize=864364 CPUtime=37.95
/proc/32682/stat : 32682 (java) S 32681 32668 32064 0 -1 0 19575 0 1 0 3758 37 0 0 20 0 9 0 637906733 885108736 14199 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32682/statm: 216091 14199 2564 9 0 210638 0
[pid=32682/tid=32683] ppid=32681 vsize=864364 CPUtime=35.92
/proc/32682/task/32683/stat : 32683 (java) R 32681 32668 32064 0 -1 64 3920 0 1 0 3569 23 0 0 25 0 9 0 637906733 885108736 14199 996147200 134512640 134550740 4294955952 18446744073709551615 4126588615 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32682/tid=32684] ppid=32681 vsize=864364 CPUtime=1.9
/proc/32682/task/32684/stat : 32684 (java) S 32681 32668 32064 0 -1 64 14605 0 0 0 177 13 0 0 16 0 9 0 637906735 885108736 14199 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32682/tid=32685] ppid=32681 vsize=864364 CPUtime=0
/proc/32682/task/32685/stat : 32685 (java) S 32681 32668 32064 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 637906735 885108736 14199 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32682/tid=32686] ppid=32681 vsize=864364 CPUtime=0
/proc/32682/task/32686/stat : 32686 (java) S 32681 32668 32064 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 637906735 885108736 14199 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32682/tid=32687] ppid=32681 vsize=864364 CPUtime=0
/proc/32682/task/32687/stat : 32687 (java) S 32681 32668 32064 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 637906737 885108736 14199 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32682/tid=32688] ppid=32681 vsize=864364 CPUtime=0.1
/proc/32682/task/32688/stat : 32688 (java) S 32681 32668 32064 0 -1 64 357 0 0 0 10 0 0 0 17 0 9 0 637906737 885108736 14199 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32682/tid=32689] ppid=32681 vsize=864364 CPUtime=0
/proc/32682/task/32689/stat : 32689 (java) S 32681 32668 32064 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 637906737 885108736 14199 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32682/tid=32690] ppid=32681 vsize=864364 CPUtime=0
/proc/32682/task/32690/stat : 32690 (java) S 32681 32668 32064 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 637906737 885108736 14199 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 38.2
Current children cumulated vsize (KiB) 883320

[startup+44.7017 s]
/proc/loadavg: 1.98 1.96 1.98 3/85 32690
/proc/meminfo: memFree=1645512/2055920 swapFree=4180580/4192956
[pid=32668] ppid=32666 vsize=13600 CPUtime=0.25
/proc/32668/stat : 32668 (sugar) S 32666 32668 32064 0 -1 4194304 974 4397 0 1 3 0 19 3 16 0 1 0 637906701 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32668/statm: 3400 797 370 3 0 500 0
[pid=32681] ppid=32668 vsize=5356 CPUtime=0
/proc/32681/stat : 32681 (sh) S 32668 32668 32064 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 637906732 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32681/statm: 1339 233 193 169 0 50 0
[pid=32682] ppid=32681 vsize=864364 CPUtime=44.34
/proc/32682/stat : 32682 (java) S 32681 32668 32064 0 -1 0 20959 0 1 0 4392 42 0 0 20 0 9 0 637906733 885108736 14215 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32682/statm: 216091 14215 2564 9 0 210638 0
[pid=32682/tid=32683] ppid=32681 vsize=864364 CPUtime=42
/proc/32682/task/32683/stat : 32683 (java) R 32681 32668 32064 0 -1 64 4068 0 1 0 4174 26 0 0 25 0 9 0 637906733 885108736 14215 996147200 134512640 134550740 4294955952 18446744073709551615 4126600805 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32682/tid=32684] ppid=32681 vsize=864364 CPUtime=2.22
/proc/32682/task/32684/stat : 32684 (java) S 32681 32668 32064 0 -1 64 15841 0 0 0 207 15 0 0 16 0 9 0 637906735 885108736 14215 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32682/tid=32685] ppid=32681 vsize=864364 CPUtime=0
/proc/32682/task/32685/stat : 32685 (java) S 32681 32668 32064 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 637906735 885108736 14215 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32682/tid=32686] ppid=32681 vsize=864364 CPUtime=0
/proc/32682/task/32686/stat : 32686 (java) S 32681 32668 32064 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 637906735 885108736 14215 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32682/tid=32687] ppid=32681 vsize=864364 CPUtime=0
/proc/32682/task/32687/stat : 32687 (java) S 32681 32668 32064 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 637906737 885108736 14215 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32682/tid=32688] ppid=32681 vsize=864364 CPUtime=0.1
/proc/32682/task/32688/stat : 32688 (java) S 32681 32668 32064 0 -1 64 357 0 0 0 10 0 0 0 17 0 9 0 637906737 885108736 14215 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32682/tid=32689] ppid=32681 vsize=864364 CPUtime=0
/proc/32682/task/32689/stat : 32689 (java) S 32681 32668 32064 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 637906737 885108736 14215 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32682/tid=32690] ppid=32681 vsize=864364 CPUtime=0
/proc/32682/task/32690/stat : 32690 (java) S 32681 32668 32064 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 637906737 885108736 14215 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 44.59
Current children cumulated vsize (KiB) 883320

[startup+47.902 s]
/proc/loadavg: 1.98 1.96 1.98 3/85 32690
/proc/meminfo: memFree=1640904/2055920 swapFree=4180580/4192956
[pid=32668] ppid=32666 vsize=13600 CPUtime=47.21
/proc/32668/stat : 32668 (sugar) S 32666 32668 32064 0 -1 4194304 1033 25791 0 2 3 1 4666 51 16 0 1 0 637906701 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32668/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 47.21
Current children cumulated vsize (KiB) 13600

[startup+49.5062 s]
/proc/loadavg: 1.98 1.96 1.98 3/77 32692
/proc/meminfo: memFree=1642184/2055920 swapFree=4180580/4192956
[pid=32668] ppid=32666 vsize=13600 CPUtime=47.21
/proc/32668/stat : 32668 (sugar) S 32666 32668 32064 0 -1 4194304 1033 25791 0 2 3 1 4666 51 15 0 1 0 637906701 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32668/statm: 3400 799 370 3 0 500 0
[pid=32691] ppid=32668 vsize=5356 CPUtime=0
/proc/32691/stat : 32691 (sh) S 32668 32668 32064 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 637911432 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32691/statm: 1339 232 193 169 0 50 0
[pid=32692] ppid=32691 vsize=46204 CPUtime=2.18
/proc/32692/stat : 32692 (minisat) R 32691 32668 32064 0 -1 4194304 11413 0 0 0 211 7 0 0 25 0 1 0 637911433 47312896 11399 996147200 134512640 135127466 4294956272 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 0 0 0
/proc/32692/statm: 11551 11399 75 150 0 11398 0
Current children cumulated CPU time (s) 49.39
Current children cumulated vsize (KiB) 65160

[startup+49.9022 s]
/proc/loadavg: 1.98 1.96 1.98 3/77 32692
/proc/meminfo: memFree=1642184/2055920 swapFree=4180580/4192956
[pid=32668] ppid=32666 vsize=13600 CPUtime=47.21
/proc/32668/stat : 32668 (sugar) S 32666 32668 32064 0 -1 4194304 1033 25791 0 2 3 1 4666 51 15 0 1 0 637906701 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32668/statm: 3400 799 370 3 0 500 0
[pid=32691] ppid=32668 vsize=5356 CPUtime=0
/proc/32691/stat : 32691 (sh) S 32668 32668 32064 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 637911432 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32691/statm: 1339 232 193 169 0 50 0
[pid=32692] ppid=32691 vsize=46736 CPUtime=2.57
/proc/32692/stat : 32692 (minisat) R 32691 32668 32064 0 -1 4194304 11541 0 0 0 250 7 0 0 25 0 1 0 637911433 47857664 11527 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/32692/statm: 11684 11527 75 150 0 11531 0
Current children cumulated CPU time (s) 49.78
Current children cumulated vsize (KiB) 65692

[startup+50.1022 s]
/proc/loadavg: 1.98 1.96 1.98 3/77 32692
/proc/meminfo: memFree=1642184/2055920 swapFree=4180580/4192956
[pid=32668] ppid=32666 vsize=13600 CPUtime=49.91
/proc/32668/stat : 32668 (sugar) S 32666 32668 32064 0 -1 4194304 1092 37642 0 2 3 1 4927 60 16 0 1 0 637906701 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32668/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 49.91
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 50.2006
CPU time (s): 50.0754
CPU user time (s): 49.4075
CPU system time (s): 0.667898
CPU usage (%): 99.7506
Max. virtual memory (cumulated for all children) (KiB): 885888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 49.4075
system time used= 0.667898
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42474
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= 11259
involuntary context switches= 11223

runsolver used 0.06299 second user time and 0.177972 second system time

The end

Launcher Data (download as text)

Begin job on node79 at 2008-07-04 07:36:03
IDJOB=1067033
IDBENCH=55160
IDSOLVER=346
FILE ID=node79/1067033-1215149763
PBS_JOBID= 7877427
Free space on /tmp= 66548 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/wordsVg/normalized-crossword-m1c-words-vg13-17_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-1067033-1215149763/watcher-1067033-1215149763 -o /tmp/evaluation-result-1067033-1215149763/solver-1067033-1215149763 -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-1067033-1215149763.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 8eb0e06cd83832f8013785f46c061cae
RANDOM SEED=797116686

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1729600 kB
Buffers:         36280 kB
Cached:         150504 kB
SwapCached:       6948 kB
Active:         197284 kB
Inactive:        75996 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1729600 kB
SwapTotal:     4192956 kB
SwapFree:      4180580 kB
Dirty:            1316 kB
Writeback:           0 kB
Mapped:          92588 kB
Slab:            38324 kB
Committed_AS:  1056068 kB
PageTables:       1912 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

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