Trace number 2079453

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.03 1817.34

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg7-7_ext.xml
MD5SUM7f9a74604c9d33fbc95cb371f4326db9
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 benchmark116.633
Satisfiable
(Un)Satisfiability was proved
Number of variables49
Number of constraints14
Maximum constraint arity7
Maximum domain size26
Number of constraints which are defined in extension14
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.04/0.26	c 0	Sugar v1-14-6 + HOME/minisat
0.04/0.26	c 0	BEGIN Sun Jul 12 05:08:53 2009
0.04/0.26	c 0	PID 19742
0.04/0.27	c 0	HOST node22.alineos.net
0.04/0.27	c 0	CONVERTING HOME/instance-2079453-1247368133.xml TO HOME/temp.csp
0.04/0.27	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2079453-1247368133.xml' 'HOME/temp.csp'
0.08/0.49	c 1	1 domains, 49 variables, 0 predicates, 1 relations, 14 constraints
0.08/0.54	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.08/0.54	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.29/0.62	c 1	Parsing HOME/temp.csp
0.29/0.84	c 1	parsed 65 expressions
0.29/0.85	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.29/0.85	c 1	Converting to clausal form CSP
0.29/0.88	c 1	converted 7 (10%) expressions
0.29/0.88	c 1	converted 13 (20%) expressions
0.29/0.88	c 1	converted 20 (30%) expressions
0.29/0.88	c 1	converted 26 (40%) expressions
0.29/0.88	c 1	converted 33 (50%) expressions
0.29/0.88	c 1	converted 39 (60%) expressions
0.29/0.88	c 1	converted 46 (70%) expressions
0.29/0.94	c 1	converted 52 (80%) expressions
0.93/1.27	c 1	converted 59 (90%) expressions
1.22/1.53	c 2	converted 65 (100%) expressions
1.22/1.53	c 2	CSP : 49 integers, 0 booleans, 14 clauses, largest domain size 26
1.22/1.53	c 2	Heap : 21 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.22/1.53	c 2	Propagation in CSP
1.22/1.53	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.22/1.53	c 2	CSP : 49 integers, 0 booleans, 14 clauses, largest domain size 26
1.22/1.53	c 2	Heap : 21 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.22/1.54	c 2	Simplifing CSP by introducing new Boolean variables
1.22/1.54	c 2	CSP : 49 integers, 0 booleans, 14 clauses, largest domain size 26
1.22/1.54	c 2	Heap : 21 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.32/1.68	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.32/1.70	c 2	5 (10%) CSP integer variables are encoded (120 clauses, 1176 bytes)
1.42/1.70	c 2	10 (20%) CSP integer variables are encoded (240 clauses, 2496 bytes)
1.42/1.70	c 2	15 (30%) CSP integer variables are encoded (360 clauses, 3816 bytes)
1.42/1.71	c 2	20 (40%) CSP integer variables are encoded (480 clauses, 5136 bytes)
1.42/1.71	c 2	25 (50%) CSP integer variables are encoded (600 clauses, 6456 bytes)
1.42/1.71	c 2	30 (60%) CSP integer variables are encoded (720 clauses, 7776 bytes)
1.42/1.71	c 2	35 (70%) CSP integer variables are encoded (840 clauses, 9096 bytes)
1.42/1.71	c 2	40 (80%) CSP integer variables are encoded (960 clauses, 10417 bytes)
1.42/1.71	c 2	45 (90%) CSP integer variables are encoded (1080 clauses, 11977 bytes)
1.42/1.71	c 2	49 (100%) CSP integer variables are encoded (1176 clauses, 13225 bytes)
9.55/9.95	c 10	2 (10%) CSP clauses are encoded (66706 clauses, 2679481 bytes)
13.60/14.08	c 14	3 (20%) CSP clauses are encoded (99471 clauses, 4136075 bytes)
21.63/22.18	c 22	5 (30%) CSP clauses are encoded (165001 clauses, 7049458 bytes)
25.51/26.06	c 26	6 (40%) CSP clauses are encoded (197766 clauses, 8568986 bytes)
29.41/29.90	c 30	7 (50%) CSP clauses are encoded (230531 clauses, 10114336 bytes)
36.79/37.32	c 37	9 (60%) CSP clauses are encoded (296061 clauses, 13171366 bytes)
40.57/41.19	c 41	10 (70%) CSP clauses are encoded (328826 clauses, 14683046 bytes)
48.03/48.62	c 49	12 (80%) CSP clauses are encoded (394356 clauses, 17706406 bytes)
51.90/52.52	c 53	13 (90%) CSP clauses are encoded (427121 clauses, 19251901 bytes)
56.06/56.74	c 57	14 (100%) CSP clauses are encoded (459886 clauses, 21083099 bytes)
56.06/56.74	c 57	14 CSP clauses encoded
56.06/56.74	c 57	Writing map file : HOME/temp.map
56.06/56.74	c 57	Heap : 25 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
56.06/56.74	c 57	SAT : 1225 SAT variables, 459886 SAT clauses, 21083099 bytes
56.06/56.74	c 57	Heap : 25 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
56.06/56.78	c 57	SOLVING HOME/temp.cnf
56.06/56.78	c 57	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
56.06/56.78	c 57	This is MiniSat 2.0 beta
56.06/56.78	c 57	WARNING: for repeatability, setting FPU to use double precision
56.06/56.78	c 57	============================[ Problem Statistics ]=============================
56.06/56.78	c 57	|                                                                             |
56.06/56.78	c 57	|  Number of variables:  1225                                                 |
56.06/56.78	c 57	|  Number of clauses:    459886                                               |
56.52/57.30	c 57	|  Parsing time:         0.46         s                                       |
56.62/57.33	c 57	============================[ Search Statistics ]==============================
56.62/57.33	c 57	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
56.62/57.33	c 57	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
56.62/57.33	c 57	===============================================================================
56.62/57.33	c 57	|         0 |    1225   459886  4475604 |   153295        0    nan |  0.000 % |
56.62/57.35	c 57	|       102 |    1225   459886  4475604 |   168624      102      5 |  0.000 % |
56.62/57.37	c 57	|       252 |    1225   459886  4475604 |   185487      252      6 |  0.001 % |
56.72/57.40	c 57	|       477 |    1225   459886  4475604 |   204036      477      6 |  0.001 % |
56.72/57.45	c 57	|       815 |    1225   459886  4475604 |   224439      815      7 |  0.002 % |
56.82/57.55	c 58	|      1321 |    1225   459886  4475604 |   246883     1321      8 |  0.001 % |
57.12/57.82	c 58	|      2081 |    1225   459886  4475604 |   271572     2081      8 |  0.002 % |
58.50/59.29	c 59	|      3220 |    1225   459886  4475604 |   298729     3220     10 |  0.000 % |
60.48/61.28	c 61	|      4929 |    1225   459886  4475604 |   328602     4929     12 |  0.001 % |
63.85/64.68	c 65	|      7491 |    1225   459886  4475604 |   361462     7491     12 |  0.001 % |
69.99/70.83	c 71	|     11335 |    1225   459886  4475604 |   397608    11335     13 |  0.001 % |
78.11/79.04	c 79	|     17101 |    1225   459886  4475604 |   437369    17101     14 |  0.000 % |
91.76/92.85	c 93	|     25750 |    1225   459886  4475604 |   481106    25750     14 |  0.000 % |
111.37/112.63	c 113	|     38726 |    1225   459886  4475604 |   529217    38726     15 |  0.000 % |
145.84/147.50	c 148	|     58187 |    1225   459886  4475604 |   582138    58187     16 |  0.001 % |
203.17/205.34	c 205	|     87379 |    1225   459886  4475604 |   640352    87379     15 |  0.001 % |
305.21/308.35	c 308	|    131168 |    1225   459886  4475604 |   704387   131168     16 |  0.001 % |
490.55/495.43	c 495	|    196853 |    1225   459886  4475604 |   774826   196853     17 |  0.001 % |
821.61/829.66	c 830	|    295379 |    1225   459886  4475604 |   852309   295379     18 |  0.000 % |
1409.15/1422.74	c 1423	|    443169 |    1225   459886  4475604 |   937540   443169     18 |  0.002 % |
1800.03/1817.32	c ERROR INTERRUPTED
1800.03/1817.32	s UNKNOWN
1800.03/1817.32	c 1817	CPU 56.12 (0.05 0.03 55.61 0.43)
1800.03/1817.32	c 1817	END Sun Jul 12 05:39:10 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-2079453-1247368133/watcher-2079453-1247368133 -o /tmp/evaluation-result-2079453-1247368133/solver-2079453-1247368133 -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-2079453-1247368133.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.02 2.12 2.10 4/76 19742
/proc/meminfo: memFree=1853064/2055920 swapFree=4192812/4192956
[pid=19742] ppid=19740 vsize=18576 CPUtime=0
/proc/19742/stat : 19742 (runsolver) D 19740 19742 19584 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 23879793 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 272467815719 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/19742/statm: 4644 284 249 26 0 2626 0

[startup+0.032426 s]
/proc/loadavg: 2.02 2.12 2.10 4/76 19742
/proc/meminfo: memFree=1853064/2055920 swapFree=4192812/4192956
[pid=19742] ppid=19740 vsize=124 CPUtime=0
/proc/19742/stat : 19742 (sugar) D 19740 19742 19584 0 -1 4194304 38 0 0 0 0 0 0 0 19 0 1 0 23879793 126976 23 996147200 4194304 4206940 548682068608 18446744073709551615 272465196425 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/19742/statm: 31 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 124

[startup+0.101438 s]
/proc/loadavg: 2.02 2.12 2.10 4/76 19742
/proc/meminfo: memFree=1853064/2055920 swapFree=4192812/4192956
[pid=19742] ppid=19740 vsize=12272 CPUtime=0
/proc/19742/stat : 19742 (sugar) D 19740 19742 19584 0 -1 4194304 396 0 0 0 0 0 0 0 18 0 1 0 23879793 12566528 364 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/19742/statm: 3068 364 274 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.302472 s]
/proc/loadavg: 2.02 2.12 2.10 4/76 19742
/proc/meminfo: memFree=1853064/2055920 swapFree=4192812/4192956
[pid=19742] ppid=19740 vsize=16868 CPUtime=0.08
/proc/19742/stat : 19742 (sugar) S 19740 19742 19584 0 -1 4194304 1227 128 0 0 5 3 0 0 18 0 1 0 23879793 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19742/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 16868

[startup+0.702525 s]
/proc/loadavg: 2.02 2.12 2.10 4/76 19742
/proc/meminfo: memFree=1853064/2055920 swapFree=4192812/4192956
[pid=19742] ppid=19740 vsize=16868 CPUtime=0.29
/proc/19742/stat : 19742 (sugar) S 19740 19742 19584 0 -1 4194304 1309 4600 0 1 5 3 18 3 16 0 1 0 23879793 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19742/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16868

[startup+1.50165 s]
/proc/loadavg: 2.02 2.12 2.10 4/87 19764
/proc/meminfo: memFree=1838824/2055920 swapFree=4192812/4192956
[pid=19742] ppid=19740 vsize=16868 CPUtime=0.29
/proc/19742/stat : 19742 (sugar) S 19740 19742 19584 0 -1 4194304 1310 4600 0 1 5 3 18 3 16 0 1 0 23879793 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19742/statm: 4217 1111 409 3 0 796 0
[pid=19755] ppid=19742 vsize=5356 CPUtime=0
/proc/19755/stat : 19755 (sh) S 19742 19742 19584 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23879847 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19755/statm: 1339 233 193 169 0 50 0
[pid=19756] ppid=19755 vsize=864256 CPUtime=0.93
/proc/19756/stat : 19756 (java) S 19755 19742 19584 0 -1 0 9843 0 1 0 88 5 0 0 18 0 9 0 23879847 884998144 9108 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19756/statm: 216064 9108 2566 9 0 210569 0
[pid=19756/tid=19757] ppid=19755 vsize=864256 CPUtime=0.5
/proc/19756/task/19757/stat : 19757 (java) R 19755 19742 19584 0 -1 64 2807 0 1 0 48 2 0 0 21 0 9 0 23879848 884998144 9108 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19756/tid=19758] ppid=19755 vsize=864256 CPUtime=0.37
/proc/19756/task/19758/stat : 19758 (java) R 19755 19742 19584 0 -1 64 6034 0 0 0 35 2 0 0 16 0 9 0 23879849 884998144 9108 996147200 134512640 134550932 4294955936 18446744073709551615 104193956 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19756/tid=19759] ppid=19755 vsize=864256 CPUtime=0
/proc/19756/task/19759/stat : 19759 (java) S 19755 19742 19584 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23879850 884998144 9108 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19756/tid=19760] ppid=19755 vsize=864256 CPUtime=0
/proc/19756/task/19760/stat : 19760 (java) S 19755 19742 19584 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23879850 884998144 9108 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19756/tid=19761] ppid=19755 vsize=864256 CPUtime=0
/proc/19756/task/19761/stat : 19761 (java) S 19755 19742 19584 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23879852 884998144 9108 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19756/tid=19762] ppid=19755 vsize=864256 CPUtime=0.04
/proc/19756/task/19762/stat : 19762 (java) S 19755 19742 19584 0 -1 64 304 0 0 0 4 0 0 0 16 0 9 0 23879852 884998144 9108 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19756/tid=19763] ppid=19755 vsize=864256 CPUtime=0
/proc/19756/task/19763/stat : 19763 (java) S 19755 19742 19584 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23879852 884998144 9108 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19756/tid=19764] ppid=19755 vsize=864256 CPUtime=0
/proc/19756/task/19764/stat : 19764 (java) S 19755 19742 19584 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23879852 884998144 9108 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 886480

[startup+3.10187 s]
/proc/loadavg: 2.02 2.12 2.10 3/87 19764
/proc/meminfo: memFree=1819560/2055920 swapFree=4192812/4192956
[pid=19742] ppid=19740 vsize=16868 CPUtime=0.29
/proc/19742/stat : 19742 (sugar) S 19740 19742 19584 0 -1 4194304 1310 4600 0 1 5 3 18 3 15 0 1 0 23879793 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19742/statm: 4217 1111 409 3 0 796 0
[pid=19755] ppid=19742 vsize=5356 CPUtime=0
/proc/19755/stat : 19755 (sh) S 19742 19742 19584 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23879847 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19755/statm: 1339 233 193 169 0 50 0
[pid=19756] ppid=19755 vsize=864480 CPUtime=2.52
/proc/19756/stat : 19756 (java) S 19755 19742 19584 0 -1 0 10741 0 1 0 245 7 0 0 18 0 9 0 23879847 885227520 9969 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19756/statm: 216120 9969 2590 9 0 210597 0
[pid=19756/tid=19757] ppid=19755 vsize=864480 CPUtime=1.87
/proc/19756/task/19757/stat : 19757 (java) R 19755 19742 19584 0 -1 64 2986 0 1 0 184 3 0 0 25 0 9 0 23879848 885227520 9969 996147200 134512640 134550932 4294955936 18446744073709551615 4126589307 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19756/tid=19758] ppid=19755 vsize=864480 CPUtime=0.55
/proc/19756/task/19758/stat : 19758 (java) S 19755 19742 19584 0 -1 64 6732 0 0 0 52 3 0 0 16 0 9 0 23879849 885227520 9969 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19756/tid=19759] ppid=19755 vsize=864480 CPUtime=0
/proc/19756/task/19759/stat : 19759 (java) S 19755 19742 19584 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23879850 885227520 9969 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19756/tid=19760] ppid=19755 vsize=864480 CPUtime=0
/proc/19756/task/19760/stat : 19760 (java) S 19755 19742 19584 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23879850 885227520 9969 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19756/tid=19761] ppid=19755 vsize=864480 CPUtime=0
/proc/19756/task/19761/stat : 19761 (java) S 19755 19742 19584 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23879852 885227520 9969 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19756/tid=19762] ppid=19755 vsize=864480 CPUtime=0.08
/proc/19756/task/19762/stat : 19762 (java) S 19755 19742 19584 0 -1 64 325 0 0 0 8 0 0 0 16 0 9 0 23879852 885227520 9969 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19756/tid=19763] ppid=19755 vsize=864480 CPUtime=0
/proc/19756/task/19763/stat : 19763 (java) S 19755 19742 19584 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23879852 885227520 9969 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19756/tid=19764] ppid=19755 vsize=864480 CPUtime=0
/proc/19756/task/19764/stat : 19764 (java) S 19755 19742 19584 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23879852 885227520 9969 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.81
Current children cumulated vsize (KiB) 886704

[startup+6.30133 s]
/proc/loadavg: 2.02 2.12 2.10 3/87 19764
/proc/meminfo: memFree=1816360/2055920 swapFree=4192812/4192956
[pid=19742] ppid=19740 vsize=16868 CPUtime=0.29
/proc/19742/stat : 19742 (sugar) S 19740 19742 19584 0 -1 4194304 1310 4600 0 1 5 3 18 3 15 0 1 0 23879793 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19742/statm: 4217 1111 409 3 0 796 0
[pid=19755] ppid=19742 vsize=5356 CPUtime=0
/proc/19755/stat : 19755 (sh) S 19742 19742 19584 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23879847 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19755/statm: 1339 233 193 169 0 50 0
[pid=19756] ppid=19755 vsize=864480 CPUtime=5.69
/proc/19756/stat : 19756 (java) S 19755 19742 19584 0 -1 0 11753 0 1 0 560 9 0 0 18 0 9 0 23879847 885227520 10917 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19756/statm: 216120 10917 2590 9 0 210597 0
[pid=19756/tid=19757] ppid=19755 vsize=864480 CPUtime=4.95
/proc/19756/task/19757/stat : 19757 (java) R 19755 19742 19584 0 -1 64 3050 0 1 0 491 4 0 0 25 0 9 0 23879848 885227520 10917 996147200 134512640 134550932 4294955936 18446744073709551615 4126569029 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19756/tid=19758] ppid=19755 vsize=864480 CPUtime=0.63
/proc/19756/task/19758/stat : 19758 (java) S 19755 19742 19584 0 -1 64 7677 0 0 0 59 4 0 0 16 0 9 0 23879849 885227520 10917 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19756/tid=19759] ppid=19755 vsize=864480 CPUtime=0
/proc/19756/task/19759/stat : 19759 (java) S 19755 19742 19584 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23879850 885227520 10917 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19756/tid=19760] ppid=19755 vsize=864480 CPUtime=0
/proc/19756/task/19760/stat : 19760 (java) S 19755 19742 19584 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23879850 885227520 10917 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19756/tid=19761] ppid=19755 vsize=864480 CPUtime=0
/proc/19756/task/19761/stat : 19761 (java) S 19755 19742 19584 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23879852 885227520 10917 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19756/tid=19762] ppid=19755 vsize=864480 CPUtime=0.08
/proc/19756/task/19762/stat : 19762 (java) S 19755 19742 19584 0 -1 64 328 0 0 0 8 0 0 0 16 0 9 0 23879852 885227520 10917 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19756/tid=19763] ppid=19755 vsize=864480 CPUtime=0
/proc/19756/task/19763/stat : 19763 (java) S 19755 19742 19584 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23879852 885227520 10917 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19756/tid=19764] ppid=19755 vsize=864480 CPUtime=0
/proc/19756/task/19764/stat : 19764 (java) S 19755 19742 19584 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23879852 885227520 10917 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.98
Current children cumulated vsize (KiB) 886704

[startup+12.7023 s]
/proc/loadavg: 2.02 2.12 2.10 3/87 19764
/proc/meminfo: memFree=1806696/2055920 swapFree=4192812/4192956
[pid=19742] ppid=19740 vsize=16868 CPUtime=0.29
/proc/19742/stat : 19742 (sugar) S 19740 19742 19584 0 -1 4194304 1310 4600 0 1 5 3 18 3 16 0 1 0 23879793 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19742/statm: 4217 1111 409 3 0 796 0
[pid=19755] ppid=19742 vsize=5356 CPUtime=0
/proc/19755/stat : 19755 (sh) S 19742 19742 19584 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23879847 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19755/statm: 1339 233 193 169 0 50 0
[pid=19756] ppid=19755 vsize=864480 CPUtime=12.02
/proc/19756/stat : 19756 (java) S 19755 19742 19584 0 -1 0 13551 0 1 0 1190 12 0 0 18 0 9 0 23879847 885227520 12617 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19756/statm: 216120 12617 2590 9 0 210597 0
[pid=19756/tid=19757] ppid=19755 vsize=864480 CPUtime=11.14
/proc/19756/task/19757/stat : 19757 (java) R 19755 19742 19584 0 -1 64 3148 0 1 0 1109 5 0 0 25 0 9 0 23879848 885227520 12617 996147200 134512640 134550932 4294955936 18446744073709551615 4126569616 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19756/tid=19758] ppid=19755 vsize=864480 CPUtime=0.77
/proc/19756/task/19758/stat : 19758 (java) S 19755 19742 19584 0 -1 64 9377 0 0 0 71 6 0 0 16 0 9 0 23879849 885227520 12617 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19756/tid=19759] ppid=19755 vsize=864480 CPUtime=0
/proc/19756/task/19759/stat : 19759 (java) S 19755 19742 19584 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23879850 885227520 12617 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19756/tid=19760] ppid=19755 vsize=864480 CPUtime=0
/proc/19756/task/19760/stat : 19760 (java) S 19755 19742 19584 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23879850 885227520 12617 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19756/tid=19761] ppid=19755 vsize=864480 CPUtime=0
/proc/19756/task/19761/stat : 19761 (java) S 19755 19742 19584 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23879852 885227520 12617 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19756/tid=19762] ppid=19755 vsize=864480 CPUtime=0.08
/proc/19756/task/19762/stat : 19762 (java) S 19755 19742 19584 0 -1 64 328 0 0 0 8 0 0 0 16 0 9 0 23879852 885227520 12617 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19756/tid=19763] ppid=19755 vsize=864480 CPUtime=0
/proc/19756/task/19763/stat : 19763 (java) S 19755 19742 19584 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23879852 885227520 12617 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19756/tid=19764] ppid=19755 vsize=864480 CPUtime=0
/proc/19756/task/19764/stat : 19764 (java) S 19755 19742 19584 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23879852 885227520 12617 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 886704

[startup+25.5021 s]
/proc/loadavg: 2.01 2.11 2.10 2/78 19809
/proc/meminfo: memFree=1881776/2055920 swapFree=4192812/4192956
[pid=19742] ppid=19740 vsize=16868 CPUtime=0.29
/proc/19742/stat : 19742 (sugar) S 19740 19742 19584 0 -1 4194304 1310 4600 0 1 5 3 18 3 16 0 1 0 23879793 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19742/statm: 4217 1111 409 3 0 796 0
[pid=19755] ppid=19742 vsize=5356 CPUtime=0
/proc/19755/stat : 19755 (sh) S 19742 19742 19584 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23879847 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19755/statm: 1339 233 193 169 0 50 0
[pid=19756] ppid=19755 vsize=864480 CPUtime=24.72
/proc/19756/stat : 19756 (java) S 19755 19742 19584 0 -1 0 16577 0 1 0 2452 20 0 0 18 0 9 0 23879847 885227520 12933 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19756/statm: 216120 12933 2590 9 0 210597 0
[pid=19756/tid=19757] ppid=19755 vsize=864480 CPUtime=23.4
/proc/19756/task/19757/stat : 19757 (java) R 19755 19742 19584 0 -1 64 3364 0 1 0 2331 9 0 0 19 0 9 0 23879848 885227520 12933 996147200 134512640 134550932 4294955936 18446744073709551615 4126095963 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19756/tid=19758] ppid=19755 vsize=864480 CPUtime=1.19
/proc/19756/task/19758/stat : 19758 (java) S 19755 19742 19584 0 -1 64 12183 0 0 0 110 9 0 0 16 0 9 0 23879849 885227520 12933 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19756/tid=19759] ppid=19755 vsize=864480 CPUtime=0
/proc/19756/task/19759/stat : 19759 (java) S 19755 19742 19584 0 -1 64 15 0 0 0 0 0 0 0 17 0 9 0 23879850 885227520 12933 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19756/tid=19760] ppid=19755 vsize=864480 CPUtime=0
/proc/19756/task/19760/stat : 19760 (java) S 19755 19742 19584 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23879850 885227520 12933 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19756/tid=19761] ppid=19755 vsize=864480 CPUtime=0

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

/proc/meminfo: memFree=1727216/2055920 swapFree=4192812/4192956
[pid=19742] ppid=19740 vsize=16868 CPUtime=56.12
/proc/19742/stat : 19742 (sugar) S 19740 19742 19584 0 -1 4194304 1376 30412 0 2 5 3 5561 43 16 0 1 0 23879793 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19742/statm: 4217 1113 409 3 0 796 0
[pid=19961] ppid=19742 vsize=5356 CPUtime=0
/proc/19961/stat : 19961 (sh) S 19742 19742 19584 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23885471 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19961/statm: 1339 232 193 169 0 50 0
[pid=19962] ppid=19961 vsize=83092 CPUtime=1293.19
/proc/19962/stat : 19962 (minisat) R 19961 19742 19584 0 -1 4194304 20461 0 0 0 129300 19 0 0 25 0 1 0 23885471 85086208 20447 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19962/statm: 20773 20447 75 150 0 20620 0
Current children cumulated CPU time (s) 1349.31
Current children cumulated vsize (KiB) 105316

[startup+1422.31 s]
/proc/loadavg: 2.04 2.01 2.00 3/77 19964
/proc/meminfo: memFree=1725872/2055920 swapFree=4192812/4192956
[pid=19742] ppid=19740 vsize=16868 CPUtime=56.12
/proc/19742/stat : 19742 (sugar) S 19740 19742 19584 0 -1 4194304 1376 30412 0 2 5 3 5561 43 16 0 1 0 23879793 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19742/statm: 4217 1113 409 3 0 796 0
[pid=19961] ppid=19742 vsize=5356 CPUtime=0
/proc/19961/stat : 19961 (sh) S 19742 19742 19584 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23885471 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19961/statm: 1339 232 193 169 0 50 0
[pid=19962] ppid=19961 vsize=84364 CPUtime=1352.64
/proc/19962/stat : 19962 (minisat) R 19961 19742 19584 0 -1 4194304 20786 0 0 0 135244 20 0 0 25 0 1 0 23885471 86388736 20772 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 1 0 0
/proc/19962/statm: 21091 20772 75 150 0 20938 0
Current children cumulated CPU time (s) 1408.76
Current children cumulated vsize (KiB) 106588

[startup+1482.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/77 19964
/proc/meminfo: memFree=1723888/2055920 swapFree=4192812/4192956
[pid=19742] ppid=19740 vsize=16868 CPUtime=56.12
/proc/19742/stat : 19742 (sugar) S 19740 19742 19584 0 -1 4194304 1376 30412 0 2 5 3 5561 43 16 0 1 0 23879793 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19742/statm: 4217 1113 409 3 0 796 0
[pid=19961] ppid=19742 vsize=5356 CPUtime=0
/proc/19961/stat : 19961 (sh) S 19742 19742 19584 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23885471 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19961/statm: 1339 232 193 169 0 50 0
[pid=19962] ppid=19961 vsize=85696 CPUtime=1412.06
/proc/19962/stat : 19962 (minisat) R 19961 19742 19584 0 -1 4194304 21119 0 0 0 141186 20 0 0 25 0 1 0 23885471 87752704 21105 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19962/statm: 21424 21105 75 150 0 21271 0
Current children cumulated CPU time (s) 1468.18
Current children cumulated vsize (KiB) 107920

[startup+1542.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/77 19964
/proc/meminfo: memFree=1721776/2055920 swapFree=4192812/4192956
[pid=19742] ppid=19740 vsize=16868 CPUtime=56.12
/proc/19742/stat : 19742 (sugar) S 19740 19742 19584 0 -1 4194304 1376 30412 0 2 5 3 5561 43 16 0 1 0 23879793 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19742/statm: 4217 1113 409 3 0 796 0
[pid=19961] ppid=19742 vsize=5356 CPUtime=0
/proc/19961/stat : 19961 (sh) S 19742 19742 19584 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23885471 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19961/statm: 1339 232 193 169 0 50 0
[pid=19962] ppid=19961 vsize=87828 CPUtime=1471.49
/proc/19962/stat : 19962 (minisat) R 19961 19742 19584 0 -1 4194304 21417 0 0 0 147129 20 0 0 25 0 1 0 23885471 89935872 21403 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19962/statm: 21957 21403 75 150 0 21804 0
Current children cumulated CPU time (s) 1527.61
Current children cumulated vsize (KiB) 110052

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/77 19964
/proc/meminfo: memFree=1719600/2055920 swapFree=4192812/4192956
[pid=19742] ppid=19740 vsize=16868 CPUtime=56.12
/proc/19742/stat : 19742 (sugar) S 19740 19742 19584 0 -1 4194304 1376 30412 0 2 5 3 5561 43 16 0 1 0 23879793 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19742/statm: 4217 1113 409 3 0 796 0
[pid=19961] ppid=19742 vsize=5356 CPUtime=0
/proc/19961/stat : 19961 (sh) S 19742 19742 19584 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23885471 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19961/statm: 1339 232 193 169 0 50 0
[pid=19962] ppid=19961 vsize=89960 CPUtime=1530.94
/proc/19962/stat : 19962 (minisat) R 19961 19742 19584 0 -1 4194304 21951 0 0 0 153073 21 0 0 25 0 1 0 23885471 92119040 21937 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19962/statm: 22490 21937 75 150 0 22337 0
Current children cumulated CPU time (s) 1587.06
Current children cumulated vsize (KiB) 112184

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/77 19964
/proc/meminfo: memFree=1718064/2055920 swapFree=4192812/4192956
[pid=19742] ppid=19740 vsize=16868 CPUtime=56.12
/proc/19742/stat : 19742 (sugar) S 19740 19742 19584 0 -1 4194304 1376 30412 0 2 5 3 5561 43 16 0 1 0 23879793 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19742/statm: 4217 1113 409 3 0 796 0
[pid=19961] ppid=19742 vsize=5356 CPUtime=0
/proc/19961/stat : 19961 (sh) S 19742 19742 19584 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23885471 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19961/statm: 1339 232 193 169 0 50 0
[pid=19962] ppid=19961 vsize=91512 CPUtime=1590.38
/proc/19962/stat : 19962 (minisat) R 19961 19742 19584 0 -1 4194304 22335 0 0 0 159016 22 0 0 25 0 1 0 23885471 93708288 22321 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19962/statm: 22878 22321 75 150 0 22725 0
Current children cumulated CPU time (s) 1646.5
Current children cumulated vsize (KiB) 113736

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 19964
/proc/meminfo: memFree=1716272/2055920 swapFree=4192812/4192956
[pid=19742] ppid=19740 vsize=16868 CPUtime=56.12
/proc/19742/stat : 19742 (sugar) S 19740 19742 19584 0 -1 4194304 1376 30412 0 2 5 3 5561 43 16 0 1 0 23879793 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19742/statm: 4217 1113 409 3 0 796 0
[pid=19961] ppid=19742 vsize=5356 CPUtime=0
/proc/19961/stat : 19961 (sh) S 19742 19742 19584 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23885471 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19961/statm: 1339 232 193 169 0 50 0
[pid=19962] ppid=19961 vsize=93016 CPUtime=1649.81
/proc/19962/stat : 19962 (minisat) R 19961 19742 19584 0 -1 4194304 22733 0 0 0 164959 22 0 0 25 0 1 0 23885471 95248384 22719 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19962/statm: 23254 22719 75 150 0 23101 0
Current children cumulated CPU time (s) 1705.93
Current children cumulated vsize (KiB) 115240

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 19964
/proc/meminfo: memFree=1714736/2055920 swapFree=4192812/4192956
[pid=19742] ppid=19740 vsize=16868 CPUtime=56.12
/proc/19742/stat : 19742 (sugar) S 19740 19742 19584 0 -1 4194304 1376 30412 0 2 5 3 5561 43 16 0 1 0 23879793 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19742/statm: 4217 1113 409 3 0 796 0
[pid=19961] ppid=19742 vsize=5356 CPUtime=0
/proc/19961/stat : 19961 (sh) S 19742 19742 19584 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23885471 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19961/statm: 1339 232 193 169 0 50 0
[pid=19962] ppid=19961 vsize=94480 CPUtime=1709.25
/proc/19962/stat : 19962 (minisat) R 19961 19742 19584 0 -1 4194304 23102 0 0 0 170903 22 0 0 25 0 1 0 23885471 96747520 23088 996147200 134512640 135127466 4294956256 18446744073709551615 134528235 0 0 4096 3 0 0 0 17 1 0 0
/proc/19962/statm: 23620 23088 75 150 0 23467 0
Current children cumulated CPU time (s) 1765.37
Current children cumulated vsize (KiB) 116704



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1817.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 19964
/proc/meminfo: memFree=1713968/2055920 swapFree=4192812/4192956
[pid=19742] ppid=19740 vsize=16868 CPUtime=56.12
/proc/19742/stat : 19742 (sugar) S 19740 19742 19584 0 -1 4194304 1376 30412 0 2 5 3 5561 43 16 0 1 0 23879793 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19742/statm: 4217 1113 409 3 0 796 0
[pid=19961] ppid=19742 vsize=5356 CPUtime=0
/proc/19961/stat : 19961 (sh) S 19742 19742 19584 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23885471 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19961/statm: 1339 232 193 169 0 50 0
[pid=19962] ppid=19961 vsize=95248 CPUtime=1743.91
/proc/19962/stat : 19962 (minisat) R 19961 19742 19584 0 -1 4194304 23296 0 0 0 174369 22 0 0 25 0 1 0 23885471 97533952 23282 996147200 134512640 135127466 4294956256 18446744073709551615 134530789 0 0 4096 3 0 0 0 17 1 0 0
/proc/19962/statm: 23812 23282 75 150 0 23659 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 117472

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

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

[startup+1817.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 19964
/proc/meminfo: memFree=1713968/2055920 swapFree=4192812/4192956
[pid=19742] ppid=19740 vsize=16868 CPUtime=56.12
/proc/19742/stat : 19742 (sugar) S 19740 19742 19584 0 -1 4194304 1376 30412 0 2 5 3 5561 43 16 0 1 0 23879793 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19742/statm: 4217 1113 409 3 0 796 0
[pid=19961] ppid=19742 vsize=5356 CPUtime=0
/proc/19961/stat : 19961 (sh) S 19742 19742 19584 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23885471 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19961/statm: 1339 232 193 169 0 50 0
[pid=19962] ppid=19961 vsize=95248 CPUtime=1743.91
/proc/19962/stat : 19962 (minisat) R 19961 19742 19584 0 -1 4194304 23296 0 0 0 174369 22 0 0 25 0 1 0 23885471 97533952 23282 996147200 134512640 135127466 4294956256 18446744073709551615 134530789 0 0 4096 3 0 0 0 17 1 0 0
/proc/19962/statm: 23812 23282 75 150 0 23659 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 117472

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 19742 and gives
#  childrusage.ru_utime.tv_sec=55
#  childrusage.ru_utime.tv_usec=670536
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=489925
# CPU time returned by wait4() is 56.1605
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1817.34
CPU time (s): 1800.03
CPU user time (s): 1799.35
CPU system time (s): 0.68
CPU usage (%): 99.0477
Max. virtual memory (cumulated for all children) (KiB): 891832

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 55.6705
system time used= 0.489925
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32171
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= 10281
involuntary context switches= 10180

runsolver used 2.12968 second user time and 6.16806 second system time

The end

Launcher Data

Begin job on node22 at 2009-07-12 05:08:53
IDJOB=2079453
IDBENCH=56900
IDSOLVER=739
FILE ID=node22/2079453-1247368133
PBS_JOBID= 9507144
Free space on /tmp= 66388 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/lexVg/normalized-crossword-m1c-lex-vg7-7_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-2079453-1247368133/watcher-2079453-1247368133 -o /tmp/evaluation-result-2079453-1247368133/solver-2079453-1247368133 -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-2079453-1247368133.xml

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

MD5SUM BENCH= 7f9a74604c9d33fbc95cb371f4326db9
RANDOM SEED=383242376

node22.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.278
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.278
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	: 5636.09
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1853544 kB
Buffers:          6540 kB
Cached:          56564 kB
SwapCached:          0 kB
Active:         135652 kB
Inactive:        19304 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1853544 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1600 kB
Writeback:           0 kB
Mapped:         102516 kB
Slab:            32552 kB
Committed_AS:   286824 kB
PageTables:       1888 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= 66364 MiB
End job on node22 at 2009-07-12 05:39:12