Trace number 1107570

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisat? (TO) 1800.05 1816.76

General information on the benchmark

Namecsp/ukVg/
normalized-crossword-m1c-uk-vg6-7_ext.xml
MD5SUM23f8803fe7f88f151b1993998f042f43
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.38118
Satisfiable
(Un)Satisfiability was proved
Number of variables42
Number of constraints13
Maximum constraint arity7
Maximum domain size26
Number of constraints which are defined in extension13
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Tue Jul  8 02:33:14 2008
0.00/0.04	c 0	PID 3057
0.00/0.05	c 0	HOST node56.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1107570-1215477193.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1107570-1215477193.xml' 'HOME/temp.csp'
0.04/0.72	c 0	1 domains, 42 variables, 0 predicates, 2 relations, 13 constraints
0.04/0.73	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.73	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.70/0.81	c 0	Parsing HOME/temp.csp
1.25/1.32	c 1	parsed 58 expressions
1.25/1.32	c 1	Heap : 9 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.25/1.32	c 1	Converting to clausal form CSP
1.25/1.34	c 1	converted 6 (10%) expressions
1.25/1.34	c 1	converted 12 (20%) expressions
1.25/1.34	c 1	converted 18 (30%) expressions
1.25/1.35	c 1	converted 24 (40%) expressions
1.25/1.35	c 1	converted 29 (50%) expressions
1.25/1.35	c 1	converted 35 (60%) expressions
1.25/1.35	c 1	converted 41 (70%) expressions
1.64/1.72	c 1	converted 47 (80%) expressions
2.73/2.89	c 2	converted 53 (90%) expressions
4.22/4.39	c 4	converted 58 (100%) expressions
4.22/4.39	c 4	CSP : 42 integers, 0 booleans, 13 clauses, largest domain size 26
4.22/4.39	c 4	Heap : 83 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.22/4.39	c 4	Propagation in CSP
4.22/4.39	c 4	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.22/4.39	c 4	CSP : 42 integers, 0 booleans, 13 clauses, largest domain size 26
4.22/4.39	c 4	Heap : 83 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.22/4.39	c 4	Simplifing CSP by introducing new Boolean variables
4.22/4.39	c 4	CSP : 42 integers, 0 booleans, 13 clauses, largest domain size 26
4.22/4.39	c 4	Heap : 83 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.71/4.85	c 4	Encoding CSP to SAT : HOME/temp.cnf
4.71/4.86	c 4	5 (10%) CSP integer variables are encoded (120 clauses, 1176 bytes)
4.71/4.86	c 4	9 (20%) CSP integer variables are encoded (216 clauses, 2232 bytes)
4.71/4.87	c 4	13 (30%) CSP integer variables are encoded (312 clauses, 3288 bytes)
4.71/4.87	c 4	17 (40%) CSP integer variables are encoded (408 clauses, 4344 bytes)
4.71/4.87	c 4	21 (50%) CSP integer variables are encoded (504 clauses, 5400 bytes)
4.71/4.87	c 4	26 (60%) CSP integer variables are encoded (624 clauses, 6720 bytes)
4.71/4.87	c 4	30 (70%) CSP integer variables are encoded (720 clauses, 7776 bytes)
4.71/4.88	c 4	34 (80%) CSP integer variables are encoded (816 clauses, 8832 bytes)
4.71/4.88	c 4	38 (90%) CSP integer variables are encoded (912 clauses, 9888 bytes)
4.71/4.88	c 4	42 (100%) CSP integer variables are encoded (1008 clauses, 11041 bytes)
41.06/41.56	c 41	2 (10%) CSP clauses are encoded (154136 clauses, 6320078 bytes)
59.69/60.33	c 60	3 (20%) CSP clauses are encoded (230700 clauses, 9505826 bytes)
78.50/79.34	c 79	4 (30%) CSP clauses are encoded (307264 clauses, 12692807 bytes)
115.44/116.61	c 116	6 (40%) CSP clauses are encoded (460392 clauses, 19394128 bytes)
133.87/135.28	c 135	7 (50%) CSP clauses are encoded (536956 clauses, 22761297 bytes)
205.28/207.35	c 207	8 (60%) CSP clauses are encoded (689921 clauses, 29033303 bytes)
352.86/356.34	c 356	10 (70%) CSP clauses are encoded (995851 clauses, 44126285 bytes)
426.26/430.45	c 430	11 (80%) CSP clauses are encoded (1148816 clauses, 51672776 bytes)
501.84/506.78	c 506	12 (90%) CSP clauses are encoded (1301781 clauses, 59219267 bytes)
575.23/580.82	c 580	13 (100%) CSP clauses are encoded (1454746 clauses, 66973337 bytes)
575.23/580.82	c 580	13 CSP clauses encoded
575.23/580.82	c 580	Writing map file : HOME/temp.map
575.23/580.82	c 580	Heap : 141 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
575.23/580.82	c 580	SAT : 1050 SAT variables, 1454746 SAT clauses, 66973337 bytes
575.23/580.82	c 580	Heap : 141 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
575.23/580.85	c 580	SOLVING HOME/temp.cnf
575.23/580.85	c 580	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
575.23/580.86	c 580	This is MiniSat 2.0 beta
575.23/580.86	c 580	WARNING: for repeatability, setting FPU to use double precision
575.23/580.86	c 580	============================[ Problem Statistics ]=============================
575.23/580.86	c 580	|                                                                             |
575.23/580.86	c 580	|  Number of variables:  1050                                                 |
575.23/580.86	c 580	|  Number of clauses:    1454746                                              |
576.79/582.46	c 582	|  Parsing time:         1.44         s                                       |
576.89/582.57	c 582	============================[ Search Statistics ]==============================
576.89/582.57	c 582	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
576.89/582.57	c 582	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
576.89/582.57	c 582	===============================================================================
576.89/582.57	c 582	|         0 |    1050  1454746 14524305 |   484915        0    nan |  0.000 % |
576.99/582.67	c 582	|       100 |    1050  1454746 14524305 |   533406      100      6 |  0.000 % |
577.19/582.80	c 582	|       250 |    1050  1454746 14524305 |   586747      250      6 |  0.002 % |
577.49/583.15	c 583	|       476 |    1050  1454746 14524305 |   645422      476      8 |  0.002 % |
577.68/583.35	c 583	|       816 |    1050  1454746 14524305 |   709964      816      9 |  0.001 % |
578.07/583.80	c 583	|      1323 |    1050  1454746 14524305 |   780960     1323     10 |  0.002 % |
579.36/585.09	c 585	|      2082 |    1050  1454746 14524305 |   859057     2082     11 |  0.000 % |
582.73/588.43	c 588	|      3223 |    1050  1454746 14524305 |   944962     3223     14 |  0.001 % |
586.50/592.28	c 592	|      4932 |    1050  1454746 14524305 |  1039459     4932     16 |  0.001 % |
594.51/600.39	c 600	|      7495 |    1050  1454746 14524305 |  1143404     7495     16 |  0.001 % |
606.70/612.63	c 612	|     11340 |    1050  1454746 14524305 |  1257745    11340     16 |  0.002 % |
624.43/630.53	c 630	|     17106 |    1050  1454746 14524305 |  1383520    17106     16 |  0.002 % |
638.99/645.26	c 645	|     25755 |    1050  1454746 14524305 |  1521872    25755     16 |  0.001 % |
679.21/685.84	c 685	|     38729 |    1050  1454746 14524305 |  1674059    38729     17 |  0.000 % |
754.29/761.64	c 761	|     58191 |    1050  1454746 14524305 |  1841465    58191     19 |  0.001 % |
864.54/872.92	c 872	|     87384 |    1050  1454746 14524305 |  2025611    87384     22 |  0.001 % |
1015.01/1024.81	c 1024	|    131175 |    1050  1454746 14524305 |  2228172   131175     21 |  0.000 % |
1283.46/1295.86	c 1295	|    196860 |    1050  1454746 14524305 |  2450990   196860     21 |  0.002 % |
1800.05/1816.72	c ERROR INTERRUPTED
1800.05/1816.73	s UNKNOWN
1800.05/1816.73	c 1816	CPU 574.44 (0.03 0.01 574.41 0.83)
1800.05/1816.73	c 1816	END Tue Jul  8 03:03:30 2008

Verifier Data (download as text)

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

Watcher Data (download as text)

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

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

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


[startup+0 s]
/proc/loadavg: 1.73 1.21 1.07 4/82 3057
/proc/meminfo: memFree=1838528/2055920 swapFree=4192956/4192956
[pid=3057] ppid=3055 vsize=18572 CPUtime=0
/proc/3057/stat : 3057 (runsolver) R 3055 3057 2740 0 -1 4194368 15 0 0 0 0 0 0 0 22 0 1 0 4418352 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 250968861991 0 0 4096 24578 0 0 0 17 1 0 0
/proc/3057/statm: 4643 292 257 25 0 2626 0

[startup+0.0641961 s]
/proc/loadavg: 1.73 1.21 1.07 4/82 3057
/proc/meminfo: memFree=1838528/2055920 swapFree=4192956/4192956
[pid=3057] ppid=3055 vsize=13600 CPUtime=0.04
/proc/3057/stat : 3057 (sugar) S 3055 3057 2740 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 4418352 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3057/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.100877 s]
/proc/loadavg: 1.73 1.21 1.07 4/82 3057
/proc/meminfo: memFree=1838528/2055920 swapFree=4192956/4192956
[pid=3057] ppid=3055 vsize=13600 CPUtime=0.04
/proc/3057/stat : 3057 (sugar) S 3055 3057 2740 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 4418352 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3057/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301911 s]
/proc/loadavg: 1.73 1.21 1.07 4/82 3057
/proc/meminfo: memFree=1838528/2055920 swapFree=4192956/4192956
[pid=3057] ppid=3055 vsize=13600 CPUtime=0.04
/proc/3057/stat : 3057 (sugar) S 3055 3057 2740 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 4418352 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3057/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701983 s]
/proc/loadavg: 1.73 1.21 1.07 4/82 3057
/proc/meminfo: memFree=1838528/2055920 swapFree=4192956/4192956
[pid=3057] ppid=3055 vsize=13600 CPUtime=0.04
/proc/3057/stat : 3057 (sugar) S 3055 3057 2740 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 4418352 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3057/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50213 s]
/proc/loadavg: 1.83 1.24 1.08 4/93 3079
/proc/meminfo: memFree=1827432/2055920 swapFree=4192956/4192956
[pid=3057] ppid=3055 vsize=13600 CPUtime=0.7
/proc/3057/stat : 3057 (sugar) S 3055 3057 2740 0 -1 4194304 973 8015 0 1 3 1 62 4 15 0 1 0 4418352 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3057/statm: 3400 797 370 3 0 500 0
[pid=3070] ppid=3057 vsize=5356 CPUtime=0
/proc/3070/stat : 3070 (sh) S 3057 3057 2740 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4418425 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3070/statm: 1339 233 193 169 0 50 0
[pid=3071] ppid=3070 vsize=864432 CPUtime=0.75
/proc/3071/stat : 3071 (java) S 3070 3057 2740 0 -1 0 8416 0 1 0 72 3 0 0 18 0 9 0 4418426 885178368 7477 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3071/statm: 216108 7477 2540 9 0 210683 0
[pid=3071/tid=3072] ppid=3070 vsize=864432 CPUtime=0.41
/proc/3071/task/3072/stat : 3072 (java) R 3070 3057 2740 0 -1 64 2553 0 1 0 40 1 0 0 18 0 9 0 4418426 885178368 7477 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3071/tid=3073] ppid=3070 vsize=864432 CPUtime=0.27
/proc/3071/task/3073/stat : 3073 (java) R 3070 3057 2740 0 -1 64 4851 0 0 0 26 1 0 0 16 0 9 0 4418428 885178368 7477 996147200 134512640 134550740 4294955952 18446744073709551615 103737199 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3071/tid=3074] ppid=3070 vsize=864432 CPUtime=0
/proc/3071/task/3074/stat : 3074 (java) S 3070 3057 2740 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4418428 885178368 7477 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3071/tid=3075] ppid=3070 vsize=864432 CPUtime=0
/proc/3071/task/3075/stat : 3075 (java) S 3070 3057 2740 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 4418428 885178368 7477 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3071/tid=3076] ppid=3070 vsize=864432 CPUtime=0
/proc/3071/task/3076/stat : 3076 (java) S 3070 3057 2740 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4418430 885178368 7477 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3071/tid=3077] ppid=3070 vsize=864432 CPUtime=0.05
/proc/3071/task/3077/stat : 3077 (java) S 3070 3057 2740 0 -1 64 316 0 0 0 5 0 0 0 16 0 9 0 4418430 885178368 7477 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3071/tid=3078] ppid=3070 vsize=864432 CPUtime=0
/proc/3071/task/3078/stat : 3078 (java) S 3070 3057 2740 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 4418430 885178368 7477 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3071/tid=3079] ppid=3070 vsize=864432 CPUtime=0
/proc/3071/task/3079/stat : 3079 (java) S 3070 3057 2740 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 4418430 885178368 7477 996147200 134512640 134550740 4294955952 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) 883388

[startup+3.10242 s]
/proc/loadavg: 1.83 1.24 1.08 4/93 3079
/proc/meminfo: memFree=1800808/2055920 swapFree=4192956/4192956
[pid=3057] ppid=3055 vsize=13600 CPUtime=0.7
/proc/3057/stat : 3057 (sugar) S 3055 3057 2740 0 -1 4194304 973 8015 0 1 3 1 62 4 16 0 1 0 4418352 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3057/statm: 3400 797 370 3 0 500 0
[pid=3070] ppid=3057 vsize=5356 CPUtime=0
/proc/3070/stat : 3070 (sh) S 3057 3057 2740 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4418425 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3070/statm: 1339 233 193 169 0 50 0
[pid=3071] ppid=3070 vsize=864172 CPUtime=2.33
/proc/3071/stat : 3071 (java) S 3070 3057 2740 0 -1 0 19017 0 1 0 226 7 0 0 18 0 9 0 4418426 884912128 17805 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3071/statm: 216043 17805 2540 9 0 210618 0
[pid=3071/tid=3072] ppid=3070 vsize=864172 CPUtime=1.04
/proc/3071/task/3072/stat : 3072 (java) R 3070 3057 2740 0 -1 64 3166 0 1 0 103 1 0 0 24 0 9 0 4418426 884912128 17805 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3071/tid=3073] ppid=3070 vsize=864172 CPUtime=1.22
/proc/3071/task/3073/stat : 3073 (java) R 3070 3057 2740 0 -1 64 14837 0 0 0 117 5 0 0 16 0 9 0 4418428 884912128 17805 996147200 134512640 134550740 4294955952 18446744073709551615 101588324 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3071/tid=3074] ppid=3070 vsize=864172 CPUtime=0
/proc/3071/task/3074/stat : 3074 (java) S 3070 3057 2740 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4418428 884912128 17805 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3071/tid=3075] ppid=3070 vsize=864172 CPUtime=0
/proc/3071/task/3075/stat : 3075 (java) S 3070 3057 2740 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 4418428 884912128 17805 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3071/tid=3076] ppid=3070 vsize=864172 CPUtime=0
/proc/3071/task/3076/stat : 3076 (java) S 3070 3057 2740 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4418430 884912128 17805 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3071/tid=3077] ppid=3070 vsize=864172 CPUtime=0.05
/proc/3071/task/3077/stat : 3077 (java) S 3070 3057 2740 0 -1 64 318 0 0 0 5 0 0 0 16 0 9 0 4418430 884912128 17805 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3071/tid=3078] ppid=3070 vsize=864172 CPUtime=0
/proc/3071/task/3078/stat : 3078 (java) S 3070 3057 2740 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 4418430 884912128 17805 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3071/tid=3079] ppid=3070 vsize=864172 CPUtime=0
/proc/3071/task/3079/stat : 3079 (java) S 3070 3057 2740 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 4418430 884912128 17805 996147200 134512640 134550740 4294955952 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) 883128

[startup+6.30199 s]
/proc/loadavg: 1.83 1.24 1.08 3/93 3079
/proc/meminfo: memFree=1740648/2055920 swapFree=4192956/4192956
[pid=3057] ppid=3055 vsize=13600 CPUtime=0.7
/proc/3057/stat : 3057 (sugar) S 3055 3057 2740 0 -1 4194304 974 8015 0 1 3 1 62 4 15 0 1 0 4418352 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3057/statm: 3400 797 370 3 0 500 0
[pid=3070] ppid=3057 vsize=5356 CPUtime=0
/proc/3070/stat : 3070 (sh) S 3057 3057 2740 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4418425 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3070/statm: 1339 233 193 169 0 50 0
[pid=3071] ppid=3070 vsize=864284 CPUtime=5.49
/proc/3071/stat : 3071 (java) S 3070 3057 2740 0 -1 0 27758 0 1 0 538 11 0 0 18 0 9 0 4418426 885026816 26084 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3071/statm: 216071 26084 2564 9 0 210618 0
[pid=3071/tid=3072] ppid=3070 vsize=864284 CPUtime=2.86
/proc/3071/task/3072/stat : 3072 (java) R 3070 3057 2740 0 -1 64 3748 0 1 0 284 2 0 0 25 0 9 0 4418426 885026816 26084 996147200 134512640 134550740 4294955952 18446744073709551615 4126566848 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3071/tid=3073] ppid=3070 vsize=864284 CPUtime=2.53
/proc/3071/task/3073/stat : 3073 (java) S 3070 3057 2740 0 -1 64 22975 0 0 0 245 8 0 0 16 0 9 0 4418428 885026816 26084 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3071/tid=3074] ppid=3070 vsize=864284 CPUtime=0
/proc/3071/task/3074/stat : 3074 (java) S 3070 3057 2740 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4418428 885026816 26084 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3071/tid=3075] ppid=3070 vsize=864284 CPUtime=0
/proc/3071/task/3075/stat : 3075 (java) S 3070 3057 2740 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 4418428 885026816 26084 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3071/tid=3076] ppid=3070 vsize=864284 CPUtime=0
/proc/3071/task/3076/stat : 3076 (java) S 3070 3057 2740 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4418430 885026816 26084 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3071/tid=3077] ppid=3070 vsize=864284 CPUtime=0.08
/proc/3071/task/3077/stat : 3077 (java) S 3070 3057 2740 0 -1 64 339 0 0 0 8 0 0 0 16 0 9 0 4418430 885026816 26084 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3071/tid=3078] ppid=3070 vsize=864284 CPUtime=0
/proc/3071/task/3078/stat : 3078 (java) S 3070 3057 2740 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 4418430 885026816 26084 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3071/tid=3079] ppid=3070 vsize=864284 CPUtime=0
/proc/3071/task/3079/stat : 3079 (java) S 3070 3057 2740 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 4418430 885026816 26084 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 883240

[startup+12.7021 s]
/proc/loadavg: 1.86 1.26 1.09 3/93 3079
/proc/meminfo: memFree=1738408/2055920 swapFree=4192956/4192956
[pid=3057] ppid=3055 vsize=13600 CPUtime=0.7
/proc/3057/stat : 3057 (sugar) S 3055 3057 2740 0 -1 4194304 974 8015 0 1 3 1 62 4 15 0 1 0 4418352 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3057/statm: 3400 797 370 3 0 500 0
[pid=3070] ppid=3057 vsize=5356 CPUtime=0
/proc/3070/stat : 3070 (sh) S 3057 3057 2740 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4418425 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3070/statm: 1339 233 193 169 0 50 0
[pid=3071] ppid=3070 vsize=864284 CPUtime=11.83
/proc/3071/stat : 3071 (java) S 3070 3057 2740 0 -1 0 27793 0 1 0 1172 11 0 0 18 0 9 0 4418426 885026816 26111 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3071/statm: 216071 26111 2564 9 0 210618 0
[pid=3071/tid=3072] ppid=3070 vsize=864284 CPUtime=9.15
/proc/3071/task/3072/stat : 3072 (java) R 3070 3057 2740 0 -1 64 3756 0 1 0 913 2 0 0 25 0 9 0 4418426 885026816 26111 996147200 134512640 134550740 4294955952 18446744073709551615 4125952048 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3071/tid=3073] ppid=3070 vsize=864284 CPUtime=2.58
/proc/3071/task/3073/stat : 3073 (java) S 3070 3057 2740 0 -1 64 23002 0 0 0 250 8 0 0 16 0 9 0 4418428 885026816 26111 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3071/tid=3074] ppid=3070 vsize=864284 CPUtime=0
/proc/3071/task/3074/stat : 3074 (java) S 3070 3057 2740 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4418428 885026816 26111 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3071/tid=3075] ppid=3070 vsize=864284 CPUtime=0
/proc/3071/task/3075/stat : 3075 (java) S 3070 3057 2740 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 4418428 885026816 26111 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3071/tid=3076] ppid=3070 vsize=864284 CPUtime=0
/proc/3071/task/3076/stat : 3076 (java) S 3070 3057 2740 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4418430 885026816 26111 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3071/tid=3077] ppid=3070 vsize=864284 CPUtime=0.08
/proc/3071/task/3077/stat : 3077 (java) S 3070 3057 2740 0 -1 64 339 0 0 0 8 0 0 0 16 0 9 0 4418430 885026816 26111 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3071/tid=3078] ppid=3070 vsize=864284 CPUtime=0
/proc/3071/task/3078/stat : 3078 (java) S 3070 3057 2740 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 4418430 885026816 26111 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3071/tid=3079] ppid=3070 vsize=864284 CPUtime=0
/proc/3071/task/3079/stat : 3079 (java) S 3070 3057 2740 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 4418430 885026816 26111 996147200 134512640 134550740 4294955952 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) 883240

[startup+25.5014 s]
/proc/loadavg: 1.88 1.29 1.10 3/93 3079
/proc/meminfo: memFree=1731368/2055920 swapFree=4192956/4192956
[pid=3057] ppid=3055 vsize=13600 CPUtime=0.7
/proc/3057/stat : 3057 (sugar) S 3055 3057 2740 0 -1 4194304 974 8015 0 1 3 1 62 4 15 0 1 0 4418352 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3057/statm: 3400 797 370 3 0 500 0
[pid=3070] ppid=3057 vsize=5356 CPUtime=0
/proc/3070/stat : 3070 (sh) S 3057 3057 2740 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4418425 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3070/statm: 1339 233 193 169 0 50 0
[pid=3071] ppid=3070 vsize=864284 CPUtime=24.52
/proc/3071/stat : 3071 (java) S 3070 3057 2740 0 -1 0 28792 0 1 0 2438 14 0 0 18 0 9 0 4418426 885026816 27079 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3071/statm: 216071 27079 2564 9 0 210618 0
[pid=3071/tid=3072] ppid=3070 vsize=864284 CPUtime=21.71
/proc/3071/task/3072/stat : 3072 (java) R 3070 3057 2740 0 -1 64 3787 0 1 0 2167 4 0 0 25 0 9 0 4418426 885026816 27079 996147200 134512640 134550740 4294955952 18446744073709551615 4126585232 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3071/tid=3073] ppid=3070 vsize=864284 CPUtime=2.68
/proc/3071/task/3073/stat : 3073 (java) S 3070 3057 2740 0 -1 64 23965 0 0 0 260 8 0 0 16 0 9 0 4418428 885026816 27079 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3071/tid=3074] ppid=3070 vsize=864284 CPUtime=0
/proc/3071/task/3074/stat : 3074 (java) S 3070 3057 2740 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4418428 885026816 27079 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3071/tid=3075] ppid=3070 vsize=864284 CPUtime=0
/proc/3071/task/3075/stat : 3075 (java) S 3070 3057 2740 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 4418428 885026816 27079 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/meminfo: memFree=1622248/2055920 swapFree=4192956/4192956
[pid=3057] ppid=3055 vsize=13600 CPUtime=575.28
/proc/3057/stat : 3057 (sugar) S 3055 3057 2740 0 -1 4194304 1031 81289 0 2 3 1 57441 83 16 0 1 0 4418352 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3057/statm: 3400 798 370 3 0 500 0
[pid=3080] ppid=3057 vsize=5356 CPUtime=0
/proc/3080/stat : 3080 (sh) S 3057 3057 2740 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4476438 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3080/statm: 1339 232 193 169 0 50 0
[pid=3081] ppid=3080 vsize=146376 CPUtime=774.05
/proc/3081/stat : 3081 (minisat) R 3080 3057 2740 0 -1 4194304 35623 0 0 0 77383 22 0 0 25 0 1 0 4476438 149889024 35609 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3081/statm: 36594 35609 75 150 0 36441 0
Current children cumulated CPU time (s) 1349.33
Current children cumulated vsize (KiB) 165332

[startup+1422.31 s]
/proc/loadavg: 2.38 2.14 1.83 3/85 3081
/proc/meminfo: memFree=1620904/2055920 swapFree=4192956/4192956
[pid=3057] ppid=3055 vsize=13600 CPUtime=575.28
/proc/3057/stat : 3057 (sugar) S 3055 3057 2740 0 -1 4194304 1031 81289 0 2 3 1 57441 83 16 0 1 0 4418352 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3057/statm: 3400 798 370 3 0 500 0
[pid=3080] ppid=3057 vsize=5356 CPUtime=0
/proc/3080/stat : 3080 (sh) S 3057 3057 2740 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4476438 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3080/statm: 1339 232 193 169 0 50 0
[pid=3081] ppid=3080 vsize=147620 CPUtime=833.48
/proc/3081/stat : 3081 (minisat) R 3080 3057 2740 0 -1 4194304 35938 0 0 0 83325 23 0 0 25 0 1 0 4476438 151162880 35924 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3081/statm: 36905 35924 75 150 0 36752 0
Current children cumulated CPU time (s) 1408.76
Current children cumulated vsize (KiB) 166576

[startup+1482.3 s]
/proc/loadavg: 2.21 2.14 1.85 3/85 3081
/proc/meminfo: memFree=1619816/2055920 swapFree=4192956/4192956
[pid=3057] ppid=3055 vsize=13600 CPUtime=575.28
/proc/3057/stat : 3057 (sugar) S 3055 3057 2740 0 -1 4194304 1031 81289 0 2 3 1 57441 83 16 0 1 0 4418352 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3057/statm: 3400 798 370 3 0 500 0
[pid=3080] ppid=3057 vsize=5356 CPUtime=0
/proc/3080/stat : 3080 (sh) S 3057 3057 2740 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4476438 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3080/statm: 1339 232 193 169 0 50 0
[pid=3081] ppid=3080 vsize=148692 CPUtime=892.92
/proc/3081/stat : 3081 (minisat) R 3080 3057 2740 0 -1 4194304 36207 0 0 0 89268 24 0 0 25 0 1 0 4476438 152260608 36193 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/3081/statm: 37173 36193 75 150 0 37020 0
Current children cumulated CPU time (s) 1468.2
Current children cumulated vsize (KiB) 167648

[startup+1542.3 s]
/proc/loadavg: 2.08 2.11 1.85 3/85 3081
/proc/meminfo: memFree=1618600/2055920 swapFree=4192956/4192956
[pid=3057] ppid=3055 vsize=13600 CPUtime=575.28
/proc/3057/stat : 3057 (sugar) S 3055 3057 2740 0 -1 4194304 1031 81289 0 2 3 1 57441 83 16 0 1 0 4418352 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3057/statm: 3400 798 370 3 0 500 0
[pid=3080] ppid=3057 vsize=5356 CPUtime=0
/proc/3080/stat : 3080 (sh) S 3057 3057 2740 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4476438 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3080/statm: 1339 232 193 169 0 50 0
[pid=3081] ppid=3080 vsize=149792 CPUtime=952.34
/proc/3081/stat : 3081 (minisat) R 3080 3057 2740 0 -1 4194304 36501 0 0 0 95210 24 0 0 25 0 1 0 4476438 153387008 36487 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3081/statm: 37448 36487 75 150 0 37295 0
Current children cumulated CPU time (s) 1527.62
Current children cumulated vsize (KiB) 168748

[startup+1602.3 s]
/proc/loadavg: 2.03 2.09 1.86 3/85 3081
/proc/meminfo: memFree=1617448/2055920 swapFree=4192956/4192956
[pid=3057] ppid=3055 vsize=13600 CPUtime=575.28
/proc/3057/stat : 3057 (sugar) S 3055 3057 2740 0 -1 4194304 1031 81289 0 2 3 1 57441 83 16 0 1 0 4418352 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3057/statm: 3400 798 370 3 0 500 0
[pid=3080] ppid=3057 vsize=5356 CPUtime=0
/proc/3080/stat : 3080 (sh) S 3057 3057 2740 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4476438 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3080/statm: 1339 232 193 169 0 50 0
[pid=3081] ppid=3080 vsize=151028 CPUtime=1011.78
/proc/3081/stat : 3081 (minisat) R 3080 3057 2740 0 -1 4194304 36792 0 0 0 101153 25 0 0 25 0 1 0 4476438 154652672 36778 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3081/statm: 37757 36778 75 150 0 37604 0
Current children cumulated CPU time (s) 1587.06
Current children cumulated vsize (KiB) 169984

[startup+1662.3 s]
/proc/loadavg: 2.01 2.07 1.86 3/85 3081
/proc/meminfo: memFree=1616040/2055920 swapFree=4192956/4192956
[pid=3057] ppid=3055 vsize=13600 CPUtime=575.28
/proc/3057/stat : 3057 (sugar) S 3055 3057 2740 0 -1 4194304 1031 81289 0 2 3 1 57441 83 16 0 1 0 4418352 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3057/statm: 3400 798 370 3 0 500 0
[pid=3080] ppid=3057 vsize=5356 CPUtime=0
/proc/3080/stat : 3080 (sh) S 3057 3057 2740 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4476438 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3080/statm: 1339 232 193 169 0 50 0
[pid=3081] ppid=3080 vsize=152292 CPUtime=1071.21
/proc/3081/stat : 3081 (minisat) R 3080 3057 2740 0 -1 4194304 37119 0 0 0 107096 25 0 0 25 0 1 0 4476438 155947008 37105 996147200 134512640 135127466 4294956256 18446744073709551615 134530684 0 0 4096 3 0 0 0 17 1 0 0
/proc/3081/statm: 38073 37105 75 150 0 37920 0
Current children cumulated CPU time (s) 1646.49
Current children cumulated vsize (KiB) 171248

[startup+1722.3 s]
/proc/loadavg: 2.00 2.05 1.87 3/85 3087
/proc/meminfo: memFree=1614824/2055920 swapFree=4192956/4192956
[pid=3057] ppid=3055 vsize=13600 CPUtime=575.28
/proc/3057/stat : 3057 (sugar) S 3055 3057 2740 0 -1 4194304 1031 81289 0 2 3 1 57441 83 16 0 1 0 4418352 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3057/statm: 3400 798 370 3 0 500 0
[pid=3080] ppid=3057 vsize=5356 CPUtime=0
/proc/3080/stat : 3080 (sh) S 3057 3057 2740 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4476438 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3080/statm: 1339 232 193 169 0 50 0
[pid=3081] ppid=3080 vsize=153412 CPUtime=1130.64
/proc/3081/stat : 3081 (minisat) R 3080 3057 2740 0 -1 4194304 37385 0 0 0 113038 26 0 0 25 0 1 0 4476438 157093888 37371 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3081/statm: 38353 37371 75 150 0 38200 0
Current children cumulated CPU time (s) 1705.92
Current children cumulated vsize (KiB) 172368

[startup+1782.3 s]
/proc/loadavg: 2.25 2.10 1.90 3/86 3197
/proc/meminfo: memFree=1453344/2055920 swapFree=4192956/4192956
[pid=3057] ppid=3055 vsize=13600 CPUtime=575.28
/proc/3057/stat : 3057 (sugar) S 3055 3057 2740 0 -1 4194304 1031 81289 0 2 3 1 57441 83 16 0 1 0 4418352 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3057/statm: 3400 798 370 3 0 500 0
[pid=3080] ppid=3057 vsize=5356 CPUtime=0
/proc/3080/stat : 3080 (sh) S 3057 3057 2740 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4476438 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3080/statm: 1339 232 193 169 0 50 0
[pid=3081] ppid=3080 vsize=154476 CPUtime=1190.45
/proc/3081/stat : 3081 (minisat) R 3080 3057 2740 0 -1 4194304 37651 0 0 0 119016 29 0 0 25 0 1 0 4476438 158183424 37637 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/3081/statm: 38619 37637 75 150 0 38466 0
Current children cumulated CPU time (s) 1765.73
Current children cumulated vsize (KiB) 173432



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.7 s]
/proc/loadavg: 2.76 2.24 1.95 3/86 3197
/proc/meminfo: memFree=1159264/2055920 swapFree=4192956/4192956
[pid=3057] ppid=3055 vsize=13600 CPUtime=575.28
/proc/3057/stat : 3057 (sugar) S 3055 3057 2740 0 -1 4194304 1031 81289 0 2 3 1 57441 83 16 0 1 0 4418352 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3057/statm: 3400 798 370 3 0 500 0
[pid=3080] ppid=3057 vsize=5356 CPUtime=0
/proc/3080/stat : 3080 (sh) S 3057 3057 2740 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4476438 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3080/statm: 1339 232 193 169 0 50 0
[pid=3081] ppid=3080 vsize=155412 CPUtime=1224.77
/proc/3081/stat : 3081 (minisat) R 3080 3057 2740 0 -1 4194304 37885 0 0 0 122447 30 0 0 25 0 1 0 4476438 159141888 37871 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3081/statm: 38853 37871 75 150 0 38700 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 174368

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

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

[startup+1816.7 s]
/proc/loadavg: 2.76 2.24 1.95 3/86 3197
/proc/meminfo: memFree=1159264/2055920 swapFree=4192956/4192956
[pid=3057] ppid=3055 vsize=13600 CPUtime=575.28
/proc/3057/stat : 3057 (sugar) S 3055 3057 2740 0 -1 4194304 1031 81289 0 2 3 1 57441 83 16 0 1 0 4418352 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3057/statm: 3400 798 370 3 0 500 0
[pid=3080] ppid=3057 vsize=5356 CPUtime=0
/proc/3080/stat : 3080 (sh) S 3057 3057 2740 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4476438 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3080/statm: 1339 232 193 169 0 50 0
[pid=3081] ppid=3080 vsize=155412 CPUtime=1224.77
/proc/3081/stat : 3081 (minisat) R 3080 3057 2740 0 -1 4194304 37885 0 0 0 122447 30 0 0 25 0 1 0 4476438 159141888 37871 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3081/statm: 38853 37871 75 150 0 38700 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 174368

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 3057 and gives
#  childrusage.ru_utime.tv_sec=574
#  childrusage.ru_utime.tv_usec=457669
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=885865
# CPU time returned by wait4() is 575.344
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1816.76
CPU time (s): 1800.05
CPU user time (s): 1798.91
CPU system time (s): 1.14
CPU usage (%): 99.0801
Max. virtual memory (cumulated for all children) (KiB): 904304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 574.458
system time used= 0.885865
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82664
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= 18562
involuntary context switches= 30052

runsolver used 2.03769 second user time and 6.26105 second system time

The end

Launcher Data (download as text)

Begin job on node56 at 2008-07-08 02:33:14
IDJOB=1107570
IDBENCH=55533
IDSOLVER=346
FILE ID=node56/1107570-1215477193
PBS_JOBID= 7888651
Free space on /tmp= 103236 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/ukVg/normalized-crossword-m1c-uk-vg6-7_ext.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1107570-1215477193/watcher-1107570-1215477193 -o /tmp/evaluation-result-1107570-1215477193/solver-1107570-1215477193 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1107570-1215477193.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 23f8803fe7f88f151b1993998f042f43
RANDOM SEED=988251644

node56.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.272
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.272
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:       1839008 kB
Buffers:         25712 kB
Cached:         112532 kB
SwapCached:          0 kB
Active:         112100 kB
Inactive:        73220 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1839008 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2504 kB
Writeback:           0 kB
Mapped:          64852 kB
Slab:            16604 kB
Committed_AS:   828840 kB
PageTables:       2004 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= 102976 MiB
End job on node56 at 2008-07-08 03:03:32