Trace number 2079442

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.14.6+minisat? (TO) 1800.05 1808.35

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg7-10_ext.xml
MD5SUM34f49ec7596469127b01a2b2f15f8640
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark8.09477
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of constraints17
Maximum constraint arity10
Maximum domain size26
Number of constraints which are defined in extension17
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 05:08:43 2009
0.00/0.08	c 0	PID 24188
0.06/0.08	c 0	HOST node51.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2079442-1247368123.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2079442-1247368123.xml' 'HOME/temp.csp'
0.06/0.52	c 1	1 domains, 70 variables, 0 predicates, 2 relations, 17 constraints
0.06/0.56	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.56	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.48/0.64	c 1	Parsing HOME/temp.csp
0.48/0.90	c 1	parsed 90 expressions
0.48/0.91	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.48/0.91	c 1	Converting to clausal form CSP
0.48/0.93	c 1	converted 9 (10%) expressions
0.48/0.93	c 1	converted 18 (20%) expressions
0.48/0.93	c 1	converted 27 (30%) expressions
0.48/0.93	c 1	converted 36 (40%) expressions
0.48/0.93	c 1	converted 45 (50%) expressions
0.48/0.93	c 1	converted 54 (60%) expressions
0.48/0.93	c 1	converted 63 (70%) expressions
0.48/0.94	c 1	converted 72 (80%) expressions
1.28/1.41	c 2	converted 81 (90%) expressions
1.69/1.84	c 2	converted 90 (100%) expressions
1.69/1.84	c 2	CSP : 70 integers, 0 booleans, 17 clauses, largest domain size 26
1.69/1.84	c 2	Heap : 24 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.69/1.84	c 2	Propagation in CSP
1.69/1.84	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.69/1.84	c 2	CSP : 70 integers, 0 booleans, 17 clauses, largest domain size 26
1.69/1.84	c 2	Heap : 24 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.69/1.84	c 2	Simplifing CSP by introducing new Boolean variables
1.69/1.84	c 2	CSP : 70 integers, 0 booleans, 17 clauses, largest domain size 26
1.69/1.84	c 2	Heap : 24 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.78/1.98	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.78/1.99	c 2	7 (10%) CSP integer variables are encoded (168 clauses, 1704 bytes)
1.78/2.00	c 2	14 (20%) CSP integer variables are encoded (336 clauses, 3552 bytes)
1.88/2.00	c 2	21 (30%) CSP integer variables are encoded (504 clauses, 5400 bytes)
1.88/2.00	c 2	28 (40%) CSP integer variables are encoded (672 clauses, 7248 bytes)
1.88/2.00	c 2	35 (50%) CSP integer variables are encoded (840 clauses, 9096 bytes)
1.88/2.00	c 2	42 (60%) CSP integer variables are encoded (1008 clauses, 11041 bytes)
1.88/2.00	c 2	49 (70%) CSP integer variables are encoded (1176 clauses, 13225 bytes)
1.88/2.01	c 2	56 (80%) CSP integer variables are encoded (1344 clauses, 15409 bytes)
1.88/2.01	c 2	63 (90%) CSP integer variables are encoded (1512 clauses, 17593 bytes)
1.88/2.01	c 2	70 (100%) CSP integer variables are encoded (1680 clauses, 19777 bytes)
10.09/10.33	c 10	2 (10%) CSP clauses are encoded (67210 clauses, 3041387 bytes)
18.21/18.50	c 19	4 (20%) CSP clauses are encoded (132740 clauses, 6093096 bytes)
26.52/26.92	c 27	6 (30%) CSP clauses are encoded (198270 clauses, 9270416 bytes)
30.49/30.90	c 31	7 (40%) CSP clauses are encoded (231035 clauses, 10859076 bytes)
38.08/38.51	c 39	9 (50%) CSP clauses are encoded (296565 clauses, 14036396 bytes)
45.28/45.73	c 46	11 (60%) CSP clauses are encoded (359699 clauses, 17178289 bytes)
48.77/49.29	c 49	12 (70%) CSP clauses are encoded (390068 clauses, 18989567 bytes)
56.18/56.62	c 57	14 (80%) CSP clauses are encoded (450806 clauses, 22612264 bytes)
63.27/63.73	c 64	16 (90%) CSP clauses are encoded (511544 clauses, 27008836 bytes)
66.77/67.30	c 67	17 (100%) CSP clauses are encoded (541913 clauses, 29207122 bytes)
66.77/67.30	c 67	17 CSP clauses encoded
66.77/67.30	c 67	Writing map file : HOME/temp.map
66.87/67.30	c 67	Heap : 42 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
66.87/67.30	c 67	SAT : 1750 SAT variables, 541913 SAT clauses, 29207122 bytes
66.87/67.30	c 67	Heap : 42 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
66.87/67.34	c 67	SOLVING HOME/temp.cnf
66.87/67.34	c 67	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
66.87/67.35	c 67	This is MiniSat 2.0 beta
66.87/67.35	c 67	WARNING: for repeatability, setting FPU to use double precision
66.87/67.35	c 67	============================[ Problem Statistics ]=============================
66.87/67.35	c 67	|                                                                             |
66.87/67.35	c 67	|  Number of variables:  1750                                                 |
66.87/67.35	c 67	|  Number of clauses:    541913                                               |
66.90/68.02	c 68	|  Parsing time:         0.60         s                                       |
66.90/68.06	c 68	============================[ Search Statistics ]==============================
66.90/68.06	c 68	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
66.90/68.06	c 68	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
66.90/68.06	c 68	===============================================================================
66.90/68.06	c 68	|         0 |    1750   541913  5907596 |   180637        0    nan |  0.000 % |
66.90/68.07	c 68	|       100 |    1750   541913  5907596 |   198701      100      5 |  0.000 % |
67.64/68.11	c 68	|       250 |    1750   541913  5907596 |   218571      250      6 |  0.001 % |
67.64/68.13	c 68	|       476 |    1750   541913  5907596 |   240428      476      7 |  0.001 % |
67.64/68.20	c 68	|       813 |    1750   541913  5907596 |   264471      813      7 |  0.001 % |
67.74/68.26	c 68	|      1319 |    1750   541913  5907596 |   290918     1319      8 |  0.001 % |
68.52/69.05	c 69	|      2078 |    1750   541913  5907596 |   320010     2078      9 |  0.001 % |
69.82/70.30	c 70	|      3218 |    1750   541913  5907596 |   352011     3218     10 |  0.001 % |
71.70/72.24	c 72	|      4926 |    1750   541913  5907596 |   387212     4926     10 |  0.001 % |
75.65/76.25	c 76	|      7490 |    1750   541913  5907596 |   425934     7490     11 |  0.001 % |
81.70/82.33	c 82	|     11334 |    1750   541913  5907596 |   468527    11334     12 |  0.000 % |
90.72/91.47	c 92	|     17100 |    1750   541913  5907596 |   515380    17100     13 |  0.000 % |
105.08/105.97	c 106	|     25749 |    1750   541913  5907596 |   566918    25749     13 |  0.001 % |
127.26/128.33	c 128	|     38724 |    1750   541913  5907596 |   623610    38724     14 |  0.001 % |
164.51/165.80	c 166	|     58185 |    1748   541913  5907596 |   685971    58184     14 |  0.114 % |
215.26/217.16	c 217	|     87378 |    1746   541913  5907596 |   754568    87376     14 |  0.343 % |
320.36/323.26	c 323	|    131167 |    1739   538790  5874018 |   830025   118555     15 |  0.629 % |
506.40/511.08	c 511	|    196853 |    1739   538790  5874018 |   913027   184241     16 |  0.629 % |
816.28/821.37	c 822	|    295380 |    1739   536057  5845567 |  1004330   275409     17 |  0.629 % |
1326.79/1332.06	c 1332	|    443169 |    1739   536057  5845567 |  1104763   423198     18 |  0.630 % |
1800.05/1808.32	c ERROR INTERRUPTED
1800.05/1808.33	s UNKNOWN
1800.05/1808.33	c 1808	CPU 66.9 (0.06 0.01 66.4 0.43)
1800.05/1808.33	c 1808	END Sun Jul 12 05:38:51 2009

Verifier Data

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

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2079442-1247368123/watcher-2079442-1247368123 -o /tmp/evaluation-result-2079442-1247368123/solver-2079442-1247368123 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2079442-1247368123.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.76 2.89 2.74 4/81 24188
/proc/meminfo: memFree=1185448/2055920 swapFree=4192812/4192956
[pid=24188] ppid=24186 vsize=12268 CPUtime=0
/proc/24188/stat : 24188 (sugar) R 24186 24188 21012 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 23875811 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 235371461221 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/24188/statm: 3067 316 241 3 0 167 0

[startup+0.0832669 s]
/proc/loadavg: 2.76 2.89 2.74 4/81 24188
/proc/meminfo: memFree=1185448/2055920 swapFree=4192812/4192956
[pid=24188] ppid=24186 vsize=16740 CPUtime=0.06
/proc/24188/stat : 24188 (sugar) S 24186 24188 21012 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 23875811 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24188/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101687 s]
/proc/loadavg: 2.76 2.89 2.74 4/81 24188
/proc/meminfo: memFree=1185448/2055920 swapFree=4192812/4192956
[pid=24188] ppid=24186 vsize=16868 CPUtime=0.06
/proc/24188/stat : 24188 (sugar) S 24186 24188 21012 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23875811 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24188/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301704 s]
/proc/loadavg: 2.76 2.89 2.74 4/81 24188
/proc/meminfo: memFree=1185448/2055920 swapFree=4192812/4192956
[pid=24188] ppid=24186 vsize=16868 CPUtime=0.06
/proc/24188/stat : 24188 (sugar) S 24186 24188 21012 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23875811 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24188/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701739 s]
/proc/loadavg: 2.76 2.89 2.74 4/81 24188
/proc/meminfo: memFree=1185448/2055920 swapFree=4192812/4192956
[pid=24188] ppid=24186 vsize=16868 CPUtime=0.48
/proc/24188/stat : 24188 (sugar) S 24186 24188 21012 0 -1 4194304 1309 4795 0 1 5 1 39 3 16 0 1 0 23875811 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24188/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 16868

[startup+1.50282 s]
/proc/loadavg: 2.86 2.90 2.74 4/92 24210
/proc/meminfo: memFree=1169360/2055920 swapFree=4192812/4192956
[pid=24188] ppid=24186 vsize=16868 CPUtime=0.48
/proc/24188/stat : 24188 (sugar) S 24186 24188 21012 0 -1 4194304 1310 4795 0 1 5 1 39 3 16 0 1 0 23875811 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24188/statm: 4217 1111 409 3 0 796 0
[pid=24201] ppid=24188 vsize=5356 CPUtime=0
/proc/24201/stat : 24201 (sh) S 24188 24188 21012 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23875868 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24201/statm: 1339 233 193 169 0 50 0
[pid=24202] ppid=24201 vsize=864720 CPUtime=0.91
/proc/24202/stat : 24202 (java) S 24201 24188 21012 0 -1 0 9072 0 1 0 86 5 0 0 18 0 9 0 23875868 885473280 8332 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24202/statm: 216180 8332 2566 9 0 210685 0
[pid=24202/tid=24203] ppid=24201 vsize=864720 CPUtime=0.48
/proc/24202/task/24203/stat : 24203 (java) R 24201 24188 21012 0 -1 64 2786 0 1 0 46 2 0 0 19 0 9 0 23875869 885473280 8332 996147200 134512640 134550932 4294955936 18446744073709551615 4125963841 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24202/tid=24204] ppid=24201 vsize=864720 CPUtime=0.36
/proc/24202/task/24204/stat : 24204 (java) S 24201 24188 21012 0 -1 64 5262 0 0 0 34 2 0 0 17 0 9 0 23875870 885473280 8332 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24202/tid=24205] ppid=24201 vsize=864720 CPUtime=0
/proc/24202/task/24205/stat : 24205 (java) S 24201 24188 21012 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23875870 885473280 8332 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24202/tid=24206] ppid=24201 vsize=864720 CPUtime=0
/proc/24202/task/24206/stat : 24206 (java) S 24201 24188 21012 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23875870 885473280 8332 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24202/tid=24207] ppid=24201 vsize=864720 CPUtime=0
/proc/24202/task/24207/stat : 24207 (java) S 24201 24188 21012 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23875872 885473280 8332 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24202/tid=24208] ppid=24201 vsize=864720 CPUtime=0.05
/proc/24202/task/24208/stat : 24208 (java) S 24201 24188 21012 0 -1 64 325 0 0 0 5 0 0 0 16 0 9 0 23875873 885473280 8332 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24202/tid=24209] ppid=24201 vsize=864720 CPUtime=0
/proc/24202/task/24209/stat : 24209 (java) S 24201 24188 21012 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23875873 885473280 8332 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24202/tid=24210] ppid=24201 vsize=864720 CPUtime=0
/proc/24202/task/24210/stat : 24210 (java) S 24201 24188 21012 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23875873 885473280 8332 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 886944

[startup+3.10296 s]
/proc/loadavg: 2.86 2.90 2.74 4/92 24210
/proc/meminfo: memFree=1143440/2055920 swapFree=4192812/4192956
[pid=24188] ppid=24186 vsize=16868 CPUtime=0.48
/proc/24188/stat : 24188 (sugar) S 24186 24188 21012 0 -1 4194304 1310 4795 0 1 5 1 39 3 15 0 1 0 23875811 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24188/statm: 4217 1111 409 3 0 796 0
[pid=24201] ppid=24188 vsize=5356 CPUtime=0
/proc/24201/stat : 24201 (sh) S 24188 24188 21012 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23875868 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24201/statm: 1339 233 193 169 0 50 0
[pid=24202] ppid=24201 vsize=864864 CPUtime=2.49
/proc/24202/stat : 24202 (java) S 24201 24188 21012 0 -1 0 12200 0 1 0 242 7 0 0 18 0 9 0 23875868 885620736 11421 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24202/statm: 216216 11421 2590 9 0 210693 0
[pid=24202/tid=24203] ppid=24201 vsize=864864 CPUtime=1.62
/proc/24202/task/24203/stat : 24203 (java) R 24201 24188 21012 0 -1 64 3030 0 1 0 160 2 0 0 25 0 9 0 23875869 885620736 11421 996147200 134512640 134550932 4294955936 18446744073709551615 103201810 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24202/tid=24204] ppid=24201 vsize=864864 CPUtime=0.76
/proc/24202/task/24204/stat : 24204 (java) S 24201 24188 21012 0 -1 64 8118 0 0 0 73 3 0 0 16 0 9 0 23875870 885620736 11421 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24202/tid=24205] ppid=24201 vsize=864864 CPUtime=0
/proc/24202/task/24205/stat : 24205 (java) S 24201 24188 21012 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23875870 885620736 11421 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24202/tid=24206] ppid=24201 vsize=864864 CPUtime=0
/proc/24202/task/24206/stat : 24206 (java) S 24201 24188 21012 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23875870 885620736 11421 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24202/tid=24207] ppid=24201 vsize=864864 CPUtime=0
/proc/24202/task/24207/stat : 24207 (java) S 24201 24188 21012 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23875872 885620736 11421 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24202/tid=24208] ppid=24201 vsize=864864 CPUtime=0.08
/proc/24202/task/24208/stat : 24208 (java) S 24201 24188 21012 0 -1 64 353 0 0 0 8 0 0 0 16 0 9 0 23875873 885620736 11421 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24202/tid=24209] ppid=24201 vsize=864864 CPUtime=0
/proc/24202/task/24209/stat : 24209 (java) S 24201 24188 21012 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23875873 885620736 11421 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24202/tid=24210] ppid=24201 vsize=864864 CPUtime=0
/proc/24202/task/24210/stat : 24210 (java) S 24201 24188 21012 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23875873 885620736 11421 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 887088

[startup+6.30125 s]
/proc/loadavg: 2.87 2.90 2.74 4/92 24210
/proc/meminfo: memFree=1139344/2055920 swapFree=4192812/4192956
[pid=24188] ppid=24186 vsize=16868 CPUtime=0.48
/proc/24188/stat : 24188 (sugar) S 24186 24188 21012 0 -1 4194304 1310 4795 0 1 5 1 39 3 15 0 1 0 23875811 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24188/statm: 4217 1111 409 3 0 796 0
[pid=24201] ppid=24188 vsize=5356 CPUtime=0
/proc/24201/stat : 24201 (sh) S 24188 24188 21012 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23875868 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24201/statm: 1339 233 193 169 0 50 0
[pid=24202] ppid=24201 vsize=864864 CPUtime=5.66
/proc/24202/stat : 24202 (java) S 24201 24188 21012 0 -1 0 13004 0 1 0 557 9 0 0 18 0 9 0 23875868 885620736 12179 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24202/statm: 216216 12179 2590 9 0 210693 0
[pid=24202/tid=24203] ppid=24201 vsize=864864 CPUtime=4.71
/proc/24202/task/24203/stat : 24203 (java) R 24201 24188 21012 0 -1 64 3076 0 1 0 468 3 0 0 25 0 9 0 23875869 885620736 12179 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24202/tid=24204] ppid=24201 vsize=864864 CPUtime=0.82
/proc/24202/task/24204/stat : 24204 (java) S 24201 24188 21012 0 -1 64 8873 0 0 0 78 4 0 0 16 0 9 0 23875870 885620736 12179 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24202/tid=24205] ppid=24201 vsize=864864 CPUtime=0
/proc/24202/task/24205/stat : 24205 (java) S 24201 24188 21012 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23875870 885620736 12179 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24202/tid=24206] ppid=24201 vsize=864864 CPUtime=0
/proc/24202/task/24206/stat : 24206 (java) S 24201 24188 21012 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23875870 885620736 12179 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24202/tid=24207] ppid=24201 vsize=864864 CPUtime=0
/proc/24202/task/24207/stat : 24207 (java) S 24201 24188 21012 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23875872 885620736 12179 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24202/tid=24208] ppid=24201 vsize=864864 CPUtime=0.09
/proc/24202/task/24208/stat : 24208 (java) S 24201 24188 21012 0 -1 64 356 0 0 0 9 0 0 0 16 0 9 0 23875873 885620736 12179 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24202/tid=24209] ppid=24201 vsize=864864 CPUtime=0
/proc/24202/task/24209/stat : 24209 (java) S 24201 24188 21012 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23875873 885620736 12179 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24202/tid=24210] ppid=24201 vsize=864864 CPUtime=0
/proc/24202/task/24210/stat : 24210 (java) S 24201 24188 21012 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23875873 885620736 12179 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 887088

[startup+12.7028 s]
/proc/loadavg: 2.88 2.91 2.74 3/92 24210
/proc/meminfo: memFree=1134288/2055920 swapFree=4192812/4192956
[pid=24188] ppid=24186 vsize=16868 CPUtime=0.48
/proc/24188/stat : 24188 (sugar) S 24186 24188 21012 0 -1 4194304 1310 4795 0 1 5 1 39 3 16 0 1 0 23875811 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24188/statm: 4217 1111 409 3 0 796 0
[pid=24201] ppid=24188 vsize=5356 CPUtime=0
/proc/24201/stat : 24201 (sh) S 24188 24188 21012 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23875868 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24201/statm: 1339 233 193 169 0 50 0
[pid=24202] ppid=24201 vsize=864864 CPUtime=11.99
/proc/24202/stat : 24202 (java) S 24201 24188 21012 0 -1 0 14680 0 1 0 1188 11 0 0 18 0 9 0 23875868 885620736 13780 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24202/statm: 216216 13780 2590 9 0 210693 0
[pid=24202/tid=24203] ppid=24201 vsize=864864 CPUtime=10.93
/proc/24202/task/24203/stat : 24203 (java) R 24201 24188 21012 0 -1 64 3151 0 1 0 1089 4 0 0 25 0 9 0 23875869 885620736 13780 996147200 134512640 134550932 4294955936 18446744073709551615 4126618600 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24202/tid=24204] ppid=24201 vsize=864864 CPUtime=0.95
/proc/24202/task/24204/stat : 24204 (java) S 24201 24188 21012 0 -1 64 10474 0 0 0 89 6 0 0 16 0 9 0 23875870 885620736 13780 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24202/tid=24205] ppid=24201 vsize=864864 CPUtime=0
/proc/24202/task/24205/stat : 24205 (java) S 24201 24188 21012 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23875870 885620736 13780 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24202/tid=24206] ppid=24201 vsize=864864 CPUtime=0
/proc/24202/task/24206/stat : 24206 (java) S 24201 24188 21012 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23875870 885620736 13780 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24202/tid=24207] ppid=24201 vsize=864864 CPUtime=0
/proc/24202/task/24207/stat : 24207 (java) S 24201 24188 21012 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23875872 885620736 13780 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24202/tid=24208] ppid=24201 vsize=864864 CPUtime=0.09
/proc/24202/task/24208/stat : 24208 (java) S 24201 24188 21012 0 -1 64 356 0 0 0 9 0 0 0 17 0 9 0 23875873 885620736 13780 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24202/tid=24209] ppid=24201 vsize=864864 CPUtime=0
/proc/24202/task/24209/stat : 24209 (java) S 24201 24188 21012 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23875873 885620736 13780 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24202/tid=24210] ppid=24201 vsize=864864 CPUtime=0
/proc/24202/task/24210/stat : 24210 (java) S 24201 24188 21012 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23875873 885620736 13780 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 887088

[startup+25.503 s]
/proc/loadavg: 2.89 2.91 2.75 3/92 24210
/proc/meminfo: memFree=1121872/2055920 swapFree=4192812/4192956
[pid=24188] ppid=24186 vsize=16868 CPUtime=0.48
/proc/24188/stat : 24188 (sugar) S 24186 24188 21012 0 -1 4194304 1310 4795 0 1 5 1 39 3 16 0 1 0 23875811 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24188/statm: 4217 1111 409 3 0 796 0
[pid=24201] ppid=24188 vsize=5356 CPUtime=0
/proc/24201/stat : 24201 (sh) S 24188 24188 21012 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23875868 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24201/statm: 1339 233 193 169 0 50 0
[pid=24202] ppid=24201 vsize=864872 CPUtime=24.66
/proc/24202/stat : 24202 (java) S 24201 24188 21012 0 -1 0 19063 0 1 0 2448 18 0 0 18 0 9 0 23875868 885628928 15486 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24202/statm: 216218 15486 2590 9 0 210695 0
[pid=24202/tid=24203] ppid=24201 vsize=864872 CPUtime=23.15
/proc/24202/task/24203/stat : 24203 (java) R 24201 24188 21012 0 -1 64 3317 0 1 0 2307 8 0 0 25 0 9 0 23875869 885628928 15486 996147200 134512640 134550932 4294955936 18446744073709551615 4126588152 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24202/tid=24204] ppid=24201 vsize=864872 CPUtime=1.38
/proc/24202/task/24204/stat : 24204 (java) S 24201 24188 21012 0 -1 64 14688 0 0 0 129 9 0 0 16 0 9 0 23875870 885628928 15486 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24202/tid=24205] ppid=24201 vsize=864872 CPUtime=0
/proc/24202/task/24205/stat : 24205 (java) S 24201 24188 21012 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23875870 885628928 15486 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24202/tid=24206] ppid=24201 vsize=864872 CPUtime=0
/proc/24202/task/24206/stat : 24206 (java) S 24201 24188 21012 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23875870 885628928 15486 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24202/tid=24207] ppid=24201 vsize=864872 CPUtime=0

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

/proc/meminfo: memFree=1480480/2055920 swapFree=4192812/4192956
[pid=24188] ppid=24186 vsize=16868 CPUtime=66.9
/proc/24188/stat : 24188 (sugar) S 24186 24188 21012 0 -1 4194304 1376 31411 0 2 6 1 6640 43 16 0 1 0 23875811 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24188/statm: 4217 1113 409 3 0 796 0
[pid=24240] ppid=24188 vsize=5356 CPUtime=0
/proc/24240/stat : 24240 (sh) S 24188 24188 21012 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23882546 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24240/statm: 1339 232 193 169 0 50 0
[pid=24241] ppid=24240 vsize=93308 CPUtime=1290.17
/proc/24241/stat : 24241 (minisat) R 24240 24188 21012 0 -1 4194304 22830 0 0 0 128995 22 0 0 25 0 1 0 23882546 95547392 22816 996147200 134512640 135127466 4294956256 18446744073709551615 134530849 0 0 4096 3 0 0 0 17 0 0 0
/proc/24241/statm: 23327 22816 75 150 0 23174 0
Current children cumulated CPU time (s) 1357.07
Current children cumulated vsize (KiB) 115532

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.14 3/76 24351
/proc/meminfo: memFree=1479008/2055920 swapFree=4192812/4192956
[pid=24188] ppid=24186 vsize=16868 CPUtime=66.9
/proc/24188/stat : 24188 (sugar) S 24186 24188 21012 0 -1 4194304 1376 31411 0 2 6 1 6640 43 16 0 1 0 23875811 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24188/statm: 4217 1113 409 3 0 796 0
[pid=24240] ppid=24188 vsize=5356 CPUtime=0
/proc/24240/stat : 24240 (sh) S 24188 24188 21012 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23882546 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24240/statm: 1339 232 193 169 0 50 0
[pid=24241] ppid=24240 vsize=94692 CPUtime=1350.15
/proc/24241/stat : 24241 (minisat) R 24240 24188 21012 0 -1 4194304 23194 0 0 0 134993 22 0 0 25 0 1 0 23882546 96964608 23180 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24241/statm: 23673 23180 75 150 0 23520 0
Current children cumulated CPU time (s) 1417.05
Current children cumulated vsize (KiB) 116916

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.13 3/76 24351
/proc/meminfo: memFree=1477536/2055920 swapFree=4192812/4192956
[pid=24188] ppid=24186 vsize=16868 CPUtime=66.9
/proc/24188/stat : 24188 (sugar) S 24186 24188 21012 0 -1 4194304 1376 31411 0 2 6 1 6640 43 16 0 1 0 23875811 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24188/statm: 4217 1113 409 3 0 796 0
[pid=24240] ppid=24188 vsize=5356 CPUtime=0
/proc/24240/stat : 24240 (sh) S 24188 24188 21012 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23882546 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24240/statm: 1339 232 193 169 0 50 0
[pid=24241] ppid=24240 vsize=96268 CPUtime=1410.13
/proc/24241/stat : 24241 (minisat) R 24240 24188 21012 0 -1 4194304 23557 0 0 0 140990 23 0 0 25 0 1 0 23882546 98578432 23543 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24241/statm: 24067 23543 75 150 0 23914 0
Current children cumulated CPU time (s) 1477.03
Current children cumulated vsize (KiB) 118492

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.12 3/75 24378
/proc/meminfo: memFree=1502248/2055920 swapFree=4192812/4192956
[pid=24188] ppid=24186 vsize=16868 CPUtime=66.9
/proc/24188/stat : 24188 (sugar) S 24186 24188 21012 0 -1 4194304 1376 31411 0 2 6 1 6640 43 16 0 1 0 23875811 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24188/statm: 4217 1113 409 3 0 796 0
[pid=24240] ppid=24188 vsize=5356 CPUtime=0
/proc/24240/stat : 24240 (sh) S 24188 24188 21012 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23882546 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24240/statm: 1339 232 193 169 0 50 0
[pid=24241] ppid=24240 vsize=98336 CPUtime=1469.63
/proc/24241/stat : 24241 (minisat) R 24240 24188 21012 0 -1 4194304 23850 0 0 0 146939 24 0 0 25 0 1 0 23882546 100696064 23836 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24241/statm: 24584 23836 75 150 0 24431 0
Current children cumulated CPU time (s) 1536.53
Current children cumulated vsize (KiB) 120560

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.11 3/75 24378
/proc/meminfo: memFree=1500840/2055920 swapFree=4192812/4192956
[pid=24188] ppid=24186 vsize=16868 CPUtime=66.9
/proc/24188/stat : 24188 (sugar) S 24186 24188 21012 0 -1 4194304 1376 31411 0 2 6 1 6640 43 16 0 1 0 23875811 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24188/statm: 4217 1113 409 3 0 796 0
[pid=24240] ppid=24188 vsize=5356 CPUtime=0
/proc/24240/stat : 24240 (sh) S 24188 24188 21012 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23882546 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24240/statm: 1339 232 193 169 0 50 0
[pid=24241] ppid=24240 vsize=99504 CPUtime=1529.07
/proc/24241/stat : 24241 (minisat) R 24240 24188 21012 0 -1 4194304 24143 0 0 0 152883 24 0 0 25 0 1 0 23882546 101892096 24129 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24241/statm: 24876 24129 75 150 0 24723 0
Current children cumulated CPU time (s) 1595.97
Current children cumulated vsize (KiB) 121728

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.09 3/75 24378
/proc/meminfo: memFree=1499688/2055920 swapFree=4192812/4192956
[pid=24188] ppid=24186 vsize=16868 CPUtime=66.9
/proc/24188/stat : 24188 (sugar) S 24186 24188 21012 0 -1 4194304 1376 31411 0 2 6 1 6640 43 16 0 1 0 23875811 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24188/statm: 4217 1113 409 3 0 796 0
[pid=24240] ppid=24188 vsize=5356 CPUtime=0
/proc/24240/stat : 24240 (sh) S 24188 24188 21012 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23882546 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24240/statm: 1339 232 193 169 0 50 0
[pid=24241] ppid=24240 vsize=100648 CPUtime=1588.52
/proc/24241/stat : 24241 (minisat) R 24240 24188 21012 0 -1 4194304 24420 0 0 0 158827 25 0 0 25 0 1 0 23882546 103063552 24406 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24241/statm: 25162 24406 75 150 0 25009 0
Current children cumulated CPU time (s) 1655.42
Current children cumulated vsize (KiB) 122872

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.09 3/75 24378
/proc/meminfo: memFree=1498536/2055920 swapFree=4192812/4192956
[pid=24188] ppid=24186 vsize=16868 CPUtime=66.9
/proc/24188/stat : 24188 (sugar) S 24186 24188 21012 0 -1 4194304 1376 31411 0 2 6 1 6640 43 16 0 1 0 23875811 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24188/statm: 4217 1113 409 3 0 796 0
[pid=24240] ppid=24188 vsize=5356 CPUtime=0
/proc/24240/stat : 24240 (sh) S 24188 24188 21012 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23882546 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24240/statm: 1339 232 193 169 0 50 0
[pid=24241] ppid=24240 vsize=101892 CPUtime=1647.95
/proc/24241/stat : 24241 (minisat) R 24240 24188 21012 0 -1 4194304 24740 0 0 0 164770 25 0 0 25 0 1 0 23882546 104337408 24726 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24241/statm: 25473 24726 75 150 0 25320 0
Current children cumulated CPU time (s) 1714.85
Current children cumulated vsize (KiB) 124116

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.08 3/75 24378
/proc/meminfo: memFree=1497256/2055920 swapFree=4192812/4192956
[pid=24188] ppid=24186 vsize=16868 CPUtime=66.9
/proc/24188/stat : 24188 (sugar) S 24186 24188 21012 0 -1 4194304 1376 31411 0 2 6 1 6640 43 16 0 1 0 23875811 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24188/statm: 4217 1113 409 3 0 796 0
[pid=24240] ppid=24188 vsize=5356 CPUtime=0
/proc/24240/stat : 24240 (sh) S 24188 24188 21012 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23882546 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24240/statm: 1339 232 193 169 0 50 0
[pid=24241] ppid=24240 vsize=103080 CPUtime=1707.39
/proc/24241/stat : 24241 (minisat) R 24240 24188 21012 0 -1 4194304 25025 0 0 0 170714 25 0 0 25 0 1 0 23882546 105553920 25011 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24241/statm: 25770 25011 75 150 0 25617 0
Current children cumulated CPU time (s) 1774.29
Current children cumulated vsize (KiB) 125304



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.3 s]
/proc/loadavg: 2.00 2.00 2.08 3/75 24378
/proc/meminfo: memFree=1496744/2055920 swapFree=4192812/4192956
[pid=24188] ppid=24186 vsize=16868 CPUtime=66.9
/proc/24188/stat : 24188 (sugar) S 24186 24188 21012 0 -1 4194304 1376 31411 0 2 6 1 6640 43 16 0 1 0 23875811 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24188/statm: 4217 1113 409 3 0 796 0
[pid=24240] ppid=24188 vsize=5356 CPUtime=0
/proc/24240/stat : 24240 (sh) S 24188 24188 21012 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23882546 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24240/statm: 1339 232 193 169 0 50 0
[pid=24241] ppid=24240 vsize=103488 CPUtime=1733.15
/proc/24241/stat : 24241 (minisat) R 24240 24188 21012 0 -1 4194304 25157 0 0 0 173290 25 0 0 25 0 1 0 23882546 105971712 25143 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24241/statm: 25872 25143 75 150 0 25719 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 125712

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

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

[startup+1808.3 s]
/proc/loadavg: 2.00 2.00 2.08 3/75 24378
/proc/meminfo: memFree=1496744/2055920 swapFree=4192812/4192956
[pid=24188] ppid=24186 vsize=16868 CPUtime=66.9
/proc/24188/stat : 24188 (sugar) S 24186 24188 21012 0 -1 4194304 1376 31411 0 2 6 1 6640 43 16 0 1 0 23875811 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24188/statm: 4217 1113 409 3 0 796 0
[pid=24240] ppid=24188 vsize=5356 CPUtime=0
/proc/24240/stat : 24240 (sh) S 24188 24188 21012 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23882546 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24240/statm: 1339 232 193 169 0 50 0
[pid=24241] ppid=24240 vsize=103488 CPUtime=1733.15
/proc/24241/stat : 24241 (minisat) R 24240 24188 21012 0 -1 4194304 25157 0 0 0 173290 25 0 0 25 0 1 0 23882546 105971712 25143 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24241/statm: 25872 25143 75 150 0 25719 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 125712

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 24188 and gives
#  childrusage.ru_utime.tv_sec=66
#  childrusage.ru_utime.tv_usec=471894
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=472928
# CPU time returned by wait4() is 66.9448
# 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): 1808.35
CPU time (s): 1800.05
CPU user time (s): 1799.36
CPU system time (s): 0.69
CPU usage (%): 99.5411
Max. virtual memory (cumulated for all children) (KiB): 892476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 66.4719
system time used= 0.472928
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33170
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= 10445
involuntary context switches= 10754

runsolver used 2.05169 second user time and 6.20606 second system time

The end

Launcher Data

Begin job on node51 at 2009-07-12 05:08:43
IDJOB=2079442
IDBENCH=56898
IDSOLVER=739
FILE ID=node51/2079442-1247368123
PBS_JOBID= 9507098
Free space on /tmp= 66196 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/lexVg/normalized-crossword-m1c-lex-vg7-10_ext.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2079442-1247368123/watcher-2079442-1247368123 -o /tmp/evaluation-result-2079442-1247368123/solver-2079442-1247368123 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2079442-1247368123.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 34f49ec7596469127b01a2b2f15f8640
RANDOM SEED=2011563145

node51.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.225
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.225
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:       1185928 kB
Buffers:         44932 kB
Cached:         282556 kB
SwapCached:          0 kB
Active:         600460 kB
Inactive:       191804 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1185928 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1440 kB
Writeback:           0 kB
Mapped:         485196 kB
Slab:            62164 kB
Committed_AS:   645760 kB
PageTables:       2724 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= 66204 MiB
End job on node51 at 2009-07-12 05:38:53