Trace number 1079587

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 155.094 156.707

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg9-12_ext.xml
MD5SUM5382d16035fc6bfdaa42e998302ae420
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.746885
Satisfiable
(Un)Satisfiability was proved
Number of variables108
Number of constraints21
Maximum constraint arity12
Maximum domain size26
Number of constraints which are defined in extension21
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 Sat Jul  5 00:24:57 2008
0.00/0.04	c 0	PID 2417
0.00/0.05	c 0	HOST node65.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1079587-1215210296.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-1079587-1215210296.xml' 'HOME/temp.csp'
0.03/0.47	c 0	1 domains, 108 variables, 0 predicates, 2 relations, 21 constraints
0.03/0.53	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.53	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.44/0.61	c 0	Parsing HOME/temp.csp
0.44/0.74	c 0	parsed 132 expressions
0.44/0.75	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.44/0.75	c 0	Converting to clausal form CSP
0.44/0.77	c 0	converted 14 (10%) expressions
0.44/0.77	c 0	converted 27 (20%) expressions
0.44/0.77	c 0	converted 40 (30%) expressions
0.44/0.77	c 0	converted 53 (40%) expressions
0.44/0.77	c 0	converted 66 (50%) expressions
0.44/0.77	c 0	converted 80 (60%) expressions
0.44/0.77	c 0	converted 93 (70%) expressions
0.44/0.77	c 0	converted 106 (80%) expressions
1.09/1.25	c 1	converted 119 (90%) expressions
1.48/1.62	c 1	converted 132 (100%) expressions
1.48/1.62	c 1	CSP : 108 integers, 0 booleans, 21 clauses, largest domain size 26
1.48/1.62	c 1	Heap : 26 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.48/1.62	c 1	Propagation in CSP
1.48/1.62	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.48/1.62	c 1	CSP : 108 integers, 0 booleans, 21 clauses, largest domain size 26
1.48/1.62	c 1	Heap : 26 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.48/1.62	c 1	Simplifing CSP by introducing new Boolean variables
1.48/1.62	c 1	CSP : 108 integers, 0 booleans, 21 clauses, largest domain size 26
1.48/1.63	c 1	Heap : 26 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.58/1.75	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.58/1.76	c 1	11 (10%) CSP integer variables are encoded (264 clauses, 2760 bytes)
1.58/1.77	c 1	22 (20%) CSP integer variables are encoded (528 clauses, 5664 bytes)
1.58/1.77	c 1	33 (30%) CSP integer variables are encoded (792 clauses, 8568 bytes)
1.58/1.77	c 1	44 (40%) CSP integer variables are encoded (1056 clauses, 11665 bytes)
1.58/1.78	c 1	54 (50%) CSP integer variables are encoded (1296 clauses, 14785 bytes)
1.58/1.78	c 1	65 (60%) CSP integer variables are encoded (1560 clauses, 18217 bytes)
1.58/1.78	c 1	76 (70%) CSP integer variables are encoded (1824 clauses, 21649 bytes)
1.58/1.78	c 1	87 (80%) CSP integer variables are encoded (2088 clauses, 25081 bytes)
1.58/1.78	c 1	98 (90%) CSP integer variables are encoded (2352 clauses, 28513 bytes)
1.58/1.78	c 1	108 (100%) CSP integer variables are encoded (2592 clauses, 31633 bytes)
19.41/19.71	c 19	3 (10%) CSP clauses are encoded (120036 clauses, 6789331 bytes)
31.40/31.81	c 31	5 (20%) CSP clauses are encoded (198332 clauses, 11466819 bytes)
43.28/43.87	c 43	7 (30%) CSP clauses are encoded (276628 clauses, 16289963 bytes)
55.16/55.82	c 55	9 (40%) CSP clauses are encoded (354924 clauses, 21113107 bytes)
67.14/67.92	c 67	11 (50%) CSP clauses are encoded (433220 clauses, 25936251 bytes)
73.98/74.84	c 74	13 (60%) CSP clauses are encoded (484872 clauses, 29082686 bytes)
75.85/76.72	c 76	15 (70%) CSP clauses are encoded (509880 clauses, 30764984 bytes)
77.74/78.63	c 78	17 (80%) CSP clauses are encoded (534888 clauses, 32714459 bytes)
79.62/80.54	c 80	19 (90%) CSP clauses are encoded (559896 clauses, 34757647 bytes)
81.70/82.63	c 82	21 (100%) CSP clauses are encoded (584904 clauses, 36800835 bytes)
81.70/82.63	c 82	21 CSP clauses encoded
81.70/82.64	c 82	Writing map file : HOME/temp.map
81.70/82.64	c 82	Heap : 29 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
81.70/82.64	c 82	SAT : 2700 SAT variables, 584904 SAT clauses, 36800835 bytes
81.70/82.64	c 82	Heap : 29 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
81.70/82.65	c 82	SOLVING HOME/temp.cnf
81.70/82.65	c 82	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
81.70/82.66	c 82	This is MiniSat 2.0 beta
81.70/82.66	c 82	WARNING: for repeatability, setting FPU to use double precision
81.70/82.66	c 82	============================[ Problem Statistics ]=============================
81.70/82.66	c 82	|                                                                             |
81.70/82.66	c 82	|  Number of variables:  2700                                                 |
81.70/82.66	c 82	|  Number of clauses:    584904                                               |
81.75/83.49	c 83	|  Parsing time:         0.74         s                                       |
82.57/83.58	c 83	============================[ Search Statistics ]==============================
82.57/83.58	c 83	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
82.57/83.58	c 83	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
82.57/83.58	c 83	===============================================================================
82.57/83.58	c 83	|         0 |    2673   580930  7130641 |   193643        0    nan |  0.000 % |
82.57/83.60	c 83	|       101 |    2671   580930  7130641 |   213007       99      7 |  1.074 % |
82.67/83.61	c 83	|       251 |    2671   580930  7130641 |   234308      249      8 |  1.074 % |
82.67/83.63	c 83	|       476 |    2671   580930  7130641 |   257739      474      8 |  1.074 % |
82.67/83.65	c 83	|       814 |    2671   580930  7130641 |   283513      812      8 |  1.074 % |
82.76/83.70	c 83	|      1320 |    2670   580930  7130641 |   311864     1317      9 |  1.111 % |
82.76/83.79	c 83	|      2079 |    2670   580930  7130641 |   343050     2076      9 |  1.111 % |
82.98/83.90	c 83	|      3220 |    2670   580930  7130641 |   377356     3217      9 |  1.111 % |
83.07/84.01	c 84	|      4929 |    2670   580930  7130641 |   415091     4926      9 |  1.111 % |
83.37/84.34	c 84	|      7491 |    2670   580930  7130641 |   456600     7488      9 |  1.111 % |
83.77/84.70	c 84	|     11337 |    2670   580930  7130641 |   502260    11334      9 |  1.111 % |
84.36/85.33	c 85	|     17104 |    2669   580930  7130641 |   552487    17100      9 |  1.149 % |
91.89/92.97	c 93	|     25753 |    2668   580930  7130641 |   607735    25748     10 |  1.186 % |
113.38/114.64	c 114	|     38729 |    2665   580930  7130641 |   668509    38722     11 |  1.445 % |
142.51/144.09	c 144	|     58190 |    2664   580930  7130641 |   735360    58182     12 |  1.482 % |
154.89/156.50	c 156	===============================================================================
154.89/156.50	c 156	restarts              : 15
154.89/156.50	c 156	conflicts             : 64629          (885 /sec)
154.89/156.50	c 156	decisions             : 87024          (1.76 % random) (1192 /sec)
154.89/156.50	c 156	propagations          : 4629308        (63398 /sec)
154.89/156.50	c 156	conflict literals     : 745668         (24.91 % deleted)
154.89/156.50	c 156	Memory used           : 59.54 MB
154.89/156.50	c 156	CPU time              : 73.0199 s
154.89/156.50	c 156	
154.89/156.50	c 156	UNSATISFIABLE
154.89/156.51	c 156	DECODING HOME/temp.out WITH HOME/temp.map
154.89/156.51	c 156	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
154.94/156.60	c 156	Decoding HOME/temp.out
154.94/156.63	s UNSATISFIABLE
154.94/156.63	c 156	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
154.94/156.69	c 156	CPU 154.35 (0.04 0.01 154.31 0.7)
154.94/156.69	c 156	END Sat Jul  5 00:27:33 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-1079587-1215210296/watcher-1079587-1215210296 -o /tmp/evaluation-result-1079587-1215210296/solver-1079587-1215210296 -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-1079587-1215210296.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.99 1.98 1.99 4/74 2417
/proc/meminfo: memFree=1827472/2055920 swapFree=4180808/4192956
[pid=2417] ppid=2415 vsize=4708 CPUtime=0
/proc/2417/stat : 2417 (sugar) R 2415 2417 1159 0 -1 4194304 58 0 0 0 0 0 0 0 20 0 1 0 1999999450 4820992 43 996147200 4194304 4206940 548682068608 18446744073709551615 257201075593 0 0 4096 0 0 0 0 17 1 0 0
/proc/2417/statm: 1177 43 33 3 0 8 0

[startup+0.062275 s]
/proc/loadavg: 1.99 1.98 1.99 4/74 2417
/proc/meminfo: memFree=1827472/2055920 swapFree=4180808/4192956
[pid=2417] ppid=2415 vsize=13600 CPUtime=0.03
/proc/2417/stat : 2417 (sugar) S 2415 2417 1159 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1999999450 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2417/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.10103 s]
/proc/loadavg: 1.99 1.98 1.99 4/74 2417
/proc/meminfo: memFree=1827472/2055920 swapFree=4180808/4192956
[pid=2417] ppid=2415 vsize=13600 CPUtime=0.03
/proc/2417/stat : 2417 (sugar) S 2415 2417 1159 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1999999450 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2417/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301046 s]
/proc/loadavg: 1.99 1.98 1.99 4/74 2417
/proc/meminfo: memFree=1827472/2055920 swapFree=4180808/4192956
[pid=2417] ppid=2415 vsize=13600 CPUtime=0.03
/proc/2417/stat : 2417 (sugar) S 2415 2417 1159 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1999999450 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2417/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701082 s]
/proc/loadavg: 1.99 1.98 1.99 4/74 2417
/proc/meminfo: memFree=1827472/2055920 swapFree=4180808/4192956
[pid=2417] ppid=2415 vsize=13600 CPUtime=0.44
/proc/2417/stat : 2417 (sugar) S 2415 2417 1159 0 -1 4194304 973 4652 0 1 3 0 38 3 16 0 1 0 1999999450 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2417/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 13600

[startup+1.50215 s]
/proc/loadavg: 1.99 1.98 1.99 4/85 2439
/proc/meminfo: memFree=1810296/2055920 swapFree=4180808/4192956
[pid=2417] ppid=2415 vsize=13600 CPUtime=0.44
/proc/2417/stat : 2417 (sugar) S 2415 2417 1159 0 -1 4194304 973 4652 0 1 3 0 38 3 15 0 1 0 1999999450 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2417/statm: 3400 797 370 3 0 500 0
[pid=2430] ppid=2417 vsize=5356 CPUtime=0
/proc/2430/stat : 2430 (sh) S 2417 2417 1159 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999999503 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2430/statm: 1339 233 193 169 0 50 0
[pid=2431] ppid=2430 vsize=864328 CPUtime=0.94
/proc/2431/stat : 2431 (java) S 2430 2417 1159 0 -1 0 11209 0 1 0 88 6 0 0 18 0 9 0 1999999504 885071872 10483 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2431/statm: 216082 10483 2540 9 0 210657 0
[pid=2431/tid=2432] ppid=2430 vsize=864328 CPUtime=0.38
/proc/2431/task/2432/stat : 2432 (java) R 2430 2417 1159 0 -1 64 2762 0 1 0 37 1 0 0 22 0 9 0 1999999505 885071872 10483 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2431/tid=2433] ppid=2430 vsize=864328 CPUtime=0.47
/proc/2431/task/2433/stat : 2433 (java) R 2430 2417 1159 0 -1 64 7424 0 0 0 43 4 0 0 17 0 9 0 1999999506 885071872 10483 996147200 134512640 134550740 4294955952 18446744073709551615 104180127 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2431/tid=2434] ppid=2430 vsize=864328 CPUtime=0
/proc/2431/task/2434/stat : 2434 (java) S 2430 2417 1159 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999999506 885071872 10483 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2431/tid=2435] ppid=2430 vsize=864328 CPUtime=0
/proc/2431/task/2435/stat : 2435 (java) S 2430 2417 1159 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1999999506 885071872 10483 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2431/tid=2436] ppid=2430 vsize=864328 CPUtime=0
/proc/2431/task/2436/stat : 2436 (java) S 2430 2417 1159 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1999999508 885071872 10483 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2431/tid=2437] ppid=2430 vsize=864328 CPUtime=0.06
/proc/2431/task/2437/stat : 2437 (java) S 2430 2417 1159 0 -1 64 331 0 0 0 6 0 0 0 16 0 9 0 1999999508 885071872 10483 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2431/tid=2438] ppid=2430 vsize=864328 CPUtime=0
/proc/2431/task/2438/stat : 2438 (java) S 2430 2417 1159 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1999999508 885071872 10483 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2431/tid=2439] ppid=2430 vsize=864328 CPUtime=0
/proc/2431/task/2439/stat : 2439 (java) S 2430 2417 1159 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1999999508 885071872 10483 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) 883284

[startup+3.10227 s]
/proc/loadavg: 1.99 1.98 1.99 3/85 2439
/proc/meminfo: memFree=1788664/2055920 swapFree=4180808/4192956
[pid=2417] ppid=2415 vsize=13600 CPUtime=0.44
/proc/2417/stat : 2417 (sugar) S 2415 2417 1159 0 -1 4194304 974 4652 0 1 3 0 38 3 15 0 1 0 1999999450 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2417/statm: 3400 797 370 3 0 500 0
[pid=2430] ppid=2417 vsize=5356 CPUtime=0
/proc/2430/stat : 2430 (sh) S 2417 2417 1159 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999999503 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2430/statm: 1339 233 193 169 0 50 0
[pid=2431] ppid=2430 vsize=864440 CPUtime=2.53
/proc/2431/stat : 2431 (java) S 2430 2417 1159 0 -1 0 12367 0 1 0 246 7 0 0 18 0 9 0 1999999504 885186560 11606 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2431/statm: 216110 11606 2564 9 0 210657 0
[pid=2431/tid=2432] ppid=2430 vsize=864440 CPUtime=1.68
/proc/2431/task/2432/stat : 2432 (java) R 2430 2417 1159 0 -1 64 3084 0 1 0 167 1 0 0 25 0 9 0 1999999505 885186560 11606 996147200 134512640 134550740 4294955952 18446744073709551615 4126583935 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2431/tid=2433] ppid=2430 vsize=864440 CPUtime=0.72
/proc/2431/task/2433/stat : 2433 (java) S 2430 2417 1159 0 -1 64 8239 0 0 0 68 4 0 0 16 0 9 0 1999999506 885186560 11606 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2431/tid=2434] ppid=2430 vsize=864440 CPUtime=0
/proc/2431/task/2434/stat : 2434 (java) S 2430 2417 1159 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999999506 885186560 11606 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2431/tid=2435] ppid=2430 vsize=864440 CPUtime=0
/proc/2431/task/2435/stat : 2435 (java) S 2430 2417 1159 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1999999506 885186560 11606 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2431/tid=2436] ppid=2430 vsize=864440 CPUtime=0
/proc/2431/task/2436/stat : 2436 (java) S 2430 2417 1159 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1999999508 885186560 11606 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2431/tid=2437] ppid=2430 vsize=864440 CPUtime=0.1
/proc/2431/task/2437/stat : 2437 (java) S 2430 2417 1159 0 -1 64 352 0 0 0 10 0 0 0 16 0 9 0 1999999508 885186560 11606 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2431/tid=2438] ppid=2430 vsize=864440 CPUtime=0
/proc/2431/task/2438/stat : 2438 (java) S 2430 2417 1159 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1999999508 885186560 11606 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2431/tid=2439] ppid=2430 vsize=864440 CPUtime=0
/proc/2431/task/2439/stat : 2439 (java) S 2430 2417 1159 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1999999508 885186560 11606 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) 883396

[startup+6.30154 s]
/proc/loadavg: 1.99 1.98 1.99 3/85 2439
/proc/meminfo: memFree=1786360/2055920 swapFree=4180808/4192956
[pid=2417] ppid=2415 vsize=13600 CPUtime=0.44
/proc/2417/stat : 2417 (sugar) S 2415 2417 1159 0 -1 4194304 974 4652 0 1 3 0 38 3 15 0 1 0 1999999450 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2417/statm: 3400 797 370 3 0 500 0
[pid=2430] ppid=2417 vsize=5356 CPUtime=0
/proc/2430/stat : 2430 (sh) S 2417 2417 1159 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999999503 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2430/statm: 1339 233 193 169 0 50 0
[pid=2431] ppid=2430 vsize=864440 CPUtime=5.69
/proc/2431/stat : 2431 (java) S 2430 2417 1159 0 -1 0 13255 0 1 0 562 7 0 0 18 0 9 0 1999999504 885186560 12462 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2431/statm: 216110 12462 2564 9 0 210657 0
[pid=2431/tid=2432] ppid=2430 vsize=864440 CPUtime=4.79
/proc/2431/task/2432/stat : 2432 (java) R 2430 2417 1159 0 -1 64 3116 0 1 0 478 1 0 0 25 0 9 0 1999999505 885186560 12462 996147200 134512640 134550740 4294955952 18446744073709551615 4126605444 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2431/tid=2433] ppid=2430 vsize=864440 CPUtime=0.78
/proc/2431/task/2433/stat : 2433 (java) S 2430 2417 1159 0 -1 64 9095 0 0 0 73 5 0 0 16 0 9 0 1999999506 885186560 12462 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2431/tid=2434] ppid=2430 vsize=864440 CPUtime=0
/proc/2431/task/2434/stat : 2434 (java) S 2430 2417 1159 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999999506 885186560 12462 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2431/tid=2435] ppid=2430 vsize=864440 CPUtime=0
/proc/2431/task/2435/stat : 2435 (java) S 2430 2417 1159 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1999999506 885186560 12462 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2431/tid=2436] ppid=2430 vsize=864440 CPUtime=0
/proc/2431/task/2436/stat : 2436 (java) S 2430 2417 1159 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1999999508 885186560 12462 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2431/tid=2437] ppid=2430 vsize=864440 CPUtime=0.1
/proc/2431/task/2437/stat : 2437 (java) S 2430 2417 1159 0 -1 64 352 0 0 0 10 0 0 0 16 0 9 0 1999999508 885186560 12462 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2431/tid=2438] ppid=2430 vsize=864440 CPUtime=0
/proc/2431/task/2438/stat : 2438 (java) S 2430 2417 1159 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1999999508 885186560 12462 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2431/tid=2439] ppid=2430 vsize=864440 CPUtime=0
/proc/2431/task/2439/stat : 2439 (java) S 2430 2417 1159 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1999999508 885186560 12462 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 883396

[startup+12.7021 s]
/proc/loadavg: 1.99 1.98 1.99 3/85 2439
/proc/meminfo: memFree=1777336/2055920 swapFree=4180808/4192956
[pid=2417] ppid=2415 vsize=13600 CPUtime=0.44
/proc/2417/stat : 2417 (sugar) S 2415 2417 1159 0 -1 4194304 974 4652 0 1 3 0 38 3 15 0 1 0 1999999450 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2417/statm: 3400 797 370 3 0 500 0
[pid=2430] ppid=2417 vsize=5356 CPUtime=0
/proc/2430/stat : 2430 (sh) S 2417 2417 1159 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999999503 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2430/statm: 1339 233 193 169 0 50 0
[pid=2431] ppid=2430 vsize=864440 CPUtime=12.03
/proc/2431/stat : 2431 (java) S 2430 2417 1159 0 -1 0 14779 0 1 0 1192 11 0 0 18 0 9 0 1999999504 885186560 13907 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2431/statm: 216110 13907 2564 9 0 210657 0
[pid=2431/tid=2432] ppid=2430 vsize=864440 CPUtime=11.02
/proc/2431/task/2432/stat : 2432 (java) R 2430 2417 1159 0 -1 64 3195 0 1 0 1098 4 0 0 25 0 9 0 1999999505 885186560 13907 996147200 134512640 134550740 4294955952 18446744073709551615 4126583815 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2431/tid=2433] ppid=2430 vsize=864440 CPUtime=0.89
/proc/2431/task/2433/stat : 2433 (java) S 2430 2417 1159 0 -1 64 10537 0 0 0 83 6 0 0 16 0 9 0 1999999506 885186560 13907 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2431/tid=2434] ppid=2430 vsize=864440 CPUtime=0
/proc/2431/task/2434/stat : 2434 (java) S 2430 2417 1159 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999999506 885186560 13907 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2431/tid=2435] ppid=2430 vsize=864440 CPUtime=0
/proc/2431/task/2435/stat : 2435 (java) S 2430 2417 1159 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1999999506 885186560 13907 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2431/tid=2436] ppid=2430 vsize=864440 CPUtime=0
/proc/2431/task/2436/stat : 2436 (java) S 2430 2417 1159 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1999999508 885186560 13907 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2431/tid=2437] ppid=2430 vsize=864440 CPUtime=0.1
/proc/2431/task/2437/stat : 2437 (java) S 2430 2417 1159 0 -1 64 355 0 0 0 10 0 0 0 16 0 9 0 1999999508 885186560 13907 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2431/tid=2438] ppid=2430 vsize=864440 CPUtime=0
/proc/2431/task/2438/stat : 2438 (java) S 2430 2417 1159 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1999999508 885186560 13907 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2431/tid=2439] ppid=2430 vsize=864440 CPUtime=0
/proc/2431/task/2439/stat : 2439 (java) S 2430 2417 1159 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1999999508 885186560 13907 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 883396

[startup+25.5021 s]
/proc/loadavg: 1.99 1.98 1.99 4/85 2439
/proc/meminfo: memFree=1764792/2055920 swapFree=4180808/4192956
[pid=2417] ppid=2415 vsize=13600 CPUtime=0.44
/proc/2417/stat : 2417 (sugar) S 2415 2417 1159 0 -1 4194304 974 4652 0 1 3 0 38 3 16 0 1 0 1999999450 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2417/statm: 3400 797 370 3 0 500 0
[pid=2430] ppid=2417 vsize=5356 CPUtime=0
/proc/2430/stat : 2430 (sh) S 2417 2417 1159 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999999503 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2430/statm: 1339 233 193 169 0 50 0
[pid=2431] ppid=2430 vsize=864440 CPUtime=24.7
/proc/2431/stat : 2431 (java) S 2430 2417 1159 0 -1 0 19294 0 1 0 2452 18 0 0 18 0 9 0 1999999504 885186560 15782 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2431/statm: 216110 15782 2564 9 0 210657 0
[pid=2431/tid=2432] ppid=2430 vsize=864440 CPUtime=23.28
/proc/2431/task/2432/stat : 2432 (java) R 2430 2417 1159 0 -1 64 3344 0 1 0 2321 7 0 0 25 0 9 0 1999999505 885186560 15782 996147200 134512640 134550740 4294955952 18446744073709551615 4126605428 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2431/tid=2433] ppid=2430 vsize=864440 CPUtime=1.29
/proc/2431/task/2433/stat : 2433 (java) S 2430 2417 1159 0 -1 64 14902 0 0 0 119 10 0 0 16 0 9 0 1999999506 885186560 15782 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2431/tid=2434] ppid=2430 vsize=864440 CPUtime=0
/proc/2431/task/2434/stat : 2434 (java) S 2430 2417 1159 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999999506 885186560 15782 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2431/tid=2435] ppid=2430 vsize=864440 CPUtime=0
/proc/2431/task/2435/stat : 2435 (java) S 2430 2417 1159 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1999999506 885186560 15782 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=2431/tid=2437] ppid=2430 vsize=864440 CPUtime=0.11
/proc/2431/task/2437/stat : 2437 (java) S 2430 2417 1159 0 -1 64 356 0 0 0 11 0 0 0 16 0 9 0 1999999508 885186560 15782 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2431/tid=2438] ppid=2430 vsize=864440 CPUtime=0
/proc/2431/task/2438/stat : 2438 (java) S 2430 2417 1159 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1999999508 885186560 15782 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2431/tid=2439] ppid=2430 vsize=864440 CPUtime=0
/proc/2431/task/2439/stat : 2439 (java) S 2430 2417 1159 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1999999508 885186560 15782 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 883396

[startup+51.1012 s]
/proc/loadavg: 2.05 2.00 2.00 3/85 2439
/proc/meminfo: memFree=1749432/2055920 swapFree=4180808/4192956
[pid=2417] ppid=2415 vsize=13600 CPUtime=0.44
/proc/2417/stat : 2417 (sugar) S 2415 2417 1159 0 -1 4194304 974 4652 0 1 3 0 38 3 16 0 1 0 1999999450 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2417/statm: 3400 797 370 3 0 500 0
[pid=2430] ppid=2417 vsize=5356 CPUtime=0
/proc/2430/stat : 2430 (sh) S 2417 2417 1159 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999999503 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2430/statm: 1339 233 193 169 0 50 0
[pid=2431] ppid=2430 vsize=864440 CPUtime=50.06
/proc/2431/stat : 2431 (java) S 2430 2417 1159 0 -1 0 23038 0 1 0 4975 31 0 0 18 0 9 0 1999999504 885186560 16663 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2431/statm: 216110 16663 2564 9 0 210657 0
[pid=2431/tid=2432] ppid=2430 vsize=864440 CPUtime=47.99
/proc/2431/task/2432/stat : 2432 (java) R 2430 2417 1159 0 -1 64 3655 0 1 0 4783 16 0 0 25 0 9 0 1999999505 885186560 16663 996147200 134512640 134550740 4294955952 18446744073709551615 4126583925 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2431/tid=2433] ppid=2430 vsize=864440 CPUtime=1.93
/proc/2431/task/2433/stat : 2433 (java) S 2430 2417 1159 0 -1 64 18332 0 0 0 180 13 0 0 16 0 9 0 1999999506 885186560 16663 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2431/tid=2434] ppid=2430 vsize=864440 CPUtime=0
/proc/2431/task/2434/stat : 2434 (java) S 2430 2417 1159 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999999506 885186560 16663 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2431/tid=2435] ppid=2430 vsize=864440 CPUtime=0
/proc/2431/task/2435/stat : 2435 (java) S 2430 2417 1159 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1999999506 885186560 16663 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2431/tid=2436] ppid=2430 vsize=864440 CPUtime=0
/proc/2431/task/2436/stat : 2436 (java) S 2430 2417 1159 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1999999508 885186560 16663 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2431/tid=2437] ppid=2430 vsize=864440 CPUtime=0.11
/proc/2431/task/2437/stat : 2437 (java) S 2430 2417 1159 0 -1 64 359 0 0 0 11 0 0 0 16 0 9 0 1999999508 885186560 16663 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2431/tid=2438] ppid=2430 vsize=864440 CPUtime=0
/proc/2431/task/2438/stat : 2438 (java) S 2430 2417 1159 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1999999508 885186560 16663 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2431/tid=2439] ppid=2430 vsize=864440 CPUtime=0
/proc/2431/task/2439/stat : 2439 (java) S 2430 2417 1159 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1999999508 885186560 16663 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 883396

[startup+102.307 s]
/proc/loadavg: 2.07 2.01 2.00 3/77 2441
/proc/meminfo: memFree=1732216/2055920 swapFree=4180808/4192956
[pid=2417] ppid=2415 vsize=13600 CPUtime=81.76
/proc/2417/stat : 2417 (sugar) S 2415 2417 1159 0 -1 4194304 1031 34699 0 2 4 0 8118 54 16 0 1 0 1999999450 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2417/statm: 3400 798 370 3 0 500 0
[pid=2440] ppid=2417 vsize=5356 CPUtime=0
/proc/2440/stat : 2440 (sh) S 2417 2417 1159 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000007716 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2440/statm: 1339 232 193 169 0 50 0
[pid=2441] ppid=2440 vsize=57572 CPUtime=19.44
/proc/2441/stat : 2441 (minisat) R 2440 2417 1159 0 -1 4194304 14125 0 0 0 1933 11 0 0 25 0 1 0 2000007717 58953728 14111 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/2441/statm: 14393 14111 75 150 0 14240 0
Current children cumulated CPU time (s) 101.2
Current children cumulated vsize (KiB) 76528

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

[startup+127.902 s]
/proc/loadavg: 2.05 2.01 2.00 3/77 2441
/proc/meminfo: memFree=1730104/2055920 swapFree=4180808/4192956
[pid=2417] ppid=2415 vsize=13600 CPUtime=81.76
/proc/2417/stat : 2417 (sugar) S 2415 2417 1159 0 -1 4194304 1031 34699 0 2 4 0 8118 54 16 0 1 0 1999999450 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2417/statm: 3400 798 370 3 0 500 0
[pid=2440] ppid=2417 vsize=5356 CPUtime=0
/proc/2440/stat : 2440 (sh) S 2417 2417 1159 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000007716 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2440/statm: 1339 232 193 169 0 50 0
[pid=2441] ppid=2440 vsize=59524 CPUtime=44.79
/proc/2441/stat : 2441 (minisat) R 2440 2417 1159 0 -1 4194304 14600 0 0 0 4468 11 0 0 25 0 1 0 2000007717 60952576 14586 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/2441/statm: 14881 14586 75 150 0 14728 0
Current children cumulated CPU time (s) 126.55
Current children cumulated vsize (KiB) 78480

[startup+140.703 s]
/proc/loadavg: 2.04 2.01 2.00 3/77 2441
/proc/meminfo: memFree=1729336/2055920 swapFree=4180808/4192956
[pid=2417] ppid=2415 vsize=13600 CPUtime=81.76
/proc/2417/stat : 2417 (sugar) S 2415 2417 1159 0 -1 4194304 1031 34699 0 2 4 0 8118 54 16 0 1 0 1999999450 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2417/statm: 3400 798 370 3 0 500 0
[pid=2440] ppid=2417 vsize=5356 CPUtime=0
/proc/2440/stat : 2440 (sh) S 2417 2417 1159 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000007716 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2440/statm: 1339 232 193 169 0 50 0
[pid=2441] ppid=2440 vsize=60184 CPUtime=57.48
/proc/2441/stat : 2441 (minisat) R 2440 2417 1159 0 -1 4194304 14782 0 0 0 5737 11 0 0 25 0 1 0 2000007717 61628416 14768 996147200 134512640 135127466 4294956256 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 1 0 0
/proc/2441/statm: 15046 14768 75 150 0 14893 0
Current children cumulated CPU time (s) 139.24
Current children cumulated vsize (KiB) 79140

[startup+147.101 s]
/proc/loadavg: 2.03 2.01 2.00 3/77 2441
/proc/meminfo: memFree=1729016/2055920 swapFree=4180808/4192956
[pid=2417] ppid=2415 vsize=13600 CPUtime=81.76
/proc/2417/stat : 2417 (sugar) S 2415 2417 1159 0 -1 4194304 1031 34699 0 2 4 0 8118 54 16 0 1 0 1999999450 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2417/statm: 3400 798 370 3 0 500 0
[pid=2440] ppid=2417 vsize=5356 CPUtime=0
/proc/2440/stat : 2440 (sh) S 2417 2417 1159 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000007716 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2440/statm: 1339 232 193 169 0 50 0
[pid=2441] ppid=2440 vsize=60580 CPUtime=63.82
/proc/2441/stat : 2441 (minisat) R 2440 2417 1159 0 -1 4194304 14867 0 0 0 6371 11 0 0 25 0 1 0 2000007717 62033920 14853 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/2441/statm: 15145 14853 75 150 0 14992 0
Current children cumulated CPU time (s) 145.58
Current children cumulated vsize (KiB) 79536

[startup+153.502 s]
/proc/loadavg: 2.03 2.01 2.00 3/77 2441
/proc/meminfo: memFree=1728696/2055920 swapFree=4180808/4192956
[pid=2417] ppid=2415 vsize=13600 CPUtime=81.76
/proc/2417/stat : 2417 (sugar) S 2415 2417 1159 0 -1 4194304 1031 34699 0 2 4 0 8118 54 16 0 1 0 1999999450 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2417/statm: 3400 798 370 3 0 500 0
[pid=2440] ppid=2417 vsize=5356 CPUtime=0
/proc/2440/stat : 2440 (sh) S 2417 2417 1159 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000007716 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2440/statm: 1339 232 193 169 0 50 0
[pid=2441] ppid=2440 vsize=60968 CPUtime=70.16
/proc/2441/stat : 2441 (minisat) R 2440 2417 1159 0 -1 4194304 14936 0 0 0 7005 11 0 0 25 0 1 0 2000007717 62431232 14922 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/2441/statm: 15242 14922 75 150 0 15089 0
Current children cumulated CPU time (s) 151.92
Current children cumulated vsize (KiB) 79924

[startup+155.107 s]
/proc/loadavg: 2.03 2.01 2.00 3/77 2441
/proc/meminfo: memFree=1728632/2055920 swapFree=4180808/4192956
[pid=2417] ppid=2415 vsize=13600 CPUtime=81.76
/proc/2417/stat : 2417 (sugar) S 2415 2417 1159 0 -1 4194304 1031 34699 0 2 4 0 8118 54 16 0 1 0 1999999450 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2417/statm: 3400 798 370 3 0 500 0
[pid=2440] ppid=2417 vsize=5356 CPUtime=0
/proc/2440/stat : 2440 (sh) S 2417 2417 1159 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000007716 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2440/statm: 1339 232 193 169 0 50 0
[pid=2441] ppid=2440 vsize=60968 CPUtime=71.75
/proc/2441/stat : 2441 (minisat) R 2440 2417 1159 0 -1 4194304 14956 0 0 0 7164 11 0 0 25 0 1 0 2000007717 62431232 14942 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/2441/statm: 15242 14942 75 150 0 15089 0
Current children cumulated CPU time (s) 153.51
Current children cumulated vsize (KiB) 79924

[startup+155.902 s]
/proc/loadavg: 2.03 2.01 2.00 3/77 2441
/proc/meminfo: memFree=1728632/2055920 swapFree=4180808/4192956
[pid=2417] ppid=2415 vsize=13600 CPUtime=81.76
/proc/2417/stat : 2417 (sugar) S 2415 2417 1159 0 -1 4194304 1031 34699 0 2 4 0 8118 54 16 0 1 0 1999999450 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2417/statm: 3400 798 370 3 0 500 0
[pid=2440] ppid=2417 vsize=5356 CPUtime=0
/proc/2440/stat : 2440 (sh) S 2417 2417 1159 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000007716 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2440/statm: 1339 232 193 169 0 50 0
[pid=2441] ppid=2440 vsize=60968 CPUtime=72.54
/proc/2441/stat : 2441 (minisat) R 2440 2417 1159 0 -1 4194304 14963 0 0 0 7242 12 0 0 25 0 1 0 2000007717 62431232 14949 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/2441/statm: 15242 14949 75 150 0 15089 0
Current children cumulated CPU time (s) 154.3
Current children cumulated vsize (KiB) 79924

[startup+156.302 s]
/proc/loadavg: 2.03 2.01 2.00 3/77 2441
/proc/meminfo: memFree=1728568/2055920 swapFree=4180808/4192956
[pid=2417] ppid=2415 vsize=13600 CPUtime=81.76
/proc/2417/stat : 2417 (sugar) S 2415 2417 1159 0 -1 4194304 1031 34699 0 2 4 0 8118 54 16 0 1 0 1999999450 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2417/statm: 3400 798 370 3 0 500 0
[pid=2440] ppid=2417 vsize=5356 CPUtime=0
/proc/2440/stat : 2440 (sh) S 2417 2417 1159 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000007716 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2440/statm: 1339 232 193 169 0 50 0
[pid=2441] ppid=2440 vsize=60968 CPUtime=72.94
/proc/2441/stat : 2441 (minisat) R 2440 2417 1159 0 -1 4194304 14967 0 0 0 7282 12 0 0 25 0 1 0 2000007717 62431232 14953 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/2441/statm: 15242 14953 75 150 0 15089 0
Current children cumulated CPU time (s) 154.7
Current children cumulated vsize (KiB) 79924

[startup+156.701 s]
/proc/loadavg: 2.03 2.01 2.00 3/77 2441
/proc/meminfo: memFree=1728568/2055920 swapFree=4180808/4192956
[pid=2417] ppid=2415 vsize=13600 CPUtime=155.07
/proc/2417/stat : 2417 (sugar) R 2415 2417 1159 0 -1 4194304 1116 53608 0 3 4 2 15431 70 16 0 1 0 1999999450 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 257203868713 0 0 4224 16386 0 0 0 17 1 0 0
/proc/2417/statm: 3400 799 371 3 0 500 0
Current children cumulated CPU time (s) 155.07
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 156.707
CPU time (s): 155.094
CPU user time (s): 154.357
CPU system time (s): 0.737887
CPU usage (%): 98.9708
Max. virtual memory (cumulated for all children) (KiB): 888776

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 154.357
system time used= 0.737887
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54754
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= 10314
involuntary context switches= 13494

runsolver used 0.201969 second user time and 0.532918 second system time

The end

Launcher Data (download as text)

Begin job on node65 at 2008-07-05 00:24:57
IDJOB=1079587
IDBENCH=56891
IDSOLVER=346
FILE ID=node65/1079587-1215210296
PBS_JOBID= 7881658
Free space on /tmp= 66488 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/lexVg/normalized-crossword-m1c-lex-vg9-12_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-1079587-1215210296/watcher-1079587-1215210296 -o /tmp/evaluation-result-1079587-1215210296/solver-1079587-1215210296 -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-1079587-1215210296.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5382d16035fc6bfdaa42e998302ae420
RANDOM SEED=2107260341

node65.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.231
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.231
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:       1827952 kB
Buffers:         23384 kB
Cached:         124088 kB
SwapCached:       5732 kB
Active:         127656 kB
Inactive:        47320 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1827952 kB
SwapTotal:     4192956 kB
SwapFree:      4180808 kB
Dirty:            1356 kB
Writeback:           0 kB
Mapped:          34660 kB
Slab:            38148 kB
Committed_AS:  3953796 kB
PageTables:       1908 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= 66484 MiB
End job on node65 at 2008-07-05 00:27:33