Trace number 1110759

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-inc? (TO) 3600.29 3626.48

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.08	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.08	c 0	BEGIN Sat Jul 12 05:45:17 2008
0.00/0.08	c 0	PID 17210
0.06/0.08	c 0	HOST node22.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-1110759-1215834317.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1110759-1215834317.xml' 'HOME/temp.csp'
0.06/0.56	c 1	1 domains, 270 variables, 0 predicates, 2 relations, 33 constraints
0.06/0.57	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.57	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.52/0.66	c 1	Parsing HOME/temp.csp
0.52/0.85	c 1	parsed 306 expressions
0.52/0.85	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.52/0.85	c 1	MAX CSP: 33 constraints
0.52/0.85	c 1	Converting to clausal form CSP
0.52/0.87	c 1	converted 35 (10%) expressions
0.52/0.87	c 1	converted 69 (20%) expressions
0.52/0.87	c 1	converted 103 (30%) expressions
0.52/0.87	c 1	converted 137 (40%) expressions
0.52/0.88	c 1	converted 171 (50%) expressions
0.52/0.88	c 1	converted 206 (60%) expressions
0.52/0.88	c 1	converted 240 (70%) expressions
0.52/0.89	c 1	converted 274 (80%) expressions
3.11/3.29	c 3	converted 308 (90%) expressions
3.50/3.68	c 4	converted 342 (100%) expressions
3.50/3.68	c 4	CSP : 336 integers, 0 booleans, 98 clauses, largest domain size 50
3.50/3.68	c 4	Heap : 105 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.50/3.68	c 4	Propagation in CSP
3.50/3.69	c 4	31 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.50/3.69	c 4	CSP : 336 integers, 0 booleans, 98 clauses, largest domain size 34
3.50/3.69	c 4	Heap : 105 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.50/3.69	c 4	Simplifing CSP by introducing new Boolean variables
3.50/3.69	c 4	CSP : 336 integers, 0 booleans, 98 clauses, largest domain size 34
3.50/3.69	c 4	Heap : 105 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.90/4.10	c 4	Encoding CSP to SAT : HOME/temp.cnf
4.00/4.12	c 4	34 (10%) CSP integer variables are encoded (816 clauses, 8832 bytes)
4.00/4.12	c 4	68 (20%) CSP integer variables are encoded (1632 clauses, 19153 bytes)
4.00/4.12	c 4	101 (30%) CSP integer variables are encoded (2424 clauses, 29449 bytes)
4.00/4.13	c 4	135 (40%) CSP integer variables are encoded (3240 clauses, 40057 bytes)
4.00/4.13	c 4	168 (50%) CSP integer variables are encoded (4032 clauses, 50353 bytes)
4.00/4.13	c 4	202 (60%) CSP integer variables are encoded (4848 clauses, 60961 bytes)
4.00/4.13	c 4	236 (70%) CSP integer variables are encoded (5664 clauses, 71569 bytes)
4.00/4.13	c 4	269 (80%) CSP integer variables are encoded (6456 clauses, 81865 bytes)
4.00/4.13	c 4	303 (90%) CSP integer variables are encoded (6480 clauses, 82177 bytes)
4.00/4.13	c 4	336 (100%) CSP integer variables are encoded (6749 clauses, 85674 bytes)
379.97/380.69	c 381	10 (10%) CSP clauses are encoded (984809 clauses, 102545528 bytes)
681.63/682.45	c 682	20 (20%) CSP clauses are encoded (1812727 clauses, 190156395 bytes)
705.80/706.68	c 707	30 (30%) CSP clauses are encoded (2040077 clauses, 217434578 bytes)
713.15/714.01	c 714	40 (40%) CSP clauses are encoded (2108315 clauses, 225670243 bytes)
713.15/714.01	c 714	49 (50%) CSP clauses are encoded (2108412 clauses, 225671820 bytes)
713.15/714.01	c 714	59 (60%) CSP clauses are encoded (2108452 clauses, 225672428 bytes)
713.15/714.02	c 714	69 (70%) CSP clauses are encoded (2108958 clauses, 225680733 bytes)
713.15/714.02	c 714	79 (80%) CSP clauses are encoded (2109188 clauses, 225684503 bytes)
713.15/714.02	c 714	89 (90%) CSP clauses are encoded (2109540 clauses, 225690518 bytes)
713.15/714.02	c 714	98 (100%) CSP clauses are encoded (2110165 clauses, 225701405 bytes)
713.15/714.02	c 714	98 CSP clauses encoded
713.15/714.02	c 714	Writing map file : HOME/temp.map
713.15/714.03	c 714	Heap : 174 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
713.15/714.03	c 714	SAT : 7085 SAT variables, 2110165 SAT clauses, 225701405 bytes
713.15/714.03	c 714	Heap : 174 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
713.23/714.10	c 714	OBJECTIVE minimize _COST
713.23/714.10	c 714	SOLVING HOME/temp.cnf
713.23/714.10	c 714	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
713.23/714.10	c 714	This is MiniSat 2.0 beta incremental
713.23/714.10	c 714	WARNING: for repeatability, setting FPU to use double precision
713.23/714.10	c 714	============================[ Problem Statistics ]=============================
713.23/714.10	c 714	|                                                                             |
713.23/714.10	c 714	|  Number of variables:  7085                                                 |
713.23/714.10	c 714	|  Number of clauses:    2110165                                              |
717.70/718.60	c 719	|  Parsing time:         4.04         s                                       |
717.89/718.83	c 719	OK
717.89/718.83	c 719	OBJECTIVE BOUND: 0 <= _COST <= 
717.89/718.83	c 719	SEARCHING: _COST <= 17
717.89/718.83	c 719	============================[ Search Statistics ]==============================
717.89/718.83	c 719	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
717.89/718.83	c 719	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
717.89/718.83	c 719	===============================================================================
717.89/718.83	c 719	|         0 |    7085  2110165 41661417 |   703388        0    nan |  0.000 % |
718.09/719.04	c 719	|       100 |    7085  2110165 41661417 |   773727      100      7 |  0.000 % |
718.19/719.12	c 719	|       251 |    7085  2110165 41661417 |   851099      251      9 |  0.000 % |
718.50/719.46	c 719	|       477 |    7085  2110165 41661417 |   936209      477      9 |  0.000 % |
718.59/719.58	c 720	|       814 |    7085  2110165 41661417 |  1029830      814     10 |  0.000 % |
718.69/719.65	c 720	|      1320 |    7085  2110165 41661417 |  1132813     1320      9 |  0.000 % |
718.79/719.74	c 720	|      2082 |    7085  2110165 41661417 |  1246095     2082     10 |  0.000 % |
719.18/720.10	c 720	|      3222 |    7085  2110165 41661417 |  1370704     3222     10 |  0.000 % |
719.78/720.79	c 721	|      4930 |    7085  2110165 41661417 |  1507775     4930      9 |  0.000 % |
720.67/721.62	c 722	|      7493 |    7085  2110165 41661417 |  1658552     7493     10 |  0.000 % |
721.16/722.11	c 722	|     11338 |    7085  2110165 41661417 |  1824408    11338     10 |  0.000 % |
722.65/723.65	c 724	|     17104 |    7085  2110165 41661417 |  2006849    17104     11 |  0.000 % |
726.82/727.81	c 728	|     25753 |    7085  2110165 41661417 |  2207533    25753     11 |  0.000 % |
731.87/732.98	c 733	|     38728 |    7085  2110165 41661417 |  2428287    38728     11 |  0.000 % |
738.31/739.42	c 739	|     58189 |    7085  2110165 41661417 |  2671116    58189     11 |  0.000 % |
747.93/749.12	c 749	|     87382 |    7085  2110165 41661417 |  2938227    87382     11 |  0.000 % |
765.47/766.82	c 767	|    131173 |    7085  2110165 41661417 |  3232050   131173     12 |  0.000 % |
796.30/798.00	c 798	|    196857 |    7085  2110165 41661417 |  3555255   196857     12 |  0.000 % |
851.51/853.69	c 854	|    295384 |    7085  2110165 41661417 |  3910780   295384     12 |  0.000 % |
985.19/988.55	c 989	|    443177 |    7085  2110165 41661417 |  4301859   443177     13 |  0.000 % |
1240.13/1245.76	c 1246	|    664861 |    7085  2110165 41661417 |  4732044   664861     14 |  0.000 % |
1723.81/1733.73	c 1734	|    997386 |    7085  2110165 41661417 |  5205249   997386     16 |  0.000 % |
3419.39/3444.48	c 3444	|   1496174 |    7085  2110165 41661417 |  5725774  1496174     20 |  0.000 % |
3600.09/3626.31	c ERROR INTERRUPTED
3600.09/3626.31	s UNKNOWN
3600.21/3626.42	c 3626	CPU 3597.17 (0.05 0.02 3597.12 2.98)
3600.21/3626.42	c 3626	END Sat Jul 12 06:45:43 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-1110759-1215834317/watcher-1110759-1215834317 -o /tmp/evaluation-result-1110759-1215834317/solver-1110759-1215834317 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1110759-1215834317.xml 

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


[startup+0 s]
/proc/loadavg: 2.10 2.03 2.01 4/80 17210
/proc/meminfo: memFree=1841068/2055920 swapFree=4192812/4192956
[pid=17210] ppid=17208 vsize=12268 CPUtime=0
/proc/17210/stat : 17210 (sugar++) R 17208 17210 16216 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 40134203 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 272467982949 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/17210/statm: 3067 316 241 3 0 167 0

[startup+0.0823301 s]
/proc/loadavg: 2.10 2.03 2.01 4/80 17210
/proc/meminfo: memFree=1841068/2055920 swapFree=4192812/4192956
[pid=17210] ppid=17208 vsize=16740 CPUtime=0.06
/proc/17210/stat : 17210 (sugar++) S 17208 17210 16216 0 -1 4194304 1143 0 0 0 5 1 0 0 19 0 1 0 40134203 17141760 1099 996147200 4194304 4206940 548682068528 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17210/statm: 4185 1099 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101503 s]
/proc/loadavg: 2.10 2.03 2.01 4/80 17210
/proc/meminfo: memFree=1841068/2055920 swapFree=4192812/4192956
[pid=17210] ppid=17208 vsize=16740 CPUtime=0.06
/proc/17210/stat : 17210 (sugar++) S 17208 17210 16216 0 -1 4194304 1219 128 0 0 5 1 0 0 21 0 1 0 40134203 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17210/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.301485 s]
/proc/loadavg: 2.10 2.03 2.01 4/80 17210
/proc/meminfo: memFree=1841068/2055920 swapFree=4192812/4192956
[pid=17210] ppid=17208 vsize=16740 CPUtime=0.06
/proc/17210/stat : 17210 (sugar++) S 17208 17210 16216 0 -1 4194304 1219 128 0 0 5 1 0 0 21 0 1 0 40134203 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17210/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701515 s]
/proc/loadavg: 2.10 2.03 2.01 4/80 17210
/proc/meminfo: memFree=1841068/2055920 swapFree=4192812/4192956
[pid=17210] ppid=17208 vsize=16740 CPUtime=0.52
/proc/17210/stat : 17210 (sugar++) S 17208 17210 16216 0 -1 4194304 1296 6431 0 1 5 1 42 4 16 0 1 0 40134203 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17210/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 16740

[startup+1.50257 s]
/proc/loadavg: 2.10 2.03 2.01 4/91 17232
/proc/meminfo: memFree=1826708/2055920 swapFree=4192812/4192956
[pid=17210] ppid=17208 vsize=16740 CPUtime=0.52
/proc/17210/stat : 17210 (sugar++) S 17208 17210 16216 0 -1 4194304 1296 6431 0 1 5 1 42 4 15 0 1 0 40134203 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17210/statm: 4185 1104 409 3 0 764 0
[pid=17223] ppid=17210 vsize=5356 CPUtime=0
/proc/17223/stat : 17223 (sh) S 17210 17210 16216 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40134260 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17223/statm: 1339 233 193 169 0 50 0
[pid=17224] ppid=17223 vsize=864396 CPUtime=0.91
/proc/17224/stat : 17224 (java) S 17223 17210 16216 0 -1 0 10881 0 1 0 85 6 0 0 18 0 9 0 40134261 885141504 9923 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17224/statm: 216099 9923 2540 9 0 210674 0
[pid=17224/tid=17225] ppid=17223 vsize=864396 CPUtime=0.38
/proc/17224/task/17225/stat : 17225 (java) R 17223 17210 16216 0 -1 64 2770 0 1 0 36 2 0 0 22 0 9 0 40134262 885141504 9923 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17224/tid=17226] ppid=17223 vsize=864396 CPUtime=0.42
/proc/17224/task/17226/stat : 17226 (java) R 17223 17210 16216 0 -1 64 7083 0 0 0 40 2 0 0 17 0 9 0 40134263 885141504 9923 996147200 134512640 134550740 4294955920 18446744073709551615 103735729 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17224/tid=17227] ppid=17223 vsize=864396 CPUtime=0
/proc/17224/task/17227/stat : 17227 (java) S 17223 17210 16216 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40134263 885141504 9923 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17224/tid=17228] ppid=17223 vsize=864396 CPUtime=0
/proc/17224/task/17228/stat : 17228 (java) S 17223 17210 16216 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 40134263 885141504 9923 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17224/tid=17229] ppid=17223 vsize=864396 CPUtime=0
/proc/17224/task/17229/stat : 17229 (java) S 17223 17210 16216 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40134265 885141504 9923 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17224/tid=17230] ppid=17223 vsize=864396 CPUtime=0.07
/proc/17224/task/17230/stat : 17230 (java) S 17223 17210 16216 0 -1 64 334 0 0 0 7 0 0 0 16 0 9 0 40134265 885141504 9923 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17224/tid=17231] ppid=17223 vsize=864396 CPUtime=0
/proc/17224/task/17231/stat : 17231 (java) S 17223 17210 16216 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 40134265 885141504 9923 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17224/tid=17232] ppid=17223 vsize=864396 CPUtime=0
/proc/17224/task/17232/stat : 17232 (java) S 17223 17210 16216 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 40134265 885141504 9923 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 886492

[startup+3.10268 s]
/proc/loadavg: 2.10 2.03 2.01 4/91 17232
/proc/meminfo: memFree=1791444/2055920 swapFree=4192812/4192956
[pid=17210] ppid=17208 vsize=16740 CPUtime=0.52
/proc/17210/stat : 17210 (sugar++) S 17208 17210 16216 0 -1 4194304 1296 6431 0 1 5 1 42 4 15 0 1 0 40134203 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17210/statm: 4185 1104 409 3 0 764 0
[pid=17223] ppid=17210 vsize=5356 CPUtime=0
/proc/17223/stat : 17223 (sh) S 17210 17210 16216 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40134260 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17223/statm: 1339 233 193 169 0 50 0
[pid=17224] ppid=17223 vsize=864144 CPUtime=2.49
/proc/17224/stat : 17224 (java) S 17223 17210 16216 0 -1 0 24569 0 1 0 236 13 0 0 18 0 9 0 40134261 884883456 23348 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17224/statm: 216036 23348 2540 9 0 210611 0
[pid=17224/tid=17225] ppid=17223 vsize=864144 CPUtime=0.81
/proc/17224/task/17225/stat : 17225 (java) R 17223 17210 16216 0 -1 64 3686 0 1 0 79 2 0 0 25 0 9 0 40134262 884883456 23348 996147200 134512640 134550740 4294955920 18446744073709551615 4126551337 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17224/tid=17226] ppid=17223 vsize=864144 CPUtime=1.58
/proc/17224/task/17226/stat : 17226 (java) S 17223 17210 16216 0 -1 64 19855 0 0 0 149 9 0 0 18 0 9 0 40134263 884883456 23348 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17224/tid=17227] ppid=17223 vsize=864144 CPUtime=0
/proc/17224/task/17227/stat : 17227 (java) S 17223 17210 16216 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40134263 884883456 23348 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17224/tid=17228] ppid=17223 vsize=864144 CPUtime=0
/proc/17224/task/17228/stat : 17228 (java) S 17223 17210 16216 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 40134263 884883456 23348 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17224/tid=17229] ppid=17223 vsize=864144 CPUtime=0
/proc/17224/task/17229/stat : 17229 (java) S 17223 17210 16216 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40134265 884883456 23348 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17224/tid=17230] ppid=17223 vsize=864144 CPUtime=0.07
/proc/17224/task/17230/stat : 17230 (java) S 17223 17210 16216 0 -1 64 334 0 0 0 7 0 0 0 16 0 9 0 40134265 884883456 23348 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17224/tid=17231] ppid=17223 vsize=864144 CPUtime=0
/proc/17224/task/17231/stat : 17231 (java) S 17223 17210 16216 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 40134265 884883456 23348 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17224/tid=17232] ppid=17223 vsize=864144 CPUtime=0
/proc/17224/task/17232/stat : 17232 (java) S 17223 17210 16216 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 40134265 884883456 23348 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 886240

[startup+6.30189 s]
/proc/loadavg: 2.17 2.04 2.01 3/91 17232
/proc/meminfo: memFree=1713172/2055920 swapFree=4192812/4192956
[pid=17210] ppid=17208 vsize=16740 CPUtime=0.52
/proc/17210/stat : 17210 (sugar++) S 17208 17210 16216 0 -1 4194304 1297 6431 0 1 5 1 42 4 15 0 1 0 40134203 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17210/statm: 4185 1104 409 3 0 764 0
[pid=17223] ppid=17210 vsize=5356 CPUtime=0
/proc/17223/stat : 17223 (sh) S 17210 17210 16216 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40134260 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17223/statm: 1339 233 193 169 0 50 0
[pid=17224] ppid=17223 vsize=864388 CPUtime=5.66
/proc/17224/stat : 17224 (java) S 17223 17210 16216 0 -1 0 34897 0 1 0 548 18 0 0 18 0 9 0 40134261 885133312 33547 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17224/statm: 216097 33547 2565 9 0 210644 0
[pid=17224/tid=17225] ppid=17223 vsize=864388 CPUtime=3.06
/proc/17224/task/17225/stat : 17225 (java) R 17223 17210 16216 0 -1 64 4478 0 1 0 303 3 0 0 25 0 9 0 40134262 885133312 33547 996147200 134512640 134550740 4294955920 18446744073709551615 4126640343 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17224/tid=17226] ppid=17223 vsize=864388 CPUtime=2.46
/proc/17224/task/17226/stat : 17226 (java) S 17223 17210 16216 0 -1 64 29365 0 0 0 232 14 0 0 16 0 9 0 40134263 885133312 33547 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17224/tid=17227] ppid=17223 vsize=864388 CPUtime=0
/proc/17224/task/17227/stat : 17227 (java) S 17223 17210 16216 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40134263 885133312 33547 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17224/tid=17228] ppid=17223 vsize=864388 CPUtime=0
/proc/17224/task/17228/stat : 17228 (java) S 17223 17210 16216 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 40134263 885133312 33547 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17224/tid=17229] ppid=17223 vsize=864388 CPUtime=0
/proc/17224/task/17229/stat : 17229 (java) S 17223 17210 16216 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40134265 885133312 33547 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17224/tid=17230] ppid=17223 vsize=864388 CPUtime=0.11
/proc/17224/task/17230/stat : 17230 (java) S 17223 17210 16216 0 -1 64 360 0 0 0 11 0 0 0 16 0 9 0 40134265 885133312 33547 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17224/tid=17231] ppid=17223 vsize=864388 CPUtime=0
/proc/17224/task/17231/stat : 17231 (java) S 17223 17210 16216 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 40134265 885133312 33547 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17224/tid=17232] ppid=17223 vsize=864388 CPUtime=0
/proc/17224/task/17232/stat : 17232 (java) S 17223 17210 16216 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 40134265 885133312 33547 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 886484

[startup+12.7013 s]
/proc/loadavg: 2.15 2.04 2.01 3/91 17232
/proc/meminfo: memFree=1710100/2055920 swapFree=4192812/4192956
[pid=17210] ppid=17208 vsize=16740 CPUtime=0.52
/proc/17210/stat : 17210 (sugar++) S 17208 17210 16216 0 -1 4194304 1297 6431 0 1 5 1 42 4 15 0 1 0 40134203 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17210/statm: 4185 1104 409 3 0 764 0
[pid=17223] ppid=17210 vsize=5356 CPUtime=0
/proc/17223/stat : 17223 (sh) S 17210 17210 16216 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40134260 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17223/statm: 1339 233 193 169 0 50 0
[pid=17224] ppid=17223 vsize=864388 CPUtime=11.99
/proc/17224/stat : 17224 (java) S 17223 17210 16216 0 -1 0 35540 0 1 0 1181 18 0 0 18 0 9 0 40134261 885133312 34184 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17224/statm: 216097 34184 2565 9 0 210644 0
[pid=17224/tid=17225] ppid=17223 vsize=864388 CPUtime=9.36
/proc/17224/task/17225/stat : 17225 (java) R 17223 17210 16216 0 -1 64 4484 0 1 0 933 3 0 0 25 0 9 0 40134262 885133312 34184 996147200 134512640 134550740 4294955920 18446744073709551615 4125952094 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17224/tid=17226] ppid=17223 vsize=864388 CPUtime=2.49
/proc/17224/task/17226/stat : 17226 (java) S 17223 17210 16216 0 -1 64 30002 0 0 0 235 14 0 0 16 0 9 0 40134263 885133312 34184 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17224/tid=17227] ppid=17223 vsize=864388 CPUtime=0
/proc/17224/task/17227/stat : 17227 (java) S 17223 17210 16216 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40134263 885133312 34184 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17224/tid=17228] ppid=17223 vsize=864388 CPUtime=0
/proc/17224/task/17228/stat : 17228 (java) S 17223 17210 16216 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 40134263 885133312 34184 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17224/tid=17229] ppid=17223 vsize=864388 CPUtime=0
/proc/17224/task/17229/stat : 17229 (java) S 17223 17210 16216 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40134265 885133312 34184 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17224/tid=17230] ppid=17223 vsize=864388 CPUtime=0.11
/proc/17224/task/17230/stat : 17230 (java) S 17223 17210 16216 0 -1 64 360 0 0 0 11 0 0 0 16 0 9 0 40134265 885133312 34184 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17224/tid=17231] ppid=17223 vsize=864388 CPUtime=0
/proc/17224/task/17231/stat : 17231 (java) S 17223 17210 16216 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 40134265 885133312 34184 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17224/tid=17232] ppid=17223 vsize=864388 CPUtime=0
/proc/17224/task/17232/stat : 17232 (java) S 17223 17210 16216 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 40134265 885133312 34184 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 886484

[startup+25.5022 s]
/proc/loadavg: 2.12 2.04 2.01 3/91 17232
/proc/meminfo: memFree=1703700/2055920 swapFree=4192812/4192956
[pid=17210] ppid=17208 vsize=16740 CPUtime=0.52
/proc/17210/stat : 17210 (sugar++) S 17208 17210 16216 0 -1 4194304 1297 6431 0 1 5 1 42 4 15 0 1 0 40134203 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17210/statm: 4185 1104 409 3 0 764 0
[pid=17223] ppid=17210 vsize=5356 CPUtime=0
/proc/17223/stat : 17223 (sh) S 17210 17210 16216 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40134260 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17223/statm: 1339 233 193 169 0 50 0
[pid=17224] ppid=17223 vsize=864388 CPUtime=24.67
/proc/17224/stat : 17224 (java) S 17223 17210 16216 0 -1 0 37177 0 1 0 2448 19 0 0 18 0 9 0 40134261 885133312 35806 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17224/statm: 216097 35806 2565 9 0 210644 0
[pid=17224/tid=17225] ppid=17223 vsize=864388 CPUtime=21.96
/proc/17224/task/17225/stat : 17225 (java) R 17223 17210 16216 0 -1 64 4499 0 1 0 2193 3 0 0 25 0 9 0 40134262 885133312 35806 996147200 134512640 134550740 4294955920 18446744073709551615 4126582880 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17224/tid=17226] ppid=17223 vsize=864388 CPUtime=2.58
/proc/17224/task/17226/stat : 17226 (java) S 17223 17210 16216 0 -1 64 31624 0 0 0 243 15 0 0 16 0 9 0 40134263 885133312 35806 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17224/tid=17227] ppid=17223 vsize=864388 CPUtime=0
/proc/17224/task/17227/stat : 17227 (java) S 17223 17210 16216 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40134263 885133312 35806 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17224/tid=17228] ppid=17223 vsize=864388 CPUtime=0
/proc/17224/task/17228/stat : 17228 (java) S 17223 17210 16216 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 40134263 885133312 35806 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=17210] ppid=17208 vsize=16740 CPUtime=713.25
/proc/17210/stat : 17210 (sugar++) S 17208 17210 16216 0 -1 4194304 1461 106273 0 2 5 2 71132 186 16 0 1 0 40134203 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17210/statm: 4185 1113 414 3 0 764 0
[pid=17233] ppid=17210 vsize=433600 CPUtime=2188.61
/proc/17233/stat : 17233 (minisat-inc) R 17210 17210 16216 0 -1 4194304 106598 0 0 0 218767 94 0 0 25 0 1 0 40205613 444006400 106545 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/17233/statm: 108400 106545 74 151 0 108246 0
Current children cumulated CPU time (s) 2901.86
Current children cumulated vsize (KiB) 450340

[startup+2982.3 s]
/proc/loadavg: 2.25 2.08 2.02 3/82 17241
/proc/meminfo: memFree=1182108/2055920 swapFree=4192812/4192956
[pid=17210] ppid=17208 vsize=16740 CPUtime=713.25
/proc/17210/stat : 17210 (sugar++) S 17208 17210 16216 0 -1 4194304 1461 106273 0 2 5 2 71132 186 16 0 1 0 40134203 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17210/statm: 4185 1113 414 3 0 764 0
[pid=17233] ppid=17210 vsize=435368 CPUtime=2248.08
/proc/17233/stat : 17233 (minisat-inc) R 17210 17210 16216 0 -1 4194304 107053 0 0 0 224713 95 0 0 25 0 1 0 40205613 445816832 107000 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/17233/statm: 108842 107000 74 151 0 108688 0
Current children cumulated CPU time (s) 2961.33
Current children cumulated vsize (KiB) 452108

[startup+3042.3 s]
/proc/loadavg: 2.09 2.06 2.01 3/82 17241
/proc/meminfo: memFree=1180252/2055920 swapFree=4192812/4192956
[pid=17210] ppid=17208 vsize=16740 CPUtime=713.25
/proc/17210/stat : 17210 (sugar++) S 17208 17210 16216 0 -1 4194304 1461 106273 0 2 5 2 71132 186 16 0 1 0 40134203 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17210/statm: 4185 1113 414 3 0 764 0
[pid=17233] ppid=17210 vsize=437224 CPUtime=2307.55
/proc/17233/stat : 17233 (minisat-inc) R 17210 17210 16216 0 -1 4194304 107521 0 0 0 230659 96 0 0 25 0 1 0 40205613 447717376 107468 996147200 134512640 135134323 4294956192 18446744073709551615 134531961 0 0 4096 3 0 0 0 17 1 0 0
/proc/17233/statm: 109306 107468 74 151 0 109152 0
Current children cumulated CPU time (s) 3020.8
Current children cumulated vsize (KiB) 453964

[startup+3102.3 s]
/proc/loadavg: 2.03 2.05 2.01 3/82 17241
/proc/meminfo: memFree=1178332/2055920 swapFree=4192812/4192956
[pid=17210] ppid=17208 vsize=16740 CPUtime=713.25
/proc/17210/stat : 17210 (sugar++) S 17208 17210 16216 0 -1 4194304 1461 106273 0 2 5 2 71132 186 16 0 1 0 40134203 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17210/statm: 4185 1113 414 3 0 764 0
[pid=17233] ppid=17210 vsize=439052 CPUtime=2367.03
/proc/17233/stat : 17233 (minisat-inc) R 17210 17210 16216 0 -1 4194304 107974 0 0 0 236606 97 0 0 25 0 1 0 40205613 449589248 107921 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/17233/statm: 109763 107921 74 151 0 109609 0
Current children cumulated CPU time (s) 3080.28
Current children cumulated vsize (KiB) 455792

[startup+3162.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/82 17241
/proc/meminfo: memFree=1176668/2055920 swapFree=4192812/4192956
[pid=17210] ppid=17208 vsize=16740 CPUtime=713.25
/proc/17210/stat : 17210 (sugar++) S 17208 17210 16216 0 -1 4194304 1461 106273 0 2 5 2 71132 186 16 0 1 0 40134203 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17210/statm: 4185 1113 414 3 0 764 0
[pid=17233] ppid=17210 vsize=440664 CPUtime=2426.51
/proc/17233/stat : 17233 (minisat-inc) R 17210 17210 16216 0 -1 4194304 108393 0 0 0 242553 98 0 0 25 0 1 0 40205613 451239936 108340 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/17233/statm: 110166 108340 74 151 0 110012 0
Current children cumulated CPU time (s) 3139.76
Current children cumulated vsize (KiB) 457404

[startup+3222.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/82 17241
/proc/meminfo: memFree=1174620/2055920 swapFree=4192812/4192956
[pid=17210] ppid=17208 vsize=16740 CPUtime=713.25
/proc/17210/stat : 17210 (sugar++) S 17208 17210 16216 0 -1 4194304 1461 106273 0 2 5 2 71132 186 16 0 1 0 40134203 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17210/statm: 4185 1113 414 3 0 764 0
[pid=17233] ppid=17210 vsize=442760 CPUtime=2485.98
/proc/17233/stat : 17233 (minisat-inc) R 17210 17210 16216 0 -1 4194304 108901 0 0 0 248500 98 0 0 25 0 1 0 40205613 453386240 108848 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/17233/statm: 110690 108848 74 151 0 110536 0
Current children cumulated CPU time (s) 3199.23
Current children cumulated vsize (KiB) 459500

[startup+3282.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/82 17241
/proc/meminfo: memFree=1172572/2055920 swapFree=4192812/4192956
[pid=17210] ppid=17208 vsize=16740 CPUtime=713.25
/proc/17210/stat : 17210 (sugar++) S 17208 17210 16216 0 -1 4194304 1461 106273 0 2 5 2 71132 186 16 0 1 0 40134203 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17210/statm: 4185 1113 414 3 0 764 0
[pid=17233] ppid=17210 vsize=444744 CPUtime=2545.45
/proc/17233/stat : 17233 (minisat-inc) R 17210 17210 16216 0 -1 4194304 109400 0 0 0 254446 99 0 0 25 0 1 0 40205613 455417856 109347 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/17233/statm: 111186 109347 74 151 0 111032 0
Current children cumulated CPU time (s) 3258.7
Current children cumulated vsize (KiB) 461484

[startup+3342.3 s]
/proc/loadavg: 2.11 2.05 2.01 3/82 17241
/proc/meminfo: memFree=1170588/2055920 swapFree=4192812/4192956
[pid=17210] ppid=17208 vsize=16740 CPUtime=713.25
/proc/17210/stat : 17210 (sugar++) S 17208 17210 16216 0 -1 4194304 1461 106273 0 2 5 2 71132 186 16 0 1 0 40134203 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17210/statm: 4185 1113 414 3 0 764 0
[pid=17233] ppid=17210 vsize=446840 CPUtime=2604.93
/proc/17233/stat : 17233 (minisat-inc) R 17210 17210 16216 0 -1 4194304 109904 0 0 0 260393 100 0 0 25 0 1 0 40205613 457564160 109851 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/17233/statm: 111710 109851 74 151 0 111556 0
Current children cumulated CPU time (s) 3318.18
Current children cumulated vsize (KiB) 463580

[startup+3402.31 s]
/proc/loadavg: 2.14 2.07 2.01 3/82 17241
/proc/meminfo: memFree=1168604/2055920 swapFree=4192812/4192956
[pid=17210] ppid=17208 vsize=16740 CPUtime=713.25
/proc/17210/stat : 17210 (sugar++) S 17208 17210 16216 0 -1 4194304 1461 106273 0 2 5 2 71132 186 16 0 1 0 40134203 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17210/statm: 4185 1113 414 3 0 764 0
[pid=17233] ppid=17210 vsize=448756 CPUtime=2664.4
/proc/17233/stat : 17233 (minisat-inc) R 17210 17210 16216 0 -1 4194304 110392 0 0 0 266340 100 0 0 25 0 1 0 40205613 459526144 110339 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/17233/statm: 112189 110339 74 151 0 112035 0
Current children cumulated CPU time (s) 3377.65
Current children cumulated vsize (KiB) 465496

[startup+3462.3 s]
/proc/loadavg: 2.05 2.05 2.01 3/82 17241
/proc/meminfo: memFree=1164828/2055920 swapFree=4192812/4192956
[pid=17210] ppid=17208 vsize=16740 CPUtime=713.25
/proc/17210/stat : 17210 (sugar++) S 17208 17210 16216 0 -1 4194304 1461 106273 0 2 5 2 71132 186 16 0 1 0 40134203 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17210/statm: 4185 1113 414 3 0 764 0
[pid=17233] ppid=17210 vsize=452444 CPUtime=2723.88
/proc/17233/stat : 17233 (minisat-inc) R 17210 17210 16216 0 -1 4194304 111304 0 0 0 272287 101 0 0 25 0 1 0 40205613 463302656 111251 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/17233/statm: 113111 111251 74 151 0 112957 0
Current children cumulated CPU time (s) 3437.13
Current children cumulated vsize (KiB) 469184

[startup+3522.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/82 17241
/proc/meminfo: memFree=1161628/2055920 swapFree=4192812/4192956
[pid=17210] ppid=17208 vsize=16740 CPUtime=713.25
/proc/17210/stat : 17210 (sugar++) S 17208 17210 16216 0 -1 4194304 1461 106273 0 2 5 2 71132 186 16 0 1 0 40134203 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17210/statm: 4185 1113 414 3 0 764 0
[pid=17233] ppid=17210 vsize=455424 CPUtime=2783.35
/proc/17233/stat : 17233 (minisat-inc) R 17210 17210 16216 0 -1 4194304 112082 0 0 0 278233 102 0 0 25 0 1 0 40205613 466354176 112029 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/17233/statm: 113856 112029 74 151 0 113702 0
Current children cumulated CPU time (s) 3496.6
Current children cumulated vsize (KiB) 472164

[startup+3582.3 s]
/proc/loadavg: 1.92 2.01 1.99 3/83 17315
/proc/meminfo: memFree=1173884/2055920 swapFree=4192812/4192956
[pid=17210] ppid=17208 vsize=16740 CPUtime=713.25
/proc/17210/stat : 17210 (sugar++) S 17208 17210 16216 0 -1 4194304 1461 106273 0 2 5 2 71132 186 16 0 1 0 40134203 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17210/statm: 4185 1113 414 3 0 764 0
[pid=17233] ppid=17210 vsize=457300 CPUtime=2842.85
/proc/17233/stat : 17233 (minisat-inc) R 17210 17210 16216 0 -1 4194304 112567 0 0 0 284181 104 0 0 25 0 1 0 40205613 468275200 112514 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/17233/statm: 114325 112514 74 151 0 114171 0
Current children cumulated CPU time (s) 3556.1
Current children cumulated vsize (KiB) 474040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3626.3 s]
/proc/loadavg: 1.96 2.01 1.99 3/83 17315
/proc/meminfo: memFree=1171148/2055920 swapFree=4192812/4192956
[pid=17210] ppid=17208 vsize=16740 CPUtime=713.25
/proc/17210/stat : 17210 (sugar++) S 17208 17210 16216 0 -1 4194304 1461 106273 0 2 5 2 71132 186 16 0 1 0 40134203 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17210/statm: 4185 1113 414 3 0 764 0
[pid=17233] ppid=17210 vsize=458784 CPUtime=2886.84
/proc/17233/stat : 17233 (minisat-inc) R 17210 17210 16216 0 -1 4194304 112964 0 0 0 288579 105 0 0 25 0 1 0 40205613 469794816 112911 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/17233/statm: 114696 112911 74 151 0 114542 0
Current children cumulated CPU time (s) 3600.09
Current children cumulated vsize (KiB) 475524

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

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

[startup+3626.41 s]
/proc/loadavg: 1.96 2.01 1.99 3/83 17315
/proc/meminfo: memFree=1171148/2055920 swapFree=4192812/4192956
[pid=17210] ppid=17208 vsize=16740 CPUtime=3600.21
/proc/17210/stat : 17210 (sugar++) R 17208 17210 16216 0 -1 4194304 1488 219237 0 2 5 6 359712 298 16 0 1 0 40134203 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 272467989545 0 0 4224 16386 0 0 0 17 0 0 0
/proc/17210/statm: 4185 1114 415 3 0 764 0
Current children cumulated CPU time (s) 3600.21
Current children cumulated vsize (KiB) 16740

Child status: 0
Real time (s): 3626.48
CPU time (s): 3600.29
CPU user time (s): 3597.18
CPU system time (s): 3.11453
CPU usage (%): 99.2778
Max. virtual memory (cumulated for all children) (KiB): 907476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.18
system time used= 3.11453
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 220772
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= 25427
involuntary context switches= 132584

runsolver used 4.30135 second user time and 10.7654 second system time

The end

Launcher Data (download as text)

Begin job on node22 at 2008-07-12 05:45:17
IDJOB=1110759
IDBENCH=61149
IDSOLVER=367
FILE ID=node22/1110759-1215834317
PBS_JOBID= 7903345
Free space on /tmp= 66464 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/ukVg/normalized-crossword-m1c-uk-vg15-18_ext.xml
COMMAND LINE= DIR/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat-inc" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1110759-1215834317/watcher-1110759-1215834317 -o /tmp/evaluation-result-1110759-1215834317/solver-1110759-1215834317 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat-inc" -tmp="HOME/temp" HOME/instance-1110759-1215834317.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a701f3f59671fae930bd0c2ea7e3e55b
RANDOM SEED=1257304614

node22.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.253
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.253
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:       1841484 kB
Buffers:         27112 kB
Cached:          88148 kB
SwapCached:          0 kB
Active:         108572 kB
Inactive:        61352 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1841484 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1268 kB
Writeback:           0 kB
Mapped:          75024 kB
Slab:            29652 kB
Committed_AS:   941724 kB
PageTables:       1816 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= 66464 MiB
End job on node22 at 2008-07-12 06:45:45