Trace number 1110847

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.4 3617.59

General information on the benchmark

Namecsp/ukVg/
normalized-crossword-m1c-uk-vg14-14_ext.xml
MD5SUMf5cdea0df59e0b2beb06fc403e8bfff5
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints28
Best CPU time to get the best result obtained on this benchmark3600.07
Satisfiable
(Un)Satisfiability was proved
Number of variables196
Number of constraints28
Maximum constraint arity14
Maximum domain size26
Number of constraints which are defined in extension28
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 06:48:25 2008
0.00/0.08	c 0	PID 16471
0.00/0.08	c 0	HOST node17.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-1110847-1215838105.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1110847-1215838105.xml' 'HOME/temp.csp'
0.07/0.60	c 1	1 domains, 196 variables, 0 predicates, 1 relations, 28 constraints
0.07/0.61	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.61	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.07/0.69	c 1	Parsing HOME/temp.csp
0.58/1.08	c 1	parsed 226 expressions
0.58/1.09	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.58/1.09	c 1	MAX CSP: 28 constraints
0.58/1.09	c 1	Converting to clausal form CSP
1.05/1.12	c 1	converted 26 (10%) expressions
1.05/1.12	c 1	converted 52 (20%) expressions
1.05/1.12	c 1	converted 78 (30%) expressions
1.05/1.12	c 1	converted 103 (40%) expressions
1.05/1.12	c 1	converted 129 (50%) expressions
1.05/1.12	c 1	converted 155 (60%) expressions
1.05/1.12	c 1	converted 180 (70%) expressions
2.04/2.12	c 2	converted 206 (80%) expressions
5.40/5.57	c 6	converted 232 (90%) expressions
8.27/8.42	c 9	converted 257 (100%) expressions
8.27/8.42	c 9	CSP : 252 integers, 0 booleans, 83 clauses, largest domain size 43
8.27/8.42	c 9	Heap : 215 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.27/8.42	c 9	Propagation in CSP
8.27/8.43	c 9	25 values, 0 unsatisfiable literals, and 0 valid clauses are removed
8.27/8.44	c 9	CSP : 252 integers, 0 booleans, 83 clauses, largest domain size 29
8.27/8.44	c 9	Heap : 215 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.27/8.44	c 9	Simplifing CSP by introducing new Boolean variables
8.27/8.44	c 9	CSP : 252 integers, 0 booleans, 83 clauses, largest domain size 29
8.27/8.44	c 9	Heap : 215 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.36/9.55	c 10	Encoding CSP to SAT : HOME/temp.cnf
9.36/9.57	c 10	26 (10%) CSP integer variables are encoded (624 clauses, 6720 bytes)
9.36/9.58	c 10	51 (20%) CSP integer variables are encoded (1224 clauses, 13849 bytes)
9.36/9.58	c 10	76 (30%) CSP integer variables are encoded (1824 clauses, 21649 bytes)
9.36/9.58	c 10	101 (40%) CSP integer variables are encoded (2424 clauses, 29449 bytes)
9.36/9.58	c 10	126 (50%) CSP integer variables are encoded (3024 clauses, 37249 bytes)
9.36/9.58	c 10	152 (60%) CSP integer variables are encoded (3648 clauses, 45361 bytes)
9.36/9.58	c 10	177 (70%) CSP integer variables are encoded (4248 clauses, 53161 bytes)
9.36/9.58	c 10	202 (80%) CSP integer variables are encoded (4704 clauses, 59089 bytes)
9.36/9.58	c 10	227 (90%) CSP integer variables are encoded (4733 clauses, 59466 bytes)
9.36/9.59	c 10	252 (100%) CSP integer variables are encoded (4900 clauses, 61637 bytes)
935.51/941.32	c 942	9 (10%) CSP clauses are encoded (1343920 clauses, 130212185 bytes)
1736.23/1744.41	c 1745	17 (20%) CSP clauses are encoded (2534160 clauses, 246796649 bytes)
2555.55/2568.17	c 2568	25 (30%) CSP clauses are encoded (3724400 clauses, 373162321 bytes)
2839.51/2853.56	c 2854	34 (40%) CSP clauses are encoded (4170768 clauses, 420549878 bytes)
2839.51/2853.56	c 2854	42 (50%) CSP clauses are encoded (4171320 clauses, 420559103 bytes)
2839.51/2853.56	c 2854	50 (60%) CSP clauses are encoded (4171354 clauses, 420559622 bytes)
2839.51/2853.56	c 2854	59 (70%) CSP clauses are encoded (4171817 clauses, 420567695 bytes)
2839.51/2853.57	c 2854	67 (80%) CSP clauses are encoded (4171871 clauses, 420568551 bytes)
2839.51/2853.57	c 2854	75 (90%) CSP clauses are encoded (4171921 clauses, 420569333 bytes)
2839.51/2853.57	c 2854	83 (100%) CSP clauses are encoded (4172112 clauses, 420572500 bytes)
2839.51/2853.57	c 2854	83 CSP clauses encoded
2839.51/2853.57	c 2854	Writing map file : HOME/temp.map
2839.51/2853.57	c 2854	Heap : 240 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2839.51/2853.57	c 2854	SAT : 5152 SAT variables, 4172112 SAT clauses, 420572500 bytes
2839.51/2853.57	c 2854	Heap : 240 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2839.60/2853.65	c 2854	OBJECTIVE minimize _COST
2839.60/2853.65	c 2854	SOLVING HOME/temp.cnf
2839.60/2853.65	c 2854	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
2839.60/2853.65	c 2854	This is MiniSat 2.0 beta incremental
2839.60/2853.65	c 2854	WARNING: for repeatability, setting FPU to use double precision
2839.60/2853.65	c 2854	============================[ Problem Statistics ]=============================
2839.60/2853.65	c 2854	|                                                                             |
2839.60/2853.65	c 2854	|  Number of variables:  5152                                                 |
2839.60/2853.65	c 2854	|  Number of clauses:    4172112                                              |
2847.84/2861.96	c 2862	|  Parsing time:         7.47         s                                       |
2848.26/2862.39	c 2863	OK
2848.26/2862.39	c 2863	OBJECTIVE BOUND: 0 <= _COST <= 
2848.26/2862.39	c 2863	SEARCHING: _COST <= 14
2848.26/2862.39	c 2863	============================[ Search Statistics ]==============================
2848.26/2862.39	c 2863	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2848.26/2862.39	c 2863	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2848.26/2862.39	c 2863	===============================================================================
2848.26/2862.39	c 2863	|         0 |    5152  4172112 78223292 |  1390704        0    nan |  0.000 % |
2848.45/2862.52	c 2863	|       102 |    5152  4172112 78223292 |  1529774      102      6 |  0.000 % |
2848.64/2862.75	c 2863	|       252 |    5152  4172112 78223292 |  1682751      252      6 |  0.000 % |
2848.85/2862.99	c 2863	|       478 |    5152  4172112 78223292 |  1851027      478      7 |  0.000 % |
2849.25/2863.36	c 2864	|       816 |    5152  4172112 78223292 |  2036129      816      7 |  0.000 % |
2849.75/2863.86	c 2864	|      1322 |    5152  4172112 78223292 |  2239742     1322      7 |  0.000 % |
2850.45/2864.51	c 2865	|      2081 |    5152  4172112 78223292 |  2463716     2081      8 |  0.000 % |
2851.24/2865.36	c 2866	|      3221 |    5152  4172112 78223292 |  2710088     3221      8 |  0.000 % |
2853.03/2867.15	c 2867	|      4929 |    5152  4172112 78223292 |  2981097     4929      8 |  0.000 % |
2854.62/2868.76	c 2869	|      7492 |    5152  4172112 78223292 |  3279207     7492     10 |  0.000 % |
2856.71/2870.84	c 2871	|     11337 |    5152  4172112 78223292 |  3607128    11337     10 |  0.000 % |
2859.69/2873.83	c 2874	|     17103 |    5152  4172112 78223292 |  3967840    17103     10 |  0.000 % |
2865.87/2880.00	c 2880	|     25753 |    5152  4172112 78223292 |  4364624    25753     11 |  0.000 % |
2874.03/2888.22	c 2889	|     38727 |    5152  4172112 78223292 |  4801087    38727     11 |  0.000 % |
2884.39/2898.65	c 2899	|     58190 |    5152  4172112 78223292 |  5281196    58190     11 |  0.000 % |
2901.49/2915.85	c 2916	|     87382 |    5152  4172112 78223292 |  5809315    87382     12 |  0.000 % |
2930.05/2944.54	c 2945	|    131171 |    5152  4172112 78223292 |  6390247   131171     12 |  0.000 % |
2974.04/2988.73	c 2989	|    196855 |    5152  4172112 78223292 |  7029272   196855     12 |  0.000 % |
3082.68/3097.89	c 3098	|    295382 |    5152  4172112 78223292 |  7732199   295382     13 |  0.000 % |
3296.11/3312.18	c 3312	|    443172 |    5152  4172112 78223292 |  8505419   443172     14 |  0.000 % |
3551.78/3568.84	c 3569	|    664855 |    5152  4172112 78223292 |  9355961   664855     15 |  0.000 % |
3600.08/3617.31	c ERROR INTERRUPTED
3600.08/3617.31	s UNKNOWN
3600.08/3617.43	c 3618	CPU 3595.37 (0.06 0.02 3595.31 4.79)
3600.08/3617.43	c 3618	END Sat Jul 12 07:48: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-1110847-1215838105/watcher-1110847-1215838105 -o /tmp/evaluation-result-1110847-1215838105/solver-1110847-1215838105 -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-1110847-1215838105.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.00 2.00 2.00 4/82 16471
/proc/meminfo: memFree=1147608/2055920 swapFree=4181420/4192956
[pid=16471] ppid=16469 vsize=12268 CPUtime=0
/proc/16471/stat : 16471 (sugar++) R 16469 16471 16341 0 -1 4194304 346 0 0 0 0 0 0 0 20 0 1 0 40512965 12562432 314 996147200 4194304 4206940 548682068528 18446744073709551615 245500820256 0 0 4224 0 0 0 0 17 1 0 0
/proc/16471/statm: 3067 314 239 3 0 167 0

[startup+0.106671 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 16471
/proc/meminfo: memFree=1147608/2055920 swapFree=4181420/4192956
[pid=16471] ppid=16469 vsize=16740 CPUtime=0.07
/proc/16471/stat : 16471 (sugar++) S 16469 16471 16341 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 40512965 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16471/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.201679 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 16471
/proc/meminfo: memFree=1147608/2055920 swapFree=4181420/4192956
[pid=16471] ppid=16469 vsize=16740 CPUtime=0.07
/proc/16471/stat : 16471 (sugar++) S 16469 16471 16341 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 40512965 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16471/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.301687 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 16471
/proc/meminfo: memFree=1147608/2055920 swapFree=4181420/4192956
[pid=16471] ppid=16469 vsize=16740 CPUtime=0.07
/proc/16471/stat : 16471 (sugar++) S 16469 16471 16341 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 40512965 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16471/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.701727 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 16471
/proc/meminfo: memFree=1147608/2055920 swapFree=4181420/4192956
[pid=16471] ppid=16469 vsize=16740 CPUtime=0.58
/proc/16471/stat : 16471 (sugar++) S 16469 16471 16341 0 -1 4194304 1296 6587 0 1 5 2 46 5 16 0 1 0 40512965 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16471/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 16740

[startup+1.50182 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 16493
/proc/meminfo: memFree=1136128/2055920 swapFree=4181420/4192956
[pid=16471] ppid=16469 vsize=16740 CPUtime=0.58
/proc/16471/stat : 16471 (sugar++) S 16469 16471 16341 0 -1 4194304 1296 6587 0 1 5 2 46 5 15 0 1 0 40512965 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16471/statm: 4185 1104 409 3 0 764 0
[pid=16484] ppid=16471 vsize=5356 CPUtime=0
/proc/16484/stat : 16484 (sh) S 16471 16471 16341 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40513027 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16484/statm: 1339 233 193 169 0 50 0
[pid=16485] ppid=16484 vsize=864608 CPUtime=0.87
/proc/16485/stat : 16485 (java) S 16484 16471 16341 0 -1 0 8475 0 1 0 83 4 0 0 18 0 9 0 40513027 885358592 7690 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16485/statm: 216152 7690 2540 9 0 210727 0
[pid=16485/tid=16486] ppid=16484 vsize=864608 CPUtime=0.5
/proc/16485/task/16486/stat : 16486 (java) R 16484 16471 16341 0 -1 64 2652 0 1 0 49 1 0 0 21 0 9 0 40513028 885358592 7690 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16485/tid=16487] ppid=16484 vsize=864608 CPUtime=0.27
/proc/16485/task/16487/stat : 16487 (java) R 16484 16471 16341 0 -1 64 4799 0 0 0 26 1 0 0 17 0 9 0 40513029 885358592 7690 996147200 134512640 134550740 4294955920 18446744073709551615 102687508 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16485/tid=16488] ppid=16484 vsize=864608 CPUtime=0
/proc/16485/task/16488/stat : 16488 (java) S 16484 16471 16341 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40513029 885358592 7690 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16485/tid=16489] ppid=16484 vsize=864608 CPUtime=0
/proc/16485/task/16489/stat : 16489 (java) S 16484 16471 16341 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 40513029 885358592 7690 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16485/tid=16490] ppid=16484 vsize=864608 CPUtime=0
/proc/16485/task/16490/stat : 16490 (java) S 16484 16471 16341 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40513031 885358592 7690 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16485/tid=16491] ppid=16484 vsize=864608 CPUtime=0.06
/proc/16485/task/16491/stat : 16491 (java) S 16484 16471 16341 0 -1 64 331 0 0 0 6 0 0 0 16 0 9 0 40513031 885358592 7690 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16485/tid=16492] ppid=16484 vsize=864608 CPUtime=0
/proc/16485/task/16492/stat : 16492 (java) S 16484 16471 16341 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 40513032 885358592 7690 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16485/tid=16493] ppid=16484 vsize=864608 CPUtime=0
/proc/16485/task/16493/stat : 16493 (java) S 16484 16471 16341 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 40513032 885358592 7690 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 886704

[startup+3.10298 s]
/proc/loadavg: 2.00 2.00 2.00 4/93 16493
/proc/meminfo: memFree=1100672/2055920 swapFree=4181420/4192956
[pid=16471] ppid=16469 vsize=16740 CPUtime=0.58
/proc/16471/stat : 16471 (sugar++) S 16469 16471 16341 0 -1 4194304 1296 6587 0 1 5 2 46 5 16 0 1 0 40512965 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16471/statm: 4185 1104 409 3 0 764 0
[pid=16484] ppid=16471 vsize=5356 CPUtime=0
/proc/16484/stat : 16484 (sh) S 16471 16471 16341 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40513027 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16484/statm: 1339 233 193 169 0 50 0
[pid=16485] ppid=16484 vsize=864356 CPUtime=2.45
/proc/16485/stat : 16485 (java) S 16484 16471 16341 0 -1 0 22093 0 1 0 234 11 0 0 18 0 9 0 40513027 885100544 21090 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16485/statm: 216089 21090 2540 9 0 210664 0
[pid=16485/tid=16486] ppid=16484 vsize=864356 CPUtime=0.99
/proc/16485/task/16486/stat : 16486 (java) R 16484 16471 16341 0 -1 64 3241 0 1 0 97 2 0 0 25 0 9 0 40513028 885100544 21090 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16485/tid=16487] ppid=16484 vsize=864356 CPUtime=1.38
/proc/16485/task/16487/stat : 16487 (java) R 16484 16471 16341 0 -1 64 17828 0 0 0 130 8 0 0 16 0 9 0 40513029 885100544 21090 996147200 134512640 134550740 4294955920 18446744073709551615 102516792 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16485/tid=16488] ppid=16484 vsize=864356 CPUtime=0
/proc/16485/task/16488/stat : 16488 (java) S 16484 16471 16341 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40513029 885100544 21090 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16485/tid=16489] ppid=16484 vsize=864356 CPUtime=0
/proc/16485/task/16489/stat : 16489 (java) S 16484 16471 16341 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 40513029 885100544 21090 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16485/tid=16490] ppid=16484 vsize=864356 CPUtime=0
/proc/16485/task/16490/stat : 16490 (java) S 16484 16471 16341 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40513031 885100544 21090 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16485/tid=16491] ppid=16484 vsize=864356 CPUtime=0.06
/proc/16485/task/16491/stat : 16491 (java) S 16484 16471 16341 0 -1 64 331 0 0 0 6 0 0 0 16 0 9 0 40513031 885100544 21090 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16485/tid=16492] ppid=16484 vsize=864356 CPUtime=0
/proc/16485/task/16492/stat : 16492 (java) S 16484 16471 16341 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 40513032 885100544 21090 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16485/tid=16493] ppid=16484 vsize=864356 CPUtime=0
/proc/16485/task/16493/stat : 16493 (java) S 16484 16471 16341 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 40513032 885100544 21090 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 886452

[startup+6.3023 s]
/proc/loadavg: 2.08 2.02 2.01 3/93 16493
/proc/meminfo: memFree=1003776/2055920 swapFree=4181420/4192956
[pid=16471] ppid=16469 vsize=16740 CPUtime=0.58
/proc/16471/stat : 16471 (sugar++) S 16469 16471 16341 0 -1 4194304 1296 6587 0 1 5 2 46 5 16 0 1 0 40512965 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16471/statm: 4185 1104 409 3 0 764 0
[pid=16484] ppid=16471 vsize=5356 CPUtime=0
/proc/16484/stat : 16484 (sh) S 16471 16471 16341 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40513027 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16484/statm: 1339 233 193 169 0 50 0
[pid=16485] ppid=16484 vsize=864356 CPUtime=5.62
/proc/16485/stat : 16485 (java) S 16484 16471 16341 0 -1 0 47145 0 1 0 539 23 0 0 18 0 9 0 40513027 885100544 46000 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16485/statm: 216089 46000 2540 9 0 210664 0
[pid=16485/tid=16486] ppid=16484 vsize=864356 CPUtime=1.92
/proc/16485/task/16486/stat : 16486 (java) R 16484 16471 16341 0 -1 64 4617 0 1 0 190 2 0 0 16 0 9 0 40513028 885100544 46000 996147200 134512640 134550740 4294955920 18446744073709551615 4126552088 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16485/tid=16487] ppid=16484 vsize=864356 CPUtime=3.6
/proc/16485/task/16487/stat : 16487 (java) R 16484 16471 16341 0 -1 64 41503 0 0 0 341 19 0 0 25 0 9 0 40513029 885100544 46000 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16485/tid=16488] ppid=16484 vsize=864356 CPUtime=0
/proc/16485/task/16488/stat : 16488 (java) S 16484 16471 16341 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40513029 885100544 46000 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16485/tid=16489] ppid=16484 vsize=864356 CPUtime=0
/proc/16485/task/16489/stat : 16489 (java) S 16484 16471 16341 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 40513029 885100544 46000 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16485/tid=16490] ppid=16484 vsize=864356 CPUtime=0
/proc/16485/task/16490/stat : 16490 (java) S 16484 16471 16341 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40513031 885100544 46000 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16485/tid=16491] ppid=16484 vsize=864356 CPUtime=0.06
/proc/16485/task/16491/stat : 16491 (java) S 16484 16471 16341 0 -1 64 332 0 0 0 6 0 0 0 15 0 9 0 40513031 885100544 46000 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16485/tid=16492] ppid=16484 vsize=864356 CPUtime=0
/proc/16485/task/16492/stat : 16492 (java) S 16484 16471 16341 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 40513032 885100544 46000 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16485/tid=16493] ppid=16484 vsize=864356 CPUtime=0
/proc/16485/task/16493/stat : 16493 (java) S 16484 16471 16341 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 40513032 885100544 46000 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 886452

[startup+12.703 s]
/proc/loadavg: 2.07 2.02 2.00 3/93 16493
/proc/meminfo: memFree=901576/2055920 swapFree=4181420/4192956
[pid=16471] ppid=16469 vsize=16740 CPUtime=0.58
/proc/16471/stat : 16471 (sugar++) S 16469 16471 16341 0 -1 4194304 1297 6587 0 1 5 2 46 5 16 0 1 0 40512965 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16471/statm: 4185 1104 409 3 0 764 0
[pid=16484] ppid=16471 vsize=5356 CPUtime=0
/proc/16484/stat : 16484 (sh) S 16471 16471 16341 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40513027 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16484/statm: 1339 233 193 169 0 50 0
[pid=16485] ppid=16484 vsize=864468 CPUtime=11.95
/proc/16485/stat : 16485 (java) S 16484 16471 16341 0 -1 0 84476 0 1 0 1156 39 0 0 18 0 9 0 40513027 885215232 62824 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16485/statm: 216117 62824 2565 9 0 210664 0
[pid=16485/tid=16486] ppid=16484 vsize=864468 CPUtime=5.42
/proc/16485/task/16486/stat : 16486 (java) R 16484 16471 16341 0 -1 64 6443 0 1 0 538 4 0 0 25 0 9 0 40513028 885215232 62824 996147200 134512640 134550740 4294955920 18446744073709551615 4126641796 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16485/tid=16487] ppid=16484 vsize=864468 CPUtime=6.39
/proc/16485/task/16487/stat : 16487 (java) S 16484 16471 16341 0 -1 64 76983 0 0 0 606 33 0 0 16 0 9 0 40513029 885215232 62824 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16485/tid=16488] ppid=16484 vsize=864468 CPUtime=0
/proc/16485/task/16488/stat : 16488 (java) S 16484 16471 16341 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40513029 885215232 62824 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16485/tid=16489] ppid=16484 vsize=864468 CPUtime=0
/proc/16485/task/16489/stat : 16489 (java) S 16484 16471 16341 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 40513029 885215232 62824 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16485/tid=16490] ppid=16484 vsize=864468 CPUtime=0
/proc/16485/task/16490/stat : 16490 (java) S 16484 16471 16341 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40513031 885215232 62824 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16485/tid=16491] ppid=16484 vsize=864468 CPUtime=0.1
/proc/16485/task/16491/stat : 16491 (java) S 16484 16471 16341 0 -1 64 357 0 0 0 10 0 0 0 16 0 9 0 40513031 885215232 62824 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16485/tid=16492] ppid=16484 vsize=864468 CPUtime=0
/proc/16485/task/16492/stat : 16492 (java) S 16484 16471 16341 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 40513032 885215232 62824 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16485/tid=16493] ppid=16484 vsize=864468 CPUtime=0
/proc/16485/task/16493/stat : 16493 (java) S 16484 16471 16341 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 40513032 885215232 62824 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 886564

[startup+25.5023 s]
/proc/loadavg: 2.06 2.02 2.00 3/93 16493
/proc/meminfo: memFree=901576/2055920 swapFree=4181420/4192956
[pid=16471] ppid=16469 vsize=16740 CPUtime=0.58
/proc/16471/stat : 16471 (sugar++) S 16469 16471 16341 0 -1 4194304 1297 6587 0 1 5 2 46 5 16 0 1 0 40512965 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16471/statm: 4185 1104 409 3 0 764 0
[pid=16484] ppid=16471 vsize=5356 CPUtime=0
/proc/16484/stat : 16484 (sh) S 16471 16471 16341 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40513027 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16484/statm: 1339 233 193 169 0 50 0
[pid=16485] ppid=16484 vsize=864468 CPUtime=24.62
/proc/16485/stat : 16485 (java) S 16484 16471 16341 0 -1 0 84476 0 1 0 2423 39 0 0 18 0 9 0 40513027 885215232 62824 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16485/statm: 216117 62824 2565 9 0 210664 0
[pid=16485/tid=16486] ppid=16484 vsize=864468 CPUtime=18.1
/proc/16485/task/16486/stat : 16486 (java) R 16484 16471 16341 0 -1 64 6443 0 1 0 1806 4 0 0 25 0 9 0 40513028 885215232 62824 996147200 134512640 134550740 4294955920 18446744073709551615 4126636480 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16485/tid=16487] ppid=16484 vsize=864468 CPUtime=6.39
/proc/16485/task/16487/stat : 16487 (java) S 16484 16471 16341 0 -1 64 76983 0 0 0 606 33 0 0 16 0 9 0 40513029 885215232 62824 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16485/tid=16488] ppid=16484 vsize=864468 CPUtime=0
/proc/16485/task/16488/stat : 16488 (java) S 16484 16471 16341 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40513029 885215232 62824 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16485/tid=16489] ppid=16484 vsize=864468 CPUtime=0
/proc/16485/task/16489/stat : 16489 (java) S 16484 16471 16341 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 40513029 885215232 62824 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=16471] ppid=16469 vsize=16740 CPUtime=2839.66
/proc/16471/stat : 16471 (sugar++) S 16469 16471 16341 0 -1 4194304 1463 189029 0 2 6 2 283595 363 16 0 1 0 40512965 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16471/statm: 4185 1113 414 3 0 764 0
[pid=16970] ppid=16471 vsize=489380 CPUtime=68.3
/proc/16970/stat : 16970 (minisat-inc) R 16471 16471 16341 0 -1 4194304 119216 0 0 0 6741 89 0 0 25 0 1 0 40798330 501125120 119164 996147200 134512640 135134323 4294956192 18446744073709551615 134531915 0 0 4096 3 0 0 0 17 1 0 0
/proc/16970/statm: 122345 119164 74 151 0 122191 0
Current children cumulated CPU time (s) 2907.96
Current children cumulated vsize (KiB) 506120

[startup+2982.3 s]
/proc/loadavg: 2.00 2.02 2.04 3/82 16970
/proc/meminfo: memFree=847512/2055920 swapFree=4181420/4192956
[pid=16471] ppid=16469 vsize=16740 CPUtime=2839.66
/proc/16471/stat : 16471 (sugar++) S 16469 16471 16341 0 -1 4194304 1463 189029 0 2 6 2 283595 363 16 0 1 0 40512965 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16471/statm: 4185 1113 414 3 0 764 0
[pid=16970] ppid=16471 vsize=509564 CPUtime=128
/proc/16970/stat : 16970 (minisat-inc) R 16471 16471 16341 0 -1 4194304 123993 0 0 0 12708 92 0 0 25 0 1 0 40798330 521793536 123941 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/16970/statm: 127391 123941 74 151 0 127237 0
Current children cumulated CPU time (s) 2967.66
Current children cumulated vsize (KiB) 526304

[startup+3042.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/83 17009
/proc/meminfo: memFree=894928/2055920 swapFree=4181420/4192956
[pid=16471] ppid=16469 vsize=16740 CPUtime=2839.66
/proc/16471/stat : 16471 (sugar++) S 16469 16471 16341 0 -1 4194304 1463 189029 0 2 6 2 283595 363 16 0 1 0 40512965 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16471/statm: 4185 1113 414 3 0 764 0
[pid=16970] ppid=16471 vsize=518060 CPUtime=187.74
/proc/16970/stat : 16970 (minisat-inc) R 16471 16471 16341 0 -1 4194304 126039 0 0 0 18679 95 0 0 25 0 1 0 40798330 530493440 125987 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/16970/statm: 129515 125987 74 151 0 129361 0
Current children cumulated CPU time (s) 3027.4
Current children cumulated vsize (KiB) 534800

[startup+3102.3 s]
/proc/loadavg: 2.00 2.01 2.03 3/83 17009
/proc/meminfo: memFree=886352/2055920 swapFree=4181420/4192956
[pid=16471] ppid=16469 vsize=16740 CPUtime=2839.66
/proc/16471/stat : 16471 (sugar++) S 16469 16471 16341 0 -1 4194304 1463 189029 0 2 6 2 283595 363 16 0 1 0 40512965 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16471/statm: 4185 1113 414 3 0 764 0
[pid=16970] ppid=16471 vsize=526628 CPUtime=247.5
/proc/16970/stat : 16970 (minisat-inc) R 16471 16471 16341 0 -1 4194304 128093 0 0 0 24653 97 0 0 25 0 1 0 40798330 539267072 128041 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/16970/statm: 131657 128041 74 151 0 131503 0
Current children cumulated CPU time (s) 3087.16
Current children cumulated vsize (KiB) 543368

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/83 17009
/proc/meminfo: memFree=872848/2055920 swapFree=4181420/4192956
[pid=16471] ppid=16469 vsize=16740 CPUtime=2839.66
/proc/16471/stat : 16471 (sugar++) S 16469 16471 16341 0 -1 4194304 1463 189029 0 2 6 2 283595 363 16 0 1 0 40512965 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16471/statm: 4185 1113 414 3 0 764 0
[pid=16970] ppid=16471 vsize=541080 CPUtime=307.26
/proc/16970/stat : 16970 (minisat-inc) R 16471 16471 16341 0 -1 4194304 131502 0 0 0 30628 98 0 0 25 0 1 0 40798330 554065920 131450 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/16970/statm: 135270 131450 74 151 0 135116 0
Current children cumulated CPU time (s) 3146.92
Current children cumulated vsize (KiB) 557820

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/83 17009
/proc/meminfo: memFree=869200/2055920 swapFree=4181420/4192956
[pid=16471] ppid=16469 vsize=16740 CPUtime=2839.66
/proc/16471/stat : 16471 (sugar++) S 16469 16471 16341 0 -1 4194304 1463 189029 0 2 6 2 283595 363 16 0 1 0 40512965 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16471/statm: 4185 1113 414 3 0 764 0
[pid=16970] ppid=16471 vsize=544592 CPUtime=367.01
/proc/16970/stat : 16970 (minisat-inc) R 16471 16471 16341 0 -1 4194304 132382 0 0 0 36602 99 0 0 25 0 1 0 40798330 557662208 132330 996147200 134512640 135134323 4294956192 18446744073709551615 134532046 0 0 4096 3 0 0 0 17 0 0 0
/proc/16970/statm: 136148 132330 74 151 0 135994 0
Current children cumulated CPU time (s) 3206.67
Current children cumulated vsize (KiB) 561332

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/83 17009
/proc/meminfo: memFree=866384/2055920 swapFree=4181420/4192956
[pid=16471] ppid=16469 vsize=16740 CPUtime=2839.66
/proc/16471/stat : 16471 (sugar++) S 16469 16471 16341 0 -1 4194304 1463 189029 0 2 6 2 283595 363 16 0 1 0 40512965 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16471/statm: 4185 1113 414 3 0 764 0
[pid=16970] ppid=16471 vsize=547392 CPUtime=426.78
/proc/16970/stat : 16970 (minisat-inc) R 16471 16471 16341 0 -1 4194304 133102 0 0 0 42578 100 0 0 25 0 1 0 40798330 560529408 133050 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/16970/statm: 136848 133050 74 151 0 136694 0
Current children cumulated CPU time (s) 3266.44
Current children cumulated vsize (KiB) 564132

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/83 17009
/proc/meminfo: memFree=861200/2055920 swapFree=4181420/4192956
[pid=16471] ppid=16469 vsize=16740 CPUtime=2839.66
/proc/16471/stat : 16471 (sugar++) S 16469 16471 16341 0 -1 4194304 1463 189029 0 2 6 2 283595 363 16 0 1 0 40512965 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16471/statm: 4185 1113 414 3 0 764 0
[pid=16970] ppid=16471 vsize=553320 CPUtime=486.54
/proc/16970/stat : 16970 (minisat-inc) R 16471 16471 16341 0 -1 4194304 134385 0 0 0 48553 101 0 0 25 0 1 0 40798330 566599680 134333 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/16970/statm: 138330 134333 74 151 0 138176 0
Current children cumulated CPU time (s) 3326.2
Current children cumulated vsize (KiB) 570060

[startup+3402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 17009
/proc/meminfo: memFree=854416/2055920 swapFree=4181420/4192956
[pid=16471] ppid=16469 vsize=16740 CPUtime=2839.66
/proc/16471/stat : 16471 (sugar++) S 16469 16471 16341 0 -1 4194304 1463 189029 0 2 6 2 283595 363 16 0 1 0 40512965 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16471/statm: 4185 1113 414 3 0 764 0
[pid=16970] ppid=16471 vsize=559992 CPUtime=546.29
/proc/16970/stat : 16970 (minisat-inc) R 16471 16471 16341 0 -1 4194304 136058 0 0 0 54527 102 0 0 25 0 1 0 40798330 573431808 136006 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/16970/statm: 139998 136006 74 151 0 139844 0
Current children cumulated CPU time (s) 3385.95
Current children cumulated vsize (KiB) 576732

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 17009
/proc/meminfo: memFree=849680/2055920 swapFree=4181420/4192956
[pid=16471] ppid=16469 vsize=16740 CPUtime=2839.66
/proc/16471/stat : 16471 (sugar++) S 16469 16471 16341 0 -1 4194304 1463 189029 0 2 6 2 283595 363 16 0 1 0 40512965 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16471/statm: 4185 1113 414 3 0 764 0
[pid=16970] ppid=16471 vsize=564464 CPUtime=606.05
/proc/16970/stat : 16970 (minisat-inc) R 16471 16471 16341 0 -1 4194304 137209 0 0 0 60502 103 0 0 25 0 1 0 40798330 578011136 137157 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/16970/statm: 141116 137157 74 151 0 140962 0
Current children cumulated CPU time (s) 3445.71
Current children cumulated vsize (KiB) 581204

[startup+3522.31 s]
/proc/loadavg: 2.13 2.03 2.01 3/83 17009
/proc/meminfo: memFree=845008/2055920 swapFree=4181420/4192956
[pid=16471] ppid=16469 vsize=16740 CPUtime=2839.66
/proc/16471/stat : 16471 (sugar++) S 16469 16471 16341 0 -1 4194304 1463 189029 0 2 6 2 283595 363 16 0 1 0 40512965 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16471/statm: 4185 1113 414 3 0 764 0
[pid=16970] ppid=16471 vsize=569340 CPUtime=665.81
/proc/16970/stat : 16970 (minisat-inc) R 16471 16471 16341 0 -1 4194304 138391 0 0 0 66477 104 0 0 25 0 1 0 40798330 583004160 138339 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/16970/statm: 142335 138339 74 151 0 142181 0
Current children cumulated CPU time (s) 3505.47
Current children cumulated vsize (KiB) 586080

[startup+3582.3 s]
/proc/loadavg: 2.16 2.06 2.01 3/83 17009
/proc/meminfo: memFree=835472/2055920 swapFree=4181420/4192956
[pid=16471] ppid=16469 vsize=16740 CPUtime=2839.66
/proc/16471/stat : 16471 (sugar++) S 16469 16471 16341 0 -1 4194304 1463 189029 0 2 6 2 283595 363 16 0 1 0 40512965 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16471/statm: 4185 1113 414 3 0 764 0
[pid=16970] ppid=16471 vsize=578868 CPUtime=725.56
/proc/16970/stat : 16970 (minisat-inc) R 16471 16471 16341 0 -1 4194304 140778 0 0 0 72450 106 0 0 25 0 1 0 40798330 592760832 140726 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/16970/statm: 144717 140726 74 151 0 144563 0
Current children cumulated CPU time (s) 3565.22
Current children cumulated vsize (KiB) 595608



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3617.3 s]
/proc/loadavg: 2.17 2.06 2.02 3/83 17009
/proc/meminfo: memFree=832720/2055920 swapFree=4181420/4192956
[pid=16471] ppid=16469 vsize=16740 CPUtime=2839.66
/proc/16471/stat : 16471 (sugar++) S 16469 16471 16341 0 -1 4194304 1463 189029 0 2 6 2 283595 363 16 0 1 0 40512965 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16471/statm: 4185 1113 414 3 0 764 0
[pid=16970] ppid=16471 vsize=583040 CPUtime=760.42
/proc/16970/stat : 16970 (minisat-inc) R 16471 16471 16341 0 -1 4194304 141451 0 0 0 75935 107 0 0 25 0 1 0 40798330 597032960 141399 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/16970/statm: 145760 141399 74 151 0 145606 0
Current children cumulated CPU time (s) 3600.08
Current children cumulated vsize (KiB) 599780

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

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

[startup+3617.5 s]
/proc/loadavg: 2.17 2.06 2.02 3/83 17009
/proc/meminfo: memFree=832720/2055920 swapFree=4181420/4192956
[pid=16471] ppid=16469 vsize=16740 CPUtime=3600.29
/proc/16471/stat : 16471 (sugar++) R 16469 16471 16341 0 -1 4194304 1490 330480 0 2 6 13 359531 479 18 0 1 0 40512965 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 245482886185 0 0 4224 16386 0 0 0 17 0 0 0
/proc/16471/statm: 4185 1114 415 3 0 764 0
Current children cumulated CPU time (s) 3600.29
Current children cumulated vsize (KiB) 16740

Child status: 0
Real time (s): 3617.59
CPU time (s): 3600.4
CPU user time (s): 3595.38
CPU system time (s): 5.02224
CPU usage (%): 99.5247
Max. virtual memory (cumulated for all children) (KiB): 913180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.38
system time used= 5.02224
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 332015
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= 68136
involuntary context switches= 87619

runsolver used 4.27335 second user time and 11.7772 second system time

The end

Launcher Data (download as text)

Begin job on node17 at 2008-07-12 06:48:25
IDJOB=1110847
IDBENCH=61160
IDSOLVER=367
FILE ID=node17/1110847-1215838105
PBS_JOBID= 7903387
Free space on /tmp= 66204 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/ukVg/normalized-crossword-m1c-uk-vg14-14_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-1110847-1215838105/watcher-1110847-1215838105 -o /tmp/evaluation-result-1110847-1215838105/solver-1110847-1215838105 -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-1110847-1215838105.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f5cdea0df59e0b2beb06fc403e8bfff5
RANDOM SEED=790381296

node17.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.240
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.240
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:       1148152 kB
Buffers:         40996 kB
Cached:         295432 kB
SwapCached:       5680 kB
Active:         771844 kB
Inactive:        72284 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1148152 kB
SwapTotal:     4192956 kB
SwapFree:      4181420 kB
Dirty:            1108 kB
Writeback:           0 kB
Mapped:         524440 kB
Slab:            47608 kB
Committed_AS:   692952 kB
PageTables:       3036 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= 66404 MiB
End job on node17 at 2008-07-12 07:48:45