Trace number 1079840

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisatSAT 561.944 567.325

General information on the benchmark

Namecsp/rand-3-20-20/
normalized-rand-3-20-20-60-632-4_ext.xml
MD5SUMff3c193c686cac8c77e7a29fedb75a8b
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.87856
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints60
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension60
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:38:08 2008
0.00/0.04	c 0	PID 8316
0.03/0.05	c 0	HOST node40.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1079840-1215211088.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1079840-1215211088.xml' 'HOME/temp.csp'
0.03/0.72	c 1	1 domains, 20 variables, 0 predicates, 60 relations, 60 constraints
0.03/0.73	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.73	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.69/0.81	c 1	Parsing HOME/temp.csp
1.83/1.94	c 2	parsed 141 expressions
1.83/1.94	c 2	Heap : 21 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.83/1.94	c 2	Converting to clausal form CSP
1.83/1.96	c 2	converted 15 (10%) expressions
2.03/2.14	c 2	converted 29 (20%) expressions
2.03/2.14	c 2	converted 43 (30%) expressions
2.03/2.14	c 2	converted 57 (40%) expressions
2.03/2.16	c 2	converted 71 (50%) expressions
2.13/2.22	c 2	converted 85 (60%) expressions
2.23/2.33	c 2	converted 99 (70%) expressions
2.32/2.46	c 2	converted 113 (80%) expressions
2.62/2.76	c 3	converted 127 (90%) expressions
2.81/2.93	c 3	converted 141 (100%) expressions
2.81/2.93	c 3	CSP : 20 integers, 0 booleans, 60 clauses, largest domain size 20
2.81/2.93	c 3	Heap : 41 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.81/2.93	c 3	Propagation in CSP
2.81/2.93	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.81/2.93	c 3	CSP : 20 integers, 0 booleans, 60 clauses, largest domain size 20
2.81/2.93	c 3	Heap : 41 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.81/2.93	c 3	Simplifing CSP by introducing new Boolean variables
2.81/2.93	c 3	CSP : 20 integers, 0 booleans, 60 clauses, largest domain size 20
2.81/2.93	c 3	Heap : 41 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.93/3.05	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.93/3.06	c 3	2 (10%) CSP integer variables are encoded (36 clauses, 371 bytes)
2.93/3.06	c 3	4 (20%) CSP integer variables are encoded (72 clauses, 695 bytes)
2.93/3.06	c 3	6 (30%) CSP integer variables are encoded (108 clauses, 1048 bytes)
2.93/3.07	c 3	8 (40%) CSP integer variables are encoded (144 clauses, 1444 bytes)
2.93/3.07	c 3	10 (50%) CSP integer variables are encoded (180 clauses, 1840 bytes)
2.93/3.07	c 3	12 (60%) CSP integer variables are encoded (216 clauses, 2236 bytes)
2.93/3.07	c 3	14 (70%) CSP integer variables are encoded (252 clauses, 2632 bytes)
2.93/3.07	c 3	16 (80%) CSP integer variables are encoded (288 clauses, 3028 bytes)
2.93/3.07	c 3	18 (90%) CSP integer variables are encoded (324 clauses, 3424 bytes)
2.93/3.07	c 3	20 (100%) CSP integer variables are encoded (360 clauses, 3820 bytes)
3.12/3.27	c 3	6 (10%) CSP clauses are encoded (11108 clauses, 248348 bytes)
3.32/3.41	c 3	12 (20%) CSP clauses are encoded (21953 clauses, 501457 bytes)
3.42/3.55	c 3	18 (30%) CSP clauses are encoded (32696 clauses, 761419 bytes)
3.51/3.68	c 4	24 (40%) CSP clauses are encoded (43527 clauses, 1017112 bytes)
3.71/3.81	c 4	30 (50%) CSP clauses are encoded (54288 clauses, 1280870 bytes)
3.81/3.95	c 4	36 (60%) CSP clauses are encoded (65202 clauses, 1552538 bytes)
3.91/4.08	c 4	42 (70%) CSP clauses are encoded (75952 clauses, 1825395 bytes)
4.12/4.21	c 4	48 (80%) CSP clauses are encoded (86742 clauses, 2112721 bytes)
4.21/4.35	c 4	54 (90%) CSP clauses are encoded (97605 clauses, 2403439 bytes)
4.31/4.49	c 4	60 (100%) CSP clauses are encoded (108400 clauses, 2692559 bytes)
4.31/4.49	c 4	60 CSP clauses encoded
4.31/4.49	c 4	Writing map file : HOME/temp.map
4.31/4.49	c 4	Heap : 16 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.31/4.49	c 4	SAT : 380 SAT variables, 108400 SAT clauses, 2692559 bytes
4.31/4.49	c 4	Heap : 16 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.41/4.50	c 4	SOLVING HOME/temp.cnf
4.41/4.50	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.41/4.50	c 4	This is MiniSat 2.0 beta
4.41/4.50	c 4	WARNING: for repeatability, setting FPU to use double precision
4.41/4.50	c 4	============================[ Problem Statistics ]=============================
4.41/4.50	c 4	|                                                                             |
4.41/4.51	c 4	|  Number of variables:  380                                                  |
4.41/4.51	c 4	|  Number of clauses:    108400                                               |
4.41/4.58	c 4	|  Parsing time:         0.06         s                                       |
4.41/4.58	c 4	============================[ Search Statistics ]==============================
4.41/4.58	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.41/4.58	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.41/4.58	c 4	===============================================================================
4.41/4.58	c 4	|         0 |     380   108400   595224 |    36133        0    nan |  0.000 % |
4.43/4.66	c 5	|       100 |     380   108400   595224 |    39746      100      8 |  0.001 % |
4.43/4.76	c 5	|       250 |     380   108400   595224 |    43721      250     10 |  0.013 % |
4.43/4.88	c 5	|       475 |     380   108400   595224 |    48093      475     11 |  0.013 % |
4.43/5.01	c 5	|       812 |     380   108400   595224 |    52902      812     11 |  0.013 % |
4.43/5.29	c 5	|      1318 |     380   108400   595224 |    58193     1318     11 |  0.008 % |
5.50/5.63	c 6	|      2078 |     380   108400   595224 |    64012     2078     12 |  0.013 % |
5.99/6.12	c 6	|      3219 |     380   108400   595224 |    70413     3219     12 |  0.010 % |
6.78/6.91	c 7	|      4930 |     380   108400   595224 |    77455     4930     12 |  0.013 % |
7.78/7.98	c 8	|      7492 |     380   108400   595224 |    85200     7492     12 |  0.015 % |
9.56/9.72	c 10	|     11336 |     380   108400   595224 |    93720    11336     12 |  0.016 % |
12.63/12.81	c 13	|     17105 |     380   108400   595224 |   103092    17105     12 |  0.017 % |
16.99/17.28	c 17	|     25755 |     380   108400   595224 |   113401    25755     13 |  0.018 % |
25.21/25.59	c 26	|     38729 |     380   108400   595224 |   124742    38729     14 |  0.004 % |
39.18/39.69	c 40	|     58190 |     380   108400   595224 |   137216    58190     14 |  0.006 % |
64.52/65.23	c 65	|     87382 |     380   108400   595224 |   150937    87382     14 |  0.020 % |
114.95/116.12	c 116	|    131171 |     380   108400   595224 |   166031   131171     16 |  0.003 % |
187.66/189.51	c 189	|    196857 |     378   107021   588437 |   182634    10600     11 |  0.527 % |
264.33/266.98	c 267	|    295383 |     378   107021   588437 |   200898   109126     16 |  0.536 % |
455.52/459.97	c 460	|    443172 |     375   102709   566032 |   220988   173724     17 |  1.316 % |
561.70/567.19	c 567	===============================================================================
561.70/567.19	c 567	restarts              : 20
561.70/567.19	c 567	conflicts             : 520873         (935 /sec)
561.70/567.19	c 567	decisions             : 622049         (1.49 % random) (1116 /sec)
561.70/567.19	c 567	propagations          : 25694085       (46106 /sec)
561.70/567.19	c 567	conflict literals     : 8567926        (31.07 % deleted)
561.70/567.19	c 567	Memory used           : 31.85 MB
561.70/567.19	c 567	CPU time              : 557.279 s
561.70/567.19	c 567	
561.70/567.19	c 567	SATISFIABLE
561.80/567.20	c 567	DECODING HOME/temp.out WITH HOME/temp.map
561.80/567.20	c 567	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
561.80/567.29	c 567	Decoding HOME/temp.out
561.81/567.30	s SATISFIABLE
561.81/567.31	v 18 17 0 8 11 9 2 11 9 5 6 3 9 16 15 8 14 6 3 2
561.81/567.31	c 567	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
561.81/567.32	c 567	CPU 561.61 (0.04 0.01 561.57 0.3)
561.81/567.32	c 567	END Sat Jul  5 00:47:35 2008

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

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

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


[startup+0 s]
/proc/loadavg: 2.01 2.04 2.01 4/81 8316
/proc/meminfo: memFree=1537168/2055920 swapFree=4095852/4192956
[pid=8316] ppid=8314 vsize=12268 CPUtime=0
/proc/8316/stat : 8316 (sugar) R 8314 8316 7095 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1550776461 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 264519776869 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/8316/statm: 3067 316 241 3 0 167 0

[startup+0.0504879 s]
/proc/loadavg: 2.01 2.04 2.01 4/81 8316
/proc/meminfo: memFree=1537168/2055920 swapFree=4095852/4192956
[pid=8316] ppid=8314 vsize=13600 CPUtime=0.03
/proc/8316/stat : 8316 (sugar) S 8314 8316 7095 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 1550776461 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8316/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101736 s]
/proc/loadavg: 2.01 2.04 2.01 4/81 8316
/proc/meminfo: memFree=1537168/2055920 swapFree=4095852/4192956
[pid=8316] ppid=8314 vsize=13600 CPUtime=0.03
/proc/8316/stat : 8316 (sugar) S 8314 8316 7095 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1550776461 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8316/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301762 s]
/proc/loadavg: 2.01 2.04 2.01 4/81 8316
/proc/meminfo: memFree=1537168/2055920 swapFree=4095852/4192956
[pid=8316] ppid=8314 vsize=13600 CPUtime=0.03
/proc/8316/stat : 8316 (sugar) S 8314 8316 7095 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1550776461 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8316/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701814 s]
/proc/loadavg: 2.01 2.04 2.01 4/81 8316
/proc/meminfo: memFree=1537168/2055920 swapFree=4095852/4192956
[pid=8316] ppid=8314 vsize=13600 CPUtime=0.03
/proc/8316/stat : 8316 (sugar) S 8314 8316 7095 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1550776461 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8316/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50292 s]
/proc/loadavg: 2.01 2.04 2.01 5/92 8338
/proc/meminfo: memFree=1525048/2055920 swapFree=4095852/4192956
[pid=8316] ppid=8314 vsize=13600 CPUtime=0.69
/proc/8316/stat : 8316 (sugar) S 8314 8316 7095 0 -1 4194304 973 6926 0 1 3 0 60 6 16 0 1 0 1550776461 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8316/statm: 3400 797 370 3 0 500 0
[pid=8329] ppid=8316 vsize=5356 CPUtime=0
/proc/8329/stat : 8329 (sh) S 8316 8316 7095 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1550776535 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8329/statm: 1339 233 193 169 0 50 0
[pid=8330] ppid=8329 vsize=864012 CPUtime=0.74
/proc/8330/stat : 8330 (java) S 8329 8316 7095 0 -1 0 7705 0 1 0 71 3 0 0 18 0 9 0 1550776535 884748288 6986 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8330/statm: 216003 6986 2532 9 0 210585 0
[pid=8330/tid=8331] ppid=8329 vsize=864012 CPUtime=0.46
/proc/8330/task/8331/stat : 8331 (java) R 8329 8316 7095 0 -1 64 2467 0 1 0 46 0 0 0 23 0 9 0 1550776536 884748288 6986 996147200 134512640 134550740 4294955952 18446744073709551615 4126452502 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8330/tid=8332] ppid=8329 vsize=864012 CPUtime=0.22
/proc/8330/task/8332/stat : 8332 (java) S 8329 8316 7095 0 -1 64 4229 0 0 0 21 1 0 0 16 0 9 0 1550776537 884748288 6986 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8330/tid=8333] ppid=8329 vsize=864012 CPUtime=0
/proc/8330/task/8333/stat : 8333 (java) S 8329 8316 7095 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1550776537 884748288 6986 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8330/tid=8334] ppid=8329 vsize=864012 CPUtime=0
/proc/8330/task/8334/stat : 8334 (java) S 8329 8316 7095 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1550776537 884748288 6986 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8330/tid=8335] ppid=8329 vsize=864012 CPUtime=0
/proc/8330/task/8335/stat : 8335 (java) S 8329 8316 7095 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1550776539 884748288 6986 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8330/tid=8336] ppid=8329 vsize=864012 CPUtime=0.03
/proc/8330/task/8336/stat : 8336 (java) S 8329 8316 7095 0 -1 64 312 0 0 0 3 0 0 0 16 0 9 0 1550776539 884748288 6986 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8330/tid=8337] ppid=8329 vsize=864012 CPUtime=0
/proc/8330/task/8337/stat : 8337 (java) S 8329 8316 7095 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1550776539 884748288 6986 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8330/tid=8338] ppid=8329 vsize=864012 CPUtime=0
/proc/8330/task/8338/stat : 8338 (java) S 8329 8316 7095 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1550776539 884748288 6986 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 882968

[startup+3.10113 s]
/proc/loadavg: 2.01 2.04 2.01 4/92 8338
/proc/meminfo: memFree=1505144/2055920 swapFree=4095852/4192956
[pid=8316] ppid=8314 vsize=13600 CPUtime=0.7
/proc/8316/stat : 8316 (sugar) S 8314 8316 7095 0 -1 4194304 974 6926 0 1 4 0 60 6 15 0 1 0 1550776461 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8316/statm: 3400 797 370 3 0 500 0
[pid=8329] ppid=8316 vsize=5356 CPUtime=0
/proc/8329/stat : 8329 (sh) S 8316 8316 7095 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1550776535 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8329/statm: 1339 233 193 169 0 50 0
[pid=8330] ppid=8329 vsize=864272 CPUtime=2.32
/proc/8330/stat : 8330 (java) S 8329 8316 7095 0 -1 0 15717 0 1 0 224 8 0 0 18 0 9 0 1550776535 885014528 14926 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8330/statm: 216068 14926 2564 9 0 210615 0
[pid=8330/tid=8331] ppid=8329 vsize=864272 CPUtime=1.09
/proc/8330/task/8331/stat : 8331 (java) R 8329 8316 7095 0 -1 64 3257 0 1 0 108 1 0 0 25 0 9 0 1550776536 885014528 14926 996147200 134512640 134550740 4294955952 18446744073709551615 4125978168 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8330/tid=8332] ppid=8329 vsize=864272 CPUtime=1.15
/proc/8330/task/8332/stat : 8332 (java) S 8329 8316 7095 0 -1 64 11432 0 0 0 110 5 0 0 18 0 9 0 1550776537 885014528 14926 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8330/tid=8333] ppid=8329 vsize=864272 CPUtime=0
/proc/8330/task/8333/stat : 8333 (java) S 8329 8316 7095 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1550776537 885014528 14926 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8330/tid=8334] ppid=8329 vsize=864272 CPUtime=0
/proc/8330/task/8334/stat : 8334 (java) S 8329 8316 7095 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1550776537 885014528 14926 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8330/tid=8335] ppid=8329 vsize=864272 CPUtime=0
/proc/8330/task/8335/stat : 8335 (java) S 8329 8316 7095 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1550776539 885014528 14926 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8330/tid=8336] ppid=8329 vsize=864272 CPUtime=0.06
/proc/8330/task/8336/stat : 8336 (java) S 8329 8316 7095 0 -1 64 331 0 0 0 6 0 0 0 16 0 9 0 1550776539 885014528 14926 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8330/tid=8337] ppid=8329 vsize=864272 CPUtime=0
/proc/8330/task/8337/stat : 8337 (java) S 8329 8316 7095 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1550776539 885014528 14926 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8330/tid=8338] ppid=8329 vsize=864272 CPUtime=0
/proc/8330/task/8338/stat : 8338 (java) S 8329 8316 7095 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1550776539 885014528 14926 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 883228

[startup+6.30154 s]
/proc/loadavg: 2.01 2.04 2.01 3/84 8340
/proc/meminfo: memFree=1522744/2055920 swapFree=4095852/4192956
[pid=8316] ppid=8314 vsize=13600 CPUtime=4.43
/proc/8316/stat : 8316 (sugar) S 8314 8316 7095 0 -1 4194304 1031 23011 0 2 4 0 421 18 15 0 1 0 1550776461 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8316/statm: 3400 798 370 3 0 500 0
[pid=8339] ppid=8316 vsize=5356 CPUtime=0
/proc/8339/stat : 8339 (sh) S 8316 8316 7095 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1550776912 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8339/statm: 1339 232 193 169 0 50 0
[pid=8340] ppid=8339 vsize=8572 CPUtime=1.76
/proc/8340/stat : 8340 (minisat) R 8339 8316 7095 0 -1 4194304 2023 0 0 0 175 1 0 0 25 0 1 0 1550776912 8777728 2009 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8340/statm: 2143 2009 75 150 0 1990 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 27528

[startup+12.7014 s]
/proc/loadavg: 2.01 2.04 2.00 3/84 8340
/proc/meminfo: memFree=1521400/2055920 swapFree=4095852/4192956
[pid=8316] ppid=8314 vsize=13600 CPUtime=4.43
/proc/8316/stat : 8316 (sugar) S 8314 8316 7095 0 -1 4194304 1031 23011 0 2 4 0 421 18 16 0 1 0 1550776461 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8316/statm: 3400 798 370 3 0 500 0
[pid=8339] ppid=8316 vsize=5356 CPUtime=0
/proc/8339/stat : 8339 (sh) S 8316 8316 7095 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1550776912 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8339/statm: 1339 232 193 169 0 50 0
[pid=8340] ppid=8339 vsize=9676 CPUtime=8.1
/proc/8340/stat : 8340 (minisat) R 8339 8316 7095 0 -1 4194304 2300 0 0 0 809 1 0 0 25 0 1 0 1550776912 9908224 2286 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8340/statm: 2419 2286 75 150 0 2266 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 28632

[startup+25.502 s]
/proc/loadavg: 2.01 2.04 2.00 3/84 8340
/proc/meminfo: memFree=1519544/2055920 swapFree=4095852/4192956
[pid=8316] ppid=8314 vsize=13600 CPUtime=4.43
/proc/8316/stat : 8316 (sugar) S 8314 8316 7095 0 -1 4194304 1031 23011 0 2 4 0 421 18 16 0 1 0 1550776461 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8316/statm: 3400 798 370 3 0 500 0
[pid=8339] ppid=8316 vsize=5356 CPUtime=0
/proc/8339/stat : 8339 (sh) S 8316 8316 7095 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1550776912 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8339/statm: 1339 232 193 169 0 50 0
[pid=8340] ppid=8339 vsize=11524 CPUtime=20.78
/proc/8340/stat : 8340 (minisat) R 8339 8316 7095 0 -1 4194304 2771 0 0 0 2076 2 0 0 25 0 1 0 1550776912 11800576 2757 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/8340/statm: 2881 2757 75 150 0 2728 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 30480

[startup+51.1014 s]
/proc/loadavg: 2.00 2.04 2.00 3/84 8340
/proc/meminfo: memFree=1516408/2055920 swapFree=4095852/4192956
[pid=8316] ppid=8314 vsize=13600 CPUtime=4.43
/proc/8316/stat : 8316 (sugar) S 8314 8316 7095 0 -1 4194304 1031 23011 0 2 4 0 421 18 16 0 1 0 1550776461 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8316/statm: 3400 798 370 3 0 500 0
[pid=8339] ppid=8316 vsize=5356 CPUtime=0
/proc/8339/stat : 8339 (sh) S 8316 8316 7095 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1550776912 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8339/statm: 1339 232 193 169 0 50 0
[pid=8340] ppid=8339 vsize=14780 CPUtime=46.13
/proc/8340/stat : 8340 (minisat) R 8339 8316 7095 0 -1 4194304 3547 0 0 0 4610 3 0 0 25 0 1 0 1550776912 15134720 3533 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8340/statm: 3695 3533 75 150 0 3542 0
Current children cumulated CPU time (s) 50.56
Current children cumulated vsize (KiB) 33736

[startup+102.307 s]
/proc/loadavg: 2.00 2.03 2.00 3/84 8342
/proc/meminfo: memFree=1511544/2055920 swapFree=4095852/4192956
[pid=8316] ppid=8314 vsize=13600 CPUtime=4.43
/proc/8316/stat : 8316 (sugar) S 8314 8316 7095 0 -1 4194304 1031 23011 0 2 4 0 421 18 16 0 1 0 1550776461 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8316/statm: 3400 798 370 3 0 500 0
[pid=8339] ppid=8316 vsize=5356 CPUtime=0
/proc/8339/stat : 8339 (sh) S 8316 8316 7095 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1550776912 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8339/statm: 1339 232 193 169 0 50 0
[pid=8340] ppid=8339 vsize=19536 CPUtime=96.84
/proc/8340/stat : 8340 (minisat) R 8339 8316 7095 0 -1 4194304 4731 0 0 0 9680 4 0 0 25 0 1 0 1550776912 20004864 4717 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8340/statm: 4884 4717 75 150 0 4731 0
Current children cumulated CPU time (s) 101.27
Current children cumulated vsize (KiB) 38492

[startup+162.302 s]
/proc/loadavg: 2.00 2.02 2.00 3/84 8342
/proc/meminfo: memFree=1507320/2055920 swapFree=4095852/4192956
[pid=8316] ppid=8314 vsize=13600 CPUtime=4.43
/proc/8316/stat : 8316 (sugar) S 8314 8316 7095 0 -1 4194304 1031 23011 0 2 4 0 421 18 16 0 1 0 1550776461 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8316/statm: 3400 798 370 3 0 500 0
[pid=8339] ppid=8316 vsize=5356 CPUtime=0

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

/proc/8316/statm: 3400 798 370 3 0 500 0
[pid=8339] ppid=8316 vsize=5356 CPUtime=0
/proc/8339/stat : 8339 (sh) S 8316 8316 7095 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1550776912 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8339/statm: 1339 232 193 169 0 50 0
[pid=8340] ppid=8339 vsize=24516 CPUtime=334.59
/proc/8340/stat : 8340 (minisat) R 8339 8316 7095 0 -1 4194304 5934 0 0 0 33453 6 0 0 25 0 1 0 1550776912 25104384 5920 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8340/statm: 6129 5920 75 150 0 5976 0
Current children cumulated CPU time (s) 339.02
Current children cumulated vsize (KiB) 43472

[startup+402.303 s]
/proc/loadavg: 2.06 2.01 2.00 3/84 8342
/proc/meminfo: memFree=1506552/2055920 swapFree=4095852/4192956
[pid=8316] ppid=8314 vsize=13600 CPUtime=4.43
/proc/8316/stat : 8316 (sugar) S 8314 8316 7095 0 -1 4194304 1031 23011 0 2 4 0 421 18 16 0 1 0 1550776461 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8316/statm: 3400 798 370 3 0 500 0
[pid=8339] ppid=8316 vsize=5356 CPUtime=0
/proc/8339/stat : 8339 (sh) S 8316 8316 7095 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1550776912 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8339/statm: 1339 232 193 169 0 50 0
[pid=8340] ppid=8339 vsize=24516 CPUtime=394.03
/proc/8340/stat : 8340 (minisat) R 8339 8316 7095 0 -1 4194304 5936 0 0 0 39397 6 0 0 25 0 1 0 1550776912 25104384 5922 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8340/statm: 6129 5922 75 150 0 5976 0
Current children cumulated CPU time (s) 398.46
Current children cumulated vsize (KiB) 43472

[startup+462.303 s]
/proc/loadavg: 2.02 2.01 2.00 3/84 8342
/proc/meminfo: memFree=1503288/2055920 swapFree=4095852/4192956
[pid=8316] ppid=8314 vsize=13600 CPUtime=4.43
/proc/8316/stat : 8316 (sugar) S 8314 8316 7095 0 -1 4194304 1031 23011 0 2 4 0 421 18 16 0 1 0 1550776461 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8316/statm: 3400 798 370 3 0 500 0
[pid=8339] ppid=8316 vsize=5356 CPUtime=0
/proc/8339/stat : 8339 (sh) S 8316 8316 7095 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1550776912 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8339/statm: 1339 232 193 169 0 50 0
[pid=8340] ppid=8339 vsize=27712 CPUtime=453.46
/proc/8340/stat : 8340 (minisat) R 8339 8316 7095 0 -1 4194304 6753 0 0 0 45338 8 0 0 25 0 1 0 1550776912 28377088 6739 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8340/statm: 6928 6739 75 150 0 6775 0
Current children cumulated CPU time (s) 457.89
Current children cumulated vsize (KiB) 46668

[startup+522.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 8342
/proc/meminfo: memFree=1499960/2055920 swapFree=4095852/4192956
[pid=8316] ppid=8314 vsize=13600 CPUtime=4.43
/proc/8316/stat : 8316 (sugar) S 8314 8316 7095 0 -1 4194304 1031 23011 0 2 4 0 421 18 16 0 1 0 1550776461 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8316/statm: 3400 798 370 3 0 500 0
[pid=8339] ppid=8316 vsize=5356 CPUtime=0
/proc/8339/stat : 8339 (sh) S 8316 8316 7095 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1550776912 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8339/statm: 1339 232 193 169 0 50 0
[pid=8340] ppid=8339 vsize=31544 CPUtime=512.9
/proc/8340/stat : 8340 (minisat) R 8339 8316 7095 0 -1 4194304 7604 0 0 0 51281 9 0 0 25 0 1 0 1550776912 32301056 7590 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/8340/statm: 7886 7590 75 150 0 7733 0
Current children cumulated CPU time (s) 517.33
Current children cumulated vsize (KiB) 50500

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

[startup+537.501 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 8342
/proc/meminfo: memFree=1499128/2055920 swapFree=4095852/4192956
[pid=8316] ppid=8314 vsize=13600 CPUtime=4.43
/proc/8316/stat : 8316 (sugar) S 8314 8316 7095 0 -1 4194304 1031 23011 0 2 4 0 421 18 16 0 1 0 1550776461 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8316/statm: 3400 798 370 3 0 500 0
[pid=8339] ppid=8316 vsize=5356 CPUtime=0
/proc/8339/stat : 8339 (sh) S 8316 8316 7095 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1550776912 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8339/statm: 1339 232 193 169 0 50 0
[pid=8340] ppid=8339 vsize=32348 CPUtime=527.95
/proc/8340/stat : 8340 (minisat) R 8339 8316 7095 0 -1 4194304 7801 0 0 0 52786 9 0 0 25 0 1 0 1550776912 33124352 7787 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8340/statm: 8087 7787 75 150 0 7934 0
Current children cumulated CPU time (s) 532.38
Current children cumulated vsize (KiB) 51304

[startup+550.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 8342
/proc/meminfo: memFree=1498808/2055920 swapFree=4095852/4192956
[pid=8316] ppid=8314 vsize=13600 CPUtime=4.43
/proc/8316/stat : 8316 (sugar) S 8314 8316 7095 0 -1 4194304 1031 23011 0 2 4 0 421 18 16 0 1 0 1550776461 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8316/statm: 3400 798 370 3 0 500 0
[pid=8339] ppid=8316 vsize=5356 CPUtime=0
/proc/8339/stat : 8339 (sh) S 8316 8316 7095 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1550776912 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8339/statm: 1339 232 193 169 0 50 0
[pid=8340] ppid=8339 vsize=32612 CPUtime=540.63
/proc/8340/stat : 8340 (minisat) R 8339 8316 7095 0 -1 4194304 7876 0 0 0 54054 9 0 0 25 0 1 0 1550776912 33394688 7862 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8340/statm: 8153 7862 75 150 0 8000 0
Current children cumulated CPU time (s) 545.06
Current children cumulated vsize (KiB) 51568

[startup+556.703 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 8342
/proc/meminfo: memFree=1498808/2055920 swapFree=4095852/4192956
[pid=8316] ppid=8314 vsize=13600 CPUtime=4.43
/proc/8316/stat : 8316 (sugar) S 8314 8316 7095 0 -1 4194304 1031 23011 0 2 4 0 421 18 16 0 1 0 1550776461 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8316/statm: 3400 798 370 3 0 500 0
[pid=8339] ppid=8316 vsize=5356 CPUtime=0
/proc/8339/stat : 8339 (sh) S 8316 8316 7095 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1550776912 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8339/statm: 1339 232 193 169 0 50 0
[pid=8340] ppid=8339 vsize=32612 CPUtime=546.97
/proc/8340/stat : 8340 (minisat) R 8339 8316 7095 0 -1 4194304 7876 0 0 0 54688 9 0 0 25 0 1 0 1550776912 33394688 7862 996147200 134512640 135127466 4294956256 18446744073709551615 134530933 0 0 4096 3 0 0 0 17 1 0 0
/proc/8340/statm: 8153 7862 75 150 0 8000 0
Current children cumulated CPU time (s) 551.4
Current children cumulated vsize (KiB) 51568

[startup+563.102 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 8342
/proc/meminfo: memFree=1498744/2055920 swapFree=4095852/4192956
[pid=8316] ppid=8314 vsize=13600 CPUtime=4.43
/proc/8316/stat : 8316 (sugar) S 8314 8316 7095 0 -1 4194304 1031 23011 0 2 4 0 421 18 16 0 1 0 1550776461 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8316/statm: 3400 798 370 3 0 500 0
[pid=8339] ppid=8316 vsize=5356 CPUtime=0
/proc/8339/stat : 8339 (sh) S 8316 8316 7095 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1550776912 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8339/statm: 1339 232 193 169 0 50 0
[pid=8340] ppid=8339 vsize=32612 CPUtime=553.31
/proc/8340/stat : 8340 (minisat) R 8339 8316 7095 0 -1 4194304 7876 0 0 0 55322 9 0 0 25 0 1 0 1550776912 33394688 7862 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8340/statm: 8153 7862 75 150 0 8000 0
Current children cumulated CPU time (s) 557.74
Current children cumulated vsize (KiB) 51568

[startup+564.703 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 8342
/proc/meminfo: memFree=1498744/2055920 swapFree=4095852/4192956
[pid=8316] ppid=8314 vsize=13600 CPUtime=4.43
/proc/8316/stat : 8316 (sugar) S 8314 8316 7095 0 -1 4194304 1031 23011 0 2 4 0 421 18 16 0 1 0 1550776461 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8316/statm: 3400 798 370 3 0 500 0
[pid=8339] ppid=8316 vsize=5356 CPUtime=0
/proc/8339/stat : 8339 (sh) S 8316 8316 7095 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1550776912 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8339/statm: 1339 232 193 169 0 50 0
[pid=8340] ppid=8339 vsize=32612 CPUtime=554.89
/proc/8340/stat : 8340 (minisat) R 8339 8316 7095 0 -1 4194304 7876 0 0 0 55480 9 0 0 25 0 1 0 1550776912 33394688 7862 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8340/statm: 8153 7862 75 150 0 8000 0
Current children cumulated CPU time (s) 559.32
Current children cumulated vsize (KiB) 51568

[startup+566.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 8342
/proc/meminfo: memFree=1498744/2055920 swapFree=4095852/4192956
[pid=8316] ppid=8314 vsize=13600 CPUtime=4.43
/proc/8316/stat : 8316 (sugar) S 8314 8316 7095 0 -1 4194304 1031 23011 0 2 4 0 421 18 16 0 1 0 1550776461 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8316/statm: 3400 798 370 3 0 500 0
[pid=8339] ppid=8316 vsize=5356 CPUtime=0
/proc/8339/stat : 8339 (sh) S 8316 8316 7095 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1550776912 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8339/statm: 1339 232 193 169 0 50 0
[pid=8340] ppid=8339 vsize=32612 CPUtime=556.48
/proc/8340/stat : 8340 (minisat) R 8339 8316 7095 0 -1 4194304 7876 0 0 0 55639 9 0 0 25 0 1 0 1550776912 33394688 7862 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8340/statm: 8153 7862 75 150 0 8000 0
Current children cumulated CPU time (s) 560.91
Current children cumulated vsize (KiB) 51568

[startup+567.102 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 8342
/proc/meminfo: memFree=1498744/2055920 swapFree=4095852/4192956
[pid=8316] ppid=8314 vsize=13600 CPUtime=4.43
/proc/8316/stat : 8316 (sugar) S 8314 8316 7095 0 -1 4194304 1031 23011 0 2 4 0 421 18 16 0 1 0 1550776461 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8316/statm: 3400 798 370 3 0 500 0
[pid=8339] ppid=8316 vsize=5356 CPUtime=0
/proc/8339/stat : 8339 (sh) S 8316 8316 7095 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1550776912 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8339/statm: 1339 232 193 169 0 50 0
[pid=8340] ppid=8339 vsize=32612 CPUtime=557.27
/proc/8340/stat : 8340 (minisat) R 8339 8316 7095 0 -1 4194304 7878 0 0 0 55718 9 0 0 25 0 1 0 1550776912 33394688 7864 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 1 0 0
/proc/8340/statm: 8153 7864 75 150 0 8000 0
Current children cumulated CPU time (s) 561.7
Current children cumulated vsize (KiB) 51568

[startup+567.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 8342
/proc/meminfo: memFree=1498744/2055920 swapFree=4095852/4192956
[pid=8316] ppid=8314 vsize=13600 CPUtime=561.81
/proc/8316/stat : 8316 (sugar) S 8314 8316 7095 0 -1 4194304 1089 31184 0 2 4 1 56148 28 16 0 1 0 1550776461 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8316/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 561.81
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 567.325
CPU time (s): 561.944
CPU user time (s): 561.621
CPU system time (s): 0.32295
CPU usage (%): 99.0514
Max. virtual memory (cumulated for all children) (KiB): 883228

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 561.621
system time used= 0.32295
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35946
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= 2585
involuntary context switches= 26097

runsolver used 0.515921 second user time and 2.07468 second system time

The end

Launcher Data (download as text)

Begin job on node40 at 2008-07-05 00:38:08
IDJOB=1079840
IDBENCH=56915
IDSOLVER=346
FILE ID=node40/1079840-1215211088
PBS_JOBID= 7881716
Free space on /tmp= 66548 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/rand-3-20-20/normalized-rand-3-20-20-60-632-4_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-1079840-1215211088/watcher-1079840-1215211088 -o /tmp/evaluation-result-1079840-1215211088/solver-1079840-1215211088 -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-1079840-1215211088.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ff3c193c686cac8c77e7a29fedb75a8b
RANDOM SEED=1763521935

node40.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.209
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.209
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:       1537648 kB
Buffers:         75828 kB
Cached:         281292 kB
SwapCached:      91204 kB
Active:         347928 kB
Inactive:       121440 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1537648 kB
SwapTotal:     4192956 kB
SwapFree:      4095852 kB
Dirty:            5000 kB
Writeback:           0 kB
Mapped:         127936 kB
Slab:            33940 kB
Committed_AS:  3105720 kB
PageTables:       2084 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= 66548 MiB
End job on node40 at 2008-07-05 00:47:35