Trace number 1068893

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisatSAT 730.148 735.343

General information on the benchmark

Namecsp/ukVg/
normalized-crossword-m1c-uk-vg5-7_ext.xml
MD5SUM9f14e81a1bcfdb872b04812888513d78
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.698892
Satisfiable
(Un)Satisfiability was proved
Number of variables35
Number of constraints12
Maximum constraint arity7
Maximum domain size26
Number of constraints which are defined in extension12
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Fri Jul  4 09:48:04 2008
0.00/0.04	c 0	PID 9071
0.00/0.05	c 0	HOST node17.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1068893-1215157684.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-1068893-1215157684.xml' 'HOME/temp.csp'
0.03/0.70	c 1	1 domains, 35 variables, 0 predicates, 2 relations, 12 constraints
0.03/0.76	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.76	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.67/0.84	c 1	Parsing HOME/temp.csp
1.09/1.24	c 1	parsed 50 expressions
1.09/1.24	c 1	Heap : 7 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.09/1.24	c 1	Converting to clausal form CSP
1.09/1.26	c 1	converted 5 (10%) expressions
1.09/1.26	c 1	converted 10 (20%) expressions
1.09/1.26	c 1	converted 15 (30%) expressions
1.09/1.26	c 1	converted 20 (40%) expressions
1.09/1.26	c 1	converted 25 (50%) expressions
1.09/1.26	c 1	converted 30 (60%) expressions
1.09/1.26	c 1	converted 35 (70%) expressions
1.29/1.48	c 1	converted 40 (80%) expressions
1.59/1.80	c 2	converted 45 (90%) expressions
3.07/3.26	c 3	converted 50 (100%) expressions
3.07/3.26	c 3	CSP : 35 integers, 0 booleans, 12 clauses, largest domain size 26
3.07/3.26	c 3	Heap : 57 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.07/3.26	c 3	Propagation in CSP
3.07/3.26	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.07/3.26	c 3	CSP : 35 integers, 0 booleans, 12 clauses, largest domain size 26
3.07/3.27	c 3	Heap : 57 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.07/3.27	c 3	Simplifing CSP by introducing new Boolean variables
3.07/3.27	c 3	CSP : 35 integers, 0 booleans, 12 clauses, largest domain size 26
3.07/3.27	c 3	Heap : 57 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.37/3.59	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.37/3.60	c 4	4 (10%) CSP integer variables are encoded (96 clauses, 912 bytes)
3.46/3.60	c 4	7 (20%) CSP integer variables are encoded (168 clauses, 1704 bytes)
3.46/3.60	c 4	11 (30%) CSP integer variables are encoded (264 clauses, 2760 bytes)
3.46/3.61	c 4	14 (40%) CSP integer variables are encoded (336 clauses, 3552 bytes)
3.46/3.61	c 4	18 (50%) CSP integer variables are encoded (432 clauses, 4608 bytes)
3.46/3.61	c 4	21 (60%) CSP integer variables are encoded (504 clauses, 5400 bytes)
3.46/3.61	c 4	25 (70%) CSP integer variables are encoded (600 clauses, 6456 bytes)
3.46/3.61	c 4	28 (80%) CSP integer variables are encoded (672 clauses, 7248 bytes)
3.46/3.61	c 4	32 (90%) CSP integer variables are encoded (768 clauses, 8304 bytes)
3.46/3.61	c 4	35 (100%) CSP integer variables are encoded (840 clauses, 9096 bytes)
8.32/8.56	c 9	2 (10%) CSP clauses are encoded (57232 clauses, 2003615 bytes)
10.80/11.05	c 11	3 (20%) CSP clauses are encoded (85428 clauses, 3012097 bytes)
13.26/13.51	c 13	4 (30%) CSP clauses are encoded (113624 clauses, 4021240 bytes)
15.74/16.07	c 16	5 (40%) CSP clauses are encoded (141820 clauses, 5083453 bytes)
18.22/18.54	c 19	6 (50%) CSP clauses are encoded (170016 clauses, 6145666 bytes)
98.15/99.27	c 99	8 (60%) CSP clauses are encoded (351177 clauses, 13479885 bytes)
174.89/176.75	c 177	9 (70%) CSP clauses are encoded (504142 clauses, 21026376 bytes)
245.66/247.51	c 247	10 (80%) CSP clauses are encoded (657107 clauses, 28572867 bytes)
316.12/318.08	c 318	11 (90%) CSP clauses are encoded (810072 clauses, 36119358 bytes)
387.30/389.25	c 389	12 (100%) CSP clauses are encoded (963037 clauses, 43665849 bytes)
387.30/389.25	c 389	12 CSP clauses encoded
387.30/389.25	c 389	Writing map file : HOME/temp.map
387.30/389.25	c 389	Heap : 67 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
387.30/389.25	c 389	SAT : 875 SAT variables, 963037 SAT clauses, 43665849 bytes
387.30/389.25	c 389	Heap : 67 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
387.35/389.31	c 389	SOLVING HOME/temp.cnf
387.35/389.31	c 389	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
387.35/389.32	c 389	This is MiniSat 2.0 beta
387.35/389.32	c 389	WARNING: for repeatability, setting FPU to use double precision
387.35/389.32	c 389	============================[ Problem Statistics ]=============================
387.35/389.32	c 389	|                                                                             |
387.35/389.32	c 389	|  Number of variables:  875                                                  |
387.35/389.32	c 389	|  Number of clauses:    963037                                               |
387.38/390.37	c 390	|  Parsing time:         0.94         s                                       |
388.44/390.45	c 390	============================[ Search Statistics ]==============================
388.44/390.45	c 390	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
388.44/390.45	c 390	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
388.44/390.45	c 390	===============================================================================
388.44/390.45	c 390	|         0 |     875   963037  9560498 |   321012        0    nan |  0.000 % |
388.54/390.55	c 391	|       100 |     875   963037  9560498 |   353113      100      6 |  0.000 % |
388.73/390.78	c 391	|       250 |     875   963037  9560498 |   388424      250      6 |  0.003 % |
389.14/391.12	c 391	|       476 |     875   963037  9560498 |   427267      476      7 |  0.002 % |
389.34/391.33	c 391	|       813 |     875   963037  9560498 |   469994      813      9 |  0.002 % |
390.02/392.04	c 392	|      1319 |     875   963037  9560498 |   516993     1319     12 |  0.004 % |
391.11/393.11	c 393	|      2079 |     875   963037  9560498 |   568692     2079     14 |  0.003 % |
392.80/394.82	c 395	|      3219 |     875   963037  9560498 |   625562     3219     16 |  0.002 % |
395.17/397.22	c 397	|      4927 |     875   963037  9560498 |   688118     4927     16 |  0.001 % |
399.64/401.70	c 402	|      7491 |     875   963037  9560498 |   756930     7491     16 |  0.002 % |
408.45/410.67	c 411	|     11335 |     875   963037  9560498 |   832623    11335     17 |  0.003 % |
420.73/423.04	c 423	|     17102 |     875   963037  9560498 |   915885    17102     17 |  0.004 % |
443.81/446.34	c 446	|     25751 |     875   963037  9560498 |  1007474    25751     18 |  0.002 % |
477.49/480.37	c 480	|     38725 |     875   963037  9560498 |  1108221    38725     19 |  0.002 % |
522.97/526.23	c 526	|     58186 |     875   963037  9560498 |  1219043    58186     20 |  0.002 % |
610.62/614.79	c 615	|     87378 |     875   963037  9560498 |  1340948    87378     21 |  0.001 % |
729.89/735.18	c 735	===============================================================================
729.89/735.18	c 735	restarts              : 16
729.89/735.18	c 735	conflicts             : 123233         (360 /sec)
729.89/735.18	c 735	decisions             : 164690         (1.18 % random) (481 /sec)
729.89/735.18	c 735	propagations          : 7911188        (23104 /sec)
729.89/735.18	c 735	conflict literals     : 2672422        (23.04 % deleted)
729.89/735.18	c 735	Memory used           : 91.43 MB
729.89/735.18	c 735	CPU time              : 342.412 s
729.89/735.18	c 735	
729.89/735.18	c 735	SATISFIABLE
729.89/735.19	c 735	DECODING HOME/temp.out WITH HOME/temp.map
729.89/735.19	c 735	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
730.00/735.28	c 735	Decoding HOME/temp.out
730.00/735.31	s SATISFIABLE
730.00/735.31	v 18 19 20 18 7 8 4 22 0 13 19 4 17 18 20 11 19 8 12 0 18 13 0 8 21 4 19 4 6 17 4 4 18 4 18
730.00/735.31	c 735	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
730.00/735.31	c 735	CPU 729.24 (0.04 0.01 729.2 0.86)
730.00/735.32	c 735	END Fri Jul  4 10:00:19 2008

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

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

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


[startup+0 s]
/proc/loadavg: 1.92 1.98 2.01 4/82 9071
/proc/meminfo: memFree=1580776/2055920 swapFree=4179840/4192956
[pid=9071] ppid=9069 vsize=18572 CPUtime=0
/proc/9071/stat : 9071 (runsolver) R 9069 9071 7879 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 636957678 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 245482712359 0 0 4096 24578 0 0 0 17 1 0 0
/proc/9071/statm: 4643 292 257 25 0 2626 0

[startup+0.0933831 s]
/proc/loadavg: 1.92 1.98 2.01 4/82 9071
/proc/meminfo: memFree=1580776/2055920 swapFree=4179840/4192956
[pid=9071] ppid=9069 vsize=13600 CPUtime=0.03
/proc/9071/stat : 9071 (sugar) S 9069 9071 7879 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 636957678 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9071/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101383 s]
/proc/loadavg: 1.92 1.98 2.01 4/82 9071
/proc/meminfo: memFree=1580776/2055920 swapFree=4179840/4192956
[pid=9071] ppid=9069 vsize=13600 CPUtime=0.03
/proc/9071/stat : 9071 (sugar) S 9069 9071 7879 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 636957678 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9071/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.3014 s]
/proc/loadavg: 1.92 1.98 2.01 4/82 9071
/proc/meminfo: memFree=1580776/2055920 swapFree=4179840/4192956
[pid=9071] ppid=9069 vsize=13600 CPUtime=0.03
/proc/9071/stat : 9071 (sugar) S 9069 9071 7879 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 636957678 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9071/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701445 s]
/proc/loadavg: 1.92 1.98 2.01 4/82 9071
/proc/meminfo: memFree=1580776/2055920 swapFree=4179840/4192956
[pid=9071] ppid=9069 vsize=13600 CPUtime=0.03
/proc/9071/stat : 9071 (sugar) S 9069 9071 7879 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 636957678 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9071/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50253 s]
/proc/loadavg: 1.92 1.98 2.01 3/93 9093
/proc/meminfo: memFree=1570576/2055920 swapFree=4179840/4192956
[pid=9071] ppid=9069 vsize=13600 CPUtime=0.67
/proc/9071/stat : 9071 (sugar) S 9069 9071 7879 0 -1 4194304 973 7868 0 1 3 0 58 6 15 0 1 0 636957678 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9071/statm: 3400 797 370 3 0 500 0
[pid=9084] ppid=9071 vsize=5356 CPUtime=0
/proc/9084/stat : 9084 (sh) S 9071 9071 7879 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 636957754 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9084/statm: 1339 233 193 169 0 50 0
[pid=9085] ppid=9084 vsize=864284 CPUtime=0.71
/proc/9085/stat : 9085 (java) S 9084 9071 7879 0 -1 0 8241 0 1 0 67 4 0 0 18 0 9 0 636957755 885026816 7326 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9085/statm: 216071 7326 2540 9 0 210646 0
[pid=9085/tid=9086] ppid=9084 vsize=864284 CPUtime=0.4
/proc/9085/task/9086/stat : 9086 (java) R 9084 9071 7879 0 -1 64 2547 0 1 0 39 1 0 0 18 0 9 0 636957756 885026816 7326 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9085/tid=9087] ppid=9084 vsize=864284 CPUtime=0.24
/proc/9085/task/9087/stat : 9087 (java) R 9084 9071 7879 0 -1 64 4673 0 0 0 22 2 0 0 16 0 9 0 636957757 885026816 7326 996147200 134512640 134550740 4294955952 18446744073709551615 103735910 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9085/tid=9088] ppid=9084 vsize=864284 CPUtime=0
/proc/9085/task/9088/stat : 9088 (java) S 9084 9071 7879 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 636957757 885026816 7326 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9085/tid=9089] ppid=9084 vsize=864284 CPUtime=0
/proc/9085/task/9089/stat : 9089 (java) S 9084 9071 7879 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 636957757 885026816 7326 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9085/tid=9090] ppid=9084 vsize=864284 CPUtime=0
/proc/9085/task/9090/stat : 9090 (java) S 9084 9071 7879 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 636957759 885026816 7326 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9085/tid=9091] ppid=9084 vsize=864284 CPUtime=0.05
/proc/9085/task/9091/stat : 9091 (java) S 9084 9071 7879 0 -1 64 324 0 0 0 5 0 0 0 16 0 9 0 636957759 885026816 7326 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9085/tid=9092] ppid=9084 vsize=864284 CPUtime=0
/proc/9085/task/9092/stat : 9092 (java) S 9084 9071 7879 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 636957759 885026816 7326 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9085/tid=9093] ppid=9084 vsize=864284 CPUtime=0
/proc/9085/task/9093/stat : 9093 (java) S 9084 9071 7879 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 636957759 885026816 7326 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 883240

[startup+3.1017 s]
/proc/loadavg: 1.92 1.98 2.01 4/93 9093
/proc/meminfo: memFree=1544336/2055920 swapFree=4179840/4192956
[pid=9071] ppid=9069 vsize=13600 CPUtime=0.67
/proc/9071/stat : 9071 (sugar) S 9069 9071 7879 0 -1 4194304 973 7868 0 1 3 0 58 6 15 0 1 0 636957678 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9071/statm: 3400 797 370 3 0 500 0
[pid=9084] ppid=9071 vsize=5356 CPUtime=0
/proc/9084/stat : 9084 (sh) S 9071 9071 7879 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 636957754 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9084/statm: 1339 233 193 169 0 50 0
[pid=9085] ppid=9084 vsize=864188 CPUtime=2.3
/proc/9085/stat : 9085 (java) S 9084 9071 7879 0 -1 0 18825 0 1 0 221 9 0 0 18 0 9 0 636957755 884928512 17510 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9085/statm: 216047 17510 2540 9 0 210622 0
[pid=9085/tid=9086] ppid=9084 vsize=864188 CPUtime=1.01
/proc/9085/task/9086/stat : 9086 (java) R 9084 9071 7879 0 -1 64 3139 0 1 0 99 2 0 0 23 0 9 0 636957756 884928512 17510 996147200 134512640 134550740 4294955952 18446744073709551615 4126100677 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9085/tid=9087] ppid=9084 vsize=864188 CPUtime=1.22
/proc/9085/task/9087/stat : 9087 (java) S 9084 9071 7879 0 -1 64 14665 0 0 0 116 6 0 0 16 0 9 0 636957757 884928512 17510 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9085/tid=9088] ppid=9084 vsize=864188 CPUtime=0
/proc/9085/task/9088/stat : 9088 (java) S 9084 9071 7879 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 636957757 884928512 17510 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9085/tid=9089] ppid=9084 vsize=864188 CPUtime=0
/proc/9085/task/9089/stat : 9089 (java) S 9084 9071 7879 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 636957757 884928512 17510 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9085/tid=9090] ppid=9084 vsize=864188 CPUtime=0
/proc/9085/task/9090/stat : 9090 (java) S 9084 9071 7879 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 636957759 884928512 17510 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9085/tid=9091] ppid=9084 vsize=864188 CPUtime=0.05
/proc/9085/task/9091/stat : 9091 (java) S 9084 9071 7879 0 -1 64 324 0 0 0 5 0 0 0 16 0 9 0 636957759 884928512 17510 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9085/tid=9092] ppid=9084 vsize=864188 CPUtime=0
/proc/9085/task/9092/stat : 9092 (java) S 9084 9071 7879 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 636957759 884928512 17510 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9085/tid=9093] ppid=9084 vsize=864188 CPUtime=0
/proc/9085/task/9093/stat : 9093 (java) S 9084 9071 7879 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 636957759 884928512 17510 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 883144

[startup+6.30301 s]
/proc/loadavg: 1.93 1.98 2.00 4/93 9093
/proc/meminfo: memFree=1509904/2055920 swapFree=4179840/4192956
[pid=9071] ppid=9069 vsize=13600 CPUtime=0.67
/proc/9071/stat : 9071 (sugar) S 9069 9071 7879 0 -1 4194304 974 7868 0 1 3 0 58 6 15 0 1 0 636957678 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9071/statm: 3400 797 370 3 0 500 0
[pid=9084] ppid=9071 vsize=5356 CPUtime=0
/proc/9084/stat : 9084 (sh) S 9071 9071 7879 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 636957754 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9084/statm: 1339 233 193 169 0 50 0
[pid=9085] ppid=9084 vsize=864300 CPUtime=5.47
/proc/9085/stat : 9085 (java) S 9084 9071 7879 0 -1 0 20969 0 1 0 536 11 0 0 18 0 9 0 636957755 885043200 19406 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9085/statm: 216075 19406 2564 9 0 210622 0
[pid=9085/tid=9086] ppid=9084 vsize=864300 CPUtime=3.68
/proc/9085/task/9086/stat : 9086 (java) R 9084 9071 7879 0 -1 64 3311 0 1 0 366 2 0 0 25 0 9 0 636957756 885043200 19406 996147200 134512640 134550740 4294955952 18446744073709551615 4126570432 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9085/tid=9087] ppid=9084 vsize=864300 CPUtime=1.67
/proc/9085/task/9087/stat : 9087 (java) S 9084 9071 7879 0 -1 64 16613 0 0 0 160 7 0 0 16 0 9 0 636957757 885043200 19406 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9085/tid=9088] ppid=9084 vsize=864300 CPUtime=0
/proc/9085/task/9088/stat : 9088 (java) S 9084 9071 7879 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 636957757 885043200 19406 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9085/tid=9089] ppid=9084 vsize=864300 CPUtime=0
/proc/9085/task/9089/stat : 9089 (java) S 9084 9071 7879 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 636957757 885043200 19406 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9085/tid=9090] ppid=9084 vsize=864300 CPUtime=0
/proc/9085/task/9090/stat : 9090 (java) S 9084 9071 7879 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 636957759 885043200 19406 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9085/tid=9091] ppid=9084 vsize=864300 CPUtime=0.08
/proc/9085/task/9091/stat : 9091 (java) S 9084 9071 7879 0 -1 64 348 0 0 0 8 0 0 0 16 0 9 0 636957759 885043200 19406 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9085/tid=9092] ppid=9084 vsize=864300 CPUtime=0
/proc/9085/task/9092/stat : 9092 (java) S 9084 9071 7879 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 636957759 885043200 19406 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9085/tid=9093] ppid=9084 vsize=864300 CPUtime=0
/proc/9085/task/9093/stat : 9093 (java) S 9084 9071 7879 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 636957759 885043200 19406 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 883256

[startup+12.7017 s]
/proc/loadavg: 1.93 1.98 2.00 3/93 9093
/proc/meminfo: memFree=1505808/2055920 swapFree=4179840/4192956
[pid=9071] ppid=9069 vsize=13600 CPUtime=0.67
/proc/9071/stat : 9071 (sugar) S 9069 9071 7879 0 -1 4194304 974 7868 0 1 3 0 58 6 16 0 1 0 636957678 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9071/statm: 3400 797 370 3 0 500 0
[pid=9084] ppid=9071 vsize=5356 CPUtime=0
/proc/9084/stat : 9084 (sh) S 9071 9071 7879 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 636957754 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9084/statm: 1339 233 193 169 0 50 0
[pid=9085] ppid=9084 vsize=864300 CPUtime=11.81
/proc/9085/stat : 9085 (java) S 9084 9071 7879 0 -1 0 21432 0 1 0 1168 13 0 0 18 0 9 0 636957755 885043200 19831 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9085/statm: 216075 19831 2564 9 0 210622 0
[pid=9085/tid=9086] ppid=9084 vsize=864300 CPUtime=9.88
/proc/9085/task/9086/stat : 9086 (java) R 9084 9071 7879 0 -1 64 3349 0 1 0 985 3 0 0 25 0 9 0 636957756 885043200 19831 996147200 134512640 134550740 4294955952 18446744073709551615 4126588706 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9085/tid=9087] ppid=9084 vsize=864300 CPUtime=1.8
/proc/9085/task/9087/stat : 9087 (java) S 9084 9071 7879 0 -1 64 17037 0 0 0 172 8 0 0 16 0 9 0 636957757 885043200 19831 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9085/tid=9088] ppid=9084 vsize=864300 CPUtime=0
/proc/9085/task/9088/stat : 9088 (java) S 9084 9071 7879 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 636957757 885043200 19831 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9085/tid=9089] ppid=9084 vsize=864300 CPUtime=0
/proc/9085/task/9089/stat : 9089 (java) S 9084 9071 7879 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 636957757 885043200 19831 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9085/tid=9090] ppid=9084 vsize=864300 CPUtime=0
/proc/9085/task/9090/stat : 9090 (java) S 9084 9071 7879 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 636957759 885043200 19831 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9085/tid=9091] ppid=9084 vsize=864300 CPUtime=0.09
/proc/9085/task/9091/stat : 9091 (java) S 9084 9071 7879 0 -1 64 349 0 0 0 9 0 0 0 17 0 9 0 636957759 885043200 19831 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9085/tid=9092] ppid=9084 vsize=864300 CPUtime=0
/proc/9085/task/9092/stat : 9092 (java) S 9084 9071 7879 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 636957759 885043200 19831 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9085/tid=9093] ppid=9084 vsize=864300 CPUtime=0
/proc/9085/task/9093/stat : 9093 (java) S 9084 9071 7879 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 636957759 885043200 19831 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 883256

[startup+25.503 s]
/proc/loadavg: 1.95 1.98 2.00 3/93 9093
/proc/meminfo: memFree=1484752/2055920 swapFree=4179840/4192956
[pid=9071] ppid=9069 vsize=13600 CPUtime=0.67
/proc/9071/stat : 9071 (sugar) S 9069 9071 7879 0 -1 4194304 974 7868 0 1 3 0 58 6 16 0 1 0 636957678 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9071/statm: 3400 797 370 3 0 500 0
[pid=9084] ppid=9071 vsize=5356 CPUtime=0
/proc/9084/stat : 9084 (sh) S 9071 9071 7879 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 636957754 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9084/statm: 1339 233 193 169 0 50 0
[pid=9085] ppid=9084 vsize=864300 CPUtime=24.48
/proc/9085/stat : 9085 (java) S 9084 9071 7879 0 -1 0 25537 0 1 0 2429 19 0 0 18 0 9 0 636957755 885043200 23858 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9085/statm: 216075 23858 2564 9 0 210622 0
[pid=9085/tid=9086] ppid=9084 vsize=864300 CPUtime=22.31
/proc/9085/task/9086/stat : 9086 (java) R 9084 9071 7879 0 -1 64 3427 0 1 0 2224 7 0 0 25 0 9 0 636957756 885043200 23858 996147200 134512640 134550740 4294955952 18446744073709551615 4126570496 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9085/tid=9087] ppid=9084 vsize=864300 CPUtime=2.05
/proc/9085/task/9087/stat : 9087 (java) S 9084 9071 7879 0 -1 64 21061 0 0 0 194 11 0 0 16 0 9 0 636957757 885043200 23858 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9085/tid=9088] ppid=9084 vsize=864300 CPUtime=0
/proc/9085/task/9088/stat : 9088 (java) S 9084 9071 7879 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 636957757 885043200 23858 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9085/tid=9089] ppid=9084 vsize=864300 CPUtime=0
/proc/9085/task/9089/stat : 9089 (java) S 9084 9071 7879 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 636957757 885043200 23858 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/9071/statm: 3400 798 370 3 0 500 0
[pid=9094] ppid=9071 vsize=5356 CPUtime=0
/proc/9094/stat : 9094 (sh) S 9071 9071 7879 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 636996610 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9094/statm: 1339 232 193 169 0 50 0
[pid=9095] ppid=9094 vsize=81860 CPUtime=72.27
/proc/9095/stat : 9095 (minisat) R 9094 9071 7879 0 -1 4194304 19909 0 0 0 7214 13 0 0 25 0 1 0 636996611 83824640 19895 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9095/statm: 20465 19895 75 150 0 20312 0
Current children cumulated CPU time (s) 459.66
Current children cumulated vsize (KiB) 100816

[startup+522.303 s]
/proc/loadavg: 2.19 2.09 2.02 3/85 9095
/proc/meminfo: memFree=1410896/2055920 swapFree=4179840/4192956
[pid=9071] ppid=9069 vsize=13600 CPUtime=387.39
/proc/9071/stat : 9071 (sugar) S 9069 9071 7879 0 -1 4194304 1031 56386 0 2 4 0 38670 65 16 0 1 0 636957678 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9071/statm: 3400 798 370 3 0 500 0
[pid=9094] ppid=9071 vsize=5356 CPUtime=0
/proc/9094/stat : 9094 (sh) S 9071 9071 7879 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 636996610 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9094/statm: 1339 232 193 169 0 50 0
[pid=9095] ppid=9094 vsize=84548 CPUtime=131.72
/proc/9095/stat : 9095 (minisat) R 9094 9071 7879 0 -1 4194304 20597 0 0 0 13157 15 0 0 25 0 1 0 636996611 86577152 20583 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9095/statm: 21137 20583 75 150 0 20984 0
Current children cumulated CPU time (s) 519.11
Current children cumulated vsize (KiB) 103504

[startup+582.303 s]
/proc/loadavg: 2.36 2.16 2.04 3/85 9095
/proc/meminfo: memFree=1394128/2055920 swapFree=4179840/4192956
[pid=9071] ppid=9069 vsize=13600 CPUtime=387.39
/proc/9071/stat : 9071 (sugar) S 9069 9071 7879 0 -1 4194304 1031 56386 0 2 4 0 38670 65 16 0 1 0 636957678 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9071/statm: 3400 798 370 3 0 500 0
[pid=9094] ppid=9071 vsize=5356 CPUtime=0
/proc/9094/stat : 9094 (sh) S 9071 9071 7879 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 636996610 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9094/statm: 1339 232 193 169 0 50 0
[pid=9095] ppid=9094 vsize=87976 CPUtime=191.13
/proc/9095/stat : 9095 (minisat) R 9094 9071 7879 0 -1 4194304 21397 0 0 0 19097 16 0 0 25 0 1 0 636996611 90087424 21383 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9095/statm: 21994 21383 75 150 0 21841 0
Current children cumulated CPU time (s) 578.52
Current children cumulated vsize (KiB) 106932

[startup+642.303 s]
/proc/loadavg: 2.23 2.17 2.06 4/85 9095
/proc/meminfo: memFree=1390096/2055920 swapFree=4179840/4192956
[pid=9071] ppid=9069 vsize=13600 CPUtime=387.39
/proc/9071/stat : 9071 (sugar) S 9069 9071 7879 0 -1 4194304 1031 56386 0 2 4 0 38670 65 16 0 1 0 636957678 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9071/statm: 3400 798 370 3 0 500 0
[pid=9094] ppid=9071 vsize=5356 CPUtime=0
/proc/9094/stat : 9094 (sh) S 9071 9071 7879 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 636996610 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9094/statm: 1339 232 193 169 0 50 0
[pid=9095] ppid=9094 vsize=90372 CPUtime=250.57
/proc/9095/stat : 9095 (minisat) R 9094 9071 7879 0 -1 4194304 21977 0 0 0 25041 16 0 0 25 0 1 0 636996611 92540928 21963 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9095/statm: 22593 21963 75 150 0 22440 0
Current children cumulated CPU time (s) 637.96
Current children cumulated vsize (KiB) 109328

[startup+702.302 s]
/proc/loadavg: 2.08 2.14 2.05 3/85 9095
/proc/meminfo: memFree=1375248/2055920 swapFree=4179840/4192956
[pid=9071] ppid=9069 vsize=13600 CPUtime=387.39
/proc/9071/stat : 9071 (sugar) S 9069 9071 7879 0 -1 4194304 1031 56386 0 2 4 0 38670 65 16 0 1 0 636957678 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9071/statm: 3400 798 370 3 0 500 0
[pid=9094] ppid=9071 vsize=5356 CPUtime=0
/proc/9094/stat : 9094 (sh) S 9071 9071 7879 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 636996610 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9094/statm: 1339 232 193 169 0 50 0
[pid=9095] ppid=9094 vsize=92428 CPUtime=310.01
/proc/9095/stat : 9095 (minisat) R 9094 9071 7879 0 -1 4194304 22496 0 0 0 30984 17 0 0 25 0 1 0 636996611 94646272 22482 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9095/statm: 23107 22482 75 150 0 22954 0
Current children cumulated CPU time (s) 697.4
Current children cumulated vsize (KiB) 111384

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

[startup+716.702 s]
/proc/loadavg: 2.06 2.13 2.05 3/85 9095
/proc/meminfo: memFree=1372816/2055920 swapFree=4179840/4192956
[pid=9071] ppid=9069 vsize=13600 CPUtime=387.39
/proc/9071/stat : 9071 (sugar) S 9069 9071 7879 0 -1 4194304 1031 56386 0 2 4 0 38670 65 16 0 1 0 636957678 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9071/statm: 3400 798 370 3 0 500 0
[pid=9094] ppid=9071 vsize=5356 CPUtime=0
/proc/9094/stat : 9094 (sh) S 9071 9071 7879 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 636996610 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9094/statm: 1339 232 193 169 0 50 0
[pid=9095] ppid=9094 vsize=92956 CPUtime=324.27
/proc/9095/stat : 9095 (minisat) R 9094 9071 7879 0 -1 4194304 22616 0 0 0 32410 17 0 0 25 0 1 0 636996611 95186944 22602 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9095/statm: 23239 22602 75 150 0 23086 0
Current children cumulated CPU time (s) 711.66
Current children cumulated vsize (KiB) 111912

[startup+723.101 s]
/proc/loadavg: 2.06 2.13 2.05 3/85 9095
/proc/meminfo: memFree=1370768/2055920 swapFree=4179840/4192956
[pid=9071] ppid=9069 vsize=13600 CPUtime=387.39
/proc/9071/stat : 9071 (sugar) S 9069 9071 7879 0 -1 4194304 1031 56386 0 2 4 0 38670 65 16 0 1 0 636957678 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9071/statm: 3400 798 370 3 0 500 0
[pid=9094] ppid=9071 vsize=5356 CPUtime=0
/proc/9094/stat : 9094 (sh) S 9071 9071 7879 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 636996610 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9094/statm: 1339 232 193 169 0 50 0
[pid=9095] ppid=9094 vsize=93220 CPUtime=330.61
/proc/9095/stat : 9095 (minisat) R 9094 9071 7879 0 -1 4194304 22686 0 0 0 33044 17 0 0 25 0 1 0 636996611 95457280 22672 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9095/statm: 23305 22672 75 150 0 23152 0
Current children cumulated CPU time (s) 718
Current children cumulated vsize (KiB) 112176

[startup+729.503 s]
/proc/loadavg: 2.05 2.12 2.05 3/85 9095
/proc/meminfo: memFree=1369424/2055920 swapFree=4179840/4192956
[pid=9071] ppid=9069 vsize=13600 CPUtime=387.39
/proc/9071/stat : 9071 (sugar) S 9069 9071 7879 0 -1 4194304 1031 56386 0 2 4 0 38670 65 16 0 1 0 636957678 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9071/statm: 3400 798 370 3 0 500 0
[pid=9094] ppid=9071 vsize=5356 CPUtime=0
/proc/9094/stat : 9094 (sh) S 9071 9071 7879 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 636996610 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9094/statm: 1339 232 193 169 0 50 0
[pid=9095] ppid=9094 vsize=93484 CPUtime=336.96
/proc/9095/stat : 9095 (minisat) R 9094 9071 7879 0 -1 4194304 22753 0 0 0 33679 17 0 0 25 0 1 0 636996611 95727616 22739 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9095/statm: 23371 22739 75 150 0 23218 0
Current children cumulated CPU time (s) 724.35
Current children cumulated vsize (KiB) 112440

[startup+732.701 s]
/proc/loadavg: 2.05 2.12 2.05 4/85 9095
/proc/meminfo: memFree=1369296/2055920 swapFree=4179840/4192956
[pid=9071] ppid=9069 vsize=13600 CPUtime=387.39
/proc/9071/stat : 9071 (sugar) S 9069 9071 7879 0 -1 4194304 1031 56386 0 2 4 0 38670 65 16 0 1 0 636957678 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9071/statm: 3400 798 370 3 0 500 0
[pid=9094] ppid=9071 vsize=5356 CPUtime=0
/proc/9094/stat : 9094 (sh) S 9071 9071 7879 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 636996610 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9094/statm: 1339 232 193 169 0 50 0
[pid=9095] ppid=9094 vsize=93616 CPUtime=340.12
/proc/9095/stat : 9095 (minisat) R 9094 9071 7879 0 -1 4194304 22780 0 0 0 33995 17 0 0 25 0 1 0 636996611 95862784 22766 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9095/statm: 23404 22766 75 150 0 23251 0
Current children cumulated CPU time (s) 727.51
Current children cumulated vsize (KiB) 112572

[startup+734.301 s]
/proc/loadavg: 2.05 2.12 2.05 3/85 9095
/proc/meminfo: memFree=1369232/2055920 swapFree=4179840/4192956
[pid=9071] ppid=9069 vsize=13600 CPUtime=387.39
/proc/9071/stat : 9071 (sugar) S 9069 9071 7879 0 -1 4194304 1031 56386 0 2 4 0 38670 65 16 0 1 0 636957678 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9071/statm: 3400 798 370 3 0 500 0
[pid=9094] ppid=9071 vsize=5356 CPUtime=0
/proc/9094/stat : 9094 (sh) S 9071 9071 7879 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 636996610 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9094/statm: 1339 232 193 169 0 50 0
[pid=9095] ppid=9094 vsize=93616 CPUtime=341.71
/proc/9095/stat : 9095 (minisat) R 9094 9071 7879 0 -1 4194304 22797 0 0 0 34154 17 0 0 25 0 1 0 636996611 95862784 22783 996147200 134512640 135127466 4294956272 18446744073709551615 134527053 0 0 4096 3 0 0 0 17 1 0 0
/proc/9095/statm: 23404 22783 75 150 0 23251 0
Current children cumulated CPU time (s) 729.1
Current children cumulated vsize (KiB) 112572

[startup+735.101 s]
/proc/loadavg: 2.05 2.12 2.05 3/85 9095
/proc/meminfo: memFree=1369232/2055920 swapFree=4179840/4192956
[pid=9071] ppid=9069 vsize=13600 CPUtime=387.39
/proc/9071/stat : 9071 (sugar) S 9069 9071 7879 0 -1 4194304 1031 56386 0 2 4 0 38670 65 16 0 1 0 636957678 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9071/statm: 3400 798 370 3 0 500 0
[pid=9094] ppid=9071 vsize=5356 CPUtime=0
/proc/9094/stat : 9094 (sh) S 9071 9071 7879 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 636996610 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9094/statm: 1339 232 193 169 0 50 0
[pid=9095] ppid=9094 vsize=93616 CPUtime=342.5
/proc/9095/stat : 9095 (minisat) R 9094 9071 7879 0 -1 4194304 22804 0 0 0 34233 17 0 0 25 0 1 0 636996611 95862784 22790 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9095/statm: 23404 22790 75 150 0 23251 0
Current children cumulated CPU time (s) 729.89
Current children cumulated vsize (KiB) 112572

[startup+735.301 s]
/proc/loadavg: 2.05 2.12 2.05 3/85 9095
/proc/meminfo: memFree=1369232/2055920 swapFree=4179840/4192956
[pid=9071] ppid=9069 vsize=13600 CPUtime=730
/proc/9071/stat : 9071 (sugar) S 9069 9071 7879 0 -1 4194304 1089 79486 0 2 4 1 72911 84 16 0 1 0 636957678 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9071/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 730
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 735.343
CPU time (s): 730.148
CPU user time (s): 729.247
CPU system time (s): 0.900863
CPU usage (%): 99.2936
Max. virtual memory (cumulated for all children) (KiB): 894064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 729.247
system time used= 0.900863
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 84248
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= 14194
involuntary context switches= 31611

runsolver used 0.861868 second user time and 2.51362 second system time

The end

Launcher Data (download as text)

Begin job on node17 at 2008-07-04 09:48:04
IDJOB=1068893
IDBENCH=55550
IDSOLVER=346
FILE ID=node17/1068893-1215157684
PBS_JOBID= 7877394
Free space on /tmp= 66532 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/ukVg/normalized-crossword-m1c-uk-vg5-7_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-1068893-1215157684/watcher-1068893-1215157684 -o /tmp/evaluation-result-1068893-1215157684/solver-1068893-1215157684 -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-1068893-1215157684.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9f14e81a1bcfdb872b04812888513d78
RANDOM SEED=103833494

node17.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.234
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.234
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:       1581320 kB
Buffers:         47312 kB
Cached:         170016 kB
SwapCached:       6936 kB
Active:         335352 kB
Inactive:        82252 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1581320 kB
SwapTotal:     4192956 kB
SwapFree:      4179840 kB
Dirty:            1884 kB
Writeback:           0 kB
Mapped:         217244 kB
Slab:            41548 kB
Committed_AS:  1131624 kB
PageTables:       2432 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= 66496 MiB
End job on node17 at 2008-07-04 10:00:19