Trace number 1111656

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 NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar v1.13+minisat? (TO) 3600.15 3621.59

General information on the benchmark

Namecsp/ogdVg/
normalized-crossword-m1c-ogd-vg16-16_ext.xml
MD5SUMdd0a8fec9df38bdb77868162a11330d0
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints32
Best CPU time to get the best result obtained on this benchmark3600.1
Satisfiable
(Un)Satisfiability was proved
Number of variables256
Number of constraints32
Maximum constraint arity16
Maximum domain size26
Number of constraints which are defined in extension32
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 12 10:28:13 2008
0.00/0.04	c 0	PID 12301
0.00/0.04	c 0	HOST node83.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1111656-1215851293.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1111656-1215851293.xml' 'HOME/temp.csp'
0.03/0.36	c 0	1 domains, 256 variables, 0 predicates, 1 relations, 32 constraints
0.03/0.40	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.40	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.03/0.48	c 0	Parsing HOME/temp.csp
0.34/0.65	c 1	parsed 290 expressions
0.34/0.65	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.34/0.65	c 1	MAX CSP: 32 constraints
0.34/0.65	c 1	Converting to clausal form CSP
0.34/0.67	c 1	converted 33 (10%) expressions
0.34/0.68	c 1	converted 65 (20%) expressions
0.34/0.68	c 1	converted 98 (30%) expressions
0.34/0.68	c 1	converted 130 (40%) expressions
0.34/0.68	c 1	converted 163 (50%) expressions
0.34/0.68	c 1	converted 195 (60%) expressions
0.34/0.68	c 1	converted 228 (70%) expressions
0.34/0.79	c 1	converted 260 (80%) expressions
1.91/2.06	c 2	converted 293 (90%) expressions
3.49/3.64	c 4	converted 325 (100%) expressions
3.49/3.64	c 4	CSP : 320 integers, 0 booleans, 95 clauses, largest domain size 49
3.49/3.64	c 4	Heap : 107 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.49/3.64	c 4	Propagation in CSP
3.49/3.65	c 4	31 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.49/3.65	c 4	CSP : 320 integers, 0 booleans, 95 clauses, largest domain size 33
3.49/3.65	c 4	Heap : 108 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.49/3.65	c 4	Simplifing CSP by introducing new Boolean variables
3.49/3.65	c 4	CSP : 320 integers, 0 booleans, 95 clauses, largest domain size 33
3.49/3.65	c 4	Heap : 108 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.99/4.13	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.99/4.15	c 4	32 (10%) CSP integer variables are encoded (768 clauses, 8304 bytes)
3.99/4.15	c 4	64 (20%) CSP integer variables are encoded (1536 clauses, 17905 bytes)
3.99/4.16	c 4	96 (30%) CSP integer variables are encoded (2304 clauses, 27889 bytes)
3.99/4.16	c 4	128 (40%) CSP integer variables are encoded (3072 clauses, 37873 bytes)
3.99/4.16	c 4	160 (50%) CSP integer variables are encoded (3840 clauses, 47857 bytes)
3.99/4.16	c 4	192 (60%) CSP integer variables are encoded (4608 clauses, 57841 bytes)
3.99/4.16	c 4	224 (70%) CSP integer variables are encoded (5376 clauses, 67825 bytes)
3.99/4.16	c 4	256 (80%) CSP integer variables are encoded (6144 clauses, 77809 bytes)
3.99/4.16	c 4	288 (90%) CSP integer variables are encoded (6144 clauses, 77809 bytes)
3.99/4.16	c 4	320 (100%) CSP integer variables are encoded (6402 clauses, 81163 bytes)
200.69/202.13	c 202	10 (10%) CSP clauses are encoded (650232 clauses, 69679464 bytes)
382.22/384.83	c 385	19 (20%) CSP clauses are encoded (1229679 clauses, 133427510 bytes)
585.87/589.83	c 590	29 (30%) CSP clauses are encoded (1873509 clauses, 208511160 bytes)
644.88/649.26	c 649	38 (40%) CSP clauses are encoded (2066920 clauses, 231040365 bytes)
644.88/649.27	c 649	48 (50%) CSP clauses are encoded (2067446 clauses, 231049268 bytes)
644.88/649.27	c 649	57 (60%) CSP clauses are encoded (2067483 clauses, 231049832 bytes)
644.88/649.27	c 649	67 (70%) CSP clauses are encoded (2068079 clauses, 231060282 bytes)
644.88/649.27	c 649	76 (80%) CSP clauses are encoded (2068126 clauses, 231061008 bytes)
644.88/649.27	c 649	86 (90%) CSP clauses are encoded (2068208 clauses, 231062327 bytes)
644.88/649.27	c 649	95 (100%) CSP clauses are encoded (2068454 clauses, 231066444 bytes)
644.88/649.27	c 649	95 CSP clauses encoded
644.88/649.27	c 649	Writing map file : HOME/temp.map
644.88/649.28	c 649	Heap : 147 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
644.88/649.28	c 649	SAT : 6722 SAT variables, 2068454 SAT clauses, 231066444 bytes
644.88/649.28	c 649	Heap : 147 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
644.97/649.33	c 649	OBJECTIVE minimize _COST
644.97/649.33	c 649	OBJECTIVE BOUND: 0 <= _COST <= 
644.97/649.33	c 649	SEARCHING: _COST <= 16
644.97/649.33	c 649	SOLVING HOME/temp.cnf
644.97/649.33	c 649	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
644.97/649.33	c 649	This is MiniSat 2.0 beta
644.97/649.33	c 649	WARNING: for repeatability, setting FPU to use double precision
644.97/649.33	c 649	============================[ Problem Statistics ]=============================
644.97/649.33	c 649	|                                                                             |
644.97/649.33	c 649	|  Number of variables:  6722                                                 |
644.97/649.33	c 649	|  Number of clauses:    2068455                                              |
649.24/653.66	c 654	|  Parsing time:         3.91         s                                       |
649.44/653.89	c 654	============================[ Search Statistics ]==============================
649.44/653.89	c 654	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
649.44/653.89	c 654	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
649.44/653.89	c 654	===============================================================================
649.44/653.89	c 654	|         0 |    6626  2067721 42583013 |   689240        0    nan |  0.000 % |
649.64/654.03	c 654	|       100 |    6626  2067721 42583013 |   758164      100      8 |  1.428 % |
649.74/654.14	c 654	|       252 |    6626  2067721 42583013 |   833980      252     10 |  1.428 % |
649.84/654.28	c 654	|       478 |    6626  2067721 42583013 |   917378      478     10 |  1.428 % |
650.04/654.46	c 654	|       815 |    6626  2067721 42583013 |  1009116      815     10 |  1.428 % |
650.14/654.56	c 655	|      1322 |    6626  2067721 42583013 |  1110028     1322     11 |  1.428 % |
650.33/654.75	c 655	|      2082 |    6626  2067721 42583013 |  1221031     2082     11 |  1.428 % |
650.63/655.08	c 655	|      3221 |    6626  2067721 42583013 |  1343134     3221     11 |  1.428 % |
652.42/656.89	c 657	|      4929 |    6626  2067721 42583013 |  1477447     4929     10 |  1.428 % |
653.12/657.58	c 658	|      7492 |    6626  2067721 42583013 |  1625192     7492     11 |  1.428 % |
654.21/658.68	c 659	|     11336 |    6626  2067721 42583013 |  1787711    11336     11 |  1.428 % |
655.80/660.21	c 660	|     17102 |    6626  2067721 42583013 |  1966483    17102     11 |  1.428 % |
658.48/662.90	c 663	|     25754 |    6626  2067721 42583013 |  2163131    25754     12 |  1.428 % |
663.16/667.69	c 668	|     38728 |    6626  2067721 42583013 |  2379444    38728     12 |  1.428 % |
669.02/673.52	c 674	|     58189 |    6626  2067721 42583013 |  2617389    58189     12 |  1.428 % |
677.67/682.23	c 682	|     87383 |    6626  2067721 42583013 |  2879127    87383     12 |  1.428 % |
703.53/708.21	c 708	|    131172 |    6626  2067721 42583013 |  3167040   131172     12 |  1.428 % |
765.07/770.19	c 770	|    196856 |    6626  2067721 42583013 |  3483744   196856     14 |  1.428 % |
818.48/823.89	c 824	|    295382 |    6626  2067721 42583013 |  3832119   295382     14 |  1.428 % |
937.98/944.03	c 944	|    443173 |    6626  2067721 42583013 |  4215331   443173     14 |  1.428 % |
1319.00/1327.26	c 1327	|    664859 |    6626  2067721 42583013 |  4636864   664859     17 |  1.428 % |
1981.99/1994.07	c 1994	|    997384 |    6626  2067721 42583013 |  5100550   997384     19 |  1.428 % |
3600.07/3621.42	c ERROR INTERRUPTED
3600.07/3621.48	s UNKNOWN
3600.07/3621.48	c 3621	CPU 643.14 (0.04 0.01 643.1 1.89)
3600.07/3621.48	c 3621	END Sat Jul 12 11:28:34 2008

Verifier Data (download as text)

ERROR: no interpretation found !

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-1111656-1215851293/watcher-1111656-1215851293 -o /tmp/evaluation-result-1111656-1215851293/solver-1111656-1215851293 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1111656-1215851293.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 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.19 2.14 2.00 4/106 12301
/proc/meminfo: memFree=1844352/2055924 swapFree=4192812/4192956
[pid=12301] ppid=12299 vsize=12272 CPUtime=0
/proc/12301/stat : 12301 (sugar) R 12299 12301 12129 0 -1 4194304 396 0 0 0 0 0 0 0 18 0 1 0 41826231 12566528 364 996147200 4194304 4206940 548682068592 18446744073709551615 230275723362 0 0 4224 0 0 0 0 17 0 0 0
/proc/12301/statm: 3068 364 274 3 0 168 0

[startup+0.1089 s]
/proc/loadavg: 2.19 2.14 2.00 4/106 12301
/proc/meminfo: memFree=1844352/2055924 swapFree=4192812/4192956
[pid=12301] ppid=12299 vsize=13600 CPUtime=0.03
/proc/12301/stat : 12301 (sugar) S 12299 12301 12129 0 -1 4194304 898 127 0 0 3 0 0 0 17 0 1 0 41826231 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12301/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.202907 s]
/proc/loadavg: 2.19 2.14 2.00 4/106 12301
/proc/meminfo: memFree=1844352/2055924 swapFree=4192812/4192956
[pid=12301] ppid=12299 vsize=13600 CPUtime=0.03
/proc/12301/stat : 12301 (sugar) S 12299 12301 12129 0 -1 4194304 898 127 0 0 3 0 0 0 17 0 1 0 41826231 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12301/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302917 s]
/proc/loadavg: 2.19 2.14 2.00 4/106 12301
/proc/meminfo: memFree=1844352/2055924 swapFree=4192812/4192956
[pid=12301] ppid=12299 vsize=13600 CPUtime=0.03
/proc/12301/stat : 12301 (sugar) S 12299 12301 12129 0 -1 4194304 898 127 0 0 3 0 0 0 17 0 1 0 41826231 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12301/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701958 s]
/proc/loadavg: 2.19 2.14 2.00 4/106 12301
/proc/meminfo: memFree=1844352/2055924 swapFree=4192812/4192956
[pid=12301] ppid=12299 vsize=13600 CPUtime=0.34
/proc/12301/stat : 12301 (sugar) S 12299 12301 12129 0 -1 4194304 974 4874 0 1 3 0 29 2 15 0 1 0 41826231 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12301/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 13600

[startup+1.50205 s]
/proc/loadavg: 2.19 2.14 2.00 4/117 12323
/proc/meminfo: memFree=1818016/2055924 swapFree=4192812/4192956
[pid=12301] ppid=12299 vsize=13600 CPUtime=0.34
/proc/12301/stat : 12301 (sugar) S 12299 12301 12129 0 -1 4194304 974 4874 0 1 3 0 29 2 15 0 1 0 41826231 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12301/statm: 3400 797 370 3 0 500 0
[pid=12314] ppid=12301 vsize=5356 CPUtime=0
/proc/12314/stat : 12314 (sh) S 12301 12301 12129 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41826272 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12314/statm: 1339 233 193 169 0 50 0
[pid=12315] ppid=12314 vsize=864188 CPUtime=1.06
/proc/12315/stat : 12315 (java) S 12314 12301 12129 0 -1 0 13666 0 1 0 101 5 0 0 20 0 9 0 41826272 884928512 12829 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12315/statm: 216047 12830 2540 9 0 210622 0
[pid=12315/tid=12316] ppid=12314 vsize=864188 CPUtime=0.43
/proc/12315/task/12316/stat : 12316 (java) R 12314 12301 12129 0 -1 64 2939 0 1 0 42 1 0 0 25 0 9 0 41826273 884928512 12831 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12315/tid=12317] ppid=12314 vsize=864188 CPUtime=0.55
/proc/12315/task/12317/stat : 12317 (java) R 12314 12301 12129 0 -1 64 9705 0 0 0 52 3 0 0 17 0 9 0 41826274 884928512 12832 996147200 134512640 134550740 4294955936 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12315/tid=12318] ppid=12314 vsize=864188 CPUtime=0
/proc/12315/task/12318/stat : 12318 (java) S 12314 12301 12129 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41826274 884928512 12833 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12315/tid=12319] ppid=12314 vsize=864188 CPUtime=0
/proc/12315/task/12319/stat : 12319 (java) S 12314 12301 12129 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 41826274 884928512 12834 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12315/tid=12320] ppid=12314 vsize=864188 CPUtime=0
/proc/12315/task/12320/stat : 12320 (java) S 12314 12301 12129 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 41826276 884928512 12835 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12315/tid=12321] ppid=12314 vsize=864188 CPUtime=0.06
/proc/12315/task/12321/stat : 12321 (java) S 12314 12301 12129 0 -1 64 332 0 0 0 6 0 0 0 16 0 9 0 41826276 884928512 12836 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12315/tid=12322] ppid=12314 vsize=864188 CPUtime=0
/proc/12315/task/12322/stat : 12322 (java) S 12314 12301 12129 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 41826276 884928512 12837 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12315/tid=12323] ppid=12314 vsize=864188 CPUtime=0
/proc/12315/task/12323/stat : 12323 (java) S 12314 12301 12129 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 41826276 884928512 12838 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 883144

[startup+3.10121 s]
/proc/loadavg: 2.19 2.14 2.00 4/117 12323
/proc/meminfo: memFree=1771040/2055924 swapFree=4192812/4192956
[pid=12301] ppid=12299 vsize=13600 CPUtime=0.34
/proc/12301/stat : 12301 (sugar) S 12299 12301 12129 0 -1 4194304 974 4874 0 1 3 0 29 2 16 0 1 0 41826231 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12301/statm: 3400 797 370 3 0 500 0
[pid=12314] ppid=12301 vsize=5356 CPUtime=0
/proc/12314/stat : 12314 (sh) S 12301 12301 12129 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41826272 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12314/statm: 1339 233 193 169 0 50 0
[pid=12315] ppid=12314 vsize=864188 CPUtime=2.66
/proc/12315/stat : 12315 (java) S 12314 12301 12129 0 -1 0 30701 0 1 0 255 11 0 0 20 0 9 0 41826272 884928512 29800 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12315/statm: 216047 29800 2540 9 0 210622 0
[pid=12315/tid=12316] ppid=12314 vsize=864188 CPUtime=0.94
/proc/12315/task/12316/stat : 12316 (java) R 12314 12301 12129 0 -1 64 3661 0 1 0 92 2 0 0 25 0 9 0 41826273 884928512 29800 996147200 134512640 134550740 4294955936 18446744073709551615 4126546594 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12315/tid=12317] ppid=12314 vsize=864188 CPUtime=1.63
/proc/12315/task/12317/stat : 12317 (java) S 12314 12301 12129 0 -1 64 26015 0 0 0 155 8 0 0 17 0 9 0 41826274 884928512 29800 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12315/tid=12318] ppid=12314 vsize=864188 CPUtime=0
/proc/12315/task/12318/stat : 12318 (java) S 12314 12301 12129 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41826274 884928512 29800 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12315/tid=12319] ppid=12314 vsize=864188 CPUtime=0
/proc/12315/task/12319/stat : 12319 (java) S 12314 12301 12129 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 41826274 884928512 29800 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12315/tid=12320] ppid=12314 vsize=864188 CPUtime=0
/proc/12315/task/12320/stat : 12320 (java) S 12314 12301 12129 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 41826276 884928512 29800 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12315/tid=12321] ppid=12314 vsize=864188 CPUtime=0.06
/proc/12315/task/12321/stat : 12321 (java) S 12314 12301 12129 0 -1 64 332 0 0 0 6 0 0 0 16 0 9 0 41826276 884928512 29800 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12315/tid=12322] ppid=12314 vsize=864188 CPUtime=0
/proc/12315/task/12322/stat : 12322 (java) S 12314 12301 12129 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 41826276 884928512 29800 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12315/tid=12323] ppid=12314 vsize=864188 CPUtime=0
/proc/12315/task/12323/stat : 12323 (java) S 12314 12301 12129 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 41826276 884928512 29800 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 883144

[startup+6.30255 s]
/proc/loadavg: 2.25 2.16 2.01 3/117 12323
/proc/meminfo: memFree=1715488/2055924 swapFree=4192812/4192956
[pid=12301] ppid=12299 vsize=13600 CPUtime=0.34
/proc/12301/stat : 12301 (sugar) S 12299 12301 12129 0 -1 4194304 974 4874 0 1 3 0 29 2 15 0 1 0 41826231 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12301/statm: 3400 797 370 3 0 500 0
[pid=12314] ppid=12301 vsize=5356 CPUtime=0
/proc/12314/stat : 12314 (sh) S 12301 12301 12129 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41826272 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12314/statm: 1339 233 193 169 0 50 0
[pid=12315] ppid=12314 vsize=864300 CPUtime=5.84
/proc/12315/stat : 12315 (java) S 12314 12301 12129 0 -1 0 34921 0 1 0 570 14 0 0 20 0 9 0 41826272 885043200 33941 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12315/statm: 216075 33941 2565 9 0 210622 0
[pid=12315/tid=12316] ppid=12314 vsize=864300 CPUtime=3.08
/proc/12315/task/12316/stat : 12316 (java) R 12314 12301 12129 0 -1 64 4575 0 1 0 306 2 0 0 25 0 9 0 41826273 885043200 33941 996147200 134512640 134550740 4294955936 18446744073709551615 4126575084 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12315/tid=12317] ppid=12314 vsize=864300 CPUtime=2.62
/proc/12315/task/12317/stat : 12317 (java) S 12314 12301 12129 0 -1 64 29296 0 0 0 252 10 0 0 16 0 9 0 41826274 885043200 33941 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12315/tid=12318] ppid=12314 vsize=864300 CPUtime=0
/proc/12315/task/12318/stat : 12318 (java) S 12314 12301 12129 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41826274 885043200 33941 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12315/tid=12319] ppid=12314 vsize=864300 CPUtime=0
/proc/12315/task/12319/stat : 12319 (java) S 12314 12301 12129 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 41826274 885043200 33941 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12315/tid=12320] ppid=12314 vsize=864300 CPUtime=0
/proc/12315/task/12320/stat : 12320 (java) S 12314 12301 12129 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 41826276 885043200 33941 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12315/tid=12321] ppid=12314 vsize=864300 CPUtime=0.1
/proc/12315/task/12321/stat : 12321 (java) S 12314 12301 12129 0 -1 64 357 0 0 0 10 0 0 0 16 0 9 0 41826276 885043200 33941 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12315/tid=12322] ppid=12314 vsize=864300 CPUtime=0
/proc/12315/task/12322/stat : 12322 (java) S 12314 12301 12129 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 41826276 885043200 33941 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12315/tid=12323] ppid=12314 vsize=864300 CPUtime=0
/proc/12315/task/12323/stat : 12323 (java) S 12314 12301 12129 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 41826276 885043200 33941 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 883256

[startup+12.7012 s]
/proc/loadavg: 2.23 2.15 2.01 3/117 12323
/proc/meminfo: memFree=1713824/2055924 swapFree=4192812/4192956
[pid=12301] ppid=12299 vsize=13600 CPUtime=0.34
/proc/12301/stat : 12301 (sugar) S 12299 12301 12129 0 -1 4194304 974 4874 0 1 3 0 29 2 15 0 1 0 41826231 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12301/statm: 3400 797 370 3 0 500 0
[pid=12314] ppid=12301 vsize=5356 CPUtime=0
/proc/12314/stat : 12314 (sh) S 12301 12301 12129 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41826272 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12314/statm: 1339 233 193 169 0 50 0
[pid=12315] ppid=12314 vsize=864300 CPUtime=12.2
/proc/12315/stat : 12315 (java) S 12314 12301 12129 0 -1 0 35625 0 1 0 1206 14 0 0 20 0 9 0 41826272 885043200 34639 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12315/statm: 216075 34639 2565 9 0 210622 0
[pid=12315/tid=12316] ppid=12314 vsize=864300 CPUtime=9.41
/proc/12315/task/12316/stat : 12316 (java) R 12314 12301 12129 0 -1 64 4581 0 1 0 939 2 0 0 25 0 9 0 41826273 885043200 34639 996147200 134512640 134550740 4294955936 18446744073709551615 4126632384 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12315/tid=12317] ppid=12314 vsize=864300 CPUtime=2.65
/proc/12315/task/12317/stat : 12317 (java) S 12314 12301 12129 0 -1 64 29994 0 0 0 255 10 0 0 16 0 9 0 41826274 885043200 34639 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12315/tid=12318] ppid=12314 vsize=864300 CPUtime=0
/proc/12315/task/12318/stat : 12318 (java) S 12314 12301 12129 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41826274 885043200 34639 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12315/tid=12319] ppid=12314 vsize=864300 CPUtime=0
/proc/12315/task/12319/stat : 12319 (java) S 12314 12301 12129 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 41826274 885043200 34639 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12315/tid=12320] ppid=12314 vsize=864300 CPUtime=0
/proc/12315/task/12320/stat : 12320 (java) S 12314 12301 12129 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 41826276 885043200 34639 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12315/tid=12321] ppid=12314 vsize=864300 CPUtime=0.1
/proc/12315/task/12321/stat : 12321 (java) S 12314 12301 12129 0 -1 64 357 0 0 0 10 0 0 0 16 0 9 0 41826276 885043200 34639 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12315/tid=12322] ppid=12314 vsize=864300 CPUtime=0
/proc/12315/task/12322/stat : 12322 (java) S 12314 12301 12129 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 41826276 885043200 34639 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12315/tid=12323] ppid=12314 vsize=864300 CPUtime=0
/proc/12315/task/12323/stat : 12323 (java) S 12314 12301 12129 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 41826276 885043200 34639 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 883256

[startup+25.5026 s]
/proc/loadavg: 2.18 2.15 2.01 3/117 12323
/proc/meminfo: memFree=1696992/2055924 swapFree=4192812/4192956
[pid=12301] ppid=12299 vsize=13600 CPUtime=0.34
/proc/12301/stat : 12301 (sugar) S 12299 12301 12129 0 -1 4194304 974 4874 0 1 3 0 29 2 15 0 1 0 41826231 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12301/statm: 3400 797 370 3 0 500 0
[pid=12314] ppid=12301 vsize=5356 CPUtime=0
/proc/12314/stat : 12314 (sh) S 12301 12301 12129 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41826272 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12314/statm: 1339 233 193 169 0 50 0
[pid=12315] ppid=12314 vsize=864300 CPUtime=24.91
/proc/12315/stat : 12315 (java) S 12314 12301 12129 0 -1 0 38120 0 1 0 2474 17 0 0 20 0 9 0 41826272 885043200 37094 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12315/statm: 216075 37094 2565 9 0 210622 0
[pid=12315/tid=12316] ppid=12314 vsize=864300 CPUtime=21.98
/proc/12315/task/12316/stat : 12316 (java) R 12314 12301 12129 0 -1 64 4621 0 1 0 2193 5 0 0 25 0 9 0 41826273 885043200 37094 996147200 134512640 134550740 4294955936 18446744073709551615 4126632336 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12315/tid=12317] ppid=12314 vsize=864300 CPUtime=2.79
/proc/12315/task/12317/stat : 12317 (java) S 12314 12301 12129 0 -1 64 32445 0 0 0 268 11 0 0 16 0 9 0 41826274 885043200 37094 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12315/tid=12318] ppid=12314 vsize=864300 CPUtime=0
/proc/12315/task/12318/stat : 12318 (java) S 12314 12301 12129 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41826274 885043200 37094 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12315/tid=12319] ppid=12314 vsize=864300 CPUtime=0
/proc/12315/task/12319/stat : 12319 (java) S 12314 12301 12129 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 41826274 885043200 37094 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=12324] ppid=12301 vsize=5356 CPUtime=0
/proc/12324/stat : 12324 (sh) S 12301 12301 12129 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 41891164 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12324/statm: 1339 232 193 169 0 50 0
[pid=12325] ppid=12324 vsize=430240 CPUtime=2558.24
/proc/12325/stat : 12325 (minisat) R 12324 12301 12129 0 -1 4194304 105688 0 0 0 255735 89 0 0 25 0 1 0 41891164 440565760 105674 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12325/statm: 107560 105674 76 150 0 107407 0
Current children cumulated CPU time (s) 3203.27
Current children cumulated vsize (KiB) 449196

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/109 12333
/proc/meminfo: memFree=1184672/2055924 swapFree=4192812/4192956
[pid=12301] ppid=12299 vsize=13600 CPUtime=645.03
/proc/12301/stat : 12301 (sugar) S 12299 12301 12129 0 -1 4194304 1054 114622 0 2 4 1 64310 188 16 0 1 0 41826231 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12301/statm: 3400 803 374 3 0 500 0
[pid=12324] ppid=12301 vsize=5356 CPUtime=0
/proc/12324/stat : 12324 (sh) S 12301 12301 12129 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 41891164 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12324/statm: 1339 232 193 169 0 50 0
[pid=12325] ppid=12324 vsize=431592 CPUtime=2617.9
/proc/12325/stat : 12325 (minisat) R 12324 12301 12129 0 -1 4194304 106031 0 0 0 261701 89 0 0 25 0 1 0 41891164 441950208 106017 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12325/statm: 107898 106017 76 150 0 107745 0
Current children cumulated CPU time (s) 3262.93
Current children cumulated vsize (KiB) 450548

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/109 12333
/proc/meminfo: memFree=1183264/2055924 swapFree=4192812/4192956
[pid=12301] ppid=12299 vsize=13600 CPUtime=645.03
/proc/12301/stat : 12301 (sugar) S 12299 12301 12129 0 -1 4194304 1054 114622 0 2 4 1 64310 188 16 0 1 0 41826231 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12301/statm: 3400 803 374 3 0 500 0
[pid=12324] ppid=12301 vsize=5356 CPUtime=0
/proc/12324/stat : 12324 (sh) S 12301 12301 12129 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 41891164 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12324/statm: 1339 232 193 169 0 50 0
[pid=12325] ppid=12324 vsize=432944 CPUtime=2677.55
/proc/12325/stat : 12325 (minisat) R 12324 12301 12129 0 -1 4194304 106373 0 0 0 267665 90 0 0 25 0 1 0 41891164 443334656 106359 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/12325/statm: 108236 106359 76 150 0 108083 0
Current children cumulated CPU time (s) 3322.58
Current children cumulated vsize (KiB) 451900

[startup+3402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/109 12333
/proc/meminfo: memFree=1181536/2055924 swapFree=4192812/4192956
[pid=12301] ppid=12299 vsize=13600 CPUtime=645.03
/proc/12301/stat : 12301 (sugar) S 12299 12301 12129 0 -1 4194304 1054 114622 0 2 4 1 64310 188 16 0 1 0 41826231 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12301/statm: 3400 803 374 3 0 500 0
[pid=12324] ppid=12301 vsize=5356 CPUtime=0
/proc/12324/stat : 12324 (sh) S 12301 12301 12129 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 41891164 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12324/statm: 1339 232 193 169 0 50 0
[pid=12325] ppid=12324 vsize=434476 CPUtime=2737.22
/proc/12325/stat : 12325 (minisat) R 12324 12301 12129 0 -1 4194304 106762 0 0 0 273631 91 0 0 25 0 1 0 41891164 444903424 106748 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/12325/statm: 108619 106748 76 150 0 108466 0
Current children cumulated CPU time (s) 3382.25
Current children cumulated vsize (KiB) 453432

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/109 12333
/proc/meminfo: memFree=1179616/2055924 swapFree=4192812/4192956
[pid=12301] ppid=12299 vsize=13600 CPUtime=645.03
/proc/12301/stat : 12301 (sugar) S 12299 12301 12129 0 -1 4194304 1054 114622 0 2 4 1 64310 188 16 0 1 0 41826231 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12301/statm: 3400 803 374 3 0 500 0
[pid=12324] ppid=12301 vsize=5356 CPUtime=0
/proc/12324/stat : 12324 (sh) S 12301 12301 12129 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 41891164 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12324/statm: 1339 232 193 169 0 50 0
[pid=12325] ppid=12324 vsize=436416 CPUtime=2796.86
/proc/12325/stat : 12325 (minisat) R 12324 12301 12129 0 -1 4194304 107228 0 0 0 279595 91 0 0 25 0 1 0 41891164 446889984 107214 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12325/statm: 109104 107214 76 150 0 108951 0
Current children cumulated CPU time (s) 3441.89
Current children cumulated vsize (KiB) 455372

[startup+3522.31 s]
/proc/loadavg: 1.92 1.98 1.99 3/109 12374
/proc/meminfo: memFree=1185184/2055924 swapFree=4192812/4192956
[pid=12301] ppid=12299 vsize=13600 CPUtime=645.03
/proc/12301/stat : 12301 (sugar) S 12299 12301 12129 0 -1 4194304 1054 114622 0 2 4 1 64310 188 16 0 1 0 41826231 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12301/statm: 3400 803 374 3 0 500 0
[pid=12324] ppid=12301 vsize=5356 CPUtime=0
/proc/12324/stat : 12324 (sh) S 12301 12301 12129 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 41891164 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12324/statm: 1339 232 193 169 0 50 0
[pid=12325] ppid=12324 vsize=437984 CPUtime=2856.51
/proc/12325/stat : 12325 (minisat) R 12324 12301 12129 0 -1 4194304 107641 0 0 0 285559 92 0 0 25 0 1 0 41891164 448495616 107627 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 1 0 0
/proc/12325/statm: 109496 107627 76 150 0 109343 0
Current children cumulated CPU time (s) 3501.54
Current children cumulated vsize (KiB) 456940

[startup+3582.3 s]
/proc/loadavg: 1.97 1.98 1.99 3/109 12374
/proc/meminfo: memFree=1183392/2055924 swapFree=4192812/4192956
[pid=12301] ppid=12299 vsize=13600 CPUtime=645.03
/proc/12301/stat : 12301 (sugar) S 12299 12301 12129 0 -1 4194304 1054 114622 0 2 4 1 64310 188 16 0 1 0 41826231 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12301/statm: 3400 803 374 3 0 500 0
[pid=12324] ppid=12301 vsize=5356 CPUtime=0
/proc/12324/stat : 12324 (sh) S 12301 12301 12129 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 41891164 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12324/statm: 1339 232 193 169 0 50 0
[pid=12325] ppid=12324 vsize=439600 CPUtime=2916.17
/proc/12325/stat : 12325 (minisat) R 12324 12301 12129 0 -1 4194304 108029 0 0 0 291524 93 0 0 25 0 1 0 41891164 450150400 108015 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12325/statm: 109900 108015 76 150 0 109747 0
Current children cumulated CPU time (s) 3561.2
Current children cumulated vsize (KiB) 458556



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3621.4 s]
/proc/loadavg: 1.98 1.98 1.99 3/109 12374
/proc/meminfo: memFree=1182176/2055924 swapFree=4192812/4192956
[pid=12301] ppid=12299 vsize=13600 CPUtime=645.03
/proc/12301/stat : 12301 (sugar) S 12299 12301 12129 0 -1 4194304 1054 114622 0 2 4 1 64310 188 16 0 1 0 41826231 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12301/statm: 3400 803 374 3 0 500 0
[pid=12324] ppid=12301 vsize=5356 CPUtime=0
/proc/12324/stat : 12324 (sh) S 12301 12301 12129 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 41891164 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12324/statm: 1339 232 193 169 0 50 0
[pid=12325] ppid=12324 vsize=440460 CPUtime=2955.04
/proc/12325/stat : 12325 (minisat) R 12324 12301 12129 0 -1 4194304 108281 0 0 0 295411 93 0 0 25 0 1 0 41891164 451031040 108267 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12325/statm: 110115 108267 76 150 0 109962 0
Current children cumulated CPU time (s) 3600.07
Current children cumulated vsize (KiB) 459416

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

[startup+3621.4 s]
/proc/loadavg: 1.98 1.98 1.99 3/109 12374
/proc/meminfo: memFree=1182176/2055924 swapFree=4192812/4192956
[pid=12301] ppid=12299 vsize=13600 CPUtime=645.03
/proc/12301/stat : 12301 (sugar) S 12299 12301 12129 0 -1 4194304 1054 114622 0 2 4 1 64310 188 16 0 1 0 41826231 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12301/statm: 3400 803 374 3 0 500 0
[pid=12324] ppid=12301 vsize=5356 CPUtime=0
/proc/12324/stat : 12324 (sh) S 12301 12301 12129 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 41891164 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12324/statm: 1339 232 193 169 0 50 0
[pid=12325] ppid=12324 vsize=440460 CPUtime=2955.04
/proc/12325/stat : 12325 (minisat) R 12324 12301 12129 0 -1 4194304 108281 0 0 0 295411 93 0 0 25 0 1 0 41891164 451031040 108267 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12325/statm: 110115 108267 76 150 0 109962 0
Current children cumulated CPU time (s) 3600.07
Current children cumulated vsize (KiB) 459416

# WARNING:
# current cumulated CPU time (645.08 s) is less than in the last sample (3600.07 s)
# The time of a child was probably not reported to its father.
# (see the samples just above and below)
# Adding the difference (2954.99 s) to the 'lost time'.

[startup+3621.52 s]
/proc/loadavg: 1.98 1.98 1.99 3/109 12374
/proc/meminfo: memFree=1182176/2055924 swapFree=4192812/4192956
[pid=12301] ppid=12299 vsize=13600 CPUtime=645.08
/proc/12301/stat : 12301 (sugar) R 12299 12301 12129 0 -1 4194304 1092 114899 0 2 4 5 64310 189 16 0 1 0 41826231 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 230266999849 0 0 4224 16386 0 0 0 17 1 0 0
/proc/12301/statm: 3400 804 375 3 0 500 0
Current children cumulated CPU time (s) 645.08
Current children cumulated vsize (KiB) 13600

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

[startup+3621.52 s]
/proc/loadavg: 1.98 1.98 1.99 3/109 12374
/proc/meminfo: memFree=1182176/2055924 swapFree=4192812/4192956
[pid=12301] ppid=12299 vsize=13600 CPUtime=645.08
/proc/12301/stat : 12301 (sugar) R 12299 12301 12129 0 -1 4194304 1092 114899 0 2 4 5 64310 189 16 0 1 0 41826231 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 230266999849 0 0 4224 16386 0 0 0 17 1 0 0
/proc/12301/statm: 3400 804 375 3 0 500 0
Current children cumulated CPU time (s) 645.08
Current children cumulated vsize (KiB) 13600

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 2954.99
#  lost CPU user time (s): 2954.11
#  lost CPU system time (s): 0.88

Real time (s): 3621.59
CPU time (s): 3600.15
CPU user time (s): 3597.25
CPU system time (s): 2.89469
CPU usage (%): 99.408
Max. virtual memory (cumulated for all children) (KiB): 909372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 643.142
system time used= 2.01469
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 116022
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= 24179
involuntary context switches= 39454

runsolver used 5.00224 second user time and 14.9027 second system time

The end

Launcher Data (download as text)

Begin job on node83 at 2008-07-12 10:28:13
IDJOB=1111656
IDBENCH=61306
IDSOLVER=368
FILE ID=node83/1111656-1215851293
PBS_JOBID= 7903452
Free space on /tmp= 66496 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/ogdVg/normalized-crossword-m1c-ogd-vg16-16_ext.xml
COMMAND LINE= DIR/sugar -max -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-1111656-1215851293/watcher-1111656-1215851293 -o /tmp/evaluation-result-1111656-1215851293/solver-1111656-1215851293 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1111656-1215851293.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= dd0a8fec9df38bdb77868162a11330d0
RANDOM SEED=253927667

node83.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.236
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.236
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055924 kB
MemFree:       1844768 kB
Buffers:         13900 kB
Cached:          83884 kB
SwapCached:          0 kB
Active:          93724 kB
Inactive:        54948 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1844768 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1544 kB
Writeback:           0 kB
Mapped:          72268 kB
Slab:            44752 kB
Committed_AS:   283376 kB
PageTables:       4004 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66496 MiB
End job on node83 at 2008-07-12 11:28:36