Trace number 1110760

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 3609.19

General information on the benchmark

Namecsp/ukVg/
normalized-crossword-m1c-uk-vg15-18_ext.xml
MD5SUMa701f3f59671fae930bd0c2ea7e3e55b
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints33
Best CPU time to get the best result obtained on this benchmark3600.06
Satisfiable
(Un)Satisfiability was proved
Number of variables270
Number of constraints33
Maximum constraint arity18
Maximum domain size26
Number of constraints which are defined in extension33
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 05:48:07 2008
0.00/0.04	c 0	PID 14989
0.00/0.05	c 0	HOST node5.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1110760-1215834487.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1110760-1215834487.xml' 'HOME/temp.csp'
0.04/0.52	c 0	1 domains, 270 variables, 0 predicates, 2 relations, 33 constraints
0.04/0.58	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.58	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.50/0.66	c 1	Parsing HOME/temp.csp
0.50/0.84	c 1	parsed 306 expressions
0.50/0.85	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.50/0.85	c 1	MAX CSP: 33 constraints
0.50/0.85	c 1	Converting to clausal form CSP
0.50/0.87	c 1	converted 35 (10%) expressions
0.50/0.87	c 1	converted 69 (20%) expressions
0.50/0.87	c 1	converted 103 (30%) expressions
0.50/0.87	c 1	converted 137 (40%) expressions
0.50/0.87	c 1	converted 171 (50%) expressions
0.50/0.87	c 1	converted 206 (60%) expressions
0.50/0.87	c 1	converted 240 (70%) expressions
0.50/0.89	c 1	converted 274 (80%) expressions
3.08/3.23	c 3	converted 308 (90%) expressions
3.47/3.62	c 4	converted 342 (100%) expressions
3.47/3.62	c 4	CSP : 336 integers, 0 booleans, 98 clauses, largest domain size 50
3.47/3.62	c 4	Heap : 105 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.47/3.62	c 4	Propagation in CSP
3.47/3.63	c 4	31 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.47/3.63	c 4	CSP : 336 integers, 0 booleans, 98 clauses, largest domain size 34
3.47/3.63	c 4	Heap : 105 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.47/3.63	c 4	Simplifing CSP by introducing new Boolean variables
3.47/3.63	c 4	CSP : 336 integers, 0 booleans, 98 clauses, largest domain size 34
3.47/3.63	c 4	Heap : 105 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.87/4.03	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.87/4.06	c 4	34 (10%) CSP integer variables are encoded (816 clauses, 8832 bytes)
3.87/4.06	c 4	68 (20%) CSP integer variables are encoded (1632 clauses, 19153 bytes)
3.87/4.06	c 4	101 (30%) CSP integer variables are encoded (2424 clauses, 29449 bytes)
3.87/4.06	c 4	135 (40%) CSP integer variables are encoded (3240 clauses, 40057 bytes)
3.87/4.06	c 4	168 (50%) CSP integer variables are encoded (4032 clauses, 50353 bytes)
3.87/4.06	c 4	202 (60%) CSP integer variables are encoded (4848 clauses, 60961 bytes)
3.87/4.07	c 4	236 (70%) CSP integer variables are encoded (5664 clauses, 71569 bytes)
3.87/4.07	c 4	269 (80%) CSP integer variables are encoded (6456 clauses, 81865 bytes)
3.87/4.07	c 4	303 (90%) CSP integer variables are encoded (6480 clauses, 82177 bytes)
3.87/4.07	c 4	336 (100%) CSP integer variables are encoded (6749 clauses, 85674 bytes)
406.13/410.24	c 410	10 (10%) CSP clauses are encoded (984809 clauses, 102545528 bytes)
737.45/744.88	c 745	20 (20%) CSP clauses are encoded (1812727 clauses, 190156395 bytes)
763.94/771.66	c 772	30 (30%) CSP clauses are encoded (2040077 clauses, 217434578 bytes)
771.84/779.66	c 780	40 (40%) CSP clauses are encoded (2108315 clauses, 225670243 bytes)
771.84/779.66	c 780	49 (50%) CSP clauses are encoded (2108412 clauses, 225671820 bytes)
771.84/779.66	c 780	59 (60%) CSP clauses are encoded (2108452 clauses, 225672428 bytes)
771.84/779.67	c 780	69 (70%) CSP clauses are encoded (2108958 clauses, 225680733 bytes)
771.84/779.67	c 780	79 (80%) CSP clauses are encoded (2109188 clauses, 225684503 bytes)
771.84/779.67	c 780	89 (90%) CSP clauses are encoded (2109540 clauses, 225690518 bytes)
771.84/779.67	c 780	98 (100%) CSP clauses are encoded (2110165 clauses, 225701405 bytes)
771.84/779.67	c 780	98 CSP clauses encoded
771.84/779.67	c 780	Writing map file : HOME/temp.map
771.84/779.68	c 780	Heap : 178 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
771.84/779.68	c 780	SAT : 7085 SAT variables, 2110165 SAT clauses, 225701405 bytes
771.84/779.68	c 780	Heap : 178 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
771.93/779.73	c 780	OBJECTIVE minimize _COST
771.93/779.73	c 780	OBJECTIVE BOUND: 0 <= _COST <= 
771.93/779.73	c 780	SEARCHING: _COST <= 17
771.93/779.73	c 780	SOLVING HOME/temp.cnf
771.93/779.73	c 780	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
771.93/779.74	c 780	This is MiniSat 2.0 beta
771.93/779.74	c 780	WARNING: for repeatability, setting FPU to use double precision
771.93/779.74	c 780	============================[ Problem Statistics ]=============================
771.93/779.74	c 780	|                                                                             |
771.93/779.74	c 780	|  Number of variables:  7085                                                 |
771.93/779.74	c 780	|  Number of clauses:    2110166                                              |
776.22/784.00	c 784	|  Parsing time:         3.86         s                                       |
776.42/784.23	c 784	============================[ Search Statistics ]==============================
776.42/784.23	c 784	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
776.42/784.23	c 784	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
776.42/784.23	c 784	===============================================================================
776.42/784.23	c 784	|         0 |    6989  2109432 41659490 |   703144        0    nan |  0.000 % |
776.61/784.45	c 784	|       100 |    6989  2109432 41659490 |   773458      100      7 |  1.355 % |
776.71/784.52	c 784	|       250 |    6989  2109432 41659490 |   850804      250      8 |  1.355 % |
776.91/784.70	c 785	|       475 |    6989  2109432 41659490 |   935884      475      8 |  1.355 % |
777.21/785.06	c 785	|       813 |    6989  2109432 41659490 |  1029473      813      8 |  1.355 % |
777.31/785.17	c 785	|      1319 |    6989  2109432 41659490 |  1132420     1319      9 |  1.355 % |
778.31/786.18	c 786	|      2079 |    6989  2109432 41659490 |  1245662     2079     10 |  1.355 % |
778.51/786.38	c 786	|      3218 |    6989  2109432 41659490 |  1370228     3218     10 |  1.355 % |
778.72/786.60	c 786	|      4929 |    6989  2109432 41659490 |  1507251     4929     10 |  1.355 % |
779.61/787.48	c 787	|      7492 |    6989  2109432 41659490 |  1657976     7492     10 |  1.355 % |
780.61/788.47	c 788	|     11337 |    6989  2109432 41659490 |  1823774    11337     11 |  1.355 % |
781.72/789.51	c 789	|     17103 |    6989  2109432 41659490 |  2006151    17103     11 |  1.355 % |
798.30/806.16	c 806	|     25756 |    6989  2109432 41659490 |  2206767    25756     12 |  1.355 % |
801.41/809.25	c 809	|     38731 |    6989  2109432 41659490 |  2427443    38731     12 |  1.355 % |
806.70/814.54	c 814	|     58192 |    6989  2109432 41659490 |  2670188    58192     12 |  1.355 % |
818.99/826.81	c 827	|     87385 |    6989  2109432 41659490 |  2937206    87385     12 |  1.355 % |
840.19/848.03	c 848	|    131174 |    6989  2109432 41659490 |  3230927   131174     12 |  1.355 % |
874.18/882.06	c 882	|    196861 |    6989  2109432 41659490 |  3554020   196861     13 |  1.355 % |
951.14/959.09	c 959	|    295388 |    6989  2109432 41659490 |  3909422   295388     14 |  1.355 % |
1056.20/1064.12	c 1064	|    443178 |    6989  2109432 41659490 |  4300364   443178     14 |  1.355 % |
1245.23/1253.27	c 1253	|    664861 |    6989  2109432 41659490 |  4730401   664861     14 |  1.355 % |
1974.83/1983.12	c 1983	|    997386 |    6989  2109432 41659490 |  5203441   997386     18 |  1.355 % |
2908.36/2917.03	c 2917	|   1496174 |    6989  2109432 41659490 |  5723785  1496174     19 |  1.355 % |
3600.08/3609.02	c ERROR INTERRUPTED
3600.08/3609.08	s UNKNOWN
3600.08/3609.08	c 3609	CPU 769.96 (0.03 0.01 769.93 2.01)
3600.08/3609.08	c 3609	END Sat Jul 12 06:48:16 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-1110760-1215834487/watcher-1110760-1215834487 -o /tmp/evaluation-result-1110760-1215834487/solver-1110760-1215834487 -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-1110760-1215834487.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: 1.96 2.16 2.22 4/81 14989
/proc/meminfo: memFree=1857936/2055920 swapFree=4181128/4192956
[pid=14989] ppid=14987 vsize=12268 CPUtime=0
/proc/14989/stat : 14989 (sugar) R 14987 14989 13113 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 40151990 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 226913647205 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/14989/statm: 3067 316 241 3 0 167 0

[startup+0.097066 s]
/proc/loadavg: 1.96 2.16 2.22 4/81 14989
/proc/meminfo: memFree=1857936/2055920 swapFree=4181128/4192956
[pid=14989] ppid=14987 vsize=13600 CPUtime=0.04
/proc/14989/stat : 14989 (sugar) S 14987 14989 13113 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 40151990 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14989/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.102064 s]
/proc/loadavg: 1.96 2.16 2.22 4/81 14989
/proc/meminfo: memFree=1857936/2055920 swapFree=4181128/4192956
[pid=14989] ppid=14987 vsize=13600 CPUtime=0.04
/proc/14989/stat : 14989 (sugar) S 14987 14989 13113 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 40151990 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14989/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301087 s]
/proc/loadavg: 1.96 2.16 2.22 4/81 14989
/proc/meminfo: memFree=1857936/2055920 swapFree=4181128/4192956
[pid=14989] ppid=14987 vsize=13600 CPUtime=0.04
/proc/14989/stat : 14989 (sugar) S 14987 14989 13113 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 40151990 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14989/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701134 s]
/proc/loadavg: 1.96 2.16 2.22 4/81 14989
/proc/meminfo: memFree=1857936/2055920 swapFree=4181128/4192956
[pid=14989] ppid=14987 vsize=13600 CPUtime=0.5
/proc/14989/stat : 14989 (sugar) S 14987 14989 13113 0 -1 4194304 974 6431 0 1 3 1 43 3 16 0 1 0 40151990 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14989/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 13600

[startup+1.50223 s]
/proc/loadavg: 1.96 2.16 2.22 3/92 15011
/proc/meminfo: memFree=1844216/2055920 swapFree=4181128/4192956
[pid=14989] ppid=14987 vsize=13600 CPUtime=0.5
/proc/14989/stat : 14989 (sugar) S 14987 14989 13113 0 -1 4194304 974 6431 0 1 3 1 43 3 15 0 1 0 40151990 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14989/statm: 3400 797 370 3 0 500 0
[pid=15002] ppid=14989 vsize=5356 CPUtime=0
/proc/15002/stat : 15002 (sh) S 14989 14989 13113 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40152049 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15002/statm: 1339 233 193 169 0 50 0
[pid=15003] ppid=15002 vsize=864396 CPUtime=0.89
/proc/15003/stat : 15003 (java) S 15002 14989 13113 0 -1 0 10881 0 1 0 84 5 0 0 19 0 9 0 40152049 885141504 9922 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15003/statm: 216099 9922 2540 9 0 210674 0
[pid=15003/tid=15004] ppid=15002 vsize=864396 CPUtime=0.37
/proc/15003/task/15004/stat : 15004 (java) R 15002 14989 13113 0 -1 64 2770 0 1 0 36 1 0 0 19 0 9 0 40152050 885141504 9922 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15003/tid=15005] ppid=15002 vsize=864396 CPUtime=0.43
/proc/15003/task/15005/stat : 15005 (java) R 15002 14989 13113 0 -1 64 7084 0 0 0 41 2 0 0 17 0 9 0 40152051 885141504 9922 996147200 134512640 134550740 4294955936 18446744073709551615 104096079 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15003/tid=15006] ppid=15002 vsize=864396 CPUtime=0
/proc/15003/task/15006/stat : 15006 (java) S 15002 14989 13113 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40152051 885141504 9922 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15003/tid=15007] ppid=15002 vsize=864396 CPUtime=0
/proc/15003/task/15007/stat : 15007 (java) S 15002 14989 13113 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 40152051 885141504 9922 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15003/tid=15008] ppid=15002 vsize=864396 CPUtime=0
/proc/15003/task/15008/stat : 15008 (java) S 15002 14989 13113 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 40152053 885141504 9922 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15003/tid=15009] ppid=15002 vsize=864396 CPUtime=0.06
/proc/15003/task/15009/stat : 15009 (java) S 15002 14989 13113 0 -1 64 334 0 0 0 6 0 0 0 16 0 9 0 40152053 885141504 9922 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15003/tid=15010] ppid=15002 vsize=864396 CPUtime=0
/proc/15003/task/15010/stat : 15010 (java) S 15002 14989 13113 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 40152053 885141504 9922 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15003/tid=15011] ppid=15002 vsize=864396 CPUtime=0
/proc/15003/task/15011/stat : 15011 (java) S 15002 14989 13113 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 40152053 885141504 9922 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 883352

[startup+3.10141 s]
/proc/loadavg: 1.96 2.16 2.22 3/92 15011
/proc/meminfo: memFree=1806456/2055920 swapFree=4181128/4192956
[pid=14989] ppid=14987 vsize=13600 CPUtime=0.5
/proc/14989/stat : 14989 (sugar) S 14987 14989 13113 0 -1 4194304 974 6431 0 1 3 1 43 3 15 0 1 0 40151990 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14989/statm: 3400 797 370 3 0 500 0
[pid=15002] ppid=14989 vsize=5356 CPUtime=0
/proc/15002/stat : 15002 (sh) S 14989 14989 13113 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40152049 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15002/statm: 1339 233 193 169 0 50 0
[pid=15003] ppid=15002 vsize=864144 CPUtime=2.48
/proc/15003/stat : 15003 (java) S 15002 14989 13113 0 -1 0 24846 0 1 0 235 13 0 0 19 0 9 0 40152049 884883456 23623 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15003/statm: 216036 23623 2540 9 0 210611 0
[pid=15003/tid=15004] ppid=15002 vsize=864144 CPUtime=0.82
/proc/15003/task/15004/stat : 15004 (java) R 15002 14989 13113 0 -1 64 3687 0 1 0 80 2 0 0 23 0 9 0 40152050 884883456 23623 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15003/tid=15005] ppid=15002 vsize=864144 CPUtime=1.56
/proc/15003/task/15005/stat : 15005 (java) R 15002 14989 13113 0 -1 64 20132 0 0 0 147 9 0 0 17 0 9 0 40152051 884883456 23623 996147200 134512640 134550740 4294955936 18446744073709551615 104185909 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15003/tid=15006] ppid=15002 vsize=864144 CPUtime=0
/proc/15003/task/15006/stat : 15006 (java) S 15002 14989 13113 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40152051 884883456 23623 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15003/tid=15007] ppid=15002 vsize=864144 CPUtime=0
/proc/15003/task/15007/stat : 15007 (java) S 15002 14989 13113 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 40152051 884883456 23623 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15003/tid=15008] ppid=15002 vsize=864144 CPUtime=0
/proc/15003/task/15008/stat : 15008 (java) S 15002 14989 13113 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 40152053 884883456 23623 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15003/tid=15009] ppid=15002 vsize=864144 CPUtime=0.06
/proc/15003/task/15009/stat : 15009 (java) S 15002 14989 13113 0 -1 64 334 0 0 0 6 0 0 0 16 0 9 0 40152053 884883456 23623 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15003/tid=15010] ppid=15002 vsize=864144 CPUtime=0
/proc/15003/task/15010/stat : 15010 (java) S 15002 14989 13113 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 40152053 884883456 23623 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15003/tid=15011] ppid=15002 vsize=864144 CPUtime=0
/proc/15003/task/15011/stat : 15011 (java) S 15002 14989 13113 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 40152053 884883456 23623 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 883100

[startup+6.30276 s]
/proc/loadavg: 1.96 2.15 2.22 3/92 15011
/proc/meminfo: memFree=1731000/2055920 swapFree=4181128/4192956
[pid=14989] ppid=14987 vsize=13600 CPUtime=0.5
/proc/14989/stat : 14989 (sugar) S 14987 14989 13113 0 -1 4194304 974 6431 0 1 3 1 43 3 15 0 1 0 40151990 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14989/statm: 3400 797 370 3 0 500 0
[pid=15002] ppid=14989 vsize=5356 CPUtime=0
/proc/15002/stat : 15002 (sh) S 14989 14989 13113 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40152049 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15002/statm: 1339 233 193 169 0 50 0
[pid=15003] ppid=15002 vsize=864388 CPUtime=5.65
/proc/15003/stat : 15003 (java) S 15002 14989 13113 0 -1 0 34938 0 1 0 547 18 0 0 19 0 9 0 40152049 885133312 33587 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15003/statm: 216097 33587 2565 9 0 210644 0
[pid=15003/tid=15004] ppid=15002 vsize=864388 CPUtime=3.11
/proc/15003/task/15004/stat : 15004 (java) R 15002 14989 13113 0 -1 64 4494 0 1 0 308 3 0 0 25 0 9 0 40152050 885133312 33587 996147200 134512640 134550740 4294955936 18446744073709551615 4125952064 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15003/tid=15005] ppid=15002 vsize=864388 CPUtime=2.41
/proc/15003/task/15005/stat : 15005 (java) S 15002 14989 13113 0 -1 64 29391 0 0 0 228 13 0 0 16 0 9 0 40152051 885133312 33587 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15003/tid=15006] ppid=15002 vsize=864388 CPUtime=0
/proc/15003/task/15006/stat : 15006 (java) S 15002 14989 13113 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40152051 885133312 33587 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15003/tid=15007] ppid=15002 vsize=864388 CPUtime=0
/proc/15003/task/15007/stat : 15007 (java) S 15002 14989 13113 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 40152051 885133312 33587 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15003/tid=15008] ppid=15002 vsize=864388 CPUtime=0
/proc/15003/task/15008/stat : 15008 (java) S 15002 14989 13113 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 40152053 885133312 33587 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15003/tid=15009] ppid=15002 vsize=864388 CPUtime=0.1
/proc/15003/task/15009/stat : 15009 (java) S 15002 14989 13113 0 -1 64 360 0 0 0 10 0 0 0 16 0 9 0 40152053 885133312 33587 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15003/tid=15010] ppid=15002 vsize=864388 CPUtime=0
/proc/15003/task/15010/stat : 15010 (java) S 15002 14989 13113 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 40152053 885133312 33587 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15003/tid=15011] ppid=15002 vsize=864388 CPUtime=0
/proc/15003/task/15011/stat : 15011 (java) S 15002 14989 13113 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 40152053 885133312 33587 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 883344

[startup+12.7015 s]
/proc/loadavg: 1.96 2.15 2.22 3/92 15011
/proc/meminfo: memFree=1727864/2055920 swapFree=4181128/4192956
[pid=14989] ppid=14987 vsize=13600 CPUtime=0.5
/proc/14989/stat : 14989 (sugar) S 14987 14989 13113 0 -1 4194304 974 6431 0 1 3 1 43 3 15 0 1 0 40151990 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14989/statm: 3400 797 370 3 0 500 0
[pid=15002] ppid=14989 vsize=5356 CPUtime=0
/proc/15002/stat : 15002 (sh) S 14989 14989 13113 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40152049 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15002/statm: 1339 233 193 169 0 50 0
[pid=15003] ppid=15002 vsize=864388 CPUtime=11.98
/proc/15003/stat : 15003 (java) S 15002 14989 13113 0 -1 0 35584 0 1 0 1180 18 0 0 19 0 9 0 40152049 885133312 34227 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15003/statm: 216097 34227 2565 9 0 210644 0
[pid=15003/tid=15004] ppid=15002 vsize=864388 CPUtime=9.41
/proc/15003/task/15004/stat : 15004 (java) R 15002 14989 13113 0 -1 64 4500 0 1 0 938 3 0 0 25 0 9 0 40152050 885133312 34227 996147200 134512640 134550740 4294955936 18446744073709551615 4125952064 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15003/tid=15005] ppid=15002 vsize=864388 CPUtime=2.44
/proc/15003/task/15005/stat : 15005 (java) S 15002 14989 13113 0 -1 64 30031 0 0 0 231 13 0 0 16 0 9 0 40152051 885133312 34227 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15003/tid=15006] ppid=15002 vsize=864388 CPUtime=0
/proc/15003/task/15006/stat : 15006 (java) S 15002 14989 13113 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40152051 885133312 34227 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15003/tid=15007] ppid=15002 vsize=864388 CPUtime=0
/proc/15003/task/15007/stat : 15007 (java) S 15002 14989 13113 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 40152051 885133312 34227 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15003/tid=15008] ppid=15002 vsize=864388 CPUtime=0
/proc/15003/task/15008/stat : 15008 (java) S 15002 14989 13113 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 40152053 885133312 34227 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15003/tid=15009] ppid=15002 vsize=864388 CPUtime=0.1
/proc/15003/task/15009/stat : 15009 (java) S 15002 14989 13113 0 -1 64 360 0 0 0 10 0 0 0 16 0 9 0 40152053 885133312 34227 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15003/tid=15010] ppid=15002 vsize=864388 CPUtime=0
/proc/15003/task/15010/stat : 15010 (java) S 15002 14989 13113 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 40152053 885133312 34227 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15003/tid=15011] ppid=15002 vsize=864388 CPUtime=0
/proc/15003/task/15011/stat : 15011 (java) S 15002 14989 13113 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 40152053 885133312 34227 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 883344

[startup+25.5029 s]
/proc/loadavg: 2.05 2.16 2.22 3/92 15011
/proc/meminfo: memFree=1721400/2055920 swapFree=4181128/4192956
[pid=14989] ppid=14987 vsize=13600 CPUtime=0.5
/proc/14989/stat : 14989 (sugar) S 14987 14989 13113 0 -1 4194304 974 6431 0 1 3 1 43 3 15 0 1 0 40151990 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14989/statm: 3400 797 370 3 0 500 0
[pid=15002] ppid=14989 vsize=5356 CPUtime=0
/proc/15002/stat : 15002 (sh) S 14989 14989 13113 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40152049 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15002/statm: 1339 233 193 169 0 50 0
[pid=15003] ppid=15002 vsize=864388 CPUtime=24.67
/proc/15003/stat : 15003 (java) S 15002 14989 13113 0 -1 0 37230 0 1 0 2448 19 0 0 19 0 9 0 40152049 885133312 35858 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15003/statm: 216097 35858 2565 9 0 210644 0
[pid=15003/tid=15004] ppid=15002 vsize=864388 CPUtime=22
/proc/15003/task/15004/stat : 15004 (java) R 15002 14989 13113 0 -1 64 4515 0 1 0 2197 3 0 0 25 0 9 0 40152050 885133312 35858 996147200 134512640 134550740 4294955936 18446744073709551615 4126582904 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15003/tid=15005] ppid=15002 vsize=864388 CPUtime=2.53
/proc/15003/task/15005/stat : 15005 (java) S 15002 14989 13113 0 -1 64 31662 0 0 0 239 14 0 0 16 0 9 0 40152051 885133312 35858 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15003/tid=15006] ppid=15002 vsize=864388 CPUtime=0
/proc/15003/task/15006/stat : 15006 (java) S 15002 14989 13113 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40152051 885133312 35858 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15003/tid=15007] ppid=15002 vsize=864388 CPUtime=0
/proc/15003/task/15007/stat : 15007 (java) S 15002 14989 13113 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 40152051 885133312 35858 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=15018] ppid=14989 vsize=5356 CPUtime=0
/proc/15018/stat : 15018 (sh) S 14989 14989 13113 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 40229964 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15018/statm: 1339 232 193 169 0 50 0
[pid=15019] ppid=15018 vsize=473164 CPUtime=2441.57
/proc/15019/stat : 15019 (minisat) R 15018 14989 13113 0 -1 4194304 115914 0 0 0 244057 100 0 0 25 0 1 0 40229965 484519936 115900 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15019/statm: 118291 115900 76 150 0 118138 0
Current children cumulated CPU time (s) 3213.54
Current children cumulated vsize (KiB) 492120

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 15021
/proc/meminfo: memFree=1159160/2055920 swapFree=4181128/4192956
[pid=14989] ppid=14987 vsize=13600 CPUtime=771.97
/proc/14989/stat : 14989 (sugar) S 14987 14989 13113 0 -1 4194304 1054 106197 0 2 3 1 76993 200 16 0 1 0 40151990 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14989/statm: 3400 803 374 3 0 500 0
[pid=15018] ppid=14989 vsize=5356 CPUtime=0
/proc/15018/stat : 15018 (sh) S 14989 14989 13113 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 40229964 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15018/statm: 1339 232 193 169 0 50 0
[pid=15019] ppid=15018 vsize=476740 CPUtime=2501.55
/proc/15019/stat : 15019 (minisat) R 15018 14989 13113 0 -1 4194304 116827 0 0 0 250054 101 0 0 25 0 1 0 40229965 488181760 116813 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15019/statm: 119185 116813 76 150 0 119032 0
Current children cumulated CPU time (s) 3273.52
Current children cumulated vsize (KiB) 495696

[startup+3342.3 s]
/proc/loadavg: 1.92 1.98 1.99 3/76 15053
/proc/meminfo: memFree=1153016/2055920 swapFree=4181128/4192956
[pid=14989] ppid=14987 vsize=13600 CPUtime=771.97
/proc/14989/stat : 14989 (sugar) S 14987 14989 13113 0 -1 4194304 1054 106197 0 2 3 1 76993 200 16 0 1 0 40151990 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14989/statm: 3400 803 374 3 0 500 0
[pid=15018] ppid=14989 vsize=5356 CPUtime=0
/proc/15018/stat : 15018 (sh) S 14989 14989 13113 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 40229964 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15018/statm: 1339 232 193 169 0 50 0
[pid=15019] ppid=15018 vsize=478656 CPUtime=2561.52
/proc/15019/stat : 15019 (minisat) R 15018 14989 13113 0 -1 4194304 117312 0 0 0 256050 102 0 0 25 0 1 0 40229965 490143744 117298 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15019/statm: 119664 117298 76 150 0 119511 0
Current children cumulated CPU time (s) 3333.49
Current children cumulated vsize (KiB) 497612

[startup+3402.31 s]
/proc/loadavg: 1.97 1.98 1.99 3/76 15053
/proc/meminfo: memFree=1151096/2055920 swapFree=4181128/4192956
[pid=14989] ppid=14987 vsize=13600 CPUtime=771.97
/proc/14989/stat : 14989 (sugar) S 14987 14989 13113 0 -1 4194304 1054 106197 0 2 3 1 76993 200 16 0 1 0 40151990 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14989/statm: 3400 803 374 3 0 500 0
[pid=15018] ppid=14989 vsize=5356 CPUtime=0
/proc/15018/stat : 15018 (sh) S 14989 14989 13113 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 40229964 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15018/statm: 1339 232 193 169 0 50 0
[pid=15019] ppid=15018 vsize=480956 CPUtime=2621.49
/proc/15019/stat : 15019 (minisat) R 15018 14989 13113 0 -1 4194304 117898 0 0 0 262047 102 0 0 25 0 1 0 40229965 492498944 117884 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15019/statm: 120239 117884 76 150 0 120086 0
Current children cumulated CPU time (s) 3393.46
Current children cumulated vsize (KiB) 499912

[startup+3462.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 15053
/proc/meminfo: memFree=1149112/2055920 swapFree=4181128/4192956
[pid=14989] ppid=14987 vsize=13600 CPUtime=771.97
/proc/14989/stat : 14989 (sugar) S 14987 14989 13113 0 -1 4194304 1054 106197 0 2 3 1 76993 200 16 0 1 0 40151990 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14989/statm: 3400 803 374 3 0 500 0
[pid=15018] ppid=14989 vsize=5356 CPUtime=0
/proc/15018/stat : 15018 (sh) S 14989 14989 13113 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 40229964 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15018/statm: 1339 232 193 169 0 50 0
[pid=15019] ppid=15018 vsize=482932 CPUtime=2681.47
/proc/15019/stat : 15019 (minisat) R 15018 14989 13113 0 -1 4194304 118387 0 0 0 268044 103 0 0 25 0 1 0 40229965 494522368 118373 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 0 0 0
/proc/15019/statm: 120733 118373 76 150 0 120580 0
Current children cumulated CPU time (s) 3453.44
Current children cumulated vsize (KiB) 501888

[startup+3522.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 15053
/proc/meminfo: memFree=1147064/2055920 swapFree=4181128/4192956
[pid=14989] ppid=14987 vsize=13600 CPUtime=771.97
/proc/14989/stat : 14989 (sugar) S 14987 14989 13113 0 -1 4194304 1054 106197 0 2 3 1 76993 200 16 0 1 0 40151990 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14989/statm: 3400 803 374 3 0 500 0
[pid=15018] ppid=14989 vsize=5356 CPUtime=0
/proc/15018/stat : 15018 (sh) S 14989 14989 13113 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 40229964 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15018/statm: 1339 232 193 169 0 50 0
[pid=15019] ppid=15018 vsize=484824 CPUtime=2741.44
/proc/15019/stat : 15019 (minisat) R 15018 14989 13113 0 -1 4194304 118854 0 0 0 274041 103 0 0 25 0 1 0 40229965 496459776 118840 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 0 0 0
/proc/15019/statm: 121206 118840 76 150 0 121053 0
Current children cumulated CPU time (s) 3513.41
Current children cumulated vsize (KiB) 503780

[startup+3582.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 15053
/proc/meminfo: memFree=1144824/2055920 swapFree=4181128/4192956
[pid=14989] ppid=14987 vsize=13600 CPUtime=771.97
/proc/14989/stat : 14989 (sugar) S 14987 14989 13113 0 -1 4194304 1054 106197 0 2 3 1 76993 200 16 0 1 0 40151990 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14989/statm: 3400 803 374 3 0 500 0
[pid=15018] ppid=14989 vsize=5356 CPUtime=0
/proc/15018/stat : 15018 (sh) S 14989 14989 13113 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 40229964 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15018/statm: 1339 232 193 169 0 50 0
[pid=15019] ppid=15018 vsize=487056 CPUtime=2801.42
/proc/15019/stat : 15019 (minisat) R 15018 14989 13113 0 -1 4194304 119414 0 0 0 280039 103 0 0 25 0 1 0 40229965 498745344 119400 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15019/statm: 121764 119400 76 150 0 121611 0
Current children cumulated CPU time (s) 3573.39
Current children cumulated vsize (KiB) 506012



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 15053
/proc/meminfo: memFree=1144056/2055920 swapFree=4181128/4192956
[pid=14989] ppid=14987 vsize=13600 CPUtime=771.97
/proc/14989/stat : 14989 (sugar) S 14987 14989 13113 0 -1 4194304 1054 106197 0 2 3 1 76993 200 16 0 1 0 40151990 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14989/statm: 3400 803 374 3 0 500 0
[pid=15018] ppid=14989 vsize=5356 CPUtime=0
/proc/15018/stat : 15018 (sh) S 14989 14989 13113 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 40229964 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15018/statm: 1339 232 193 169 0 50 0
[pid=15019] ppid=15018 vsize=487744 CPUtime=2828.11
/proc/15019/stat : 15019 (minisat) R 15018 14989 13113 0 -1 4194304 119589 0 0 0 282708 103 0 0 25 0 1 0 40229965 499449856 119575 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15019/statm: 121936 119575 76 150 0 121783 0
Current children cumulated CPU time (s) 3600.08
Current children cumulated vsize (KiB) 506700

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

[startup+3609 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 15053
/proc/meminfo: memFree=1144056/2055920 swapFree=4181128/4192956
[pid=14989] ppid=14987 vsize=13600 CPUtime=771.97
/proc/14989/stat : 14989 (sugar) S 14987 14989 13113 0 -1 4194304 1054 106197 0 2 3 1 76993 200 16 0 1 0 40151990 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14989/statm: 3400 803 374 3 0 500 0
[pid=15018] ppid=14989 vsize=5356 CPUtime=0
/proc/15018/stat : 15018 (sh) S 14989 14989 13113 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 40229964 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15018/statm: 1339 232 193 169 0 50 0
[pid=15019] ppid=15018 vsize=487744 CPUtime=2828.11
/proc/15019/stat : 15019 (minisat) R 15018 14989 13113 0 -1 4194304 119589 0 0 0 282708 103 0 0 25 0 1 0 40229965 499449856 119575 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15019/statm: 121936 119575 76 150 0 121783 0
Current children cumulated CPU time (s) 3600.08
Current children cumulated vsize (KiB) 506700

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

[startup+3609.12 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 15053
/proc/meminfo: memFree=1144056/2055920 swapFree=4181128/4192956
[pid=14989] ppid=14987 vsize=13600 CPUtime=772.03
/proc/14989/stat : 14989 (sugar) R 14987 14989 13113 0 -1 4194304 1092 106474 0 2 4 5 76993 201 17 0 1 0 40151990 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 226913653801 0 0 4224 16386 0 0 0 17 0 0 0
/proc/14989/statm: 3400 804 375 3 0 500 0
Current children cumulated CPU time (s) 772.03
Current children cumulated vsize (KiB) 13600

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

[startup+3609.12 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 15053
/proc/meminfo: memFree=1144056/2055920 swapFree=4181128/4192956
[pid=14989] ppid=14987 vsize=13600 CPUtime=772.03
/proc/14989/stat : 14989 (sugar) R 14987 14989 13113 0 -1 4194304 1092 106474 0 2 4 5 76993 201 17 0 1 0 40151990 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 226913653801 0 0 4224 16386 0 0 0 17 0 0 0
/proc/14989/statm: 3400 804 375 3 0 500 0
Current children cumulated CPU time (s) 772.03
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): 2828.05
#  lost CPU user time (s): 2827.07
#  lost CPU system time (s): 0.98

Real time (s): 3609.19
CPU time (s): 3600.15
CPU user time (s): 3597.04
CPU system time (s): 3.11168
CPU usage (%): 99.7496
Max. virtual memory (cumulated for all children) (KiB): 904340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 769.973
system time used= 2.13167
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 107597
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= 26825
involuntary context switches= 42665

runsolver used 4.56031 second user time and 11.6682 second system time

The end

Launcher Data (download as text)

Begin job on node5 at 2008-07-12 05:48:07
IDJOB=1110760
IDBENCH=61149
IDSOLVER=368
FILE ID=node5/1110760-1215834487
PBS_JOBID= 7903325
Free space on /tmp= 66536 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/ukVg/normalized-crossword-m1c-uk-vg15-18_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-1110760-1215834487/watcher-1110760-1215834487 -o /tmp/evaluation-result-1110760-1215834487/solver-1110760-1215834487 -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-1110760-1215834487.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a701f3f59671fae930bd0c2ea7e3e55b
RANDOM SEED=1212890473

node5.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.212
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.212
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:       1858416 kB
Buffers:         24332 kB
Cached:          81708 kB
SwapCached:       5616 kB
Active:          87440 kB
Inactive:        51192 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1858416 kB
SwapTotal:     4192956 kB
SwapFree:      4181128 kB
Dirty:            1516 kB
Writeback:           0 kB
Mapped:          48624 kB
Slab:            43948 kB
Committed_AS:   199348 kB
PageTables:       2016 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= 66524 MiB
End job on node5 at 2008-07-12 06:48:18