Trace number 1066757

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 353.938 357.465

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg11-13_ext.xml
MD5SUMa2dd31cba4a19665396f0c93a75686cb
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.306952
Satisfiable
(Un)Satisfiability was proved
Number of variables143
Number of constraints24
Maximum constraint arity13
Maximum domain size26
Number of constraints which are defined in extension24
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Fri Jul  4 07:22:01 2008
0.00/0.05	c 0	PID 21326
0.00/0.05	c 0	HOST node36.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1066757-1215148921.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1066757-1215148921.xml' 'HOME/temp.csp'
0.03/0.49	c 0	1 domains, 143 variables, 0 predicates, 2 relations, 24 constraints
0.03/0.50	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.50	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.58	c 0	Parsing HOME/temp.csp
0.45/0.74	c 1	parsed 170 expressions
0.45/0.75	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.45/0.75	c 1	Converting to clausal form CSP
0.45/0.77	c 1	converted 17 (10%) expressions
0.45/0.77	c 1	converted 34 (20%) expressions
0.45/0.77	c 1	converted 51 (30%) expressions
0.45/0.77	c 1	converted 68 (40%) expressions
0.45/0.77	c 1	converted 85 (50%) expressions
0.45/0.77	c 1	converted 102 (60%) expressions
0.45/0.77	c 1	converted 119 (70%) expressions
0.45/0.77	c 1	converted 136 (80%) expressions
1.23/1.31	c 1	converted 153 (90%) expressions
2.03/2.18	c 2	converted 170 (100%) expressions
2.03/2.18	c 2	CSP : 143 integers, 0 booleans, 24 clauses, largest domain size 26
2.03/2.18	c 2	Heap : 40 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.03/2.18	c 2	Propagation in CSP
2.03/2.18	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.03/2.18	c 2	CSP : 143 integers, 0 booleans, 24 clauses, largest domain size 26
2.03/2.18	c 2	Heap : 40 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.03/2.18	c 2	Simplifing CSP by introducing new Boolean variables
2.03/2.18	c 2	CSP : 143 integers, 0 booleans, 24 clauses, largest domain size 26
2.03/2.18	c 2	Heap : 40 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.22/2.38	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.32/2.41	c 2	15 (10%) CSP integer variables are encoded (360 clauses, 3816 bytes)
2.32/2.41	c 2	29 (20%) CSP integer variables are encoded (696 clauses, 7512 bytes)
2.32/2.41	c 2	43 (30%) CSP integer variables are encoded (1032 clauses, 11353 bytes)
2.32/2.41	c 2	58 (40%) CSP integer variables are encoded (1392 clauses, 16033 bytes)
2.32/2.42	c 2	72 (50%) CSP integer variables are encoded (1728 clauses, 20401 bytes)
2.32/2.42	c 2	86 (60%) CSP integer variables are encoded (2064 clauses, 24769 bytes)
2.32/2.42	c 2	101 (70%) CSP integer variables are encoded (2424 clauses, 29449 bytes)
2.32/2.42	c 2	115 (80%) CSP integer variables are encoded (2760 clauses, 33817 bytes)
2.32/2.42	c 2	129 (90%) CSP integer variables are encoded (3096 clauses, 38185 bytes)
2.32/2.42	c 2	143 (100%) CSP integer variables are encoded (3432 clauses, 42553 bytes)
30.74/31.18	c 31	3 (10%) CSP clauses are encoded (145899 clauses, 10306804 bytes)
50.05/50.63	c 50	5 (20%) CSP clauses are encoded (240877 clauses, 17330645 bytes)
78.86/79.79	c 80	8 (30%) CSP clauses are encoded (383344 clauses, 28001900 bytes)
97.78/98.80	c 99	10 (40%) CSP clauses are encoded (478322 clauses, 35116070 bytes)
116.59/117.89	c 118	12 (50%) CSP clauses are encoded (573300 clauses, 42230240 bytes)
132.13/133.55	c 133	15 (60%) CSP clauses are encoded (669023 clauses, 49155965 bytes)
137.87/139.35	c 139	17 (70%) CSP clauses are encoded (717257 clauses, 53068302 bytes)
146.48/148.07	c 148	20 (80%) CSP clauses are encoded (789608 clauses, 59582316 bytes)
152.61/154.25	c 154	22 (90%) CSP clauses are encoded (837842 clauses, 63924992 bytes)
158.36/160.04	c 160	24 (100%) CSP clauses are encoded (886076 clauses, 68267668 bytes)
158.36/160.04	c 160	24 CSP clauses encoded
158.36/160.04	c 160	Writing map file : HOME/temp.map
158.36/160.05	c 160	Heap : 57 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
158.36/160.05	c 160	SAT : 3575 SAT variables, 886076 SAT clauses, 68267668 bytes
158.36/160.05	c 160	Heap : 57 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
158.36/160.08	c 160	SOLVING HOME/temp.cnf
158.36/160.08	c 160	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
158.36/160.09	c 160	This is MiniSat 2.0 beta
158.36/160.09	c 160	WARNING: for repeatability, setting FPU to use double precision
158.36/160.09	c 160	============================[ Problem Statistics ]=============================
158.36/160.09	c 160	|                                                                             |
158.36/160.09	c 160	|  Number of variables:  3575                                                 |
158.36/160.09	c 160	|  Number of clauses:    886076                                               |
159.92/161.63	c 161	|  Parsing time:         1.33         s                                       |
160.02/161.74	c 162	============================[ Search Statistics ]==============================
160.02/161.74	c 162	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
160.02/161.74	c 162	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
160.02/161.74	c 162	===============================================================================
160.02/161.74	c 162	|         0 |    3564   884725 12999553 |   294908        0    nan |  0.000 % |
160.02/161.77	c 162	|       101 |    3563   884725 12999553 |   324399      100      4 |  0.336 % |
160.21/161.90	c 162	|       251 |    3563   884725 12999553 |   356839      250      7 |  0.336 % |
160.71/162.47	c 162	|       478 |    3563   884725 12999553 |   392522      476      8 |  0.364 % |
161.40/163.19	c 163	|       815 |    3563   884725 12999553 |   431775      813      8 |  0.364 % |
162.99/164.71	c 165	|      1321 |    3563   884725 12999553 |   474952     1319      9 |  0.364 % |
165.37/167.17	c 167	|      2080 |    3563   884725 12999553 |   522448     2078     11 |  0.364 % |
168.14/169.94	c 170	|      3219 |    3563   884725 12999553 |   574692     3217     11 |  0.364 % |
172.60/174.45	c 174	|      4927 |    3563   884725 12999553 |   632162     4925     11 |  0.364 % |
178.94/180.86	c 181	|      7490 |    3563   884725 12999553 |   695378     7488     11 |  0.364 % |
188.25/190.30	c 190	|     11334 |    3563   884725 12999553 |   764916    11331     12 |  0.392 % |
202.22/204.39	c 204	|     17101 |    3563   884725 12999553 |   841407    17098     12 |  0.392 % |
223.32/225.61	c 225	|     25750 |    3563   884725 12999553 |   925548    25747     12 |  0.392 % |
257.59/260.28	c 260	|     38724 |    3557   884725 12999553 |  1018103    38720     13 |  0.699 % |
309.90/313.06	c 313	|     58186 |    3557   884725 12999553 |  1119913    58182     13 |  0.699 % |
353.69/357.23	c 357	===============================================================================
353.69/357.23	c 357	restarts              : 15
353.69/357.23	c 357	conflicts             : 73702          (378 /sec)
353.69/357.23	c 357	decisions             : 97711          (1.87 % random) (501 /sec)
353.69/357.23	c 357	propagations          : 8022383        (41134 /sec)
353.69/357.23	c 357	conflict literals     : 959905         (25.00 % deleted)
353.69/357.23	c 357	Memory used           : 95.23 MB
353.69/357.23	c 357	CPU time              : 195.029 s
353.69/357.23	c 357	
353.69/357.23	c 357	UNSATISFIABLE
353.69/357.24	c 357	DECODING HOME/temp.out WITH HOME/temp.map
353.69/357.24	c 357	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
353.76/357.34	c 357	Decoding HOME/temp.out
353.76/357.37	s UNSATISFIABLE
353.76/357.37	c 357	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
353.76/357.43	c 357	CPU 352.69 (0.04 0.01 352.65 1.19)
353.76/357.43	c 357	END Fri Jul  4 07:27:58 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-1066757-1215148921/watcher-1066757-1215148921 -o /tmp/evaluation-result-1066757-1215148921/solver-1066757-1215148921 -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-1066757-1215148921.xml 

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


[startup+0 s]
/proc/loadavg: 2.02 2.01 2.00 4/81 21326
/proc/meminfo: memFree=1595580/2055920 swapFree=4179028/4192956
[pid=21326] ppid=21324 vsize=18572 CPUtime=0
/proc/21326/stat : 21326 (runsolver) R 21324 21326 19933 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1993864968 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 240907775271 0 0 4096 24578 0 0 0 17 1 0 0
/proc/21326/statm: 4643 292 257 25 0 2626 0

[startup+0.107499 s]
/proc/loadavg: 2.02 2.01 2.00 4/81 21326
/proc/meminfo: memFree=1595580/2055920 swapFree=4179028/4192956
[pid=21326] ppid=21324 vsize=13600 CPUtime=0.03
/proc/21326/stat : 21326 (sugar) S 21324 21326 19933 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1993864968 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21326/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.201511 s]
/proc/loadavg: 2.02 2.01 2.00 4/81 21326
/proc/meminfo: memFree=1595580/2055920 swapFree=4179028/4192956
[pid=21326] ppid=21324 vsize=13600 CPUtime=0.03
/proc/21326/stat : 21326 (sugar) S 21324 21326 19933 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1993864968 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21326/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301522 s]
/proc/loadavg: 2.02 2.01 2.00 4/81 21326
/proc/meminfo: memFree=1595580/2055920 swapFree=4179028/4192956
[pid=21326] ppid=21324 vsize=13600 CPUtime=0.03
/proc/21326/stat : 21326 (sugar) S 21324 21326 19933 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1993864968 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21326/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.70156 s]
/proc/loadavg: 2.02 2.01 2.00 4/81 21326
/proc/meminfo: memFree=1595580/2055920 swapFree=4179028/4192956
[pid=21326] ppid=21324 vsize=13600 CPUtime=0.45
/proc/21326/stat : 21326 (sugar) S 21324 21326 19933 0 -1 4194304 973 4758 0 1 3 0 38 4 16 0 1 0 1993864968 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21326/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 13600

[startup+1.50264 s]
/proc/loadavg: 2.02 2.01 2.00 3/92 21348
/proc/meminfo: memFree=1576484/2055920 swapFree=4179028/4192956
[pid=21326] ppid=21324 vsize=13600 CPUtime=0.46
/proc/21326/stat : 21326 (sugar) S 21324 21326 19933 0 -1 4194304 973 4758 0 1 3 1 38 4 15 0 1 0 1993864968 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21326/statm: 3400 797 370 3 0 500 0
[pid=21339] ppid=21326 vsize=5356 CPUtime=0
/proc/21339/stat : 21339 (sh) S 21326 21326 19933 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993865018 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21339/statm: 1339 233 193 169 0 50 0
[pid=21340] ppid=21339 vsize=864380 CPUtime=0.97
/proc/21340/stat : 21340 (java) S 21339 21326 19933 0 -1 0 10692 0 1 0 91 6 0 0 19 0 9 0 1993865018 885125120 9875 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21340/statm: 216095 9875 2540 9 0 210670 0
[pid=21340/tid=21341] ppid=21339 vsize=864380 CPUtime=0.4
/proc/21340/task/21341/stat : 21341 (java) R 21339 21326 19933 0 -1 64 2764 0 1 0 38 2 0 0 22 0 9 0 1993865019 885125120 9875 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21340/tid=21342] ppid=21339 vsize=864380 CPUtime=0.48
/proc/21340/task/21342/stat : 21342 (java) R 21339 21326 19933 0 -1 64 6905 0 0 0 45 3 0 0 17 0 9 0 1993865021 885125120 9875 996147200 134512640 134550740 4294955952 18446744073709551615 104181361 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21340/tid=21343] ppid=21339 vsize=864380 CPUtime=0
/proc/21340/task/21343/stat : 21343 (java) S 21339 21326 19933 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993865021 885125120 9875 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21340/tid=21344] ppid=21339 vsize=864380 CPUtime=0
/proc/21340/task/21344/stat : 21344 (java) S 21339 21326 19933 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993865021 885125120 9875 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21340/tid=21345] ppid=21339 vsize=864380 CPUtime=0
/proc/21340/task/21345/stat : 21345 (java) S 21339 21326 19933 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993865023 885125120 9875 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21340/tid=21346] ppid=21339 vsize=864380 CPUtime=0.06
/proc/21340/task/21346/stat : 21346 (java) S 21339 21326 19933 0 -1 64 331 0 0 0 6 0 0 0 16 0 9 0 1993865023 885125120 9875 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21340/tid=21347] ppid=21339 vsize=864380 CPUtime=0
/proc/21340/task/21347/stat : 21347 (java) S 21339 21326 19933 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993865023 885125120 9875 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21340/tid=21348] ppid=21339 vsize=864380 CPUtime=0
/proc/21340/task/21348/stat : 21348 (java) S 21339 21326 19933 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1993865023 885125120 9875 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 883336

[startup+3.1028 s]
/proc/loadavg: 2.02 2.01 2.00 4/92 21348
/proc/meminfo: memFree=1544164/2055920 swapFree=4179028/4192956
[pid=21326] ppid=21324 vsize=13600 CPUtime=0.46
/proc/21326/stat : 21326 (sugar) S 21324 21326 19933 0 -1 4194304 974 4758 0 1 3 1 38 4 15 0 1 0 1993864968 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21326/statm: 3400 797 370 3 0 500 0
[pid=21339] ppid=21326 vsize=5356 CPUtime=0
/proc/21339/stat : 21339 (sh) S 21326 21326 19933 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993865018 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21339/statm: 1339 233 193 169 0 50 0
[pid=21340] ppid=21339 vsize=864272 CPUtime=2.55
/proc/21340/stat : 21340 (java) S 21339 21326 19933 0 -1 0 16394 0 1 0 245 10 0 0 19 0 9 0 1993865018 885014528 15466 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21340/statm: 216068 15466 2564 9 0 210615 0
[pid=21340/tid=21341] ppid=21339 vsize=864272 CPUtime=1.23
/proc/21340/task/21341/stat : 21341 (java) R 21339 21326 19933 0 -1 64 3381 0 1 0 121 2 0 0 25 0 9 0 1993865019 885014528 15466 996147200 134512640 134550740 4294955952 18446744073709551615 4126615528 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21340/tid=21342] ppid=21339 vsize=864272 CPUtime=1.2
/proc/21340/task/21342/stat : 21342 (java) S 21339 21326 19933 0 -1 64 11968 0 0 0 114 6 0 0 16 0 9 0 1993865021 885014528 15466 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21340/tid=21343] ppid=21339 vsize=864272 CPUtime=0
/proc/21340/task/21343/stat : 21343 (java) S 21339 21326 19933 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993865021 885014528 15466 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21340/tid=21344] ppid=21339 vsize=864272 CPUtime=0
/proc/21340/task/21344/stat : 21344 (java) S 21339 21326 19933 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993865021 885014528 15466 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21340/tid=21345] ppid=21339 vsize=864272 CPUtime=0
/proc/21340/task/21345/stat : 21345 (java) S 21339 21326 19933 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993865023 885014528 15466 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21340/tid=21346] ppid=21339 vsize=864272 CPUtime=0.09
/proc/21340/task/21346/stat : 21346 (java) S 21339 21326 19933 0 -1 64 353 0 0 0 9 0 0 0 16 0 9 0 1993865023 885014528 15466 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21340/tid=21347] ppid=21339 vsize=864272 CPUtime=0
/proc/21340/task/21347/stat : 21347 (java) S 21339 21326 19933 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993865023 885014528 15466 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21340/tid=21348] ppid=21339 vsize=864272 CPUtime=0
/proc/21340/task/21348/stat : 21348 (java) S 21339 21326 19933 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1993865023 885014528 15466 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 883228

[startup+6.30111 s]
/proc/loadavg: 2.02 2.01 2.00 3/92 21348
/proc/meminfo: memFree=1539876/2055920 swapFree=4179028/4192956
[pid=21326] ppid=21324 vsize=13600 CPUtime=0.46
/proc/21326/stat : 21326 (sugar) S 21324 21326 19933 0 -1 4194304 974 4758 0 1 3 1 38 4 15 0 1 0 1993864968 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21326/statm: 3400 797 370 3 0 500 0
[pid=21339] ppid=21326 vsize=5356 CPUtime=0
/proc/21339/stat : 21339 (sh) S 21326 21326 19933 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993865018 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21339/statm: 1339 233 193 169 0 50 0
[pid=21340] ppid=21339 vsize=864272 CPUtime=5.72
/proc/21340/stat : 21340 (java) S 21339 21326 19933 0 -1 0 16696 0 1 0 561 11 0 0 19 0 9 0 1993865018 885014528 15760 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21340/statm: 216068 15760 2564 9 0 210615 0
[pid=21340/tid=21341] ppid=21339 vsize=864272 CPUtime=4.38
/proc/21340/task/21341/stat : 21341 (java) R 21339 21326 19933 0 -1 64 3389 0 1 0 435 3 0 0 25 0 9 0 1993865019 885014528 15760 996147200 134512640 134550740 4294955952 18446744073709551615 4126596627 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21340/tid=21342] ppid=21339 vsize=864272 CPUtime=1.23
/proc/21340/task/21342/stat : 21342 (java) S 21339 21326 19933 0 -1 64 12262 0 0 0 116 7 0 0 16 0 9 0 1993865021 885014528 15760 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21340/tid=21343] ppid=21339 vsize=864272 CPUtime=0
/proc/21340/task/21343/stat : 21343 (java) S 21339 21326 19933 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993865021 885014528 15760 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21340/tid=21344] ppid=21339 vsize=864272 CPUtime=0
/proc/21340/task/21344/stat : 21344 (java) S 21339 21326 19933 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993865021 885014528 15760 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21340/tid=21345] ppid=21339 vsize=864272 CPUtime=0
/proc/21340/task/21345/stat : 21345 (java) S 21339 21326 19933 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993865023 885014528 15760 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21340/tid=21346] ppid=21339 vsize=864272 CPUtime=0.09
/proc/21340/task/21346/stat : 21346 (java) S 21339 21326 19933 0 -1 64 353 0 0 0 9 0 0 0 16 0 9 0 1993865023 885014528 15760 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21340/tid=21347] ppid=21339 vsize=864272 CPUtime=0
/proc/21340/task/21347/stat : 21347 (java) S 21339 21326 19933 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993865023 885014528 15760 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21340/tid=21348] ppid=21339 vsize=864272 CPUtime=0
/proc/21340/task/21348/stat : 21348 (java) S 21339 21326 19933 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1993865023 885014528 15760 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 883228

[startup+12.7018 s]
/proc/loadavg: 2.01 2.01 2.00 3/92 21348
/proc/meminfo: memFree=1531684/2055920 swapFree=4179028/4192956
[pid=21326] ppid=21324 vsize=13600 CPUtime=0.46
/proc/21326/stat : 21326 (sugar) S 21324 21326 19933 0 -1 4194304 974 4758 0 1 3 1 38 4 15 0 1 0 1993864968 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21326/statm: 3400 797 370 3 0 500 0
[pid=21339] ppid=21326 vsize=5356 CPUtime=0
/proc/21339/stat : 21339 (sh) S 21326 21326 19933 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993865018 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21339/statm: 1339 233 193 169 0 50 0
[pid=21340] ppid=21339 vsize=864272 CPUtime=12.06
/proc/21340/stat : 21340 (java) S 21339 21326 19933 0 -1 0 18277 0 1 0 1191 15 0 0 19 0 9 0 1993865018 885014528 17280 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21340/statm: 216068 17280 2564 9 0 210615 0
[pid=21340/tid=21341] ppid=21339 vsize=864272 CPUtime=10.59
/proc/21340/task/21341/stat : 21341 (java) R 21339 21326 19933 0 -1 64 3450 0 1 0 1054 5 0 0 25 0 9 0 1993865019 885014528 17280 996147200 134512640 134550740 4294955952 18446744073709551615 4126596650 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21340/tid=21342] ppid=21339 vsize=864272 CPUtime=1.34
/proc/21340/task/21342/stat : 21342 (java) S 21339 21326 19933 0 -1 64 13778 0 0 0 126 8 0 0 16 0 9 0 1993865021 885014528 17280 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21340/tid=21343] ppid=21339 vsize=864272 CPUtime=0
/proc/21340/task/21343/stat : 21343 (java) S 21339 21326 19933 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993865021 885014528 17280 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21340/tid=21344] ppid=21339 vsize=864272 CPUtime=0
/proc/21340/task/21344/stat : 21344 (java) S 21339 21326 19933 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993865021 885014528 17280 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21340/tid=21345] ppid=21339 vsize=864272 CPUtime=0
/proc/21340/task/21345/stat : 21345 (java) S 21339 21326 19933 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993865023 885014528 17280 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21340/tid=21346] ppid=21339 vsize=864272 CPUtime=0.1
/proc/21340/task/21346/stat : 21346 (java) S 21339 21326 19933 0 -1 64 357 0 0 0 10 0 0 0 16 0 9 0 1993865023 885014528 17280 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21340/tid=21347] ppid=21339 vsize=864272 CPUtime=0
/proc/21340/task/21347/stat : 21347 (java) S 21339 21326 19933 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993865023 885014528 17280 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21340/tid=21348] ppid=21339 vsize=864272 CPUtime=0
/proc/21340/task/21348/stat : 21348 (java) S 21339 21326 19933 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1993865023 885014528 17280 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 883228

[startup+25.503 s]
/proc/loadavg: 2.01 2.01 2.00 3/92 21348
/proc/meminfo: memFree=1518564/2055920 swapFree=4179028/4192956
[pid=21326] ppid=21324 vsize=13600 CPUtime=0.46
/proc/21326/stat : 21326 (sugar) S 21324 21326 19933 0 -1 4194304 974 4758 0 1 3 1 38 4 15 0 1 0 1993864968 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21326/statm: 3400 797 370 3 0 500 0
[pid=21339] ppid=21326 vsize=5356 CPUtime=0
/proc/21339/stat : 21339 (sh) S 21326 21326 19933 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993865018 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21339/statm: 1339 233 193 169 0 50 0
[pid=21340] ppid=21339 vsize=864272 CPUtime=24.74
/proc/21340/stat : 21340 (java) S 21339 21326 19933 0 -1 0 20434 0 1 0 2454 20 0 0 19 0 9 0 1993865018 885014528 19362 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21340/statm: 216068 19362 2564 9 0 210615 0
[pid=21340/tid=21341] ppid=21339 vsize=864272 CPUtime=23.1
/proc/21340/task/21341/stat : 21341 (java) R 21339 21326 19933 0 -1 64 3525 0 1 0 2302 8 0 0 25 0 9 0 1993865019 885014528 19362 996147200 134512640 134550740 4294955952 18446744073709551615 4126615571 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21340/tid=21342] ppid=21339 vsize=864272 CPUtime=1.51
/proc/21340/task/21342/stat : 21342 (java) S 21339 21326 19933 0 -1 64 15856 0 0 0 140 11 0 0 16 0 9 0 1993865021 885014528 19362 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21340/tid=21343] ppid=21339 vsize=864272 CPUtime=0
/proc/21340/task/21343/stat : 21343 (java) S 21339 21326 19933 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993865021 885014528 19362 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21340/tid=21344] ppid=21339 vsize=864272 CPUtime=0
/proc/21340/task/21344/stat : 21344 (java) S 21339 21326 19933 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993865021 885014528 19362 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=21339] ppid=21326 vsize=5356 CPUtime=0
/proc/21339/stat : 21339 (sh) S 21326 21326 19933 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993865018 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21339/statm: 1339 233 193 169 0 50 0
[pid=21340] ppid=21339 vsize=864360 CPUtime=100.78
/proc/21340/stat : 21340 (java) S 21339 21326 19933 0 -1 0 36102 0 1 0 10027 51 0 0 19 0 9 0 1993865018 885104640 24141 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21340/statm: 216090 24141 2564 9 0 210637 0
[pid=21340/tid=21341] ppid=21339 vsize=864360 CPUtime=97.34
/proc/21340/task/21341/stat : 21341 (java) R 21339 21326 19933 0 -1 64 4018 0 1 0 9707 27 0 0 25 0 9 0 1993865019 885104640 24141 996147200 134512640 134550740 4294955952 18446744073709551615 4126560200 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21340/tid=21342] ppid=21339 vsize=864360 CPUtime=3.3
/proc/21340/task/21342/stat : 21342 (java) S 21339 21326 19933 0 -1 64 31031 0 0 0 308 22 0 0 16 0 9 0 1993865021 885104640 24141 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21340/tid=21343] ppid=21339 vsize=864360 CPUtime=0
/proc/21340/task/21343/stat : 21343 (java) S 21339 21326 19933 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993865021 885104640 24141 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21340/tid=21344] ppid=21339 vsize=864360 CPUtime=0
/proc/21340/task/21344/stat : 21344 (java) S 21339 21326 19933 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1993865021 885104640 24141 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21340/tid=21345] ppid=21339 vsize=864360 CPUtime=0
/proc/21340/task/21345/stat : 21345 (java) S 21339 21326 19933 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993865023 885104640 24141 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21340/tid=21346] ppid=21339 vsize=864360 CPUtime=0.11
/proc/21340/task/21346/stat : 21346 (java) S 21339 21326 19933 0 -1 64 361 0 0 0 11 0 0 0 16 0 9 0 1993865023 885104640 24141 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21340/tid=21347] ppid=21339 vsize=864360 CPUtime=0
/proc/21340/task/21347/stat : 21347 (java) S 21339 21326 19933 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993865023 885104640 24141 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21340/tid=21348] ppid=21339 vsize=864360 CPUtime=0
/proc/21340/task/21348/stat : 21348 (java) S 21339 21326 19933 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1993865023 885104640 24141 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.24
Current children cumulated vsize (KiB) 883316

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 21350
/proc/meminfo: memFree=1449252/2055920 swapFree=4179028/4192956
[pid=21326] ppid=21324 vsize=13600 CPUtime=158.44
/proc/21326/stat : 21326 (sugar) S 21324 21326 19933 0 -1 4194304 1031 51934 0 2 3 1 15752 88 15 0 1 0 1993864968 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21326/statm: 3400 798 370 3 0 500 0
[pid=21349] ppid=21326 vsize=5356 CPUtime=0
/proc/21349/stat : 21349 (sh) S 21326 21326 19933 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993880976 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21349/statm: 1339 232 193 169 0 50 0
[pid=21350] ppid=21349 vsize=81188 CPUtime=2.17
/proc/21350/stat : 21350 (minisat) R 21349 21326 19933 0 -1 4194304 20009 0 0 0 197 20 0 0 25 0 1 0 1993880977 83136512 19995 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21350/statm: 20297 19995 74 150 0 20144 0
Current children cumulated CPU time (s) 160.61
Current children cumulated vsize (KiB) 100144

[startup+222.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 21350
/proc/meminfo: memFree=1435492/2055920 swapFree=4179028/4192956
[pid=21326] ppid=21324 vsize=13600 CPUtime=158.44
/proc/21326/stat : 21326 (sugar) S 21324 21326 19933 0 -1 4194304 1031 51934 0 2 3 1 15752 88 16 0 1 0 1993864968 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21326/statm: 3400 798 370 3 0 500 0
[pid=21349] ppid=21326 vsize=5356 CPUtime=0
/proc/21349/stat : 21349 (sh) S 21326 21326 19933 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993880976 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21349/statm: 1339 232 193 169 0 50 0
[pid=21350] ppid=21349 vsize=91944 CPUtime=61.61
/proc/21350/stat : 21350 (minisat) R 21349 21326 19933 0 -1 4194304 22630 0 0 0 6138 23 0 0 25 0 1 0 1993880977 94150656 22616 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21350/statm: 22986 22616 75 150 0 22833 0
Current children cumulated CPU time (s) 220.05
Current children cumulated vsize (KiB) 110900

[startup+282.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 21350
/proc/meminfo: memFree=1432804/2055920 swapFree=4179028/4192956
[pid=21326] ppid=21324 vsize=13600 CPUtime=158.44
/proc/21326/stat : 21326 (sugar) S 21324 21326 19933 0 -1 4194304 1031 51934 0 2 3 1 15752 88 16 0 1 0 1993864968 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21326/statm: 3400 798 370 3 0 500 0
[pid=21349] ppid=21326 vsize=5356 CPUtime=0
/proc/21349/stat : 21349 (sh) S 21326 21326 19933 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993880976 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21349/statm: 1339 232 193 169 0 50 0
[pid=21350] ppid=21349 vsize=94756 CPUtime=121.04
/proc/21350/stat : 21350 (minisat) R 21349 21326 19933 0 -1 4194304 23294 0 0 0 12081 23 0 0 25 0 1 0 1993880977 97030144 23280 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21350/statm: 23689 23280 75 150 0 23536 0
Current children cumulated CPU time (s) 279.48
Current children cumulated vsize (KiB) 113712

[startup+342.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 21350
/proc/meminfo: memFree=1430692/2055920 swapFree=4179028/4192956
[pid=21326] ppid=21324 vsize=13600 CPUtime=158.44
/proc/21326/stat : 21326 (sugar) S 21324 21326 19933 0 -1 4194304 1031 51934 0 2 3 1 15752 88 16 0 1 0 1993864968 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21326/statm: 3400 798 370 3 0 500 0
[pid=21349] ppid=21326 vsize=5356 CPUtime=0
/proc/21349/stat : 21349 (sh) S 21326 21326 19933 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993880976 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21349/statm: 1339 232 193 169 0 50 0
[pid=21350] ppid=21349 vsize=96968 CPUtime=180.48
/proc/21350/stat : 21350 (minisat) R 21349 21326 19933 0 -1 4194304 23847 0 0 0 18024 24 0 0 25 0 1 0 1993880977 99295232 23833 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21350/statm: 24242 23833 75 150 0 24089 0
Current children cumulated CPU time (s) 338.92
Current children cumulated vsize (KiB) 115924

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

[startup+345.603 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 21350
/proc/meminfo: memFree=1430564/2055920 swapFree=4179028/4192956
[pid=21326] ppid=21324 vsize=13600 CPUtime=158.44
/proc/21326/stat : 21326 (sugar) S 21324 21326 19933 0 -1 4194304 1031 51934 0 2 3 1 15752 88 16 0 1 0 1993864968 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21326/statm: 3400 798 370 3 0 500 0
[pid=21349] ppid=21326 vsize=5356 CPUtime=0
/proc/21349/stat : 21349 (sh) S 21326 21326 19933 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993880976 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21349/statm: 1339 232 193 169 0 50 0
[pid=21350] ppid=21349 vsize=97100 CPUtime=183.75
/proc/21350/stat : 21350 (minisat) R 21349 21326 19933 0 -1 4194304 23869 0 0 0 18351 24 0 0 25 0 1 0 1993880977 99430400 23855 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21350/statm: 24275 23855 75 150 0 24122 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 116056

[startup+352.003 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 21350
/proc/meminfo: memFree=1430436/2055920 swapFree=4179028/4192956
[pid=21326] ppid=21324 vsize=13600 CPUtime=158.44
/proc/21326/stat : 21326 (sugar) S 21324 21326 19933 0 -1 4194304 1031 51934 0 2 3 1 15752 88 16 0 1 0 1993864968 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21326/statm: 3400 798 370 3 0 500 0
[pid=21349] ppid=21326 vsize=5356 CPUtime=0
/proc/21349/stat : 21349 (sh) S 21326 21326 19933 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993880976 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21349/statm: 1339 232 193 169 0 50 0
[pid=21350] ppid=21349 vsize=97232 CPUtime=190.1
/proc/21350/stat : 21350 (minisat) R 21349 21326 19933 0 -1 4194304 23914 0 0 0 18985 25 0 0 25 0 1 0 1993880977 99565568 23900 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21350/statm: 24308 23900 75 150 0 24155 0
Current children cumulated CPU time (s) 348.54
Current children cumulated vsize (KiB) 116188

[startup+355.202 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 21350
/proc/meminfo: memFree=1430372/2055920 swapFree=4179028/4192956
[pid=21326] ppid=21324 vsize=13600 CPUtime=158.44
/proc/21326/stat : 21326 (sugar) S 21324 21326 19933 0 -1 4194304 1031 51934 0 2 3 1 15752 88 16 0 1 0 1993864968 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21326/statm: 3400 798 370 3 0 500 0
[pid=21349] ppid=21326 vsize=5356 CPUtime=0
/proc/21349/stat : 21349 (sh) S 21326 21326 19933 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993880976 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21349/statm: 1339 232 193 169 0 50 0
[pid=21350] ppid=21349 vsize=97364 CPUtime=193.27
/proc/21350/stat : 21350 (minisat) R 21349 21326 19933 0 -1 4194304 23929 0 0 0 19302 25 0 0 25 0 1 0 1993880977 99700736 23915 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21350/statm: 24341 23915 75 150 0 24188 0
Current children cumulated CPU time (s) 351.71
Current children cumulated vsize (KiB) 116320

[startup+356.801 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 21350
/proc/meminfo: memFree=1430308/2055920 swapFree=4179028/4192956
[pid=21326] ppid=21324 vsize=13600 CPUtime=158.44
/proc/21326/stat : 21326 (sugar) S 21324 21326 19933 0 -1 4194304 1031 51934 0 2 3 1 15752 88 16 0 1 0 1993864968 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21326/statm: 3400 798 370 3 0 500 0
[pid=21349] ppid=21326 vsize=5356 CPUtime=0
/proc/21349/stat : 21349 (sh) S 21326 21326 19933 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993880976 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21349/statm: 1339 232 193 169 0 50 0
[pid=21350] ppid=21349 vsize=97364 CPUtime=194.85
/proc/21350/stat : 21350 (minisat) R 21349 21326 19933 0 -1 4194304 23942 0 0 0 19460 25 0 0 25 0 1 0 1993880977 99700736 23928 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21350/statm: 24341 23928 75 150 0 24188 0
Current children cumulated CPU time (s) 353.29
Current children cumulated vsize (KiB) 116320

[startup+357.201 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 21350
/proc/meminfo: memFree=1430308/2055920 swapFree=4179028/4192956
[pid=21326] ppid=21324 vsize=13600 CPUtime=158.44
/proc/21326/stat : 21326 (sugar) S 21324 21326 19933 0 -1 4194304 1031 51934 0 2 3 1 15752 88 16 0 1 0 1993864968 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21326/statm: 3400 798 370 3 0 500 0
[pid=21349] ppid=21326 vsize=5356 CPUtime=0
/proc/21349/stat : 21349 (sh) S 21326 21326 19933 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993880976 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21349/statm: 1339 232 193 169 0 50 0
[pid=21350] ppid=21349 vsize=97508 CPUtime=195.25
/proc/21350/stat : 21350 (minisat) R 21349 21326 19933 0 -1 4194304 23953 0 0 0 19500 25 0 0 25 0 1 0 1993880977 99848192 23939 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21350/statm: 24377 23939 75 150 0 24224 0
Current children cumulated CPU time (s) 353.69
Current children cumulated vsize (KiB) 116464

[startup+357.401 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 21350
/proc/meminfo: memFree=1430308/2055920 swapFree=4179028/4192956
[pid=21326] ppid=21324 vsize=13600 CPUtime=353.76
/proc/21326/stat : 21326 (sugar) S 21324 21326 19933 0 -1 4194304 1089 76181 0 2 4 1 35255 116 15 0 1 0 1993864968 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21326/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 353.76
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 357.465
CPU time (s): 353.938
CPU user time (s): 352.695
CPU system time (s): 1.24281
CPU usage (%): 99.0134
Max. virtual memory (cumulated for all children) (KiB): 896128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 352.695
system time used= 1.24281
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 80983
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= 12874
involuntary context switches= 19985

runsolver used 0.425935 second user time and 1.25081 second system time

The end

Launcher Data (download as text)

Begin job on node36 at 2008-07-04 07:22:01
IDJOB=1066757
IDBENCH=55141
IDSOLVER=346
FILE ID=node36/1066757-1215148921
PBS_JOBID= 7877423
Free space on /tmp= 66556 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a2dd31cba4a19665396f0c93a75686cb
RANDOM SEED=23391731

node36.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.240
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.240
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:       1596060 kB
Buffers:         69540 kB
Cached:         296528 kB
SwapCached:       7932 kB
Active:         219488 kB
Inactive:       173716 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1596060 kB
SwapTotal:     4192956 kB
SwapFree:      4179028 kB
Dirty:            1696 kB
Writeback:           0 kB
Mapped:          43260 kB
Slab:            51812 kB
Committed_AS:  3265792 kB
PageTables:       1804 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= 66556 MiB
End job on node36 at 2008-07-04 07:27:58