Trace number 1079541

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+minisat? (TO) 1800.01 1802.03

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg4-8_ext.xml
MD5SUM3cf2f7a773267fe2a6d5499badb3b938
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 benchmark6.00009
Satisfiable
(Un)Satisfiability was proved
Number of variables32
Number of constraints12
Maximum constraint arity8
Maximum domain size26
Number of constraints which are defined in extension12
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul  5 00:21:26 2008
0.00/0.04	c 0	PID 5335
0.03/0.05	c 0	HOST node14.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1079541-1215210086.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-1079541-1215210086.xml' 'HOME/temp.csp'
0.03/0.46	c 1	1 domains, 32 variables, 0 predicates, 2 relations, 12 constraints
0.03/0.47	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.47	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.42/0.55	c 1	Parsing HOME/temp.csp
0.42/0.67	c 1	parsed 47 expressions
0.42/0.67	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.42/0.67	c 1	Converting to clausal form CSP
0.42/0.70	c 1	converted 5 (10%) expressions
0.42/0.70	c 1	converted 10 (20%) expressions
0.42/0.70	c 1	converted 15 (30%) expressions
0.42/0.70	c 1	converted 19 (40%) expressions
0.42/0.70	c 1	converted 24 (50%) expressions
0.42/0.70	c 1	converted 29 (60%) expressions
0.42/0.70	c 1	converted 33 (70%) expressions
0.42/0.75	c 1	converted 38 (80%) expressions
0.42/0.79	c 1	converted 43 (90%) expressions
0.92/1.02	c 1	converted 47 (100%) expressions
0.92/1.02	c 1	CSP : 32 integers, 0 booleans, 12 clauses, largest domain size 26
0.92/1.03	c 1	Heap : 11 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.92/1.03	c 1	Propagation in CSP
0.92/1.03	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.92/1.03	c 1	CSP : 32 integers, 0 booleans, 12 clauses, largest domain size 26
0.92/1.03	c 1	Heap : 11 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.92/1.03	c 1	Simplifing CSP by introducing new Boolean variables
0.92/1.03	c 1	CSP : 32 integers, 0 booleans, 12 clauses, largest domain size 26
0.92/1.03	c 1	Heap : 11 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.92/1.09	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.03/1.10	c 1	4 (10%) CSP integer variables are encoded (96 clauses, 912 bytes)
1.03/1.11	c 1	7 (20%) CSP integer variables are encoded (168 clauses, 1704 bytes)
1.03/1.11	c 1	10 (30%) CSP integer variables are encoded (240 clauses, 2496 bytes)
1.03/1.11	c 1	13 (40%) CSP integer variables are encoded (312 clauses, 3288 bytes)
1.03/1.11	c 1	16 (50%) CSP integer variables are encoded (384 clauses, 4080 bytes)
1.03/1.12	c 1	20 (60%) CSP integer variables are encoded (480 clauses, 5136 bytes)
1.03/1.12	c 1	23 (70%) CSP integer variables are encoded (552 clauses, 5928 bytes)
1.03/1.12	c 1	26 (80%) CSP integer variables are encoded (624 clauses, 6720 bytes)
1.03/1.12	c 1	29 (90%) CSP integer variables are encoded (696 clauses, 7512 bytes)
1.03/1.12	c 1	32 (100%) CSP integer variables are encoded (768 clauses, 8304 bytes)
1.22/1.38	c 1	2 (10%) CSP clauses are encoded (9044 clauses, 243916 bytes)
1.31/1.47	c 2	3 (20%) CSP clauses are encoded (13182 clauses, 363397 bytes)
1.41/1.57	c 2	4 (30%) CSP clauses are encoded (17320 clauses, 482979 bytes)
1.52/1.66	c 2	5 (40%) CSP clauses are encoded (21458 clauses, 610382 bytes)
1.62/1.76	c 2	6 (50%) CSP clauses are encoded (25596 clauses, 737785 bytes)
1.81/1.94	c 2	8 (60%) CSP clauses are encoded (33872 clauses, 992591 bytes)
7.16/7.35	c 7	9 (70%) CSP clauses are encoded (71247 clauses, 2578995 bytes)
12.51/12.75	c 13	10 (80%) CSP clauses are encoded (108622 clauses, 4478639 bytes)
17.76/18.00	c 18	11 (90%) CSP clauses are encoded (145997 clauses, 6378283 bytes)
22.73/23.03	c 23	12 (100%) CSP clauses are encoded (183372 clauses, 8277927 bytes)
22.73/23.03	c 23	12 CSP clauses encoded
22.73/23.03	c 23	Writing map file : HOME/temp.map
22.73/23.03	c 23	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
22.73/23.03	c 23	SAT : 800 SAT variables, 183372 SAT clauses, 8277927 bytes
22.73/23.03	c 23	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
22.73/23.08	c 23	SOLVING HOME/temp.cnf
22.73/23.08	c 23	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
22.73/23.08	c 23	This is MiniSat 2.0 beta
22.73/23.08	c 23	WARNING: for repeatability, setting FPU to use double precision
22.73/23.08	c 23	============================[ Problem Statistics ]=============================
22.73/23.08	c 23	|                                                                             |
22.73/23.08	c 23	|  Number of variables:  800                                                  |
22.73/23.08	c 23	|  Number of clauses:    183372                                               |
22.79/23.27	c 23	|  Parsing time:         0.17         s                                       |
22.79/23.28	c 23	============================[ Search Statistics ]==============================
22.79/23.28	c 23	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
22.79/23.28	c 23	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
22.79/23.29	c 23	===============================================================================
22.79/23.29	c 23	|         0 |     800   183372  1824992 |    61124        0    nan |  0.000 % |
22.79/23.30	c 23	|       101 |     800   183372  1824992 |    67236      101      5 |  0.000 % |
22.79/23.34	c 23	|       251 |     800   183372  1824992 |    73960      251      6 |  0.003 % |
22.80/23.52	c 24	|       476 |     800   183372  1824992 |    81356      476      9 |  0.004 % |
22.80/23.70	c 24	|       814 |     800   183372  1824992 |    89491      814     10 |  0.003 % |
22.80/23.98	c 24	|      1320 |     800   183372  1824992 |    98440     1320     11 |  0.003 % |
24.20/24.52	c 25	|      2079 |     800   183372  1824992 |   108284     2079     11 |  0.004 % |
25.10/25.42	c 25	|      3218 |     800   183372  1824992 |   119113     3218     12 |  0.002 % |
26.00/26.37	c 26	|      4927 |     800   183372  1824992 |   131024     4927     12 |  0.003 % |
27.99/28.31	c 28	|      7489 |     800   183372  1824992 |   144127     7489     13 |  0.002 % |
30.99/31.39	c 31	|     11333 |     800   183372  1824992 |   158539    11333     14 |  0.003 % |
36.88/37.28	c 37	|     17100 |     800   183372  1824992 |   174393    17100     15 |  0.003 % |
44.69/45.08	c 45	|     25749 |     800   183372  1824992 |   191833    25749     15 |  0.003 % |
55.77/56.18	c 56	|     38723 |     800   183372  1824992 |   211016    38723     16 |  0.003 % |
79.55/79.91	c 80	|     58184 |     800   183372  1824992 |   232118    58184     17 |  0.002 % |
118.90/119.31	c 119	|     87376 |     800   183372  1824992 |   255330    87376     17 |  0.003 % |
186.04/186.55	c 187	|    131165 |     800   183372  1824992 |   280863   131165     17 |  0.003 % |
321.51/322.18	c 322	|    196849 |     800   183372  1824992 |   308949   196849     17 |  0.001 % |
546.40/547.23	c 547	|    295377 |     800   183372  1824992 |   339844   295377     18 |  0.001 % |
860.00/861.16	c 861	|    443166 |     800   183372  1824992 |   373828   128335     20 |  0.002 % |
1483.32/1485.08	c 1485	|    664849 |     800   183372  1824992 |   411211   350018     21 |  0.001 % |
1800.01/1802.02	c 1802	DECODING HOME/temp.out WITH HOME/temp.map
1800.01/1802.02	c 1802	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.01/1802.02	c ERROR INTERRUPTED
1800.01/1802.02	s UNKNOWN
1800.01/1802.02	c 1802	CPU 22.61 (0.04 0 22.57 0.2)
1800.01/1802.02	c 1802	END Sat Jul  5 00:51:28 2008

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

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-1079541-1215210086/watcher-1079541-1215210086 -o /tmp/evaluation-result-1079541-1215210086/solver-1079541-1215210086 -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-1079541-1215210086.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.07 2.02 2.00 4/81 5335
/proc/meminfo: memFree=1677064/2055920 swapFree=4121408/4192956
[pid=5335] ppid=5333 vsize=12268 CPUtime=0
/proc/5335/stat : 5335 (sugar) R 5333 5335 4133 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1550682635 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 212234631781 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/5335/statm: 3067 316 241 3 0 167 0

[startup+0.049463 s]
/proc/loadavg: 2.07 2.02 2.00 4/81 5335
/proc/meminfo: memFree=1677064/2055920 swapFree=4121408/4192956
[pid=5335] ppid=5333 vsize=13600 CPUtime=0.03
/proc/5335/stat : 5335 (sugar) S 5333 5335 4133 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 1550682635 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5335/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.103647 s]
/proc/loadavg: 2.07 2.02 2.00 4/81 5335
/proc/meminfo: memFree=1677064/2055920 swapFree=4121408/4192956
[pid=5335] ppid=5333 vsize=13600 CPUtime=0.03
/proc/5335/stat : 5335 (sugar) S 5333 5335 4133 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1550682635 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5335/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301591 s]
/proc/loadavg: 2.07 2.02 2.00 4/81 5335
/proc/meminfo: memFree=1677064/2055920 swapFree=4121408/4192956
[pid=5335] ppid=5333 vsize=13600 CPUtime=0.03
/proc/5335/stat : 5335 (sugar) S 5333 5335 4133 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1550682635 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5335/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701659 s]
/proc/loadavg: 2.07 2.02 2.00 4/81 5335
/proc/meminfo: memFree=1677064/2055920 swapFree=4121408/4192956
[pid=5335] ppid=5333 vsize=13600 CPUtime=0.42
/proc/5335/stat : 5335 (sugar) S 5333 5335 4133 0 -1 4194304 973 4566 0 1 3 0 37 2 15 0 1 0 1550682635 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5335/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 13600

[startup+1.5018 s]
/proc/loadavg: 2.07 2.02 2.00 3/92 5357
/proc/meminfo: memFree=1659248/2055920 swapFree=4121408/4192956
[pid=5335] ppid=5333 vsize=13600 CPUtime=0.42
/proc/5335/stat : 5335 (sugar) S 5333 5335 4133 0 -1 4194304 974 4566 0 1 3 0 37 2 15 0 1 0 1550682635 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5335/statm: 3400 797 370 3 0 500 0
[pid=5348] ppid=5335 vsize=5356 CPUtime=0
/proc/5348/stat : 5348 (sh) S 5335 5335 4133 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1550682683 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5348/statm: 1339 233 193 169 0 50 0
[pid=5349] ppid=5348 vsize=864280 CPUtime=0.99
/proc/5349/stat : 5349 (java) S 5348 5335 4133 0 -1 0 7748 0 1 0 95 4 0 0 18 0 9 0 1550682683 885022720 6940 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5349/statm: 216070 6940 2564 9 0 210617 0
[pid=5349/tid=5350] ppid=5348 vsize=864280 CPUtime=0.61
/proc/5349/task/5350/stat : 5350 (java) R 5348 5335 4133 0 -1 64 2717 0 1 0 60 1 0 0 20 0 9 0 1550682684 885022720 6940 996147200 134512640 134550740 4294955952 18446744073709551615 4126552704 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5349/tid=5351] ppid=5348 vsize=864280 CPUtime=0.27
/proc/5349/task/5351/stat : 5351 (java) S 5348 5335 4133 0 -1 64 3991 0 0 0 26 1 0 0 16 0 9 0 1550682685 885022720 6940 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5349/tid=5352] ppid=5348 vsize=864280 CPUtime=0
/proc/5349/task/5352/stat : 5352 (java) S 5348 5335 4133 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1550682686 885022720 6940 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5349/tid=5353] ppid=5348 vsize=864280 CPUtime=0
/proc/5349/task/5353/stat : 5353 (java) S 5348 5335 4133 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1550682686 885022720 6940 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5349/tid=5354] ppid=5348 vsize=864280 CPUtime=0
/proc/5349/task/5354/stat : 5354 (java) S 5348 5335 4133 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1550682688 885022720 6940 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5349/tid=5355] ppid=5348 vsize=864280 CPUtime=0.07
/proc/5349/task/5355/stat : 5355 (java) S 5348 5335 4133 0 -1 64 347 0 0 0 7 0 0 0 16 0 9 0 1550682688 885022720 6940 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5349/tid=5356] ppid=5348 vsize=864280 CPUtime=0
/proc/5349/task/5356/stat : 5356 (java) S 5348 5335 4133 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1550682688 885022720 6940 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5349/tid=5357] ppid=5348 vsize=864280 CPUtime=0
/proc/5349/task/5357/stat : 5357 (java) S 5348 5335 4133 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1550682688 885022720 6940 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 883236

[startup+3.10208 s]
/proc/loadavg: 2.07 2.02 2.00 3/92 5357
/proc/meminfo: memFree=1652656/2055920 swapFree=4121408/4192956
[pid=5335] ppid=5333 vsize=13600 CPUtime=0.42
/proc/5335/stat : 5335 (sugar) S 5333 5335 4133 0 -1 4194304 974 4566 0 1 3 0 37 2 15 0 1 0 1550682635 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5335/statm: 3400 797 370 3 0 500 0
[pid=5348] ppid=5335 vsize=5356 CPUtime=0
/proc/5348/stat : 5348 (sh) S 5335 5335 4133 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1550682683 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5348/statm: 1339 233 193 169 0 50 0
[pid=5349] ppid=5348 vsize=864280 CPUtime=2.59
/proc/5349/stat : 5349 (java) S 5348 5335 4133 0 -1 0 8804 0 1 0 253 6 0 0 18 0 9 0 1550682683 885022720 7918 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5349/statm: 216070 7918 2564 9 0 210617 0
[pid=5349/tid=5350] ppid=5348 vsize=864280 CPUtime=2.15
/proc/5349/task/5350/stat : 5350 (java) R 5348 5335 4133 0 -1 64 2795 0 1 0 213 2 0 0 25 0 9 0 1550682684 885022720 7918 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5349/tid=5351] ppid=5348 vsize=864280 CPUtime=0.33
/proc/5349/task/5351/stat : 5351 (java) R 5348 5335 4133 0 -1 64 4969 0 0 0 31 2 0 0 16 0 9 0 1550682685 885022720 7918 996147200 134512640 134550740 4294955952 18446744073709551615 102514352 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5349/tid=5352] ppid=5348 vsize=864280 CPUtime=0
/proc/5349/task/5352/stat : 5352 (java) S 5348 5335 4133 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1550682686 885022720 7918 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5349/tid=5353] ppid=5348 vsize=864280 CPUtime=0
/proc/5349/task/5353/stat : 5353 (java) S 5348 5335 4133 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1550682686 885022720 7918 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5349/tid=5354] ppid=5348 vsize=864280 CPUtime=0
/proc/5349/task/5354/stat : 5354 (java) S 5348 5335 4133 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1550682688 885022720 7918 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5349/tid=5355] ppid=5348 vsize=864280 CPUtime=0.07
/proc/5349/task/5355/stat : 5355 (java) S 5348 5335 4133 0 -1 64 347 0 0 0 7 0 0 0 16 0 9 0 1550682688 885022720 7918 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5349/tid=5356] ppid=5348 vsize=864280 CPUtime=0
/proc/5349/task/5356/stat : 5356 (java) S 5348 5335 4133 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1550682688 885022720 7918 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5349/tid=5357] ppid=5348 vsize=864280 CPUtime=0
/proc/5349/task/5357/stat : 5357 (java) S 5348 5335 4133 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1550682688 885022720 7918 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 883236

[startup+6.30163 s]
/proc/loadavg: 2.06 2.02 2.00 3/92 5357
/proc/meminfo: memFree=1650160/2055920 swapFree=4121408/4192956
[pid=5335] ppid=5333 vsize=13600 CPUtime=0.42
/proc/5335/stat : 5335 (sugar) S 5333 5335 4133 0 -1 4194304 974 4566 0 1 3 0 37 2 15 0 1 0 1550682635 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5335/statm: 3400 797 370 3 0 500 0
[pid=5348] ppid=5335 vsize=5356 CPUtime=0
/proc/5348/stat : 5348 (sh) S 5335 5335 4133 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1550682683 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5348/statm: 1339 233 193 169 0 50 0
[pid=5349] ppid=5348 vsize=864356 CPUtime=5.75
/proc/5349/stat : 5349 (java) S 5348 5335 4133 0 -1 0 9304 0 1 0 569 6 0 0 18 0 9 0 1550682683 885100544 8310 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5349/statm: 216089 8310 2564 9 0 210636 0
[pid=5349/tid=5350] ppid=5348 vsize=864356 CPUtime=5.16
/proc/5349/task/5350/stat : 5350 (java) R 5348 5335 4133 0 -1 64 2874 0 1 0 514 2 0 0 25 0 9 0 1550682684 885100544 8310 996147200 134512640 134550740 4294955952 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5349/tid=5351] ppid=5348 vsize=864356 CPUtime=0.48
/proc/5349/task/5351/stat : 5351 (java) S 5348 5335 4133 0 -1 64 5390 0 0 0 46 2 0 0 16 0 9 0 1550682685 885100544 8310 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5349/tid=5352] ppid=5348 vsize=864356 CPUtime=0
/proc/5349/task/5352/stat : 5352 (java) S 5348 5335 4133 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1550682686 885100544 8310 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5349/tid=5353] ppid=5348 vsize=864356 CPUtime=0
/proc/5349/task/5353/stat : 5353 (java) S 5348 5335 4133 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1550682686 885100544 8310 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5349/tid=5354] ppid=5348 vsize=864356 CPUtime=0
/proc/5349/task/5354/stat : 5354 (java) S 5348 5335 4133 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1550682688 885100544 8310 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5349/tid=5355] ppid=5348 vsize=864356 CPUtime=0.07
/proc/5349/task/5355/stat : 5355 (java) S 5348 5335 4133 0 -1 64 347 0 0 0 7 0 0 0 16 0 9 0 1550682688 885100544 8310 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5349/tid=5356] ppid=5348 vsize=864356 CPUtime=0
/proc/5349/task/5356/stat : 5356 (java) S 5348 5335 4133 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1550682688 885100544 8310 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5349/tid=5357] ppid=5348 vsize=864356 CPUtime=0
/proc/5349/task/5357/stat : 5357 (java) S 5348 5335 4133 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1550682688 885100544 8310 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 883312

[startup+12.7027 s]
/proc/loadavg: 2.06 2.01 2.00 3/92 5357
/proc/meminfo: memFree=1645232/2055920 swapFree=4121408/4192956
[pid=5335] ppid=5333 vsize=13600 CPUtime=0.42
/proc/5335/stat : 5335 (sugar) S 5333 5335 4133 0 -1 4194304 974 4566 0 1 3 0 37 2 16 0 1 0 1550682635 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5335/statm: 3400 797 370 3 0 500 0
[pid=5348] ppid=5335 vsize=5356 CPUtime=0
/proc/5348/stat : 5348 (sh) S 5335 5335 4133 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1550682683 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5348/statm: 1339 233 193 169 0 50 0
[pid=5349] ppid=5348 vsize=864356 CPUtime=12.09
/proc/5349/stat : 5349 (java) S 5348 5335 4133 0 -1 0 11560 0 1 0 1198 11 0 0 18 0 9 0 1550682683 885100544 9098 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5349/statm: 216089 9098 2564 9 0 210636 0
[pid=5349/tid=5350] ppid=5348 vsize=864356 CPUtime=11.28
/proc/5349/task/5350/stat : 5350 (java) R 5348 5335 4133 0 -1 64 3052 0 1 0 1123 5 0 0 25 0 9 0 1550682684 885100544 9098 996147200 134512640 134550740 4294955952 18446744073709551615 4126528876 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5349/tid=5351] ppid=5348 vsize=864356 CPUtime=0.71
/proc/5349/task/5351/stat : 5351 (java) S 5348 5335 4133 0 -1 64 7468 0 0 0 67 4 0 0 16 0 9 0 1550682685 885100544 9098 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5349/tid=5352] ppid=5348 vsize=864356 CPUtime=0
/proc/5349/task/5352/stat : 5352 (java) S 5348 5335 4133 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1550682686 885100544 9098 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5349/tid=5353] ppid=5348 vsize=864356 CPUtime=0
/proc/5349/task/5353/stat : 5353 (java) S 5348 5335 4133 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1550682686 885100544 9098 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5349/tid=5354] ppid=5348 vsize=864356 CPUtime=0
/proc/5349/task/5354/stat : 5354 (java) S 5348 5335 4133 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1550682688 885100544 9098 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5349/tid=5355] ppid=5348 vsize=864356 CPUtime=0.07
/proc/5349/task/5355/stat : 5355 (java) S 5348 5335 4133 0 -1 64 347 0 0 0 7 0 0 0 17 0 9 0 1550682688 885100544 9098 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5349/tid=5356] ppid=5348 vsize=864356 CPUtime=0
/proc/5349/task/5356/stat : 5356 (java) S 5348 5335 4133 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1550682688 885100544 9098 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5349/tid=5357] ppid=5348 vsize=864356 CPUtime=0
/proc/5349/task/5357/stat : 5357 (java) S 5348 5335 4133 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1550682688 885100544 9098 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 883312

[startup+25.502 s]
/proc/loadavg: 1.97 2.00 2.00 3/84 5409
/proc/meminfo: memFree=1654632/2055920 swapFree=4121408/4192956
[pid=5335] ppid=5333 vsize=13600 CPUtime=22.8
/proc/5335/stat : 5335 (sugar) S 5333 5335 4133 0 -1 4194304 1031 18571 0 2 4 0 2257 19 16 0 1 0 1550682635 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5335/statm: 3400 798 370 3 0 500 0
[pid=5408] ppid=5335 vsize=5356 CPUtime=0
/proc/5408/stat : 5408 (sh) S 5335 5335 4133 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1550684943 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5408/statm: 1339 232 193 169 0 50 0
[pid=5409] ppid=5408 vsize=16580 CPUtime=2.4
/proc/5409/stat : 5409 (minisat) R 5408 5335 4133 0 -1 4194304 4030 0 0 0 238 2 0 0 25 0 1 0 1550684944 16977920 4016 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/5409/statm: 4145 4016 75 150 0 3992 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 35536

[startup+51.1014 s]
/proc/loadavg: 1.98 2.00 2.00 3/76 5410
/proc/meminfo: memFree=1703528/2055920 swapFree=4121408/4192956
[pid=5335] ppid=5333 vsize=13600 CPUtime=22.8
/proc/5335/stat : 5335 (sugar) S 5333 5335 4133 0 -1 4194304 1031 18571 0 2 4 0 2257 19 16 0 1 0 1550682635 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0

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

/proc/meminfo: memFree=1647592/2055920 swapFree=4121408/4192956
[pid=5335] ppid=5333 vsize=13600 CPUtime=22.8
/proc/5335/stat : 5335 (sugar) S 5333 5335 4133 0 -1 4194304 1031 18571 0 2 4 0 2257 19 16 0 1 0 1550682635 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5335/statm: 3400 798 370 3 0 500 0
[pid=5408] ppid=5335 vsize=5356 CPUtime=0
/proc/5408/stat : 5408 (sh) S 5335 5335 4133 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1550684943 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5408/statm: 1339 232 193 169 0 50 0
[pid=5409] ppid=5408 vsize=55384 CPUtime=1277.99
/proc/5409/stat : 5409 (minisat) R 5408 5335 4133 0 -1 4194304 13475 0 0 0 127783 16 0 0 25 0 1 0 1550684944 56713216 13461 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5409/statm: 13846 13461 75 150 0 13693 0
Current children cumulated CPU time (s) 1300.79
Current children cumulated vsize (KiB) 74340

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 5412
/proc/meminfo: memFree=1647272/2055920 swapFree=4121408/4192956
[pid=5335] ppid=5333 vsize=13600 CPUtime=22.8
/proc/5335/stat : 5335 (sugar) S 5333 5335 4133 0 -1 4194304 1031 18571 0 2 4 0 2257 19 16 0 1 0 1550682635 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5335/statm: 3400 798 370 3 0 500 0
[pid=5408] ppid=5335 vsize=5356 CPUtime=0
/proc/5408/stat : 5408 (sh) S 5335 5335 4133 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1550684943 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5408/statm: 1339 232 193 169 0 50 0
[pid=5409] ppid=5408 vsize=55648 CPUtime=1337.93
/proc/5409/stat : 5409 (minisat) R 5408 5335 4133 0 -1 4194304 13534 0 0 0 133777 16 0 0 25 0 1 0 1550684944 56983552 13520 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5409/statm: 13912 13520 75 150 0 13759 0
Current children cumulated CPU time (s) 1360.73
Current children cumulated vsize (KiB) 74604

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 5412
/proc/meminfo: memFree=1645224/2055920 swapFree=4121408/4192956
[pid=5335] ppid=5333 vsize=13600 CPUtime=22.8
/proc/5335/stat : 5335 (sugar) S 5333 5335 4133 0 -1 4194304 1031 18571 0 2 4 0 2257 19 16 0 1 0 1550682635 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5335/statm: 3400 798 370 3 0 500 0
[pid=5408] ppid=5335 vsize=5356 CPUtime=0
/proc/5408/stat : 5408 (sh) S 5335 5335 4133 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1550684943 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5408/statm: 1339 232 193 169 0 50 0
[pid=5409] ppid=5408 vsize=57756 CPUtime=1397.87
/proc/5409/stat : 5409 (minisat) R 5408 5335 4133 0 -1 4194304 14046 0 0 0 139771 16 0 0 25 0 1 0 1550684944 59142144 14032 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5409/statm: 14439 14032 75 150 0 14286 0
Current children cumulated CPU time (s) 1420.67
Current children cumulated vsize (KiB) 76712

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 5412
/proc/meminfo: memFree=1642920/2055920 swapFree=4121408/4192956
[pid=5335] ppid=5333 vsize=13600 CPUtime=22.8
/proc/5335/stat : 5335 (sugar) S 5333 5335 4133 0 -1 4194304 1031 18571 0 2 4 0 2257 19 16 0 1 0 1550682635 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5335/statm: 3400 798 370 3 0 500 0
[pid=5408] ppid=5335 vsize=5356 CPUtime=0
/proc/5408/stat : 5408 (sh) S 5335 5335 4133 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1550684943 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5408/statm: 1339 232 193 169 0 50 0
[pid=5409] ppid=5408 vsize=59916 CPUtime=1457.82
/proc/5409/stat : 5409 (minisat) R 5408 5335 4133 0 -1 4194304 14589 0 0 0 145765 17 0 0 25 0 1 0 1550684944 61353984 14575 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5409/statm: 14979 14575 75 150 0 14826 0
Current children cumulated CPU time (s) 1480.62
Current children cumulated vsize (KiB) 78872

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 5412
/proc/meminfo: memFree=1640360/2055920 swapFree=4121408/4192956
[pid=5335] ppid=5333 vsize=13600 CPUtime=22.8
/proc/5335/stat : 5335 (sugar) S 5333 5335 4133 0 -1 4194304 1031 18571 0 2 4 0 2257 19 16 0 1 0 1550682635 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5335/statm: 3400 798 370 3 0 500 0
[pid=5408] ppid=5335 vsize=5356 CPUtime=0
/proc/5408/stat : 5408 (sh) S 5335 5335 4133 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1550684943 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5408/statm: 1339 232 193 169 0 50 0
[pid=5409] ppid=5408 vsize=62076 CPUtime=1517.75
/proc/5409/stat : 5409 (minisat) R 5408 5335 4133 0 -1 4194304 15136 0 0 0 151758 17 0 0 25 0 1 0 1550684944 63565824 15122 996147200 134512640 135127466 4294956256 18446744073709551615 134530641 0 0 4096 3 0 0 0 17 0 0 0
/proc/5409/statm: 15519 15122 75 150 0 15366 0
Current children cumulated CPU time (s) 1540.55
Current children cumulated vsize (KiB) 81032

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 5412
/proc/meminfo: memFree=1636008/2055920 swapFree=4121408/4192956
[pid=5335] ppid=5333 vsize=13600 CPUtime=22.8
/proc/5335/stat : 5335 (sugar) S 5333 5335 4133 0 -1 4194304 1031 18571 0 2 4 0 2257 19 16 0 1 0 1550682635 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5335/statm: 3400 798 370 3 0 500 0
[pid=5408] ppid=5335 vsize=5356 CPUtime=0
/proc/5408/stat : 5408 (sh) S 5335 5335 4133 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1550684943 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5408/statm: 1339 232 193 169 0 50 0
[pid=5409] ppid=5408 vsize=63708 CPUtime=1577.7
/proc/5409/stat : 5409 (minisat) R 5408 5335 4133 0 -1 4194304 15564 0 0 0 157752 18 0 0 25 0 1 0 1550684944 65236992 15550 996147200 134512640 135127466 4294956256 18446744073709551615 134530770 0 0 4096 3 0 0 0 17 0 0 0
/proc/5409/statm: 15927 15550 75 150 0 15774 0
Current children cumulated CPU time (s) 1600.5
Current children cumulated vsize (KiB) 82664

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 5412
/proc/meminfo: memFree=1630504/2055920 swapFree=4121408/4192956
[pid=5335] ppid=5333 vsize=13600 CPUtime=22.8
/proc/5335/stat : 5335 (sugar) S 5333 5335 4133 0 -1 4194304 1031 18571 0 2 4 0 2257 19 16 0 1 0 1550682635 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5335/statm: 3400 798 370 3 0 500 0
[pid=5408] ppid=5335 vsize=5356 CPUtime=0
/proc/5408/stat : 5408 (sh) S 5335 5335 4133 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1550684943 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5408/statm: 1339 232 193 169 0 50 0
[pid=5409] ppid=5408 vsize=66104 CPUtime=1637.65
/proc/5409/stat : 5409 (minisat) R 5408 5335 4133 0 -1 4194304 16153 0 0 0 163746 19 0 0 25 0 1 0 1550684944 67690496 16139 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5409/statm: 16526 16139 75 150 0 16373 0
Current children cumulated CPU time (s) 1660.45
Current children cumulated vsize (KiB) 85060

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 5412
/proc/meminfo: memFree=1628840/2055920 swapFree=4121408/4192956
[pid=5335] ppid=5333 vsize=13600 CPUtime=22.8
/proc/5335/stat : 5335 (sugar) S 5333 5335 4133 0 -1 4194304 1031 18571 0 2 4 0 2257 19 16 0 1 0 1550682635 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5335/statm: 3400 798 370 3 0 500 0
[pid=5408] ppid=5335 vsize=5356 CPUtime=0
/proc/5408/stat : 5408 (sh) S 5335 5335 4133 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1550684943 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5408/statm: 1339 232 193 169 0 50 0
[pid=5409] ppid=5408 vsize=66764 CPUtime=1697.58
/proc/5409/stat : 5409 (minisat) R 5408 5335 4133 0 -1 4194304 16355 0 0 0 169739 19 0 0 25 0 1 0 1550684944 68366336 16341 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5409/statm: 16691 16341 75 150 0 16538 0
Current children cumulated CPU time (s) 1720.38
Current children cumulated vsize (KiB) 85720

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 5412
/proc/meminfo: memFree=1628712/2055920 swapFree=4121408/4192956
[pid=5335] ppid=5333 vsize=13600 CPUtime=22.8
/proc/5335/stat : 5335 (sugar) S 5333 5335 4133 0 -1 4194304 1031 18571 0 2 4 0 2257 19 16 0 1 0 1550682635 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5335/statm: 3400 798 370 3 0 500 0
[pid=5408] ppid=5335 vsize=5356 CPUtime=0
/proc/5408/stat : 5408 (sh) S 5335 5335 4133 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1550684943 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5408/statm: 1339 232 193 169 0 50 0
[pid=5409] ppid=5408 vsize=66764 CPUtime=1757.53
/proc/5409/stat : 5409 (minisat) R 5408 5335 4133 0 -1 4194304 16362 0 0 0 175734 19 0 0 25 0 1 0 1550684944 68366336 16348 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5409/statm: 16691 16348 75 150 0 16538 0
Current children cumulated CPU time (s) 1780.33
Current children cumulated vsize (KiB) 85720



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 5412
/proc/meminfo: memFree=1628456/2055920 swapFree=4121408/4192956
[pid=5335] ppid=5333 vsize=13600 CPUtime=22.8
/proc/5335/stat : 5335 (sugar) S 5333 5335 4133 0 -1 4194304 1031 18571 0 2 4 0 2257 19 16 0 1 0 1550682635 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5335/statm: 3400 798 370 3 0 500 0
[pid=5408] ppid=5335 vsize=5356 CPUtime=0
/proc/5408/stat : 5408 (sh) S 5335 5335 4133 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1550684943 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5408/statm: 1339 232 193 169 0 50 0
[pid=5409] ppid=5408 vsize=66948 CPUtime=1777.21
/proc/5409/stat : 5409 (minisat) R 5408 5335 4133 0 -1 4194304 16383 0 0 0 177702 19 0 0 25 0 1 0 1550684944 68554752 16369 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 0 0 0
/proc/5409/statm: 16737 16369 75 150 0 16584 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 85904

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 5335 and gives
#  childrusage.ru_utime.tv_sec=22
#  childrusage.ru_utime.tv_usec=619561
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=213967
# CPU time returned by wait4() is 22.8335
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1802.03
CPU time (s): 1800.01
CPU user time (s): 1799.63
CPU system time (s): 0.38
CPU usage (%): 99.8881
Max. virtual memory (cumulated for all children) (KiB): 883564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 22.6196
system time used= 0.213967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20004
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5725
involuntary context switches= 6075

runsolver used 2.12568 second user time and 6.08907 second system time

The end

Launcher Data (download as text)

Begin job on node14 at 2008-07-05 00:21:26
IDJOB=1079541
IDBENCH=56888
IDSOLVER=346
FILE ID=node14/1079541-1215210086
PBS_JOBID= 7881684
Free space on /tmp= 66436 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3cf2f7a773267fe2a6d5499badb3b938
RANDOM SEED=326621666

node14.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.267
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	: 5931.00
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.267
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:       1677544 kB
Buffers:         17388 kB
Cached:         126760 kB
SwapCached:      65428 kB
Active:         269892 kB
Inactive:        55372 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1677544 kB
SwapTotal:     4192956 kB
SwapFree:      4121408 kB
Dirty:            1372 kB
Writeback:           0 kB
Mapped:         195296 kB
Slab:            38012 kB
Committed_AS:  3853008 kB
PageTables:       2260 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= 66436 MiB
End job on node14 at 2008-07-05 00:51:30