Trace number 1069169

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 920.155 922.931

General information on the benchmark

Namecsp/ukVg/
normalized-crossword-m1c-uk-vg15-17_ext.xml
MD5SUMf19d798b5851629cc9628724006dcf08
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 benchmark3.38249
Satisfiable
(Un)Satisfiability was proved
Number of variables255
Number of constraints32
Maximum constraint arity17
Maximum domain size26
Number of constraints which are defined in extension32
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 10:09:11 2008
0.00/0.05	c 0	PID 20273
0.00/0.05	c 0	HOST node6.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1069169-1215158951.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-1069169-1215158951.xml' 'HOME/temp.csp'
0.03/0.45	c 1	1 domains, 255 variables, 0 predicates, 2 relations, 32 constraints
0.03/0.47	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.47	c 1	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.43/0.55	c 1	Parsing HOME/temp.csp
0.43/0.75	c 1	parsed 290 expressions
0.43/0.75	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.43/0.75	c 1	Converting to clausal form CSP
0.43/0.77	c 1	converted 29 (10%) expressions
0.43/0.77	c 1	converted 58 (20%) expressions
0.43/0.77	c 1	converted 87 (30%) expressions
0.43/0.77	c 1	converted 116 (40%) expressions
0.43/0.77	c 1	converted 145 (50%) expressions
0.43/0.78	c 1	converted 174 (60%) expressions
0.43/0.78	c 1	converted 203 (70%) expressions
0.43/0.78	c 1	converted 232 (80%) expressions
1.13/1.23	c 2	converted 261 (90%) expressions
3.90/4.05	c 4	converted 290 (100%) expressions
3.90/4.05	c 4	CSP : 255 integers, 0 booleans, 32 clauses, largest domain size 26
3.90/4.05	c 4	Heap : 109 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.90/4.05	c 4	Propagation in CSP
3.90/4.05	c 4	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.90/4.05	c 4	CSP : 255 integers, 0 booleans, 32 clauses, largest domain size 26
3.90/4.05	c 4	Heap : 109 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.90/4.06	c 4	Simplifing CSP by introducing new Boolean variables
3.90/4.06	c 4	CSP : 255 integers, 0 booleans, 32 clauses, largest domain size 26
3.90/4.06	c 4	Heap : 109 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.39/4.57	c 5	Encoding CSP to SAT : HOME/temp.cnf
4.49/4.61	c 5	26 (10%) CSP integer variables are encoded (624 clauses, 6720 bytes)
4.49/4.61	c 5	51 (20%) CSP integer variables are encoded (1224 clauses, 13849 bytes)
4.49/4.61	c 5	77 (30%) CSP integer variables are encoded (1848 clauses, 21961 bytes)
4.49/4.61	c 5	102 (40%) CSP integer variables are encoded (2448 clauses, 29761 bytes)
4.49/4.62	c 5	128 (50%) CSP integer variables are encoded (3072 clauses, 37873 bytes)
4.49/4.62	c 5	153 (60%) CSP integer variables are encoded (3672 clauses, 45673 bytes)
4.49/4.62	c 5	179 (70%) CSP integer variables are encoded (4296 clauses, 53785 bytes)
4.49/4.63	c 5	204 (80%) CSP integer variables are encoded (4896 clauses, 61585 bytes)
4.49/4.63	c 5	230 (90%) CSP integer variables are encoded (5520 clauses, 69697 bytes)
4.49/4.63	c 5	255 (100%) CSP integer variables are encoded (6120 clauses, 77497 bytes)
145.41/145.67	c 146	4 (10%) CSP clauses are encoded (397344 clauses, 37758048 bytes)
252.54/252.87	c 253	7 (20%) CSP clauses are encoded (690762 clauses, 66839978 bytes)
362.56/362.98	c 363	10 (30%) CSP clauses are encoded (984180 clauses, 96294845 bytes)
474.98/475.41	c 476	13 (40%) CSP clauses are encoded (1277598 clauses, 125749712 bytes)
582.99/583.52	c 584	16 (50%) CSP clauses are encoded (1571016 clauses, 155204579 bytes)
636.54/637.10	c 637	20 (60%) CSP clauses are encoded (1775544 clauses, 174845916 bytes)
653.12/653.79	c 654	23 (70%) CSP clauses are encoded (1882266 clauses, 186779259 bytes)
669.10/669.74	c 670	26 (80%) CSP clauses are encoded (1988988 clauses, 198712602 bytes)
685.09/685.77	c 686	29 (90%) CSP clauses are encoded (2095710 clauses, 210645945 bytes)
701.18/701.85	c 702	32 (100%) CSP clauses are encoded (2202432 clauses, 222579288 bytes)
701.18/701.85	c 702	32 CSP clauses encoded
701.18/701.85	c 702	Writing map file : HOME/temp.map
701.18/701.86	c 702	Heap : 185 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
701.18/701.86	c 702	SAT : 6375 SAT variables, 2202432 SAT clauses, 222579288 bytes
701.18/701.86	c 702	Heap : 185 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
701.24/701.94	c 702	SOLVING HOME/temp.cnf
701.24/701.94	c 702	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
701.24/701.95	c 702	This is MiniSat 2.0 beta
701.24/701.95	c 702	WARNING: for repeatability, setting FPU to use double precision
701.24/701.95	c 702	============================[ Problem Statistics ]=============================
701.24/701.95	c 702	|                                                                             |
701.24/701.95	c 702	|  Number of variables:  6375                                                 |
701.24/701.95	c 702	|  Number of clauses:    2202432                                              |
705.77/706.51	c 707	|  Parsing time:         4.09         s                                       |
706.07/706.82	c 707	============================[ Search Statistics ]==============================
706.07/706.82	c 707	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
706.07/706.82	c 707	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
706.07/706.82	c 707	===============================================================================
706.07/706.82	c 707	|         0 |    6360  2199254 41323516 |   733084        0    nan |  0.000 % |
706.07/706.85	c 707	|       100 |    6359  2199254 41323516 |   806393       99      5 |  0.251 % |
706.27/707.07	c 707	|       251 |    6356  2199254 41323516 |   887032      247      5 |  0.298 % |
706.48/707.21	c 707	|       476 |    6356  2199254 41323516 |   975735      472      6 |  0.298 % |
706.57/707.31	c 708	|       814 |    6356  2199254 41323516 |  1073309      810      7 |  0.298 % |
706.76/707.56	c 708	|      1321 |    6356  2199254 41323516 |  1180640     1317      7 |  0.298 % |
707.06/707.85	c 708	|      2080 |    6354  2199254 41323516 |  1298704     2074      8 |  0.329 % |
707.46/708.25	c 709	|      3219 |    6354  2199254 41323516 |  1428574     3213      8 |  0.329 % |
708.05/708.84	c 709	|      4927 |    6354  2199254 41323516 |  1571432     4921      8 |  0.329 % |
708.85/709.67	c 710	|      7489 |    6354  2199254 41323516 |  1728575     7483      9 |  0.329 % |
709.54/710.31	c 711	|     11334 |    6354  2199254 41323516 |  1901432    11328     10 |  0.329 % |
710.83/711.67	c 712	|     17100 |    6353  2199254 41323516 |  2091576    17093     10 |  0.345 % |
714.39/715.27	c 716	|     25752 |    6353  2199254 41323516 |  2300733    25745     10 |  0.345 % |
755.40/756.68	c 757	|     38726 |    6349  2199254 41323516 |  2530807    38718     11 |  0.424 % |
821.27/823.10	c 823	|     58188 |    6344  2199254 41323516 |  2783887    58179     12 |  0.518 % |
919.73/922.59	c 923	===============================================================================
919.73/922.59	c 923	restarts              : 15
919.73/922.59	c 923	conflicts             : 86625          (397 /sec)
919.73/922.59	c 923	decisions             : 121660         (1.86 % random) (558 /sec)
919.73/922.59	c 923	propagations          : 7712245        (35367 /sec)
919.73/922.59	c 923	conflict literals     : 1024029        (24.86 % deleted)
919.73/922.59	c 923	Memory used           : 259.62 MB
919.73/922.59	c 923	CPU time              : 218.063 s
919.73/922.59	c 923	
919.73/922.59	c 923	UNSATISFIABLE
919.83/922.63	c 923	DECODING HOME/temp.out WITH HOME/temp.map
919.83/922.63	c 923	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
919.89/922.72	c 923	Decoding HOME/temp.out
919.89/922.77	s UNSATISFIABLE
919.89/922.77	c 923	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
920.01/922.82	c 923	CPU 917.62 (0.03 0.01 917.59 2.39)
920.01/922.82	c 923	END Fri Jul  4 10:24:34 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-1069169-1215158951/watcher-1069169-1215158951 -o /tmp/evaluation-result-1069169-1215158951/solver-1069169-1215158951 -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-1069169-1215158951.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.00 1.99 1.99 4/72 20273
/proc/meminfo: memFree=1879968/2055924 swapFree=4180432/4192956
[pid=20273] ppid=20271 vsize=18572 CPUtime=0
/proc/20273/stat : 20273 (runsolver) R 20271 20273 18924 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1994870405 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 268582841639 0 0 4096 24578 0 0 0 17 1 0 0
/proc/20273/statm: 4643 292 257 25 0 2626 0

[startup+0.0974931 s]
/proc/loadavg: 2.00 1.99 1.99 4/72 20273
/proc/meminfo: memFree=1879968/2055924 swapFree=4180432/4192956
[pid=20273] ppid=20271 vsize=13600 CPUtime=0.03
/proc/20273/stat : 20273 (sugar) S 20271 20273 18924 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1994870405 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20273/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.10149 s]
/proc/loadavg: 2.00 1.99 1.99 4/72 20273
/proc/meminfo: memFree=1879968/2055924 swapFree=4180432/4192956
[pid=20273] ppid=20271 vsize=13600 CPUtime=0.03
/proc/20273/stat : 20273 (sugar) S 20271 20273 18924 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1994870405 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20273/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301531 s]
/proc/loadavg: 2.00 1.99 1.99 4/72 20273
/proc/meminfo: memFree=1879968/2055924 swapFree=4180432/4192956
[pid=20273] ppid=20271 vsize=13600 CPUtime=0.03
/proc/20273/stat : 20273 (sugar) S 20271 20273 18924 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1994870405 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20273/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701612 s]
/proc/loadavg: 2.00 1.99 1.99 4/72 20273
/proc/meminfo: memFree=1879968/2055924 swapFree=4180432/4192956
[pid=20273] ppid=20271 vsize=13600 CPUtime=0.43
/proc/20273/stat : 20273 (sugar) S 20271 20273 18924 0 -1 4194304 973 6494 0 1 3 1 36 3 16 0 1 0 1994870405 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20273/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 13600

[startup+1.50277 s]
/proc/loadavg: 2.00 1.99 1.99 4/83 20295
/proc/meminfo: memFree=1862536/2055924 swapFree=4180432/4192956
[pid=20273] ppid=20271 vsize=13600 CPUtime=0.43
/proc/20273/stat : 20273 (sugar) S 20271 20273 18924 0 -1 4194304 973 6494 0 1 3 1 36 3 15 0 1 0 1994870405 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20273/statm: 3400 797 370 3 0 500 0
[pid=20286] ppid=20273 vsize=5356 CPUtime=0
/proc/20286/stat : 20286 (sh) S 20273 20273 18924 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994870452 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20286/statm: 1339 233 193 169 0 50 0
[pid=20287] ppid=20286 vsize=864336 CPUtime=1
/proc/20287/stat : 20287 (java) S 20286 20273 18924 0 -1 0 11447 0 1 0 94 6 0 0 18 0 9 0 1994870453 885080064 10532 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20287/statm: 216084 10532 2540 9 0 210659 0
[pid=20287/tid=20288] ppid=20286 vsize=864336 CPUtime=0.39
/proc/20287/task/20288/stat : 20288 (java) R 20286 20273 18924 0 -1 64 2907 0 1 0 37 2 0 0 22 0 9 0 1994870454 885080064 10532 996147200 134512640 134550740 4294955952 18446744073709551615 101444645 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20287/tid=20289] ppid=20286 vsize=864336 CPUtime=0.51
/proc/20287/task/20289/stat : 20289 (java) S 20286 20273 18924 0 -1 64 7513 0 0 0 48 3 0 0 17 0 9 0 1994870455 885080064 10532 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20287/tid=20290] ppid=20286 vsize=864336 CPUtime=0
/proc/20287/task/20290/stat : 20290 (java) S 20286 20273 18924 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994870455 885080064 10532 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20287/tid=20291] ppid=20286 vsize=864336 CPUtime=0
/proc/20287/task/20291/stat : 20291 (java) S 20286 20273 18924 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1994870455 885080064 10532 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20287/tid=20292] ppid=20286 vsize=864336 CPUtime=0
/proc/20287/task/20292/stat : 20292 (java) S 20286 20273 18924 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1994870457 885080064 10532 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20287/tid=20293] ppid=20286 vsize=864336 CPUtime=0.07
/proc/20287/task/20293/stat : 20293 (java) S 20286 20273 18924 0 -1 64 335 0 0 0 7 0 0 0 16 0 9 0 1994870457 885080064 10532 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20287/tid=20294] ppid=20286 vsize=864336 CPUtime=0
/proc/20287/task/20294/stat : 20294 (java) S 20286 20273 18924 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1994870457 885080064 10532 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20287/tid=20295] ppid=20286 vsize=864336 CPUtime=0
/proc/20287/task/20295/stat : 20295 (java) S 20286 20273 18924 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1994870457 885080064 10532 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) 883292

[startup+3.10208 s]
/proc/loadavg: 2.00 1.99 1.99 4/83 20295
/proc/meminfo: memFree=1821768/2055924 swapFree=4180432/4192956
[pid=20273] ppid=20271 vsize=13600 CPUtime=0.43
/proc/20273/stat : 20273 (sugar) S 20271 20273 18924 0 -1 4194304 973 6494 0 1 3 1 36 3 15 0 1 0 1994870405 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20273/statm: 3400 797 370 3 0 500 0
[pid=20286] ppid=20273 vsize=5356 CPUtime=0
/proc/20286/stat : 20286 (sh) S 20273 20273 18924 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994870452 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20286/statm: 1339 233 193 169 0 50 0
[pid=20287] ppid=20286 vsize=864336 CPUtime=2.59
/proc/20287/stat : 20287 (java) S 20286 20273 18924 0 -1 0 26961 0 1 0 245 14 0 0 18 0 9 0 1994870453 885080064 25899 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20287/statm: 216084 25899 2540 9 0 210659 0
[pid=20287/tid=20288] ppid=20286 vsize=864336 CPUtime=0.86
/proc/20287/task/20288/stat : 20288 (java) R 20286 20273 18924 0 -1 64 3632 0 1 0 84 2 0 0 25 0 9 0 1994870454 885080064 25899 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20287/tid=20289] ppid=20286 vsize=864336 CPUtime=1.62
/proc/20287/task/20289/stat : 20289 (java) R 20286 20273 18924 0 -1 64 22302 0 0 0 152 10 0 0 17 0 9 0 1994870455 885080064 25899 996147200 134512640 134550740 4294955952 18446744073709551615 101443072 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20287/tid=20290] ppid=20286 vsize=864336 CPUtime=0
/proc/20287/task/20290/stat : 20290 (java) S 20286 20273 18924 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994870455 885080064 25899 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20287/tid=20291] ppid=20286 vsize=864336 CPUtime=0
/proc/20287/task/20291/stat : 20291 (java) S 20286 20273 18924 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1994870455 885080064 25899 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20287/tid=20292] ppid=20286 vsize=864336 CPUtime=0
/proc/20287/task/20292/stat : 20292 (java) S 20286 20273 18924 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1994870457 885080064 25899 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20287/tid=20293] ppid=20286 vsize=864336 CPUtime=0.07
/proc/20287/task/20293/stat : 20293 (java) S 20286 20273 18924 0 -1 64 335 0 0 0 7 0 0 0 16 0 9 0 1994870457 885080064 25899 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20287/tid=20294] ppid=20286 vsize=864336 CPUtime=0
/proc/20287/task/20294/stat : 20294 (java) S 20286 20273 18924 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1994870457 885080064 25899 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20287/tid=20295] ppid=20286 vsize=864336 CPUtime=0
/proc/20287/task/20295/stat : 20295 (java) S 20286 20273 18924 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1994870457 885080064 25899 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 883292

[startup+6.30271 s]
/proc/loadavg: 2.08 2.00 2.00 3/83 20295
/proc/meminfo: memFree=1750472/2055924 swapFree=4180432/4192956
[pid=20273] ppid=20271 vsize=13600 CPUtime=0.43
/proc/20273/stat : 20273 (sugar) S 20271 20273 18924 0 -1 4194304 974 6494 0 1 3 1 36 3 16 0 1 0 1994870405 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20273/statm: 3400 797 370 3 0 500 0
[pid=20286] ppid=20273 vsize=5356 CPUtime=0
/proc/20286/stat : 20286 (sh) S 20273 20273 18924 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994870452 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20286/statm: 1339 233 193 169 0 50 0
[pid=20287] ppid=20286 vsize=864448 CPUtime=5.78
/proc/20287/stat : 20287 (java) S 20286 20273 18924 0 -1 0 35462 0 1 0 560 18 0 0 18 0 9 0 1994870453 885194752 34238 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20287/statm: 216112 34238 2564 9 0 210659 0
[pid=20287/tid=20288] ppid=20286 vsize=864448 CPUtime=2.74
/proc/20287/task/20288/stat : 20288 (java) R 20286 20273 18924 0 -1 64 4613 0 1 0 271 3 0 0 25 0 9 0 1994870454 885194752 34238 996147200 134512640 134550740 4294955952 18446744073709551615 4126617828 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20287/tid=20289] ppid=20286 vsize=864448 CPUtime=2.9
/proc/20287/task/20289/stat : 20289 (java) S 20286 20273 18924 0 -1 64 29801 0 0 0 277 13 0 0 16 0 9 0 1994870455 885194752 34238 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20287/tid=20290] ppid=20286 vsize=864448 CPUtime=0
/proc/20287/task/20290/stat : 20290 (java) S 20286 20273 18924 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994870455 885194752 34238 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20287/tid=20291] ppid=20286 vsize=864448 CPUtime=0
/proc/20287/task/20291/stat : 20291 (java) S 20286 20273 18924 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1994870455 885194752 34238 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20287/tid=20292] ppid=20286 vsize=864448 CPUtime=0
/proc/20287/task/20292/stat : 20292 (java) S 20286 20273 18924 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1994870457 885194752 34238 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20287/tid=20293] ppid=20286 vsize=864448 CPUtime=0.1
/proc/20287/task/20293/stat : 20293 (java) S 20286 20273 18924 0 -1 64 356 0 0 0 10 0 0 0 16 0 9 0 1994870457 885194752 34238 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20287/tid=20294] ppid=20286 vsize=864448 CPUtime=0
/proc/20287/task/20294/stat : 20294 (java) S 20286 20273 18924 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1994870457 885194752 34238 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20287/tid=20295] ppid=20286 vsize=864448 CPUtime=0
/proc/20287/task/20295/stat : 20295 (java) S 20286 20273 18924 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1994870457 885194752 34238 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 883404

[startup+12.703 s]
/proc/loadavg: 2.08 2.00 2.00 4/83 20295
/proc/meminfo: memFree=1747784/2055924 swapFree=4180432/4192956
[pid=20273] ppid=20271 vsize=13600 CPUtime=0.43
/proc/20273/stat : 20273 (sugar) S 20271 20273 18924 0 -1 4194304 974 6494 0 1 3 1 36 3 16 0 1 0 1994870405 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20273/statm: 3400 797 370 3 0 500 0
[pid=20286] ppid=20273 vsize=5356 CPUtime=0
/proc/20286/stat : 20286 (sh) S 20273 20273 18924 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994870452 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20286/statm: 1339 233 193 169 0 50 0
[pid=20287] ppid=20286 vsize=864448 CPUtime=12.17
/proc/20287/stat : 20287 (java) S 20286 20273 18924 0 -1 0 36134 0 1 0 1199 18 0 0 18 0 9 0 1994870453 885194752 34904 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20287/statm: 216112 34904 2564 9 0 210659 0
[pid=20287/tid=20288] ppid=20286 vsize=864448 CPUtime=9.1
/proc/20287/task/20288/stat : 20288 (java) R 20286 20273 18924 0 -1 64 4619 0 1 0 907 3 0 0 25 0 9 0 1994870454 885194752 34904 996147200 134512640 134550740 4294955952 18446744073709551615 4126623138 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20287/tid=20289] ppid=20286 vsize=864448 CPUtime=2.94
/proc/20287/task/20289/stat : 20289 (java) S 20286 20273 18924 0 -1 64 30467 0 0 0 280 14 0 0 16 0 9 0 1994870455 885194752 34904 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20287/tid=20290] ppid=20286 vsize=864448 CPUtime=0
/proc/20287/task/20290/stat : 20290 (java) S 20286 20273 18924 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994870455 885194752 34904 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20287/tid=20291] ppid=20286 vsize=864448 CPUtime=0
/proc/20287/task/20291/stat : 20291 (java) S 20286 20273 18924 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1994870455 885194752 34904 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20287/tid=20292] ppid=20286 vsize=864448 CPUtime=0
/proc/20287/task/20292/stat : 20292 (java) S 20286 20273 18924 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1994870457 885194752 34904 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20287/tid=20293] ppid=20286 vsize=864448 CPUtime=0.1
/proc/20287/task/20293/stat : 20293 (java) S 20286 20273 18924 0 -1 64 356 0 0 0 10 0 0 0 16 0 9 0 1994870457 885194752 34904 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20287/tid=20294] ppid=20286 vsize=864448 CPUtime=0
/proc/20287/task/20294/stat : 20294 (java) S 20286 20273 18924 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1994870457 885194752 34904 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20287/tid=20295] ppid=20286 vsize=864448 CPUtime=0
/proc/20287/task/20295/stat : 20295 (java) S 20286 20273 18924 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1994870457 885194752 34904 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 883404

[startup+25.5015 s]
/proc/loadavg: 2.06 2.00 2.00 3/83 20295
/proc/meminfo: memFree=1740680/2055924 swapFree=4180432/4192956
[pid=20273] ppid=20271 vsize=13600 CPUtime=0.43
/proc/20273/stat : 20273 (sugar) S 20271 20273 18924 0 -1 4194304 974 6494 0 1 3 1 36 3 16 0 1 0 1994870405 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20273/statm: 3400 797 370 3 0 500 0
[pid=20286] ppid=20273 vsize=5356 CPUtime=0
/proc/20286/stat : 20286 (sh) S 20273 20273 18924 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994870452 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20286/statm: 1339 233 193 169 0 50 0
[pid=20287] ppid=20286 vsize=864448 CPUtime=24.96
/proc/20287/stat : 20287 (java) S 20286 20273 18924 0 -1 0 37824 0 1 0 2477 19 0 0 18 0 9 0 1994870453 885194752 36579 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20287/statm: 216112 36579 2564 9 0 210659 0
[pid=20287/tid=20288] ppid=20286 vsize=864448 CPUtime=21.81
/proc/20287/task/20288/stat : 20288 (java) R 20286 20273 18924 0 -1 64 4634 0 1 0 2178 3 0 0 25 0 9 0 1994870454 885194752 36579 996147200 134512640 134550740 4294955952 18446744073709551615 4126567008 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20287/tid=20289] ppid=20286 vsize=864448 CPUtime=3.02
/proc/20287/task/20289/stat : 20289 (java) S 20286 20273 18924 0 -1 64 32142 0 0 0 288 14 0 0 16 0 9 0 1994870455 885194752 36579 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20287/tid=20290] ppid=20286 vsize=864448 CPUtime=0
/proc/20287/task/20290/stat : 20290 (java) S 20286 20273 18924 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994870455 885194752 36579 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20287/tid=20291] ppid=20286 vsize=864448 CPUtime=0
/proc/20287/task/20291/stat : 20291 (java) S 20286 20273 18924 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1994870455 885194752 36579 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=20287/tid=20294] ppid=20286 vsize=865472 CPUtime=0
/proc/20287/task/20294/stat : 20294 (java) S 20286 20273 18924 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1994870457 886243328 58926 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20287/tid=20295] ppid=20286 vsize=865472 CPUtime=0
/proc/20287/task/20295/stat : 20295 (java) S 20286 20273 18924 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1994870457 886243328 58926 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 641.73
Current children cumulated vsize (KiB) 884428

[startup+702.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 20295
/proc/meminfo: memFree=1430856/2055924 swapFree=4180432/4192956
[pid=20273] ppid=20271 vsize=13600 CPUtime=701.28
/proc/20273/stat : 20273 (sugar) S 20271 20273 18924 0 -1 4194304 1033 110063 0 2 3 1 69942 182 16 0 1 0 1994870405 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20273/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 701.28
Current children cumulated vsize (KiB) 13600

[startup+762.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 20297
/proc/meminfo: memFree=1399944/2055924 swapFree=4180432/4192956
[pid=20273] ppid=20271 vsize=13600 CPUtime=701.28
/proc/20273/stat : 20273 (sugar) S 20271 20273 18924 0 -1 4194304 1033 110063 0 2 3 1 69942 182 16 0 1 0 1994870405 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20273/statm: 3400 799 370 3 0 500 0
[pid=20296] ppid=20273 vsize=5356 CPUtime=0
/proc/20296/stat : 20296 (sh) S 20273 20273 18924 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994940599 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20296/statm: 1339 232 193 169 0 50 0
[pid=20297] ppid=20296 vsize=258544 CPUtime=59.77
/proc/20297/stat : 20297 (minisat) R 20296 20273 18924 0 -1 4194304 63792 0 0 0 5930 47 0 0 25 0 1 0 1994940600 264749056 63778 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20297/statm: 64636 63778 76 150 0 64483 0
Current children cumulated CPU time (s) 761.05
Current children cumulated vsize (KiB) 277500

[startup+822.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 20297
/proc/meminfo: memFree=1396552/2055924 swapFree=4180432/4192956
[pid=20273] ppid=20271 vsize=13600 CPUtime=701.28
/proc/20273/stat : 20273 (sugar) S 20271 20273 18924 0 -1 4194304 1033 110063 0 2 3 1 69942 182 16 0 1 0 1994870405 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20273/statm: 3400 799 370 3 0 500 0
[pid=20296] ppid=20273 vsize=5356 CPUtime=0
/proc/20296/stat : 20296 (sh) S 20273 20273 18924 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994940599 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20296/statm: 1339 232 193 169 0 50 0
[pid=20297] ppid=20296 vsize=262352 CPUtime=119.2
/proc/20297/stat : 20297 (minisat) R 20296 20273 18924 0 -1 4194304 64649 0 0 0 11872 48 0 0 25 0 1 0 1994940600 268648448 64635 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20297/statm: 65588 64635 76 150 0 65435 0
Current children cumulated CPU time (s) 820.48
Current children cumulated vsize (KiB) 281308

[startup+882.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 20297
/proc/meminfo: memFree=1394184/2055924 swapFree=4180432/4192956
[pid=20273] ppid=20271 vsize=13600 CPUtime=701.28
/proc/20273/stat : 20273 (sugar) S 20271 20273 18924 0 -1 4194304 1033 110063 0 2 3 1 69942 182 16 0 1 0 1994870405 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20273/statm: 3400 799 370 3 0 500 0
[pid=20296] ppid=20273 vsize=5356 CPUtime=0
/proc/20296/stat : 20296 (sh) S 20273 20273 18924 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994940599 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20296/statm: 1339 232 193 169 0 50 0
[pid=20297] ppid=20296 vsize=264712 CPUtime=178.63
/proc/20297/stat : 20297 (minisat) R 20296 20273 18924 0 -1 4194304 65222 0 0 0 17815 48 0 0 25 0 1 0 1994940600 271065088 65208 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20297/statm: 66178 65208 76 150 0 66025 0
Current children cumulated CPU time (s) 879.91
Current children cumulated vsize (KiB) 283668

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

[startup+895.902 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 20297
/proc/meminfo: memFree=1393672/2055924 swapFree=4180432/4192956
[pid=20273] ppid=20271 vsize=13600 CPUtime=701.28
/proc/20273/stat : 20273 (sugar) S 20271 20273 18924 0 -1 4194304 1033 110063 0 2 3 1 69942 182 16 0 1 0 1994870405 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20273/statm: 3400 799 370 3 0 500 0
[pid=20296] ppid=20273 vsize=5356 CPUtime=0
/proc/20296/stat : 20296 (sh) S 20273 20273 18924 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994940599 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20296/statm: 1339 232 193 169 0 50 0
[pid=20297] ppid=20296 vsize=265272 CPUtime=192.1
/proc/20297/stat : 20297 (minisat) R 20296 20273 18924 0 -1 4194304 65352 0 0 0 19162 48 0 0 25 0 1 0 1994940600 271638528 65338 996147200 134512640 135127466 4294956272 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 1 0 0
/proc/20297/statm: 66318 65338 76 150 0 66165 0
Current children cumulated CPU time (s) 893.38
Current children cumulated vsize (KiB) 284228

[startup+908.701 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 20297
/proc/meminfo: memFree=1393288/2055924 swapFree=4180432/4192956
[pid=20273] ppid=20271 vsize=13600 CPUtime=701.28
/proc/20273/stat : 20273 (sugar) S 20271 20273 18924 0 -1 4194304 1033 110063 0 2 3 1 69942 182 16 0 1 0 1994870405 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20273/statm: 3400 799 370 3 0 500 0
[pid=20296] ppid=20273 vsize=5356 CPUtime=0
/proc/20296/stat : 20296 (sh) S 20273 20273 18924 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994940599 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20296/statm: 1339 232 193 169 0 50 0
[pid=20297] ppid=20296 vsize=265552 CPUtime=204.77
/proc/20297/stat : 20297 (minisat) R 20296 20273 18924 0 -1 4194304 65441 0 0 0 20429 48 0 0 25 0 1 0 1994940600 271925248 65427 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20297/statm: 66388 65427 76 150 0 66235 0
Current children cumulated CPU time (s) 906.05
Current children cumulated vsize (KiB) 284508

[startup+915.101 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 20297
/proc/meminfo: memFree=1393096/2055924 swapFree=4180432/4192956
[pid=20273] ppid=20271 vsize=13600 CPUtime=701.28
/proc/20273/stat : 20273 (sugar) S 20271 20273 18924 0 -1 4194304 1033 110063 0 2 3 1 69942 182 16 0 1 0 1994870405 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20273/statm: 3400 799 370 3 0 500 0
[pid=20296] ppid=20273 vsize=5356 CPUtime=0
/proc/20296/stat : 20296 (sh) S 20273 20273 18924 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994940599 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20296/statm: 1339 232 193 169 0 50 0
[pid=20297] ppid=20296 vsize=265852 CPUtime=211.12
/proc/20297/stat : 20297 (minisat) R 20296 20273 18924 0 -1 4194304 65485 0 0 0 21064 48 0 0 25 0 1 0 1994940600 272232448 65471 996147200 134512640 135127466 4294956272 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 1 0 0
/proc/20297/statm: 66463 65471 76 150 0 66310 0
Current children cumulated CPU time (s) 912.4
Current children cumulated vsize (KiB) 284808

[startup+918.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 20297
/proc/meminfo: memFree=1393096/2055924 swapFree=4180432/4192956
[pid=20273] ppid=20271 vsize=13600 CPUtime=701.28
/proc/20273/stat : 20273 (sugar) S 20271 20273 18924 0 -1 4194304 1033 110063 0 2 3 1 69942 182 16 0 1 0 1994870405 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20273/statm: 3400 799 370 3 0 500 0
[pid=20296] ppid=20273 vsize=5356 CPUtime=0
/proc/20296/stat : 20296 (sh) S 20273 20273 18924 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994940599 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20296/statm: 1339 232 193 169 0 50 0
[pid=20297] ppid=20296 vsize=265852 CPUtime=214.29
/proc/20297/stat : 20297 (minisat) R 20296 20273 18924 0 -1 4194304 65487 0 0 0 21381 48 0 0 25 0 1 0 1994940600 272232448 65473 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20297/statm: 66463 65473 76 150 0 66310 0
Current children cumulated CPU time (s) 915.57
Current children cumulated vsize (KiB) 284808

[startup+921.502 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 20297
/proc/meminfo: memFree=1393032/2055924 swapFree=4180432/4192956
[pid=20273] ppid=20271 vsize=13600 CPUtime=701.28
/proc/20273/stat : 20273 (sugar) S 20271 20273 18924 0 -1 4194304 1033 110063 0 2 3 1 69942 182 16 0 1 0 1994870405 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20273/statm: 3400 799 370 3 0 500 0
[pid=20296] ppid=20273 vsize=5356 CPUtime=0
/proc/20296/stat : 20296 (sh) S 20273 20273 18924 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994940599 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20296/statm: 1339 232 193 169 0 50 0
[pid=20297] ppid=20296 vsize=265852 CPUtime=217.46
/proc/20297/stat : 20297 (minisat) R 20296 20273 18924 0 -1 4194304 65516 0 0 0 21698 48 0 0 25 0 1 0 1994940600 272232448 65502 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20297/statm: 66463 65502 76 150 0 66310 0
Current children cumulated CPU time (s) 918.74
Current children cumulated vsize (KiB) 284808

[startup+922.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 20297
/proc/meminfo: memFree=1392968/2055924 swapFree=4180432/4192956
[pid=20273] ppid=20271 vsize=13600 CPUtime=701.28
/proc/20273/stat : 20273 (sugar) S 20271 20273 18924 0 -1 4194304 1033 110063 0 2 3 1 69942 182 16 0 1 0 1994870405 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20273/statm: 3400 799 370 3 0 500 0
[pid=20296] ppid=20273 vsize=5356 CPUtime=0
/proc/20296/stat : 20296 (sh) S 20273 20273 18924 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994940599 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20296/statm: 1339 232 193 169 0 50 0
[pid=20297] ppid=20296 vsize=265852 CPUtime=218.25
/proc/20297/stat : 20297 (minisat) R 20296 20273 18924 0 -1 4194304 65517 0 0 0 21777 48 0 0 25 0 1 0 1994940600 272232448 65503 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20297/statm: 66463 65503 76 150 0 66310 0
Current children cumulated CPU time (s) 919.53
Current children cumulated vsize (KiB) 284808

[startup+922.702 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 20297
/proc/meminfo: memFree=1392968/2055924 swapFree=4180432/4192956
[pid=20273] ppid=20271 vsize=13600 CPUtime=919.89
/proc/20273/stat : 20273 (sugar) S 20271 20273 18924 0 -1 4194304 1072 175874 0 2 3 1 91749 236 17 0 1 0 1994870405 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20273/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 919.89
Current children cumulated vsize (KiB) 13600

[startup+922.909 s]
/proc/loadavg: 2.00 2.00 2.00 2/83 20307
/proc/meminfo: memFree=1650056/2055924 swapFree=4180432/4192956
[pid=20273] ppid=20271 vsize=13600 CPUtime=920.11
/proc/20273/stat : 20273 (sugar) R 20271 20273 18924 0 -1 4194304 1119 179567 0 3 3 10 91759 239 16 0 1 0 1994870405 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 268583015465 0 0 4224 16386 0 0 0 17 1 0 0
/proc/20273/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 920.11
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 922.931
CPU time (s): 920.155
CPU user time (s): 917.635
CPU system time (s): 2.51962
CPU usage (%): 99.6993
Max. virtual memory (cumulated for all children) (KiB): 910544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 917.635
system time used= 2.51962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 180716
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= 24989
involuntary context switches= 18233

runsolver used 1.50877 second user time and 3.2975 second system time

The end

Launcher Data (download as text)

Begin job on node6 at 2008-07-04 10:09:11
IDJOB=1069169
IDBENCH=55566
IDSOLVER=346
FILE ID=node6/1069169-1215158951
PBS_JOBID= 7877442
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/ukVg/normalized-crossword-m1c-uk-vg15-17_ext.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1069169-1215158951/watcher-1069169-1215158951 -o /tmp/evaluation-result-1069169-1215158951/solver-1069169-1215158951 -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-1069169-1215158951.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f19d798b5851629cc9628724006dcf08
RANDOM SEED=1311148340

node6.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.265
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.265
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:      2055924 kB
MemFree:       1880448 kB
Buffers:         12296 kB
Cached:         100172 kB
SwapCached:       6328 kB
Active:         101520 kB
Inactive:        23896 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1880448 kB
SwapTotal:     4192956 kB
SwapFree:      4180432 kB
Dirty:            1712 kB
Writeback:           0 kB
Mapped:          20452 kB
Slab:            35416 kB
Committed_AS:  3290816 kB
PageTables:       1860 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= 66552 MiB
End job on node6 at 2008-07-04 10:24:34