Trace number 1076955

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisat? (TO) 1800.15 1802.28

General information on the benchmark

Namecsp/wordsHerald/
normalized-crossword-m1-words-21-10.xml
MD5SUM7bcb9756efafd11bd2e8436c9abc02f0
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables383
Number of constraints1869
Maximum constraint arity26
Maximum domain size26
Number of constraints which are defined in extension134
Number of constraints which are defined in intension1735
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 Fri Jul  4 18:55:43 2008
0.00/0.04	c 0	PID 27099
0.00/0.04	c 0	HOST node57.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1076955-1215190543.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-1076955-1215190543.xml' 'HOME/temp.csp'
0.03/0.58	c 1	1 domains, 383 variables, 7 predicates, 7 relations, 1869 constraints
0.03/0.61	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.61	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.03/0.68	c 1	Parsing HOME/temp.csp
1.14/1.10	c 1	parsed 2267 expressions
1.26/1.10	c 1	Heap : 8 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.26/1.10	c 1	Converting to clausal form CSP
1.26/1.13	c 1	converted 227 (10%) expressions
2.06/1.95	c 2	converted 454 (20%) expressions
2.95/2.77	c 3	converted 681 (30%) expressions
7.65/7.45	c 8	converted 907 (40%) expressions
7.75/7.56	c 8	converted 1134 (50%) expressions
7.75/7.58	c 8	converted 1361 (60%) expressions
7.96/7.71	c 8	converted 1587 (70%) expressions
7.96/7.73	c 8	converted 1814 (80%) expressions
7.96/7.79	c 8	converted 2041 (90%) expressions
8.05/7.82	c 8	converted 2267 (100%) expressions
8.05/7.82	c 8	CSP : 383 integers, 0 booleans, 1869 clauses, largest domain size 26
8.05/7.82	c 8	Heap : 194 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.05/7.82	c 8	Propagation in CSP
8.05/7.84	c 8	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
8.05/7.85	c 8	CSP : 383 integers, 0 booleans, 1869 clauses, largest domain size 26
8.05/7.85	c 8	Heap : 196 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.05/7.85	c 8	Simplifing CSP by introducing new Boolean variables
8.16/7.94	c 8	CSP : 383 integers, 19904 booleans, 21773 clauses, largest domain size 26
8.16/7.94	c 8	Heap : 194 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.36/9.13	c 9	Encoding CSP to SAT : HOME/temp.cnf
9.36/9.15	c 9	39 (10%) CSP integer variables are encoded (936 clauses, 10152 bytes)
9.36/9.15	c 9	77 (20%) CSP integer variables are encoded (1848 clauses, 21961 bytes)
9.36/9.15	c 9	115 (30%) CSP integer variables are encoded (2760 clauses, 33817 bytes)
9.36/9.15	c 9	154 (40%) CSP integer variables are encoded (3696 clauses, 45985 bytes)
9.36/9.16	c 9	192 (50%) CSP integer variables are encoded (4608 clauses, 57841 bytes)
9.36/9.16	c 9	230 (60%) CSP integer variables are encoded (5520 clauses, 69697 bytes)
9.36/9.16	c 9	269 (70%) CSP integer variables are encoded (6456 clauses, 81865 bytes)
9.36/9.16	c 9	307 (80%) CSP integer variables are encoded (7368 clauses, 93721 bytes)
9.36/9.16	c 9	345 (90%) CSP integer variables are encoded (8280 clauses, 105577 bytes)
9.36/9.16	c 9	383 (100%) CSP integer variables are encoded (9192 clauses, 117433 bytes)
569.79/570.99	c 571	2178 (10%) CSP clauses are encoded (3191392 clauses, 166155938 bytes)
711.20/712.62	c 713	4355 (20%) CSP clauses are encoded (3686016 clauses, 195398258 bytes)
711.30/712.72	c 713	6532 (30%) CSP clauses are encoded (3737668 clauses, 196417845 bytes)
711.40/712.83	c 713	8710 (40%) CSP clauses are encoded (3789996 clauses, 197440707 bytes)
723.05/724.56	c 725	10887 (50%) CSP clauses are encoded (3939237 clauses, 207126705 bytes)
723.15/724.66	c 725	13064 (60%) CSP clauses are encoded (3992214 clauses, 208144771 bytes)
723.25/724.76	c 725	15242 (70%) CSP clauses are encoded (4045217 clauses, 209160850 bytes)
723.35/724.86	c 725	17419 (80%) CSP clauses are encoded (4098169 clauses, 210206989 bytes)
723.45/724.96	c 725	19596 (90%) CSP clauses are encoded (4151146 clauses, 211253747 bytes)
723.54/725.05	c 725	21773 (100%) CSP clauses are encoded (4204323 clauses, 212303933 bytes)
723.54/725.05	c 725	21773 CSP clauses encoded
723.54/725.05	c 725	Writing map file : HOME/temp.map
723.54/725.07	c 725	Heap : 260 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
723.54/725.07	c 725	SAT : 29479 SAT variables, 4204323 SAT clauses, 212303933 bytes
723.54/725.07	c 725	Heap : 260 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
723.62/725.15	c 725	SOLVING HOME/temp.cnf
723.62/725.15	c 725	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
723.62/725.16	c 725	This is MiniSat 2.0 beta
723.62/725.16	c 725	WARNING: for repeatability, setting FPU to use double precision
723.62/725.16	c 725	============================[ Problem Statistics ]=============================
723.62/725.16	c 725	|                                                                             |
723.62/725.16	c 725	|  Number of variables:  29479                                                |
723.62/725.16	c 725	|  Number of clauses:    4204323                                              |
727.81/729.39	c 730	|  Parsing time:         3.78         s                                       |
728.10/729.65	c 730	============================[ Search Statistics ]==============================
728.10/729.65	c 730	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
728.10/729.65	c 730	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
728.10/729.65	c 730	===============================================================================
728.10/729.65	c 730	|         0 |   29475  4203999 37787566 |  1401333        0    nan |  0.000 % |
728.42/729.93	c 730	|       100 |   29475  4203999 37787566 |  1541466      100     12 |  0.014 % |
728.52/730.02	c 730	|       250 |   29475  4203999 37787566 |  1695612      250     11 |  0.014 % |
728.71/730.27	c 731	|       475 |   29475  4203999 37787566 |  1865174      475     10 |  0.014 % |
728.91/730.45	c 731	|       812 |   29475  4203999 37787566 |  2051691      812     10 |  0.014 % |
729.11/730.68	c 731	|      1318 |   29475  4203999 37787566 |  2256860     1318     10 |  0.014 % |
729.52/731.07	c 731	|      2078 |   29475  4203999 37787566 |  2482546     2078     10 |  0.014 % |
729.92/731.44	c 732	|      3219 |   29475  4203999 37787566 |  2730801     3219     10 |  0.014 % |
730.41/731.91	c 732	|      4928 |   29475  4203999 37787566 |  3003881     4928     10 |  0.014 % |
730.91/732.46	c 733	|      7492 |   29475  4203999 37787566 |  3304269     7492     11 |  0.014 % |
731.61/733.15	c 733	|     11336 |   29475  4203999 37787566 |  3634696    11336     10 |  0.014 % |
734.11/735.69	c 736	|     17102 |   29475  4203999 37787566 |  3998166    17102     11 |  0.014 % |
735.31/736.89	c 737	|     25753 |   29475  4203999 37787566 |  4397983    25753     11 |  0.014 % |
738.71/740.27	c 741	|     38729 |   29475  4203999 37787566 |  4837781    38729     11 |  0.014 % |
746.20/747.72	c 748	|     58190 |   29475  4203999 37787566 |  5321559    58190     11 |  0.014 % |
753.70/755.27	c 756	|     87382 |   29475  4203999 37787566 |  5853715    87382     12 |  0.014 % |
769.29/770.84	c 771	|    131172 |   29475  4203999 37787566 |  6439087   131172     12 |  0.014 % |
802.08/803.66	c 804	|    196857 |   29475  4203999 37787566 |  7082996   196857     14 |  0.014 % |
857.05/858.68	c 859	|    295383 |   29475  4203999 37787566 |  7791295   295383     14 |  0.014 % |
966.50/968.18	c 968	|    443172 |   29475  4203999 37787566 |  8570425   443172     15 |  0.014 % |
1257.66/1259.49	c 1260	|    664856 |   29475  4203999 37787566 |  9427467   664856     17 |  0.014 % |
1800.06/1802.11	c ERROR INTERRUPTED
1800.06/1802.17	s UNKNOWN
1800.06/1802.17	c 1802	CPU 721.76 (0.03 0.01 721.73 1.93)
1800.06/1802.17	c 1802	END Fri Jul  4 19:25:45 2008

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1076955-1215190543/watcher-1076955-1215190543 -o /tmp/evaluation-result-1076955-1215190543/solver-1076955-1215190543 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1076955-1215190543.xml 

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


[startup+0 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 27099
/proc/meminfo: memFree=1931408/2055920 swapFree=4180732/4192956
[pid=27099] ppid=27097 vsize=12268 CPUtime=0
/proc/27099/stat : 27099 (sugar) R 27097 27099 25383 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 1998025779 12562432 316 996147200 4194304 4206940 548682068560 18446744073709551615 218084981758 0 0 4224 0 0 0 0 17 0 0 0
/proc/27099/statm: 3067 316 241 3 0 167 0

[startup+0.091833 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 27099
/proc/meminfo: memFree=1931408/2055920 swapFree=4180732/4192956
[pid=27099] ppid=27097 vsize=13600 CPUtime=0.03
/proc/27099/stat : 27099 (sugar) S 27097 27099 25383 0 -1 4194304 900 128 0 0 3 0 0 0 18 0 1 0 1998025779 13926400 796 996147200 4194304 4206940 548682068560 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27099/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101828 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 27099
/proc/meminfo: memFree=1931408/2055920 swapFree=4180732/4192956
[pid=27099] ppid=27097 vsize=13600 CPUtime=0.03
/proc/27099/stat : 27099 (sugar) S 27097 27099 25383 0 -1 4194304 900 128 0 0 3 0 0 0 18 0 1 0 1998025779 13926400 796 996147200 4194304 4206940 548682068560 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27099/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301867 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 27099
/proc/meminfo: memFree=1931408/2055920 swapFree=4180732/4192956
[pid=27099] ppid=27097 vsize=13600 CPUtime=0.03
/proc/27099/stat : 27099 (sugar) S 27097 27099 25383 0 -1 4194304 900 128 0 0 3 0 0 0 18 0 1 0 1998025779 13926400 796 996147200 4194304 4206940 548682068560 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27099/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701932 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 27099
/proc/meminfo: memFree=1931408/2055920 swapFree=4180732/4192956
[pid=27099] ppid=27097 vsize=13600 CPUtime=0.71
/proc/27099/stat : 27099 (sugar) S 27097 27099 25383 0 -1 4194304 972 7913 0 1 3 0 64 4 15 0 1 0 1998025779 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27099/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 13600

[startup+1.50207 s]
/proc/loadavg: 0.99 0.98 0.99 3/75 27121
/proc/meminfo: memFree=1916848/2055920 swapFree=4180732/4192956
[pid=27099] ppid=27097 vsize=13600 CPUtime=0.71
/proc/27099/stat : 27099 (sugar) S 27097 27099 25383 0 -1 4194304 972 7913 0 1 3 0 64 4 15 0 1 0 1998025779 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27099/statm: 3400 797 370 3 0 500 0
[pid=27112] ppid=27099 vsize=5356 CPUtime=0
/proc/27112/stat : 27112 (sh) S 27099 27099 25383 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1998025840 5484544 233 996147200 4194304 4889804 548682068672 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27112/statm: 1339 233 193 169 0 50 0
[pid=27113] ppid=27112 vsize=864672 CPUtime=0.95
/proc/27113/stat : 27113 (java) S 27112 27099 25383 0 -1 0 9072 0 1 0 91 4 0 0 18 0 9 0 1998025840 885424128 8305 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27113/statm: 216168 8305 2540 9 0 210743 0
[pid=27113/tid=27114] ppid=27112 vsize=864672 CPUtime=0.5
/proc/27113/task/27114/stat : 27114 (java) R 27112 27099 25383 0 -1 64 2701 0 1 0 49 1 0 0 16 0 9 0 1998025841 885424128 8305 996147200 134512640 134550740 4294955904 18446744073709551615 4126570040 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27113/tid=27115] ppid=27112 vsize=864672 CPUtime=0.34
/proc/27113/task/27115/stat : 27115 (java) S 27112 27099 25383 0 -1 64 5325 0 0 0 32 2 0 0 16 0 9 0 1998025842 885424128 8305 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27113/tid=27116] ppid=27112 vsize=864672 CPUtime=0
/proc/27113/task/27116/stat : 27116 (java) S 27112 27099 25383 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1998025843 885424128 8305 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27113/tid=27117] ppid=27112 vsize=864672 CPUtime=0
/proc/27113/task/27117/stat : 27117 (java) S 27112 27099 25383 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1998025843 885424128 8305 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27113/tid=27118] ppid=27112 vsize=864672 CPUtime=0
/proc/27113/task/27118/stat : 27118 (java) S 27112 27099 25383 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1998025844 885424128 8305 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27113/tid=27119] ppid=27112 vsize=864672 CPUtime=0.08
/proc/27113/task/27119/stat : 27119 (java) S 27112 27099 25383 0 -1 64 349 0 0 0 8 0 0 0 16 0 9 0 1998025844 885424128 8305 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27113/tid=27120] ppid=27112 vsize=864672 CPUtime=0
/proc/27113/task/27120/stat : 27120 (java) S 27112 27099 25383 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1998025844 885424128 8305 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27113/tid=27121] ppid=27112 vsize=864672 CPUtime=0
/proc/27113/task/27121/stat : 27121 (java) S 27112 27099 25383 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1998025844 885424128 8305 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.66
Current children cumulated vsize (KiB) 883628

[startup+3.10133 s]
/proc/loadavg: 0.99 0.98 0.99 2/75 27121
/proc/meminfo: memFree=1887088/2055920 swapFree=4180732/4192956
[pid=27099] ppid=27097 vsize=13600 CPUtime=0.71
/proc/27099/stat : 27099 (sugar) S 27097 27099 25383 0 -1 4194304 972 7913 0 1 3 0 64 4 16 0 1 0 1998025779 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27099/statm: 3400 797 370 3 0 500 0
[pid=27112] ppid=27099 vsize=5356 CPUtime=0
/proc/27112/stat : 27112 (sh) S 27099 27099 25383 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1998025840 5484544 233 996147200 4194304 4889804 548682068672 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27112/statm: 1339 233 193 169 0 50 0
[pid=27113] ppid=27112 vsize=868928 CPUtime=2.65
/proc/27113/stat : 27113 (java) S 27112 27099 25383 0 -1 0 21757 0 1 0 254 11 0 0 18 0 9 0 1998025840 889782272 20918 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27113/statm: 217232 20918 2541 9 0 211807 0
[pid=27113/tid=27114] ppid=27112 vsize=868928 CPUtime=1.16
/proc/27113/task/27114/stat : 27114 (java) R 27112 27099 25383 0 -1 64 3256 0 1 0 115 1 0 0 17 0 9 0 1998025841 889782272 20918 996147200 134512640 134550740 4294955904 18446744073709551615 103214901 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27113/tid=27115] ppid=27112 vsize=868928 CPUtime=1.28
/proc/27113/task/27115/stat : 27115 (java) S 27112 27099 25383 0 -1 64 16300 0 0 0 120 8 0 0 17 0 9 0 1998025842 889782272 20918 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27113/tid=27116] ppid=27112 vsize=868928 CPUtime=0
/proc/27113/task/27116/stat : 27116 (java) S 27112 27099 25383 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1998025843 889782272 20918 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27113/tid=27117] ppid=27112 vsize=868928 CPUtime=0
/proc/27113/task/27117/stat : 27117 (java) S 27112 27099 25383 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1998025843 889782272 20918 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27113/tid=27118] ppid=27112 vsize=868928 CPUtime=0
/proc/27113/task/27118/stat : 27118 (java) S 27112 27099 25383 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1998025844 889782272 20918 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27113/tid=27119] ppid=27112 vsize=868928 CPUtime=0.18
/proc/27113/task/27119/stat : 27119 (java) S 27112 27099 25383 0 -1 64 1504 0 0 0 18 0 0 0 16 0 9 0 1998025844 889782272 20918 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27113/tid=27120] ppid=27112 vsize=868928 CPUtime=0
/proc/27113/task/27120/stat : 27120 (java) S 27112 27099 25383 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1998025844 889782272 20918 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27113/tid=27121] ppid=27112 vsize=868928 CPUtime=0
/proc/27113/task/27121/stat : 27121 (java) S 27112 27099 25383 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1998025844 889782272 20918 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.36
Current children cumulated vsize (KiB) 887884

[startup+6.30287 s]
/proc/loadavg: 0.99 0.98 0.99 2/75 27121
/proc/meminfo: memFree=1767232/2055920 swapFree=4180732/4192956
[pid=27099] ppid=27097 vsize=13600 CPUtime=0.71
/proc/27099/stat : 27099 (sugar) S 27097 27099 25383 0 -1 4194304 972 7913 0 1 3 0 64 4 16 0 1 0 1998025779 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27099/statm: 3400 797 370 3 0 500 0
[pid=27112] ppid=27099 vsize=5356 CPUtime=0
/proc/27112/stat : 27112 (sh) S 27099 27099 25383 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1998025840 5484544 233 996147200 4194304 4889804 548682068672 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27112/statm: 1339 233 193 169 0 50 0
[pid=27113] ppid=27112 vsize=868832 CPUtime=5.84
/proc/27113/stat : 27113 (java) S 27112 27099 25383 0 -1 0 51410 0 1 0 561 23 0 0 18 0 9 0 1998025840 889683968 40287 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27113/statm: 217208 40287 2540 9 0 211783 0
[pid=27113/tid=27114] ppid=27112 vsize=868832 CPUtime=2.1
/proc/27113/task/27114/stat : 27114 (java) R 27112 27099 25383 0 -1 64 4667 0 1 0 208 2 0 0 16 0 9 0 1998025841 889683968 40287 996147200 134512640 134550740 4294955904 18446744073709551615 4126570174 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27113/tid=27115] ppid=27112 vsize=868832 CPUtime=3.54
/proc/27113/task/27115/stat : 27115 (java) S 27112 27099 25383 0 -1 64 44542 0 0 0 334 20 0 0 18 0 9 0 1998025842 889683968 40287 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27113/tid=27116] ppid=27112 vsize=868832 CPUtime=0
/proc/27113/task/27116/stat : 27116 (java) S 27112 27099 25383 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1998025843 889683968 40287 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27113/tid=27117] ppid=27112 vsize=868832 CPUtime=0
/proc/27113/task/27117/stat : 27117 (java) S 27112 27099 25383 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1998025843 889683968 40287 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27113/tid=27118] ppid=27112 vsize=868832 CPUtime=0
/proc/27113/task/27118/stat : 27118 (java) S 27112 27099 25383 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1998025844 889683968 40287 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27113/tid=27119] ppid=27112 vsize=868832 CPUtime=0.18
/proc/27113/task/27119/stat : 27119 (java) S 27112 27099 25383 0 -1 64 1504 0 0 0 18 0 0 0 16 0 9 0 1998025844 889683968 40287 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27113/tid=27120] ppid=27112 vsize=868832 CPUtime=0
/proc/27113/task/27120/stat : 27120 (java) S 27112 27099 25383 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1998025844 889683968 40287 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27113/tid=27121] ppid=27112 vsize=868832 CPUtime=0
/proc/27113/task/27121/stat : 27121 (java) S 27112 27099 25383 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1998025844 889683968 40287 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.55
Current children cumulated vsize (KiB) 887788

[startup+12.7029 s]
/proc/loadavg: 0.99 0.98 0.99 2/75 27121
/proc/meminfo: memFree=1704256/2055920 swapFree=4180732/4192956
[pid=27099] ppid=27097 vsize=13600 CPUtime=0.71
/proc/27099/stat : 27099 (sugar) S 27097 27099 25383 0 -1 4194304 973 7913 0 1 3 0 64 4 16 0 1 0 1998025779 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27099/statm: 3400 797 370 3 0 500 0
[pid=27112] ppid=27099 vsize=5356 CPUtime=0
/proc/27112/stat : 27112 (sh) S 27099 27099 25383 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1998025840 5484544 233 996147200 4194304 4889804 548682068672 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27112/statm: 1339 233 193 169 0 50 0
[pid=27113] ppid=27112 vsize=868944 CPUtime=12.29
/proc/27113/stat : 27113 (java) S 27112 27099 25383 0 -1 0 78953 0 1 0 1191 38 0 0 18 0 9 0 1998025840 889798656 57514 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27113/statm: 217236 57514 2566 9 0 211783 0
[pid=27113/tid=27114] ppid=27112 vsize=868944 CPUtime=6.38
/proc/27113/task/27114/stat : 27114 (java) R 27112 27099 25383 0 -1 64 5629 0 1 0 634 4 0 0 23 0 9 0 1998025841 889798656 57514 996147200 134512640 134550740 4294955904 18446744073709551615 4126633296 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27113/tid=27115] ppid=27112 vsize=868944 CPUtime=5.64
/proc/27113/task/27115/stat : 27115 (java) S 27112 27099 25383 0 -1 64 71083 0 0 0 532 32 0 0 16 0 9 0 1998025842 889798656 57514 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27113/tid=27116] ppid=27112 vsize=868944 CPUtime=0
/proc/27113/task/27116/stat : 27116 (java) S 27112 27099 25383 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1998025843 889798656 57514 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27113/tid=27117] ppid=27112 vsize=868944 CPUtime=0
/proc/27113/task/27117/stat : 27117 (java) S 27112 27099 25383 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1998025843 889798656 57514 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27113/tid=27118] ppid=27112 vsize=868944 CPUtime=0
/proc/27113/task/27118/stat : 27118 (java) S 27112 27099 25383 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1998025844 889798656 57514 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27113/tid=27119] ppid=27112 vsize=868944 CPUtime=0.23
/proc/27113/task/27119/stat : 27119 (java) S 27112 27099 25383 0 -1 64 1544 0 0 0 23 0 0 0 16 0 9 0 1998025844 889798656 57514 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27113/tid=27120] ppid=27112 vsize=868944 CPUtime=0
/proc/27113/task/27120/stat : 27120 (java) S 27112 27099 25383 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1998025844 889798656 57514 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27113/tid=27121] ppid=27112 vsize=868944 CPUtime=0
/proc/27113/task/27121/stat : 27121 (java) S 27112 27099 25383 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1998025844 889798656 57514 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13
Current children cumulated vsize (KiB) 887900

[startup+25.5011 s]
/proc/loadavg: 1.06 1.00 1.00 2/75 27121
/proc/meminfo: memFree=1693120/2055920 swapFree=4180732/4192956
[pid=27099] ppid=27097 vsize=13600 CPUtime=0.71
/proc/27099/stat : 27099 (sugar) S 27097 27099 25383 0 -1 4194304 973 7913 0 1 3 0 64 4 16 0 1 0 1998025779 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27099/statm: 3400 797 370 3 0 500 0
[pid=27112] ppid=27099 vsize=5356 CPUtime=0
/proc/27112/stat : 27112 (sh) S 27099 27099 25383 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1998025840 5484544 233 996147200 4194304 4889804 548682068672 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27112/statm: 1339 233 193 169 0 50 0
[pid=27113] ppid=27112 vsize=868944 CPUtime=25.09
/proc/27113/stat : 27113 (java) S 27112 27099 25383 0 -1 0 79004 0 1 0 2464 45 0 0 18 0 9 0 1998025840 889798656 57524 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27113/statm: 217236 57524 2566 9 0 211783 0
[pid=27113/tid=27114] ppid=27112 vsize=868944 CPUtime=18.92
/proc/27113/task/27114/stat : 27114 (java) R 27112 27099 25383 0 -1 64 5671 0 1 0 1881 11 0 0 22 0 9 0 1998025841 889798656 57524 996147200 134512640 134550740 4294955904 18446744073709551615 4126985823 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27113/tid=27115] ppid=27112 vsize=868944 CPUtime=5.9
/proc/27113/task/27115/stat : 27115 (java) S 27112 27099 25383 0 -1 64 71088 0 0 0 558 32 0 0 16 0 9 0 1998025842 889798656 57524 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27113/tid=27116] ppid=27112 vsize=868944 CPUtime=0
/proc/27113/task/27116/stat : 27116 (java) S 27112 27099 25383 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1998025843 889798656 57524 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27113/tid=27117] ppid=27112 vsize=868944 CPUtime=0
/proc/27113/task/27117/stat : 27117 (java) S 27112 27099 25383 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1998025843 889798656 57524 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=27128] ppid=27099 vsize=5356 CPUtime=0
/proc/27128/stat : 27128 (sh) S 27099 27099 25383 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998098294 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27128/statm: 1339 232 193 169 0 50 0
[pid=27129] ppid=27128 vsize=388000 CPUtime=696.78
/proc/27129/stat : 27129 (minisat) R 27128 27099 25383 0 -1 4194304 94704 0 0 0 69609 69 0 0 25 0 1 0 1998098295 397312000 94690 996147200 134512640 135127466 4294956224 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/27129/statm: 97000 94690 76 150 0 96847 0
Current children cumulated CPU time (s) 1420.47
Current children cumulated vsize (KiB) 406956

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 27129
/proc/meminfo: memFree=1334912/2055920 swapFree=4180732/4192956
[pid=27099] ppid=27097 vsize=13600 CPUtime=723.69
/proc/27099/stat : 27099 (sugar) S 27097 27099 25383 0 -1 4194304 1033 146110 0 2 3 1 72173 192 16 0 1 0 1998025779 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27099/statm: 3400 799 370 3 0 500 0
[pid=27128] ppid=27099 vsize=5356 CPUtime=0
/proc/27128/stat : 27128 (sh) S 27099 27099 25383 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998098294 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27128/statm: 1339 232 193 169 0 50 0
[pid=27129] ppid=27128 vsize=390704 CPUtime=756.75
/proc/27129/stat : 27129 (minisat) R 27128 27099 25383 0 -1 4194304 95396 0 0 0 75606 69 0 0 25 0 1 0 1998098295 400080896 95382 996147200 134512640 135127466 4294956224 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27129/statm: 97676 95382 76 150 0 97523 0
Current children cumulated CPU time (s) 1480.44
Current children cumulated vsize (KiB) 409660

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 27129
/proc/meminfo: memFree=1331456/2055920 swapFree=4180732/4192956
[pid=27099] ppid=27097 vsize=13600 CPUtime=723.69
/proc/27099/stat : 27099 (sugar) S 27097 27099 25383 0 -1 4194304 1033 146110 0 2 3 1 72173 192 16 0 1 0 1998025779 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27099/statm: 3400 799 370 3 0 500 0
[pid=27128] ppid=27099 vsize=5356 CPUtime=0
/proc/27128/stat : 27128 (sh) S 27099 27099 25383 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998098294 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27128/statm: 1339 232 193 169 0 50 0
[pid=27129] ppid=27128 vsize=394192 CPUtime=816.72
/proc/27129/stat : 27129 (minisat) R 27128 27099 25383 0 -1 4194304 96261 0 0 0 81602 70 0 0 25 0 1 0 1998098295 403652608 96247 996147200 134512640 135127466 4294956224 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27129/statm: 98548 96247 76 150 0 98395 0
Current children cumulated CPU time (s) 1540.41
Current children cumulated vsize (KiB) 413148

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 27129
/proc/meminfo: memFree=1327488/2055920 swapFree=4180732/4192956
[pid=27099] ppid=27097 vsize=13600 CPUtime=723.69
/proc/27099/stat : 27099 (sugar) S 27097 27099 25383 0 -1 4194304 1033 146110 0 2 3 1 72173 192 16 0 1 0 1998025779 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27099/statm: 3400 799 370 3 0 500 0
[pid=27128] ppid=27099 vsize=5356 CPUtime=0
/proc/27128/stat : 27128 (sh) S 27099 27099 25383 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998098294 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27128/statm: 1339 232 193 169 0 50 0
[pid=27129] ppid=27128 vsize=398092 CPUtime=876.68
/proc/27129/stat : 27129 (minisat) R 27128 27099 25383 0 -1 4194304 97240 0 0 0 87597 71 0 0 25 0 1 0 1998098295 407646208 97226 996147200 134512640 135127466 4294956224 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27129/statm: 99523 97226 76 150 0 99370 0
Current children cumulated CPU time (s) 1600.37
Current children cumulated vsize (KiB) 417048

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 27129
/proc/meminfo: memFree=1324160/2055920 swapFree=4180732/4192956
[pid=27099] ppid=27097 vsize=13600 CPUtime=723.69
/proc/27099/stat : 27099 (sugar) S 27097 27099 25383 0 -1 4194304 1033 146110 0 2 3 1 72173 192 16 0 1 0 1998025779 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27099/statm: 3400 799 370 3 0 500 0
[pid=27128] ppid=27099 vsize=5356 CPUtime=0
/proc/27128/stat : 27128 (sh) S 27099 27099 25383 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998098294 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27128/statm: 1339 232 193 169 0 50 0
[pid=27129] ppid=27128 vsize=401300 CPUtime=936.65
/proc/27129/stat : 27129 (minisat) R 27128 27099 25383 0 -1 4194304 98061 0 0 0 93593 72 0 0 25 0 1 0 1998098295 410931200 98047 996147200 134512640 135127466 4294956224 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27129/statm: 100325 98047 76 150 0 100172 0
Current children cumulated CPU time (s) 1660.34
Current children cumulated vsize (KiB) 420256

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 27129
/proc/meminfo: memFree=1320768/2055920 swapFree=4180732/4192956
[pid=27099] ppid=27097 vsize=13600 CPUtime=723.69
/proc/27099/stat : 27099 (sugar) S 27097 27099 25383 0 -1 4194304 1033 146110 0 2 3 1 72173 192 16 0 1 0 1998025779 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27099/statm: 3400 799 370 3 0 500 0
[pid=27128] ppid=27099 vsize=5356 CPUtime=0
/proc/27128/stat : 27128 (sh) S 27099 27099 25383 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998098294 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27128/statm: 1339 232 193 169 0 50 0
[pid=27129] ppid=27128 vsize=404632 CPUtime=996.61
/proc/27129/stat : 27129 (minisat) R 27128 27099 25383 0 -1 4194304 98929 0 0 0 99589 72 0 0 25 0 1 0 1998098295 414343168 98915 996147200 134512640 135127466 4294956224 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27129/statm: 101158 98915 76 150 0 101005 0
Current children cumulated CPU time (s) 1720.3
Current children cumulated vsize (KiB) 423588

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 27129
/proc/meminfo: memFree=1316416/2055920 swapFree=4180732/4192956
[pid=27099] ppid=27097 vsize=13600 CPUtime=723.69
/proc/27099/stat : 27099 (sugar) S 27097 27099 25383 0 -1 4194304 1033 146110 0 2 3 1 72173 192 16 0 1 0 1998025779 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27099/statm: 3400 799 370 3 0 500 0
[pid=27128] ppid=27099 vsize=5356 CPUtime=0
/proc/27128/stat : 27128 (sh) S 27099 27099 25383 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998098294 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27128/statm: 1339 232 193 169 0 50 0
[pid=27129] ppid=27128 vsize=408660 CPUtime=1056.57
/proc/27129/stat : 27129 (minisat) R 27128 27099 25383 0 -1 4194304 99980 0 0 0 105583 74 0 0 25 0 1 0 1998098295 418467840 99966 996147200 134512640 135127466 4294956224 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27129/statm: 102165 99966 76 150 0 102012 0
Current children cumulated CPU time (s) 1780.26
Current children cumulated vsize (KiB) 427616



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 27129
/proc/meminfo: memFree=1315712/2055920 swapFree=4180732/4192956
[pid=27099] ppid=27097 vsize=13600 CPUtime=723.69
/proc/27099/stat : 27099 (sugar) S 27097 27099 25383 0 -1 4194304 1033 146110 0 2 3 1 72173 192 16 0 1 0 1998025779 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27099/statm: 3400 799 370 3 0 500 0
[pid=27128] ppid=27099 vsize=5356 CPUtime=0
/proc/27128/stat : 27128 (sh) S 27099 27099 25383 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998098294 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27128/statm: 1339 232 193 169 0 50 0
[pid=27129] ppid=27128 vsize=409332 CPUtime=1076.37
/proc/27129/stat : 27129 (minisat) R 27128 27099 25383 0 -1 4194304 100140 0 0 0 107563 74 0 0 25 0 1 0 1998098295 419155968 100126 996147200 134512640 135127466 4294956224 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27129/statm: 102333 100126 76 150 0 102180 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 428288

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

[startup+1802.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 27129
/proc/meminfo: memFree=1315712/2055920 swapFree=4180732/4192956
[pid=27099] ppid=27097 vsize=13600 CPUtime=723.69
/proc/27099/stat : 27099 (sugar) S 27097 27099 25383 0 -1 4194304 1033 146110 0 2 3 1 72173 192 16 0 1 0 1998025779 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27099/statm: 3400 799 370 3 0 500 0
[pid=27128] ppid=27099 vsize=5356 CPUtime=0
/proc/27128/stat : 27128 (sh) S 27099 27099 25383 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998098294 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27128/statm: 1339 232 193 169 0 50 0
[pid=27129] ppid=27128 vsize=409332 CPUtime=1076.37
/proc/27129/stat : 27129 (minisat) R 27128 27099 25383 0 -1 4194304 100140 0 0 0 107563 74 0 0 25 0 1 0 1998098295 419155968 100126 996147200 134512640 135127466 4294956224 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27129/statm: 102333 100126 76 150 0 102180 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 428288

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

[startup+1802.22 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 27129
/proc/meminfo: memFree=1315712/2055920 swapFree=4180732/4192956
[pid=27099] ppid=27097 vsize=13600 CPUtime=723.74
/proc/27099/stat : 27099 (sugar) R 27097 27099 25383 0 -1 4194304 1069 146387 0 2 3 5 72173 193 16 0 1 0 1998025779 13926400 800 996147200 4194304 4206940 548682068560 18446744073709551615 218076255273 0 0 4224 16386 0 0 0 17 1 0 0
/proc/27099/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 723.74
Current children cumulated vsize (KiB) 13600

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

[startup+1802.22 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 27129
/proc/meminfo: memFree=1315712/2055920 swapFree=4180732/4192956
[pid=27099] ppid=27097 vsize=13600 CPUtime=723.74
/proc/27099/stat : 27099 (sugar) R 27097 27099 25383 0 -1 4194304 1069 146387 0 2 3 5 72173 193 16 0 1 0 1998025779 13926400 800 996147200 4194304 4206940 548682068560 18446744073709551615 218076255273 0 0 4224 16386 0 0 0 17 1 0 0
/proc/27099/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 723.74
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): 1076.32
#  lost CPU user time (s): 1075.63
#  lost CPU system time (s): 0.69

Real time (s): 1802.28
CPU time (s): 1800.15
CPU user time (s): 1797.4
CPU system time (s): 2.74469
CPU usage (%): 99.8818
Max. virtual memory (cumulated for all children) (KiB): 908644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 721.772
system time used= 2.05469
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 147490
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= 19220
involuntary context switches= 12849

runsolver used 1.87571 second user time and 4.99224 second system time

The end

Launcher Data (download as text)

Begin job on node57 at 2008-07-04 18:55:43
IDJOB=1076955
IDBENCH=56620
IDSOLVER=346
FILE ID=node57/1076955-1215190543
PBS_JOBID= 7881550
Free space on /tmp= 66548 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/wordsHerald/normalized-crossword-m1-words-21-10.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1076955-1215190543/watcher-1076955-1215190543 -o /tmp/evaluation-result-1076955-1215190543/solver-1076955-1215190543 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1076955-1215190543.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 7bcb9756efafd11bd2e8436c9abc02f0
RANDOM SEED=1961702952

node57.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.258
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.258
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:       1931888 kB
Buffers:          8012 kB
Cached:          57868 kB
SwapCached:       6064 kB
Active:          57496 kB
Inactive:        16772 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1931888 kB
SwapTotal:     4192956 kB
SwapFree:      4180732 kB
Dirty:            2124 kB
Writeback:           0 kB
Mapped:          14120 kB
Slab:            35832 kB
Committed_AS:  3931300 kB
PageTables:       1432 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66548 MiB
End job on node57 at 2008-07-04 19:25:47