Trace number 1066918

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 92.183 93.4359

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg12-16_ext.xml
MD5SUMd5a5b46f918ed24babfe0cb73c479416
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.027994
Satisfiable
(Un)Satisfiability was proved
Number of variables192
Number of constraints28
Maximum constraint arity16
Maximum domain size26
Number of constraints which are defined in extension28
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.22	c 0	Sugar v1-13 + HOME/minisat
0.01/0.22	c 0	BEGIN Fri Jul  4 07:32:33 2008
0.01/0.22	c 0	PID 721
0.01/0.23	c 0	HOST node62.alineos.net
0.01/0.23	c 0	CONVERTING HOME/instance-1066918-1215149553.xml TO HOME/temp.csp
0.01/0.23	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1066918-1215149553.xml' 'HOME/temp.csp'
0.04/0.64	c 0	1 domains, 192 variables, 0 predicates, 2 relations, 28 constraints
0.04/0.70	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.70	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.04/0.78	c 1	Parsing HOME/temp.csp
0.71/1.04	c 1	parsed 223 expressions
0.71/1.08	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.71/1.08	c 1	Converting to clausal form CSP
0.71/1.10	c 1	converted 23 (10%) expressions
0.71/1.10	c 1	converted 45 (20%) expressions
0.71/1.10	c 1	converted 67 (30%) expressions
0.71/1.10	c 1	converted 90 (40%) expressions
0.82/1.11	c 1	converted 112 (50%) expressions
0.82/1.11	c 1	converted 134 (60%) expressions
0.82/1.11	c 1	converted 157 (70%) expressions
0.82/1.11	c 1	converted 179 (80%) expressions
1.11/1.40	c 1	converted 201 (90%) expressions
1.61/1.92	c 2	converted 223 (100%) expressions
1.61/1.92	c 2	CSP : 192 integers, 0 booleans, 28 clauses, largest domain size 26
1.61/1.92	c 2	Heap : 28 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.61/1.92	c 2	Propagation in CSP
1.61/1.92	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.61/1.92	c 2	CSP : 192 integers, 0 booleans, 28 clauses, largest domain size 26
1.61/1.92	c 2	Heap : 28 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.61/1.92	c 2	Simplifing CSP by introducing new Boolean variables
1.61/1.92	c 2	CSP : 192 integers, 0 booleans, 28 clauses, largest domain size 26
1.61/1.92	c 2	Heap : 28 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.71/2.04	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.71/2.07	c 2	20 (10%) CSP integer variables are encoded (480 clauses, 5136 bytes)
1.71/2.07	c 2	39 (20%) CSP integer variables are encoded (936 clauses, 10152 bytes)
1.71/2.08	c 2	58 (30%) CSP integer variables are encoded (1392 clauses, 16033 bytes)
1.71/2.08	c 2	77 (40%) CSP integer variables are encoded (1848 clauses, 21961 bytes)
1.71/2.08	c 2	96 (50%) CSP integer variables are encoded (2304 clauses, 27889 bytes)
1.71/2.08	c 2	116 (60%) CSP integer variables are encoded (2784 clauses, 34129 bytes)
1.71/2.08	c 2	135 (70%) CSP integer variables are encoded (3240 clauses, 40057 bytes)
1.71/2.08	c 2	154 (80%) CSP integer variables are encoded (3696 clauses, 45985 bytes)
1.71/2.08	c 2	173 (90%) CSP integer variables are encoded (4152 clauses, 51913 bytes)
1.71/2.08	c 2	192 (100%) CSP integer variables are encoded (4608 clauses, 57841 bytes)
16.65/17.11	c 17	3 (10%) CSP clauses are encoded (106995 clauses, 7961074 bytes)
31.60/32.27	c 32	6 (20%) CSP clauses are encoded (209382 clauses, 16027540 bytes)
46.73/47.52	c 47	9 (30%) CSP clauses are encoded (311769 clauses, 24224106 bytes)
61.78/62.75	c 62	12 (40%) CSP clauses are encoded (414156 clauses, 32549571 bytes)
71.67/72.78	c 73	14 (50%) CSP clauses are encoded (482414 clauses, 38099881 bytes)
81.97/83.13	c 83	17 (60%) CSP clauses are encoded (554161 clauses, 43907436 bytes)
82.47/83.66	c 83	20 (70%) CSP clauses are encoded (564628 clauses, 44844320 bytes)
82.97/84.20	c 84	23 (80%) CSP clauses are encoded (575095 clauses, 45889199 bytes)
83.56/84.74	c 84	26 (90%) CSP clauses are encoded (585562 clauses, 46934078 bytes)
83.86/85.10	c 85	28 (100%) CSP clauses are encoded (592540 clauses, 47630664 bytes)
83.86/85.10	c 85	28 CSP clauses encoded
83.86/85.10	c 85	Writing map file : HOME/temp.map
83.96/85.10	c 85	Heap : 48 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
83.96/85.10	c 85	SAT : 4800 SAT variables, 592540 SAT clauses, 47630664 bytes
83.96/85.10	c 85	Heap : 48 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
83.96/85.14	c 85	SOLVING HOME/temp.cnf
83.96/85.14	c 85	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
83.96/85.14	c 85	This is MiniSat 2.0 beta
83.96/85.14	c 85	WARNING: for repeatability, setting FPU to use double precision
83.96/85.14	c 85	============================[ Problem Statistics ]=============================
83.96/85.14	c 85	|                                                                             |
83.96/85.15	c 85	|  Number of variables:  4800                                                 |
83.96/85.15	c 85	|  Number of clauses:    592540                                               |
84.92/86.16	c 86	|  Parsing time:         0.91         s                                       |
85.02/86.26	c 86	============================[ Search Statistics ]==============================
85.02/86.26	c 86	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
85.02/86.26	c 86	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
85.02/86.26	c 86	===============================================================================
85.02/86.26	c 86	|         0 |    4740   585134  8852387 |   195044        0    nan |  0.000 % |
85.12/86.31	c 86	|       100 |    4730   585134  8852387 |   214549       95      5 |  1.458 % |
85.12/86.34	c 86	|       251 |    4730   585134  8852387 |   236004      246      6 |  1.458 % |
85.12/86.37	c 86	|       477 |    4730   585134  8852387 |   259604      472      6 |  1.458 % |
85.12/86.39	c 86	|       815 |    4730   585134  8852387 |   285564      810      7 |  1.458 % |
85.22/86.43	c 86	|      1322 |    4730   585134  8852387 |   314121     1317      7 |  1.458 % |
85.33/86.51	c 86	|      2081 |    4730   585134  8852387 |   345533     2076      7 |  1.458 % |
85.42/86.62	c 86	|      3221 |    4729   585134  8852387 |   380086     3215      8 |  1.500 % |
85.62/86.83	c 87	|      4930 |    4728   585134  8852387 |   418095     4923      8 |  1.542 % |
86.11/87.30	c 87	|      7494 |    4728   585134  8852387 |   459905     7487      9 |  1.542 % |
86.61/87.89	c 88	|     11339 |    4727   585134  8852387 |   505895    11331      9 |  1.583 % |
87.60/88.85	c 89	|     17106 |    4727   585134  8852387 |   556485    17098     10 |  1.583 % |
91.96/93.22	c 93	===============================================================================
91.96/93.22	c 93	restarts              : 12
91.96/93.22	c 93	conflicts             : 25567          (3240 /sec)
91.96/93.22	c 93	decisions             : 39947          (1.87 % random) (5062 /sec)
91.96/93.22	c 93	propagations          : 1545443        (195854 /sec)
91.96/93.22	c 93	conflict literals     : 247842         (28.31 % deleted)
91.96/93.22	c 93	Memory used           : 60.53 MB
91.96/93.22	c 93	CPU time              : 7.8908 s
91.96/93.22	c 93	
91.96/93.22	c 93	UNSATISFIABLE
91.96/93.23	c 93	DECODING HOME/temp.out WITH HOME/temp.map
91.96/93.23	c 93	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
92.00/93.31	c 93	Decoding HOME/temp.out
92.00/93.35	s UNSATISFIABLE
92.00/93.35	c 93	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
92.12/93.41	c 93	CPU 91.38 (0.03 0.01 91.35 0.74)
92.12/93.41	c 93	END Fri Jul  4 07:34:06 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-1066918-1215149553/watcher-1066918-1215149553 -o /tmp/evaluation-result-1066918-1215149553/solver-1066918-1215149553 -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-1066918-1215149553.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.91 1.97 1.99 4/81 721
/proc/meminfo: memFree=1867680/2055920 swapFree=4179416/4192956
[pid=721] ppid=719 vsize=18572 CPUtime=0
/proc/721/stat : 721 (runsolver) R 719 721 30697 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1993927020 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 236437695783 0 0 4096 24578 0 0 0 17 1 0 0
/proc/721/statm: 4643 292 257 25 0 2626 0

[startup+0.028778 s]
/proc/loadavg: 1.91 1.97 1.99 4/81 721
/proc/meminfo: memFree=1867680/2055920 swapFree=4179416/4192956
[pid=721] ppid=719 vsize=124 CPUtime=0
/proc/721/stat : 721 (sugar) D 719 721 30697 0 -1 4194304 38 0 0 0 0 0 0 0 19 0 1 0 1993927020 126976 23 996147200 4194304 4206940 548682068608 18446744073709551615 236435076585 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/721/statm: 31 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 124

[startup+0.101791 s]
/proc/loadavg: 1.91 1.97 1.99 4/81 721
/proc/meminfo: memFree=1867680/2055920 swapFree=4179416/4192956
[pid=721] ppid=719 vsize=12000 CPUtime=0
/proc/721/stat : 721 (sugar) D 719 721 30697 0 -1 4194304 173 0 7 0 0 0 0 0 18 0 1 0 1993927020 12288000 148 996147200 4194304 4206940 548682068608 18446744073709551615 236455752080 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/721/statm: 3000 148 113 3 0 100 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12000

[startup+0.301835 s]
/proc/loadavg: 1.91 1.97 1.99 4/81 721
/proc/meminfo: memFree=1867680/2055920 swapFree=4179416/4192956
[pid=721] ppid=719 vsize=13600 CPUtime=0.04
/proc/721/stat : 721 (sugar) S 719 721 30697 0 -1 4194304 885 127 15 0 3 1 0 0 19 0 1 0 1993927020 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/721/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.70194 s]
/proc/loadavg: 1.91 1.97 1.99 4/81 721
/proc/meminfo: memFree=1867680/2055920 swapFree=4179416/4192956
[pid=721] ppid=719 vsize=13600 CPUtime=0.04
/proc/721/stat : 721 (sugar) S 719 721 30697 0 -1 4194304 903 127 15 0 3 1 0 0 15 0 1 0 1993927020 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/721/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50208 s]
/proc/loadavg: 1.91 1.97 1.99 4/92 743
/proc/meminfo: memFree=1857992/2055920 swapFree=4179416/4192956
[pid=721] ppid=719 vsize=13600 CPUtime=0.44
/proc/721/stat : 721 (sugar) S 719 721 30697 0 -1 4194304 958 4454 15 1 3 1 38 2 15 0 1 0 1993927020 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/721/statm: 3400 797 370 3 0 500 0
[pid=734] ppid=721 vsize=5356 CPUtime=0
/proc/734/stat : 734 (sh) S 721 721 30697 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993927090 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/734/statm: 1339 233 193 169 0 50 0
[pid=735] ppid=734 vsize=864172 CPUtime=0.76
/proc/735/stat : 735 (java) S 734 721 30697 0 -1 0 8246 0 1 0 72 4 0 0 18 0 9 0 1993927090 884912128 7507 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/735/statm: 216043 7507 2540 9 0 210618 0
[pid=735/tid=736] ppid=734 vsize=864172 CPUtime=0.41
/proc/735/task/736/stat : 736 (java) R 734 721 30697 0 -1 64 2631 0 1 0 40 1 0 0 20 0 9 0 1993927091 884912128 7507 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=735/tid=737] ppid=734 vsize=864172 CPUtime=0.26
/proc/735/task/737/stat : 737 (java) R 734 721 30697 0 -1 64 4583 0 0 0 24 2 0 0 17 0 9 0 1993927092 884912128 7507 996147200 134512640 134550740 4294955952 18446744073709551615 103737199 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=735/tid=738] ppid=734 vsize=864172 CPUtime=0
/proc/735/task/738/stat : 738 (java) S 734 721 30697 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993927092 884912128 7507 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=735/tid=739] ppid=734 vsize=864172 CPUtime=0
/proc/735/task/739/stat : 739 (java) S 734 721 30697 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993927092 884912128 7507 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=735/tid=740] ppid=734 vsize=864172 CPUtime=0
/proc/735/task/740/stat : 740 (java) S 734 721 30697 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993927094 884912128 7507 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=735/tid=741] ppid=734 vsize=864172 CPUtime=0.07
/proc/735/task/741/stat : 741 (java) S 734 721 30697 0 -1 64 340 0 0 0 7 0 0 0 17 0 9 0 1993927094 884912128 7507 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=735/tid=742] ppid=734 vsize=864172 CPUtime=0
/proc/735/task/742/stat : 742 (java) S 734 721 30697 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993927094 884912128 7507 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=735/tid=743] ppid=734 vsize=864172 CPUtime=0
/proc/735/task/743/stat : 743 (java) S 734 721 30697 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1993927094 884912128 7507 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 883128

[startup+3.10238 s]
/proc/loadavg: 1.91 1.97 1.99 3/92 743
/proc/meminfo: memFree=1826632/2055920 swapFree=4179416/4192956
[pid=721] ppid=719 vsize=13600 CPUtime=0.44
/proc/721/stat : 721 (sugar) S 719 721 30697 0 -1 4194304 959 4454 15 1 3 1 38 2 15 0 1 0 1993927020 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/721/statm: 3400 797 370 3 0 500 0
[pid=734] ppid=721 vsize=5356 CPUtime=0
/proc/734/stat : 734 (sh) S 721 721 30697 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993927090 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/734/statm: 1339 233 193 169 0 50 0
[pid=735] ppid=734 vsize=864284 CPUtime=2.35
/proc/735/stat : 735 (java) S 734 721 30697 0 -1 0 12921 0 1 0 228 7 0 0 18 0 9 0 1993927090 885026816 12135 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/735/statm: 216071 12135 2564 9 0 210618 0
[pid=735/tid=736] ppid=734 vsize=864284 CPUtime=1.54
/proc/735/task/736/stat : 736 (java) R 734 721 30697 0 -1 64 2998 0 1 0 152 2 0 0 25 0 9 0 1993927091 885026816 12135 996147200 134512640 134550740 4294955952 18446744073709551615 4126613847 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=735/tid=737] ppid=734 vsize=864284 CPUtime=0.68
/proc/735/task/737/stat : 737 (java) S 734 721 30697 0 -1 64 8869 0 0 0 64 4 0 0 16 0 9 0 1993927092 885026816 12135 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=735/tid=738] ppid=734 vsize=864284 CPUtime=0
/proc/735/task/738/stat : 738 (java) S 734 721 30697 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993927092 885026816 12135 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=735/tid=739] ppid=734 vsize=864284 CPUtime=0
/proc/735/task/739/stat : 739 (java) S 734 721 30697 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993927092 885026816 12135 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=735/tid=740] ppid=734 vsize=864284 CPUtime=0
/proc/735/task/740/stat : 740 (java) S 734 721 30697 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993927094 885026816 12135 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=735/tid=741] ppid=734 vsize=864284 CPUtime=0.1
/proc/735/task/741/stat : 741 (java) S 734 721 30697 0 -1 64 362 0 0 0 10 0 0 0 16 0 9 0 1993927094 885026816 12135 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=735/tid=742] ppid=734 vsize=864284 CPUtime=0
/proc/735/task/742/stat : 742 (java) S 734 721 30697 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993927094 885026816 12135 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=735/tid=743] ppid=734 vsize=864284 CPUtime=0
/proc/735/task/743/stat : 743 (java) S 734 721 30697 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1993927094 885026816 12135 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.79
Current children cumulated vsize (KiB) 883240

[startup+6.303 s]
/proc/loadavg: 1.92 1.97 1.99 3/92 743
/proc/meminfo: memFree=1821256/2055920 swapFree=4179416/4192956
[pid=721] ppid=719 vsize=13600 CPUtime=0.44
/proc/721/stat : 721 (sugar) S 719 721 30697 0 -1 4194304 959 4454 15 1 3 1 38 2 15 0 1 0 1993927020 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/721/statm: 3400 797 370 3 0 500 0
[pid=734] ppid=721 vsize=5356 CPUtime=0
/proc/734/stat : 734 (sh) S 721 721 30697 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993927090 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/734/statm: 1339 233 193 169 0 50 0
[pid=735] ppid=734 vsize=864284 CPUtime=5.52
/proc/735/stat : 735 (java) S 734 721 30697 0 -1 0 14033 0 1 0 544 8 0 0 18 0 9 0 1993927090 885026816 13211 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/735/statm: 216071 13211 2564 9 0 210618 0
[pid=735/tid=736] ppid=734 vsize=864284 CPUtime=4.65
/proc/735/task/736/stat : 736 (java) R 734 721 30697 0 -1 64 3034 0 1 0 463 2 0 0 25 0 9 0 1993927091 885026816 13211 996147200 134512640 134550740 4294955952 18446744073709551615 4126573218 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=735/tid=737] ppid=734 vsize=864284 CPUtime=0.75
/proc/735/task/737/stat : 737 (java) S 734 721 30697 0 -1 64 9945 0 0 0 70 5 0 0 16 0 9 0 1993927092 885026816 13211 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=735/tid=738] ppid=734 vsize=864284 CPUtime=0
/proc/735/task/738/stat : 738 (java) S 734 721 30697 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993927092 885026816 13211 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=735/tid=739] ppid=734 vsize=864284 CPUtime=0
/proc/735/task/739/stat : 739 (java) S 734 721 30697 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993927092 885026816 13211 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=735/tid=740] ppid=734 vsize=864284 CPUtime=0
/proc/735/task/740/stat : 740 (java) S 734 721 30697 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993927094 885026816 13211 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=735/tid=741] ppid=734 vsize=864284 CPUtime=0.1
/proc/735/task/741/stat : 741 (java) S 734 721 30697 0 -1 64 362 0 0 0 10 0 0 0 16 0 9 0 1993927094 885026816 13211 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=735/tid=742] ppid=734 vsize=864284 CPUtime=0
/proc/735/task/742/stat : 742 (java) S 734 721 30697 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993927094 885026816 13211 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=735/tid=743] ppid=734 vsize=864284 CPUtime=0
/proc/735/task/743/stat : 743 (java) S 734 721 30697 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1993927094 885026816 13211 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 883240

[startup+12.7023 s]
/proc/loadavg: 1.93 1.97 1.99 3/92 743
/proc/meminfo: memFree=1810632/2055920 swapFree=4179416/4192956
[pid=721] ppid=719 vsize=13600 CPUtime=0.44
/proc/721/stat : 721 (sugar) S 719 721 30697 0 -1 4194304 959 4454 15 1 3 1 38 2 15 0 1 0 1993927020 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/721/statm: 3400 797 370 3 0 500 0
[pid=734] ppid=721 vsize=5356 CPUtime=0
/proc/734/stat : 734 (sh) S 721 721 30697 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993927090 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/734/statm: 1339 233 193 169 0 50 0
[pid=735] ppid=734 vsize=864284 CPUtime=11.85
/proc/735/stat : 735 (java) S 734 721 30697 0 -1 0 15908 0 1 0 1172 13 0 0 18 0 9 0 1993927090 885026816 14973 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/735/statm: 216071 14973 2564 9 0 210618 0
[pid=735/tid=736] ppid=734 vsize=864284 CPUtime=10.81
/proc/735/task/736/stat : 736 (java) R 734 721 30697 0 -1 64 3147 0 1 0 1076 5 0 0 25 0 9 0 1993927091 885026816 14973 996147200 134512640 134550740 4294955952 18446744073709551615 4126613925 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=735/tid=737] ppid=734 vsize=864284 CPUtime=0.91
/proc/735/task/737/stat : 737 (java) S 734 721 30697 0 -1 64 11704 0 0 0 84 7 0 0 16 0 9 0 1993927092 885026816 14973 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=735/tid=738] ppid=734 vsize=864284 CPUtime=0
/proc/735/task/738/stat : 738 (java) S 734 721 30697 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993927092 885026816 14973 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=735/tid=739] ppid=734 vsize=864284 CPUtime=0
/proc/735/task/739/stat : 739 (java) S 734 721 30697 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993927092 885026816 14973 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=735/tid=740] ppid=734 vsize=864284 CPUtime=0
/proc/735/task/740/stat : 740 (java) S 734 721 30697 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993927094 885026816 14973 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=735/tid=741] ppid=734 vsize=864284 CPUtime=0.11
/proc/735/task/741/stat : 741 (java) S 734 721 30697 0 -1 64 365 0 0 0 11 0 0 0 16 0 9 0 1993927094 885026816 14973 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=735/tid=742] ppid=734 vsize=864284 CPUtime=0
/proc/735/task/742/stat : 742 (java) S 734 721 30697 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993927094 885026816 14973 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=735/tid=743] ppid=734 vsize=864284 CPUtime=0
/proc/735/task/743/stat : 743 (java) S 734 721 30697 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1993927094 885026816 14973 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.29
Current children cumulated vsize (KiB) 883240

[startup+25.5028 s]
/proc/loadavg: 1.94 1.97 1.99 3/92 743
/proc/meminfo: memFree=1795912/2055920 swapFree=4179416/4192956
[pid=721] ppid=719 vsize=13600 CPUtime=0.44
/proc/721/stat : 721 (sugar) S 719 721 30697 0 -1 4194304 959 4454 15 1 3 1 38 2 16 0 1 0 1993927020 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/721/statm: 3400 797 370 3 0 500 0
[pid=734] ppid=721 vsize=5356 CPUtime=0
/proc/734/stat : 734 (sh) S 721 721 30697 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993927090 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/734/statm: 1339 233 193 169 0 50 0
[pid=735] ppid=734 vsize=864408 CPUtime=24.52
/proc/735/stat : 735 (java) S 734 721 30697 0 -1 0 20305 0 1 0 2432 20 0 0 18 0 9 0 1993927090 885153792 16688 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/735/statm: 216102 16688 2564 9 0 210649 0
[pid=735/tid=736] ppid=734 vsize=864408 CPUtime=23.06
/proc/735/task/736/stat : 736 (java) R 734 721 30697 0 -1 64 3318 0 1 0 2296 10 0 0 25 0 9 0 1993927091 885153792 16688 996147200 134512640 134550740 4294955952 18446744073709551615 4126629231 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=735/tid=737] ppid=734 vsize=864408 CPUtime=1.33
/proc/735/task/737/stat : 737 (java) S 734 721 30697 0 -1 64 15925 0 0 0 124 9 0 0 16 0 9 0 1993927092 885153792 16688 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=735/tid=738] ppid=734 vsize=864408 CPUtime=0
/proc/735/task/738/stat : 738 (java) S 734 721 30697 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993927092 885153792 16688 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=735/tid=739] ppid=734 vsize=864408 CPUtime=0
/proc/735/task/739/stat : 739 (java) S 734 721 30697 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1993927092 885153792 16688 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=735/tid=742] ppid=734 vsize=864408 CPUtime=0
/proc/735/task/742/stat : 742 (java) S 734 721 30697 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993927094 885153792 17643 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=735/tid=743] ppid=734 vsize=864408 CPUtime=0
/proc/735/task/743/stat : 743 (java) S 734 721 30697 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1993927094 885153792 17643 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.3
Current children cumulated vsize (KiB) 883364

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

[startup+76.7028 s]
/proc/loadavg: 1.97 1.97 1.99 3/92 743
/proc/meminfo: memFree=1759752/2055920 swapFree=4179416/4192956
[pid=721] ppid=719 vsize=13600 CPUtime=0.44
/proc/721/stat : 721 (sugar) S 719 721 30697 0 -1 4194304 959 4454 15 1 3 1 38 2 16 0 1 0 1993927020 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/721/statm: 3400 797 370 3 0 500 0
[pid=734] ppid=721 vsize=5356 CPUtime=0
/proc/734/stat : 734 (sh) S 721 721 30697 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993927090 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/734/statm: 1339 233 193 169 0 50 0
[pid=735] ppid=734 vsize=864408 CPUtime=75.21
/proc/735/stat : 735 (java) S 734 721 30697 0 -1 0 28297 0 1 0 7475 46 0 0 18 0 9 0 1993927090 885153792 18925 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/735/statm: 216102 18925 2564 9 0 210649 0
[pid=735/tid=736] ppid=734 vsize=864408 CPUtime=72.34
/proc/735/task/736/stat : 736 (java) R 734 721 30697 0 -1 64 3964 0 1 0 7207 27 0 0 25 0 9 0 1993927091 885153792 18925 996147200 134512640 134550740 4294955952 18446744073709551615 4126632708 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=735/tid=737] ppid=734 vsize=864408 CPUtime=2.72
/proc/735/task/737/stat : 737 (java) S 734 721 30697 0 -1 64 23271 0 0 0 255 17 0 0 16 0 9 0 1993927092 885153792 18925 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=735/tid=738] ppid=734 vsize=864408 CPUtime=0
/proc/735/task/738/stat : 738 (java) S 734 721 30697 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993927092 885153792 18925 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=735/tid=739] ppid=734 vsize=864408 CPUtime=0
/proc/735/task/739/stat : 739 (java) S 734 721 30697 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1993927092 885153792 18925 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=735/tid=740] ppid=734 vsize=864408 CPUtime=0
/proc/735/task/740/stat : 740 (java) S 734 721 30697 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993927094 885153792 18925 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=735/tid=741] ppid=734 vsize=864408 CPUtime=0.12
/proc/735/task/741/stat : 741 (java) S 734 721 30697 0 -1 64 370 0 0 0 12 0 0 0 17 0 9 0 1993927094 885153792 18925 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=735/tid=742] ppid=734 vsize=864408 CPUtime=0
/proc/735/task/742/stat : 742 (java) S 734 721 30697 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993927094 885153792 18925 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=735/tid=743] ppid=734 vsize=864408 CPUtime=0
/proc/735/task/743/stat : 743 (java) S 734 721 30697 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1993927094 885153792 18925 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 75.65
Current children cumulated vsize (KiB) 883364

[startup+83.103 s]
/proc/loadavg: 1.98 1.97 1.99 3/92 743
/proc/meminfo: memFree=1756808/2055920 swapFree=4179416/4192956
[pid=721] ppid=719 vsize=13600 CPUtime=0.44
/proc/721/stat : 721 (sugar) S 719 721 30697 0 -1 4194304 959 4454 15 1 3 1 38 2 16 0 1 0 1993927020 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/721/statm: 3400 797 370 3 0 500 0
[pid=734] ppid=721 vsize=5356 CPUtime=0
/proc/734/stat : 734 (sh) S 721 721 30697 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993927090 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/734/statm: 1339 233 193 169 0 50 0
[pid=735] ppid=734 vsize=864408 CPUtime=81.53
/proc/735/stat : 735 (java) S 734 721 30697 0 -1 0 31096 0 1 0 8102 51 0 0 18 0 9 0 1993927090 885153792 18926 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/735/statm: 216102 18926 2564 9 0 210649 0
[pid=735/tid=736] ppid=734 vsize=864408 CPUtime=78.35
/proc/735/task/736/stat : 736 (java) R 734 721 30697 0 -1 64 4057 0 1 0 7804 31 0 0 25 0 9 0 1993927091 885153792 18926 996147200 134512640 134550740 4294955952 18446744073709551615 4126665351 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=735/tid=737] ppid=734 vsize=864408 CPUtime=3.04
/proc/735/task/737/stat : 737 (java) S 734 721 30697 0 -1 64 25977 0 0 0 285 19 0 0 16 0 9 0 1993927092 885153792 18926 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=735/tid=738] ppid=734 vsize=864408 CPUtime=0
/proc/735/task/738/stat : 738 (java) S 734 721 30697 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993927092 885153792 18926 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=735/tid=739] ppid=734 vsize=864408 CPUtime=0
/proc/735/task/739/stat : 739 (java) S 734 721 30697 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1993927092 885153792 18926 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=735/tid=740] ppid=734 vsize=864408 CPUtime=0
/proc/735/task/740/stat : 740 (java) S 734 721 30697 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993927094 885153792 18926 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=735/tid=741] ppid=734 vsize=864408 CPUtime=0.12
/proc/735/task/741/stat : 741 (java) S 734 721 30697 0 -1 64 370 0 0 0 12 0 0 0 17 0 9 0 1993927094 885153792 18926 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=735/tid=742] ppid=734 vsize=864408 CPUtime=0
/proc/735/task/742/stat : 742 (java) S 734 721 30697 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993927094 885153792 18926 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=735/tid=743] ppid=734 vsize=864408 CPUtime=0
/proc/735/task/743/stat : 743 (java) S 734 721 30697 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1993927094 885153792 18926 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 81.97
Current children cumulated vsize (KiB) 883364

[startup+89.5023 s]
/proc/loadavg: 1.98 1.97 1.99 3/84 745
/proc/meminfo: memFree=1758472/2055920 swapFree=4179416/4192956
[pid=721] ppid=719 vsize=13600 CPUtime=83.99
/proc/721/stat : 721 (sugar) S 719 721 30697 0 -1 4194304 1016 35938 15 2 3 1 8336 59 16 0 1 0 1993927020 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/721/statm: 3400 798 370 3 0 500 0
[pid=744] ppid=721 vsize=5356 CPUtime=0
/proc/744/stat : 744 (sh) S 721 721 30697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993935534 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/744/statm: 1339 232 193 169 0 50 0
[pid=745] ppid=744 vsize=58572 CPUtime=4.3
/proc/745/stat : 745 (minisat) R 744 721 30697 0 -1 4194304 14433 0 0 0 421 9 0 0 25 0 1 0 1993935534 59977728 14419 996147200 134512640 135127466 4294956272 18446744073709551615 134521846 0 0 4096 3 0 0 0 17 1 0 0
/proc/745/statm: 14643 14419 75 150 0 14490 0
Current children cumulated CPU time (s) 88.29
Current children cumulated vsize (KiB) 77528

[startup+91.1016 s]
/proc/loadavg: 1.98 1.97 1.99 3/84 745
/proc/meminfo: memFree=1758216/2055920 swapFree=4179416/4192956
[pid=721] ppid=719 vsize=13600 CPUtime=83.99
/proc/721/stat : 721 (sugar) S 719 721 30697 0 -1 4194304 1016 35938 15 2 3 1 8336 59 16 0 1 0 1993927020 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/721/statm: 3400 798 370 3 0 500 0
[pid=744] ppid=721 vsize=5356 CPUtime=0
/proc/744/stat : 744 (sh) S 721 721 30697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993935534 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/744/statm: 1339 232 193 169 0 50 0
[pid=745] ppid=744 vsize=58844 CPUtime=5.89
/proc/745/stat : 745 (minisat) R 744 721 30697 0 -1 4194304 14513 0 0 0 580 9 0 0 25 0 1 0 1993935534 60256256 14499 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/745/statm: 14711 14499 75 150 0 14558 0
Current children cumulated CPU time (s) 89.88
Current children cumulated vsize (KiB) 77800

[startup+92.7019 s]
/proc/loadavg: 1.98 1.97 1.99 3/84 745
/proc/meminfo: memFree=1755592/2055920 swapFree=4179416/4192956
[pid=721] ppid=719 vsize=13600 CPUtime=83.99
/proc/721/stat : 721 (sugar) S 719 721 30697 0 -1 4194304 1016 35938 15 2 3 1 8336 59 16 0 1 0 1993927020 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/721/statm: 3400 798 370 3 0 500 0
[pid=744] ppid=721 vsize=5356 CPUtime=0
/proc/744/stat : 744 (sh) S 721 721 30697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993935534 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/744/statm: 1339 232 193 169 0 50 0
[pid=745] ppid=744 vsize=61712 CPUtime=7.47
/proc/745/stat : 745 (minisat) R 744 721 30697 0 -1 4194304 15214 0 0 0 737 10 0 0 25 0 1 0 1993935534 63193088 15200 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/745/statm: 15428 15200 75 150 0 15275 0
Current children cumulated CPU time (s) 91.46
Current children cumulated vsize (KiB) 80668

[startup+93.102 s]
/proc/loadavg: 1.98 1.97 1.99 3/84 745
/proc/meminfo: memFree=1755592/2055920 swapFree=4179416/4192956
[pid=721] ppid=719 vsize=13600 CPUtime=83.99
/proc/721/stat : 721 (sugar) S 719 721 30697 0 -1 4194304 1016 35938 15 2 3 1 8336 59 16 0 1 0 1993927020 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/721/statm: 3400 798 370 3 0 500 0
[pid=744] ppid=721 vsize=5356 CPUtime=0
/proc/744/stat : 744 (sh) S 721 721 30697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993935534 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/744/statm: 1339 232 193 169 0 50 0
[pid=745] ppid=744 vsize=61980 CPUtime=7.87
/proc/745/stat : 745 (minisat) R 744 721 30697 0 -1 4194304 15266 0 0 0 777 10 0 0 25 0 1 0 1993935534 63467520 15252 996147200 134512640 135127466 4294956272 18446744073709551615 134530949 0 0 4096 3 0 0 0 17 1 0 0
/proc/745/statm: 15495 15252 75 150 0 15342 0
Current children cumulated CPU time (s) 91.86
Current children cumulated vsize (KiB) 80936

[startup+93.302 s]
/proc/loadavg: 1.98 1.97 1.99 3/84 745
/proc/meminfo: memFree=1755592/2055920 swapFree=4179416/4192956
[pid=721] ppid=719 vsize=13600 CPUtime=92
/proc/721/stat : 721 (sugar) S 719 721 30697 0 -1 4194304 1055 51504 15 2 3 1 9125 71 17 0 1 0 1993927020 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/721/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 92
Current children cumulated vsize (KiB) 13600

[startup+93.402 s]
/proc/loadavg: 1.98 1.97 1.99 2/92 755
/proc/meminfo: memFree=1810888/2055920 swapFree=4179416/4192956
[pid=721] ppid=719 vsize=13600 CPUtime=92
/proc/721/stat : 721 (sugar) S 719 721 30697 0 -1 4194304 1074 51504 15 2 3 1 9125 71 16 0 1 0 1993927020 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/721/statm: 3400 798 370 3 0 500 0
[pid=746] ppid=721 vsize=5356 CPUtime=0
/proc/746/stat : 746 (sh) S 721 721 30697 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993936343 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/746/statm: 1339 233 193 169 0 50 0
[pid=747] ppid=746 vsize=863748 CPUtime=0.12
/proc/747/stat : 747 (java) S 746 721 30697 0 -1 0 3377 0 1 0 10 2 0 0 18 0 9 0 1993936343 884477952 2847 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/747/statm: 215937 2847 1676 9 0 210512 0
[pid=747/tid=748] ppid=746 vsize=863748 CPUtime=0.09
/proc/747/task/748/stat : 748 (java) S 746 721 30697 0 -1 64 2458 0 1 0 8 1 0 0 18 0 9 0 1993936344 884477952 2847 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=747/tid=749] ppid=746 vsize=863748 CPUtime=0
/proc/747/task/749/stat : 749 (java) S 746 721 30697 0 -1 64 4 0 0 0 0 0 0 0 18 0 9 0 1993936345 884477952 2847 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=747/tid=750] ppid=746 vsize=863748 CPUtime=0
/proc/747/task/750/stat : 750 (java) S 746 721 30697 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1993936346 884477952 2847 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=747/tid=751] ppid=746 vsize=863748 CPUtime=0
/proc/747/task/751/stat : 751 (java) S 746 721 30697 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1993936346 884477952 2847 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=747/tid=752] ppid=746 vsize=863748 CPUtime=0
/proc/747/task/752/stat : 752 (java) S 746 721 30697 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1993936348 884477952 2847 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=747/tid=753] ppid=746 vsize=863748 CPUtime=0.01
/proc/747/task/753/stat : 753 (java) S 746 721 30697 0 -1 64 223 0 0 0 1 0 0 0 19 0 9 0 1993936348 884477952 2847 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=747/tid=754] ppid=746 vsize=863748 CPUtime=0
/proc/747/task/754/stat : 754 (java) S 746 721 30697 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1993936348 884477952 2847 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=747/tid=755] ppid=746 vsize=863748 CPUtime=0
/proc/747/task/755/stat : 755 (java) R 746 721 30697 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 1993936348 884477952 2847 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 92.12
Current children cumulated vsize (KiB) 882704

Child status: 0
Real time (s): 93.4359
CPU time (s): 92.183
CPU user time (s): 91.3951
CPU system time (s): 0.78788
CPU usage (%): 98.6591
Max. virtual memory (cumulated for all children) (KiB): 888996

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 91.3951
system time used= 0.78788
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56304
page faults= 18
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10969
involuntary context switches= 12830

runsolver used 0.119981 second user time and 0.328949 second system time

The end

Launcher Data (download as text)

Begin job on node62 at 2008-07-04 07:32:33
IDJOB=1066918
IDBENCH=55152
IDSOLVER=346
FILE ID=node62/1066918-1215149553
PBS_JOBID= 7877352
Free space on /tmp= 65300 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d5a5b46f918ed24babfe0cb73c479416
RANDOM SEED=1497176439

node62.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.259
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.259
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1868224 kB
Buffers:         10084 kB
Cached:          93472 kB
SwapCached:       7080 kB
Active:          70740 kB
Inactive:        59516 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1868224 kB
SwapTotal:     4192956 kB
SwapFree:      4179416 kB
Dirty:            1344 kB
Writeback:           0 kB
Mapped:          42424 kB
Slab:            42480 kB
Committed_AS:  4014012 kB
PageTables:       1968 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= 65296 MiB
End job on node62 at 2008-07-04 07:34:06