Trace number 1066389

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 122.934 123.731

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg12-15_ext.xml
MD5SUM5c825d1a485b3da8a129811f0613b130
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.038993
Satisfiable
(Un)Satisfiability was proved
Number of variables180
Number of constraints27
Maximum constraint arity15
Maximum domain size26
Number of constraints which are defined in extension27
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Fri Jul  4 07:02:34 2008
0.00/0.04	c 0	PID 3368
0.00/0.05	c 0	HOST node61.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1066389-1215147754.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-1066389-1215147754.xml' 'HOME/temp.csp'
0.03/0.37	c 0	1 domains, 180 variables, 0 predicates, 2 relations, 27 constraints
0.03/0.42	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.42	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.03/0.49	c 0	Parsing HOME/temp.csp
0.35/0.64	c 0	parsed 210 expressions
0.35/0.64	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.35/0.64	c 0	Converting to clausal form CSP
0.35/0.66	c 0	converted 21 (10%) expressions
0.35/0.66	c 0	converted 42 (20%) expressions
0.35/0.66	c 0	converted 63 (30%) expressions
0.35/0.67	c 0	converted 84 (40%) expressions
0.35/0.67	c 0	converted 105 (50%) expressions
0.35/0.67	c 0	converted 126 (60%) expressions
0.35/0.67	c 0	converted 147 (70%) expressions
0.35/0.67	c 0	converted 168 (80%) expressions
0.35/0.95	c 1	converted 189 (90%) expressions
1.31/1.46	c 1	converted 210 (100%) expressions
1.31/1.46	c 1	CSP : 180 integers, 0 booleans, 27 clauses, largest domain size 26
1.31/1.47	c 1	Heap : 29 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.31/1.47	c 1	Propagation in CSP
1.31/1.47	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.31/1.47	c 1	CSP : 180 integers, 0 booleans, 27 clauses, largest domain size 26
1.31/1.47	c 1	Heap : 29 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.31/1.47	c 1	Simplifing CSP by introducing new Boolean variables
1.31/1.47	c 1	CSP : 180 integers, 0 booleans, 27 clauses, largest domain size 26
1.31/1.47	c 1	Heap : 29 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.41/1.59	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.51/1.61	c 1	18 (10%) CSP integer variables are encoded (432 clauses, 4608 bytes)
1.51/1.61	c 1	36 (20%) CSP integer variables are encoded (864 clauses, 9360 bytes)
1.51/1.62	c 1	54 (30%) CSP integer variables are encoded (1296 clauses, 14785 bytes)
1.51/1.62	c 1	72 (40%) CSP integer variables are encoded (1728 clauses, 20401 bytes)
1.51/1.62	c 1	90 (50%) CSP integer variables are encoded (2160 clauses, 26017 bytes)
1.51/1.62	c 1	108 (60%) CSP integer variables are encoded (2592 clauses, 31633 bytes)
1.51/1.62	c 1	126 (70%) CSP integer variables are encoded (3024 clauses, 37249 bytes)
1.51/1.62	c 1	144 (80%) CSP integer variables are encoded (3456 clauses, 42865 bytes)
1.51/1.62	c 1	162 (90%) CSP integer variables are encoded (3888 clauses, 48481 bytes)
1.51/1.62	c 1	180 (100%) CSP integer variables are encoded (4320 clauses, 54097 bytes)
16.24/16.42	c 16	3 (10%) CSP clauses are encoded (106707 clauses, 7957330 bytes)
31.05/31.37	c 31	6 (20%) CSP clauses are encoded (209094 clauses, 16023796 bytes)
45.98/46.40	c 46	9 (30%) CSP clauses are encoded (311481 clauses, 24155308 bytes)
55.82/56.21	c 56	11 (40%) CSP clauses are encoded (379739 clauses, 29641370 bytes)
70.54/71.09	c 71	14 (50%) CSP clauses are encoded (482126 clauses, 37966835 bytes)
76.71/77.26	c 77	17 (60%) CSP clauses are encoded (532465 clauses, 41971207 bytes)
77.70/78.28	c 78	19 (70%) CSP clauses are encoded (548675 clauses, 43425433 bytes)
79.20/79.78	c 79	22 (80%) CSP clauses are encoded (572990 clauses, 45791878 bytes)
80.68/81.29	c 81	25 (90%) CSP clauses are encoded (597305 clauses, 48158323 bytes)
81.78/82.30	c 82	27 (100%) CSP clauses are encoded (613515 clauses, 49735953 bytes)
81.78/82.30	c 82	27 CSP clauses encoded
81.78/82.30	c 82	Writing map file : HOME/temp.map
81.78/82.31	c 82	Heap : 46 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
81.78/82.31	c 82	SAT : 4500 SAT variables, 613515 SAT clauses, 49735953 bytes
81.78/82.31	c 82	Heap : 46 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
81.78/82.36	c 82	SOLVING HOME/temp.cnf
81.78/82.36	c 82	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
81.78/82.37	c 82	This is MiniSat 2.0 beta
81.78/82.37	c 82	WARNING: for repeatability, setting FPU to use double precision
81.78/82.37	c 82	============================[ Problem Statistics ]=============================
81.78/82.37	c 82	|                                                                             |
81.78/82.37	c 82	|  Number of variables:  4500                                                 |
81.78/82.37	c 82	|  Number of clauses:    613515                                               |
82.82/83.40	c 83	|  Parsing time:         0.94         s                                       |
82.82/83.50	c 83	============================[ Search Statistics ]==============================
82.82/83.50	c 83	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
82.82/83.50	c 83	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
82.82/83.50	c 83	===============================================================================
82.82/83.50	c 83	|         0 |    4452   608823  9317115 |   202941        0    nan |  0.000 % |
82.92/83.52	c 83	|       101 |    4450   608823  9317115 |   223235       99      7 |  1.111 % |
82.92/83.57	c 83	|       253 |    4448   608823  9317115 |   245558      249      7 |  1.156 % |
82.92/83.59	c 83	|       478 |    4448   608823  9317115 |   270114      474      7 |  1.156 % |
83.02/83.62	c 83	|       818 |    4448   608823  9317115 |   297125      814      8 |  1.156 % |
83.02/83.68	c 83	|      1325 |    4448   608823  9317115 |   326838     1321      8 |  1.156 % |
83.12/83.77	c 83	|      2086 |    4448   608823  9317115 |   359522     2082      8 |  1.156 % |
83.21/83.87	c 84	|      3225 |    4448   608823  9317115 |   395474     3221      9 |  1.156 % |
83.41/84.04	c 84	|      4934 |    4448   608823  9317115 |   435022     4930      9 |  1.156 % |
83.71/84.38	c 84	|      7496 |    4447   608823  9317115 |   478524     7491      9 |  1.178 % |
84.21/84.88	c 85	|     11342 |    4447   608823  9317115 |   526376    11337     10 |  1.178 % |
85.50/86.15	c 86	|     17108 |    4447   608823  9317115 |   579014    17103     11 |  1.178 % |
87.69/88.30	c 88	|     25757 |    4444   608823  9317115 |   636915    25750     11 |  1.289 % |
90.48/91.19	c 91	|     38732 |    4443   608823  9317115 |   700607    38724     11 |  1.378 % |
96.24/97.00	c 97	|     58194 |    4443   608823  9317115 |   770668    58186     11 |  1.378 % |
106.10/106.84	c 106	|     87386 |    4442   608823  9317115 |   847734    87377     12 |  1.400 % |
122.71/123.51	c 123	===============================================================================
122.71/123.51	c 123	restarts              : 16
122.71/123.51	c 123	conflicts             : 117360         (2875 /sec)
122.71/123.51	c 123	decisions             : 158523         (1.80 % random) (3883 /sec)
122.71/123.51	c 123	propagations          : 4814316        (117926 /sec)
122.71/123.51	c 123	conflict literals     : 1388381        (27.99 % deleted)
122.71/123.51	c 123	Memory used           : 74.04 MB
122.71/123.51	c 123	CPU time              : 40.8248 s
122.71/123.51	c 123	
122.71/123.51	c 123	UNSATISFIABLE
122.71/123.53	c 123	DECODING HOME/temp.out WITH HOME/temp.map
122.71/123.53	c 123	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
122.75/123.61	c 123	Decoding HOME/temp.out
122.75/123.64	s UNSATISFIABLE
122.75/123.65	c 123	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
122.75/123.71	c 123	CPU 122.13 (0.03 0.01 122.1 0.75)
122.75/123.71	c 123	END Fri Jul  4 07:04:37 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-1066389-1215147754/watcher-1066389-1215147754 -o /tmp/evaluation-result-1066389-1215147754/solver-1066389-1215147754 -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-1066389-1215147754.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.89 2.06 2.07 4/81 3368
/proc/meminfo: memFree=1790448/2055920 swapFree=4180700/4192956
[pid=3368] ppid=3366 vsize=12272 CPUtime=0
/proc/3368/stat : 3368 (sugar) R 3366 3368 2323 0 -1 4194304 396 0 0 0 0 0 0 0 20 0 1 0 1993746687 12566528 364 996147200 4194304 4206940 548682068608 18446744073709551615 246406675045 0 0 4224 0 0 0 0 17 1 0 0
/proc/3368/statm: 3068 364 274 3 0 168 0

[startup+0.096177 s]
/proc/loadavg: 1.89 2.06 2.07 4/81 3368
/proc/meminfo: memFree=1790448/2055920 swapFree=4180700/4192956
[pid=3368] ppid=3366 vsize=13600 CPUtime=0.03
/proc/3368/stat : 3368 (sugar) S 3366 3368 2323 0 -1 4194304 900 127 0 0 3 0 0 0 21 0 1 0 1993746687 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3368/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.10147 s]
/proc/loadavg: 1.89 2.06 2.07 4/81 3368
/proc/meminfo: memFree=1790448/2055920 swapFree=4180700/4192956
[pid=3368] ppid=3366 vsize=13600 CPUtime=0.03
/proc/3368/stat : 3368 (sugar) S 3366 3368 2323 0 -1 4194304 900 127 0 0 3 0 0 0 21 0 1 0 1993746687 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3368/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301508 s]
/proc/loadavg: 1.89 2.06 2.07 4/81 3368
/proc/meminfo: memFree=1790448/2055920 swapFree=4180700/4192956
[pid=3368] ppid=3366 vsize=13600 CPUtime=0.03
/proc/3368/stat : 3368 (sugar) S 3366 3368 2323 0 -1 4194304 900 127 0 0 3 0 0 0 21 0 1 0 1993746687 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3368/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701582 s]
/proc/loadavg: 1.89 2.06 2.07 4/81 3368
/proc/meminfo: memFree=1790448/2055920 swapFree=4180700/4192956
[pid=3368] ppid=3366 vsize=13600 CPUtime=0.35
/proc/3368/stat : 3368 (sugar) S 3366 3368 2323 0 -1 4194304 973 4516 0 1 3 1 27 4 15 0 1 0 1993746687 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3368/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 13600

[startup+1.50272 s]
/proc/loadavg: 1.89 2.06 2.07 4/92 3390
/proc/meminfo: memFree=1768472/2055920 swapFree=4180700/4192956
[pid=3368] ppid=3366 vsize=13600 CPUtime=0.35
/proc/3368/stat : 3368 (sugar) S 3366 3368 2323 0 -1 4194304 974 4516 0 1 3 1 27 4 15 0 1 0 1993746687 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3368/statm: 3400 797 370 3 0 500 0
[pid=3381] ppid=3368 vsize=5356 CPUtime=0
/proc/3381/stat : 3381 (sh) S 3368 3368 2323 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993746729 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3381/statm: 1339 233 193 169 0 50 0
[pid=3382] ppid=3381 vsize=864124 CPUtime=1.06
/proc/3382/stat : 3382 (java) S 3381 3368 2323 0 -1 0 12560 0 1 0 100 6 0 0 18 0 9 0 1993746729 884862976 11808 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3382/statm: 216031 11808 2540 9 0 210606 0
[pid=3382/tid=3383] ppid=3381 vsize=864124 CPUtime=0.42
/proc/3382/task/3383/stat : 3383 (java) R 3381 3368 2323 0 -1 64 2926 0 1 0 40 2 0 0 22 0 9 0 1993746730 884862976 11808 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3382/tid=3384] ppid=3381 vsize=864124 CPUtime=0.56
/proc/3382/task/3384/stat : 3384 (java) R 3381 3368 2323 0 -1 64 8607 0 0 0 53 3 0 0 17 0 9 0 1993746731 884862976 11808 996147200 134512640 134550740 4294955952 18446744073709551615 102721902 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3382/tid=3385] ppid=3381 vsize=864124 CPUtime=0
/proc/3382/task/3385/stat : 3385 (java) S 3381 3368 2323 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993746732 884862976 11808 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3382/tid=3386] ppid=3381 vsize=864124 CPUtime=0
/proc/3382/task/3386/stat : 3386 (java) S 3381 3368 2323 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993746732 884862976 11808 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3382/tid=3387] ppid=3381 vsize=864124 CPUtime=0
/proc/3382/task/3387/stat : 3387 (java) S 3381 3368 2323 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993746734 884862976 11808 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3382/tid=3388] ppid=3381 vsize=864124 CPUtime=0.06
/proc/3382/task/3388/stat : 3388 (java) S 3381 3368 2323 0 -1 64 335 0 0 0 6 0 0 0 16 0 9 0 1993746734 884862976 11808 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3382/tid=3389] ppid=3381 vsize=864124 CPUtime=0
/proc/3382/task/3389/stat : 3389 (java) S 3381 3368 2323 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993746734 884862976 11808 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3382/tid=3390] ppid=3381 vsize=864124 CPUtime=0
/proc/3382/task/3390/stat : 3390 (java) S 3381 3368 2323 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1993746734 884862976 11808 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 883080

[startup+3.10299 s]
/proc/loadavg: 1.89 2.06 2.07 3/92 3390
/proc/meminfo: memFree=1748376/2055920 swapFree=4180700/4192956
[pid=3368] ppid=3366 vsize=13600 CPUtime=0.35
/proc/3368/stat : 3368 (sugar) S 3366 3368 2323 0 -1 4194304 974 4516 0 1 3 1 27 4 15 0 1 0 1993746687 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3368/statm: 3400 797 370 3 0 500 0
[pid=3381] ppid=3368 vsize=5356 CPUtime=0
/proc/3381/stat : 3381 (sh) S 3368 3368 2323 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993746729 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3381/statm: 1339 233 193 169 0 50 0
[pid=3382] ppid=3381 vsize=864368 CPUtime=2.66
/proc/3382/stat : 3382 (java) S 3381 3368 2323 0 -1 0 13400 0 1 0 259 7 0 0 18 0 9 0 1993746729 885112832 12610 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3382/statm: 216092 12610 2564 9 0 210639 0
[pid=3382/tid=3383] ppid=3381 vsize=864368 CPUtime=1.86
/proc/3382/task/3383/stat : 3383 (java) R 3381 3368 2323 0 -1 64 3062 0 1 0 184 2 0 0 25 0 9 0 1993746730 885112832 12610 996147200 134512640 134550740 4294955952 18446744073709551615 4126601962 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3382/tid=3384] ppid=3381 vsize=864368 CPUtime=0.67
/proc/3382/task/3384/stat : 3384 (java) S 3381 3368 2323 0 -1 64 9290 0 0 0 64 3 0 0 16 0 9 0 1993746731 885112832 12610 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3382/tid=3385] ppid=3381 vsize=864368 CPUtime=0
/proc/3382/task/3385/stat : 3385 (java) S 3381 3368 2323 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993746732 885112832 12610 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3382/tid=3386] ppid=3381 vsize=864368 CPUtime=0
/proc/3382/task/3386/stat : 3386 (java) S 3381 3368 2323 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993746732 885112832 12610 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3382/tid=3387] ppid=3381 vsize=864368 CPUtime=0
/proc/3382/task/3387/stat : 3387 (java) S 3381 3368 2323 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993746734 885112832 12610 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3382/tid=3388] ppid=3381 vsize=864368 CPUtime=0.1
/proc/3382/task/3388/stat : 3388 (java) S 3381 3368 2323 0 -1 64 356 0 0 0 10 0 0 0 16 0 9 0 1993746734 885112832 12610 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3382/tid=3389] ppid=3381 vsize=864368 CPUtime=0
/proc/3382/task/3389/stat : 3389 (java) S 3381 3368 2323 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993746734 885112832 12610 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3382/tid=3390] ppid=3381 vsize=864368 CPUtime=0
/proc/3382/task/3390/stat : 3390 (java) S 3381 3368 2323 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1993746734 885112832 12610 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 883324

[startup+6.30256 s]
/proc/loadavg: 1.90 2.06 2.07 3/92 3390
/proc/meminfo: memFree=1744472/2055920 swapFree=4180700/4192956
[pid=3368] ppid=3366 vsize=13600 CPUtime=0.35
/proc/3368/stat : 3368 (sugar) S 3366 3368 2323 0 -1 4194304 974 4516 0 1 3 1 27 4 15 0 1 0 1993746687 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3368/statm: 3400 797 370 3 0 500 0
[pid=3381] ppid=3368 vsize=5356 CPUtime=0
/proc/3381/stat : 3381 (sh) S 3368 3368 2323 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993746729 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3381/statm: 1339 233 193 169 0 50 0
[pid=3382] ppid=3381 vsize=864368 CPUtime=5.84
/proc/3382/stat : 3382 (java) S 3381 3368 2323 0 -1 0 14321 0 1 0 577 7 0 0 18 0 9 0 1993746729 885112832 13502 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3382/statm: 216092 13502 2564 9 0 210639 0
[pid=3382/tid=3383] ppid=3381 vsize=864368 CPUtime=4.99
/proc/3382/task/3383/stat : 3383 (java) R 3381 3368 2323 0 -1 64 3091 0 1 0 497 2 0 0 25 0 9 0 1993746730 885112832 13502 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3382/tid=3384] ppid=3381 vsize=864368 CPUtime=0.73
/proc/3382/task/3384/stat : 3384 (java) S 3381 3368 2323 0 -1 64 10182 0 0 0 69 4 0 0 16 0 9 0 1993746731 885112832 13502 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3382/tid=3385] ppid=3381 vsize=864368 CPUtime=0
/proc/3382/task/3385/stat : 3385 (java) S 3381 3368 2323 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993746732 885112832 13502 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3382/tid=3386] ppid=3381 vsize=864368 CPUtime=0
/proc/3382/task/3386/stat : 3386 (java) S 3381 3368 2323 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993746732 885112832 13502 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3382/tid=3387] ppid=3381 vsize=864368 CPUtime=0
/proc/3382/task/3387/stat : 3387 (java) S 3381 3368 2323 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993746734 885112832 13502 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3382/tid=3388] ppid=3381 vsize=864368 CPUtime=0.1
/proc/3382/task/3388/stat : 3388 (java) R 3381 3368 2323 0 -1 64 356 0 0 0 10 0 0 0 16 0 9 0 1993746734 885112832 13502 996147200 134512640 134550740 4294955952 18446744073709551615 4160643169 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3382/tid=3389] ppid=3381 vsize=864368 CPUtime=0
/proc/3382/task/3389/stat : 3389 (java) S 3381 3368 2323 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993746734 885112832 13502 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3382/tid=3390] ppid=3381 vsize=864368 CPUtime=0
/proc/3382/task/3390/stat : 3390 (java) S 3381 3368 2323 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1993746734 885112832 13502 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 883324

[startup+12.7027 s]
/proc/loadavg: 1.91 2.06 2.07 3/92 3390
/proc/meminfo: memFree=1731368/2055920 swapFree=4180700/4192956
[pid=3368] ppid=3366 vsize=13600 CPUtime=0.35
/proc/3368/stat : 3368 (sugar) S 3366 3368 2323 0 -1 4194304 974 4516 0 1 3 1 27 4 15 0 1 0 1993746687 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3368/statm: 3400 797 370 3 0 500 0
[pid=3381] ppid=3368 vsize=5356 CPUtime=0
/proc/3381/stat : 3381 (sh) S 3368 3368 2323 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993746729 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3381/statm: 1339 233 193 169 0 50 0
[pid=3382] ppid=3381 vsize=864368 CPUtime=12.2
/proc/3382/stat : 3382 (java) S 3381 3368 2323 0 -1 0 16402 0 1 0 1208 12 0 0 18 0 9 0 1993746729 885112832 15468 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3382/statm: 216092 15468 2564 9 0 210639 0
[pid=3382/tid=3383] ppid=3381 vsize=864368 CPUtime=11.2
/proc/3382/task/3383/stat : 3383 (java) R 3381 3368 2323 0 -1 64 3206 0 1 0 1115 5 0 0 25 0 9 0 1993746730 885112832 15468 996147200 134512640 134550740 4294955952 18446744073709551615 4125952064 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3382/tid=3384] ppid=3381 vsize=864368 CPUtime=0.87
/proc/3382/task/3384/stat : 3384 (java) S 3381 3368 2323 0 -1 64 12144 0 0 0 81 6 0 0 16 0 9 0 1993746731 885112832 15468 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3382/tid=3385] ppid=3381 vsize=864368 CPUtime=0
/proc/3382/task/3385/stat : 3385 (java) S 3381 3368 2323 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993746732 885112832 15468 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3382/tid=3386] ppid=3381 vsize=864368 CPUtime=0
/proc/3382/task/3386/stat : 3386 (java) S 3381 3368 2323 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993746732 885112832 15468 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3382/tid=3387] ppid=3381 vsize=864368 CPUtime=0
/proc/3382/task/3387/stat : 3387 (java) S 3381 3368 2323 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993746734 885112832 15468 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3382/tid=3388] ppid=3381 vsize=864368 CPUtime=0.11
/proc/3382/task/3388/stat : 3388 (java) S 3381 3368 2323 0 -1 64 360 0 0 0 11 0 0 0 16 0 9 0 1993746734 885112832 15468 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3382/tid=3389] ppid=3381 vsize=864368 CPUtime=0
/proc/3382/task/3389/stat : 3389 (java) S 3381 3368 2323 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993746734 885112832 15468 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3382/tid=3390] ppid=3381 vsize=864368 CPUtime=0
/proc/3382/task/3390/stat : 3390 (java) S 3381 3368 2323 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1993746734 885112832 15468 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 883324

[startup+25.5019 s]
/proc/loadavg: 1.93 2.06 2.07 3/92 3390
/proc/meminfo: memFree=1718568/2055920 swapFree=4180700/4192956
[pid=3368] ppid=3366 vsize=13600 CPUtime=0.35
/proc/3368/stat : 3368 (sugar) S 3366 3368 2323 0 -1 4194304 974 4516 0 1 3 1 27 4 16 0 1 0 1993746687 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3368/statm: 3400 797 370 3 0 500 0
[pid=3381] ppid=3368 vsize=5356 CPUtime=0
/proc/3381/stat : 3381 (sh) S 3368 3368 2323 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993746729 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3381/statm: 1339 233 193 169 0 50 0
[pid=3382] ppid=3381 vsize=864372 CPUtime=24.94
/proc/3382/stat : 3382 (java) S 3381 3368 2323 0 -1 0 20767 0 1 0 2474 20 0 0 18 0 9 0 1993746729 885116928 17173 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3382/statm: 216093 17173 2564 9 0 210640 0
[pid=3382/tid=3383] ppid=3381 vsize=864372 CPUtime=23.49
/proc/3382/task/3383/stat : 3383 (java) R 3381 3368 2323 0 -1 64 3367 0 1 0 2339 10 0 0 25 0 9 0 1993746730 885116928 17173 996147200 134512640 134550740 4294955952 18446744073709551615 4126601962 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3382/tid=3384] ppid=3381 vsize=864372 CPUtime=1.31
/proc/3382/task/3384/stat : 3384 (java) S 3381 3368 2323 0 -1 64 16345 0 0 0 122 9 0 0 16 0 9 0 1993746731 885116928 17173 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3382/tid=3385] ppid=3381 vsize=864372 CPUtime=0
/proc/3382/task/3385/stat : 3385 (java) S 3381 3368 2323 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993746732 885116928 17173 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3382/tid=3386] ppid=3381 vsize=864372 CPUtime=0
/proc/3382/task/3386/stat : 3386 (java) S 3381 3368 2323 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1993746732 885116928 17173 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3382/tid=3387] ppid=3381 vsize=864372 CPUtime=0
/proc/3382/task/3387/stat : 3387 (java) S 3381 3368 2323 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993746734 885116928 17173 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3382/tid=3388] ppid=3381 vsize=864372 CPUtime=0.11
/proc/3382/task/3388/stat : 3388 (java) S 3381 3368 2323 0 -1 64 363 0 0 0 11 0 0 0 16 0 9 0 1993746734 885116928 17173 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3382/tid=3389] ppid=3381 vsize=864372 CPUtime=0
/proc/3382/task/3389/stat : 3389 (java) S 3381 3368 2323 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993746734 885116928 17173 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3382/tid=3390] ppid=3381 vsize=864372 CPUtime=0
/proc/3382/task/3390/stat : 3390 (java) S 3381 3368 2323 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1993746734 885116928 17173 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 883328

[startup+51.1014 s]
/proc/loadavg: 2.02 2.07 2.07 3/92 3390
/proc/meminfo: memFree=1700776/2055920 swapFree=4180700/4192956
[pid=3368] ppid=3366 vsize=13600 CPUtime=0.35
/proc/3368/stat : 3368 (sugar) S 3366 3368 2323 0 -1 4194304 974 4516 0 1 3 1 27 4 16 0 1 0 1993746687 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3368/statm: 3400 797 370 3 0 500 0
[pid=3381] ppid=3368 vsize=5356 CPUtime=0
/proc/3381/stat : 3381 (sh) S 3368 3368 2323 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993746729 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3381/statm: 1339 233 193 169 0 50 0
[pid=3382] ppid=3381 vsize=864372 CPUtime=50.4
/proc/3382/stat : 3382 (java) S 3381 3368 2323 0 -1 0 24719 0 1 0 5006 34 0 0 18 0 9 0 1993746729 885116928 18305 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3382/statm: 216093 18305 2564 9 0 210640 0
[pid=3382/tid=3383] ppid=3381 vsize=864372 CPUtime=48.3
/proc/3382/task/3383/stat : 3383 (java) R 3381 3368 2323 0 -1 64 3697 0 1 0 4811 19 0 0 25 0 9 0 1993746730 885116928 18305 996147200 134512640 134550740 4294955952 18446744073709551615 4126573211 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3382/tid=3384] ppid=3381 vsize=864372 CPUtime=1.96
/proc/3382/task/3384/stat : 3384 (java) S 3381 3368 2323 0 -1 64 19967 0 0 0 183 13 0 0 16 0 9 0 1993746731 885116928 18305 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3382/tid=3385] ppid=3381 vsize=864372 CPUtime=0
/proc/3382/task/3385/stat : 3385 (java) S 3381 3368 2323 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993746732 885116928 18305 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3382/tid=3386] ppid=3381 vsize=864372 CPUtime=0
/proc/3382/task/3386/stat : 3386 (java) S 3381 3368 2323 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1993746732 885116928 18305 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3382/tid=3387] ppid=3381 vsize=864372 CPUtime=0
/proc/3382/task/3387/stat : 3387 (java) S 3381 3368 2323 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993746734 885116928 18305 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3382/tid=3388] ppid=3381 vsize=864372 CPUtime=0.11
/proc/3382/task/3388/stat : 3388 (java) S 3381 3368 2323 0 -1 64 363 0 0 0 11 0 0 0 16 0 9 0 1993746734 885116928 18305 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3382/tid=3389] ppid=3381 vsize=864372 CPUtime=0
/proc/3382/task/3389/stat : 3389 (java) S 3381 3368 2323 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993746734 885116928 18305 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3382/tid=3390] ppid=3381 vsize=864372 CPUtime=0
/proc/3382/task/3390/stat : 3390 (java) S 3381 3368 2323 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1993746734 885116928 18305 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.75
Current children cumulated vsize (KiB) 883328

[startup+102.306 s]
/proc/loadavg: 2.09 2.07 2.07 3/84 3392
/proc/meminfo: memFree=1672744/2055920 swapFree=4180700/4192956
[pid=3368] ppid=3366 vsize=13600 CPUtime=81.81
/proc/3368/stat : 3368 (sugar) S 3366 3368 2323 0 -1 4194304 1031 35050 0 2 3 1 8117 60 16 0 1 0 1993746687 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3368/statm: 3400 798 370 3 0 500 0
[pid=3391] ppid=3368 vsize=5356 CPUtime=0
/proc/3391/stat : 3391 (sh) S 3368 3368 2323 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993754924 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3391/statm: 1339 232 193 169 0 50 0
[pid=3392] ppid=3391 vsize=67260 CPUtime=19.81
/proc/3392/stat : 3392 (minisat) R 3391 3368 2323 0 -1 4194304 16596 0 0 0 1972 9 0 0 25 0 1 0 1993754925 68874240 16582 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/3392/statm: 16815 16582 75 150 0 16662 0
Current children cumulated CPU time (s) 101.62
Current children cumulated vsize (KiB) 86216

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

[startup+115.103 s]
/proc/loadavg: 2.07 2.07 2.07 3/84 3392
/proc/meminfo: memFree=1666024/2055920 swapFree=4180700/4192956
[pid=3368] ppid=3366 vsize=13600 CPUtime=81.81
/proc/3368/stat : 3368 (sugar) S 3366 3368 2323 0 -1 4194304 1031 35050 0 2 3 1 8117 60 16 0 1 0 1993746687 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3368/statm: 3400 798 370 3 0 500 0
[pid=3391] ppid=3368 vsize=5356 CPUtime=0
/proc/3391/stat : 3391 (sh) S 3368 3368 2323 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993754924 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3391/statm: 1339 232 193 169 0 50 0
[pid=3392] ppid=3391 vsize=74472 CPUtime=32.55
/proc/3392/stat : 3392 (minisat) R 3391 3368 2323 0 -1 4194304 18369 0 0 0 3245 10 0 0 25 0 1 0 1993754925 76259328 18355 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3392/statm: 18618 18355 75 150 0 18465 0
Current children cumulated CPU time (s) 114.36
Current children cumulated vsize (KiB) 93428

[startup+118.301 s]
/proc/loadavg: 2.07 2.07 2.07 3/84 3392
/proc/meminfo: memFree=1665256/2055920 swapFree=4180700/4192956
[pid=3368] ppid=3366 vsize=13600 CPUtime=81.81
/proc/3368/stat : 3368 (sugar) S 3366 3368 2323 0 -1 4194304 1031 35050 0 2 3 1 8117 60 16 0 1 0 1993746687 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3368/statm: 3400 798 370 3 0 500 0
[pid=3391] ppid=3368 vsize=5356 CPUtime=0
/proc/3391/stat : 3391 (sh) S 3368 3368 2323 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993754924 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3391/statm: 1339 232 193 169 0 50 0
[pid=3392] ppid=3391 vsize=75136 CPUtime=35.73
/proc/3392/stat : 3392 (minisat) R 3391 3368 2323 0 -1 4194304 18533 0 0 0 3563 10 0 0 25 0 1 0 1993754925 76939264 18519 996147200 134512640 135127466 4294956272 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/3392/statm: 18784 18519 75 150 0 18631 0
Current children cumulated CPU time (s) 117.54
Current children cumulated vsize (KiB) 94092

[startup+121.502 s]
/proc/loadavg: 2.06 2.06 2.07 3/84 3392
/proc/meminfo: memFree=1664616/2055920 swapFree=4180700/4192956
[pid=3368] ppid=3366 vsize=13600 CPUtime=81.81
/proc/3368/stat : 3368 (sugar) S 3366 3368 2323 0 -1 4194304 1031 35050 0 2 3 1 8117 60 16 0 1 0 1993746687 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3368/statm: 3400 798 370 3 0 500 0
[pid=3391] ppid=3368 vsize=5356 CPUtime=0
/proc/3391/stat : 3391 (sh) S 3368 3368 2323 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993754924 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3391/statm: 1339 232 193 169 0 50 0
[pid=3392] ppid=3391 vsize=75672 CPUtime=38.92
/proc/3392/stat : 3392 (minisat) R 3391 3368 2323 0 -1 4194304 18676 0 0 0 3882 10 0 0 25 0 1 0 1993754925 77488128 18662 996147200 134512640 135127466 4294956272 18446744073709551615 134530730 0 0 4096 3 0 0 0 17 1 0 0
/proc/3392/statm: 18918 18662 75 150 0 18765 0
Current children cumulated CPU time (s) 120.73
Current children cumulated vsize (KiB) 94628

[startup+123.102 s]
/proc/loadavg: 2.06 2.06 2.07 3/84 3392
/proc/meminfo: memFree=1664424/2055920 swapFree=4180700/4192956
[pid=3368] ppid=3366 vsize=13600 CPUtime=81.81
/proc/3368/stat : 3368 (sugar) S 3366 3368 2323 0 -1 4194304 1031 35050 0 2 3 1 8117 60 16 0 1 0 1993746687 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3368/statm: 3400 798 370 3 0 500 0
[pid=3391] ppid=3368 vsize=5356 CPUtime=0
/proc/3391/stat : 3391 (sh) S 3368 3368 2323 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993754924 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3391/statm: 1339 232 193 169 0 50 0
[pid=3392] ppid=3391 vsize=75812 CPUtime=40.51
/proc/3392/stat : 3392 (minisat) R 3391 3368 2323 0 -1 4194304 18719 0 0 0 4041 10 0 0 25 0 1 0 1993754925 77631488 18705 996147200 134512640 135127466 4294956272 18446744073709551615 134530624 0 0 4096 3 0 0 0 17 1 0 0
/proc/3392/statm: 18953 18705 75 150 0 18800 0
Current children cumulated CPU time (s) 122.32
Current children cumulated vsize (KiB) 94768

[startup+123.501 s]
/proc/loadavg: 2.06 2.06 2.07 3/84 3392
/proc/meminfo: memFree=1664424/2055920 swapFree=4180700/4192956
[pid=3368] ppid=3366 vsize=13600 CPUtime=81.81
/proc/3368/stat : 3368 (sugar) S 3366 3368 2323 0 -1 4194304 1031 35050 0 2 3 1 8117 60 16 0 1 0 1993746687 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3368/statm: 3400 798 370 3 0 500 0
[pid=3391] ppid=3368 vsize=5356 CPUtime=0
/proc/3391/stat : 3391 (sh) S 3368 3368 2323 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993754924 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3391/statm: 1339 232 193 169 0 50 0
[pid=3392] ppid=3391 vsize=75812 CPUtime=40.9
/proc/3392/stat : 3392 (minisat) R 3391 3368 2323 0 -1 4194304 18725 0 0 0 4080 10 0 0 25 0 1 0 1993754925 77631488 18711 996147200 134512640 135127466 4294956272 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 1 0 0
/proc/3392/statm: 18953 18711 75 150 0 18800 0
Current children cumulated CPU time (s) 122.71
Current children cumulated vsize (KiB) 94768

[startup+123.701 s]
/proc/loadavg: 2.06 2.06 2.07 3/84 3392
/proc/meminfo: memFree=1664424/2055920 swapFree=4180700/4192956
[pid=3368] ppid=3366 vsize=13600 CPUtime=122.75
/proc/3368/stat : 3368 (sugar) S 3366 3368 2323 0 -1 4194304 1089 54069 0 2 3 1 12199 72 16 0 1 0 1993746687 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3368/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 122.75
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 123.731
CPU time (s): 122.934
CPU user time (s): 122.139
CPU system time (s): 0.794879
CPU usage (%): 99.3564
Max. virtual memory (cumulated for all children) (KiB): 888460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 122.139
system time used= 0.794879
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 58880
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= 11298
involuntary context switches= 13945

runsolver used 0.142978 second user time and 0.441932 second system time

The end

Launcher Data (download as text)

Begin job on node61 at 2008-07-04 07:02:34
IDJOB=1066389
IDBENCH=55120
IDSOLVER=346
FILE ID=node61/1066389-1215147754
PBS_JOBID= 7877388
Free space on /tmp= 66560 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5c825d1a485b3da8a129811f0613b130
RANDOM SEED=1698301417

node61.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.269
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.269
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:       1790992 kB
Buffers:         40548 kB
Cached:         143732 kB
SwapCached:       6188 kB
Active:         134024 kB
Inactive:        73504 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1790992 kB
SwapTotal:     4192956 kB
SwapFree:      4180700 kB
Dirty:            1772 kB
Writeback:           0 kB
Mapped:          39324 kB
Slab:            42756 kB
Committed_AS:  3901484 kB
PageTables:       1824 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264884 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66560 MiB
End job on node61 at 2008-07-04 07:04:37