Trace number 2070070

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 1811.84

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg6-9_ext.xml
MD5SUMc367c15edeba734010a480930fd76347
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 benchmark212.581
Satisfiable
(Un)Satisfiability was proved
Number of variables54
Number of constraints15
Maximum constraint arity9
Maximum domain size26
Number of constraints which are defined in extension15
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.04/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.04/0.07	c 0	BEGIN Sun Jul 12 00:23:40 2009
0.04/0.07	c 0	PID 15940
0.04/0.07	c 0	HOST node87.alineos.net
0.04/0.07	c 0	CONVERTING HOME/instance-2070070-1247351020.xml TO HOME/temp.csp
0.04/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2070070-1247351020.xml' 'HOME/temp.csp'
0.06/0.39	c 1	1 domains, 54 variables, 0 predicates, 2 relations, 15 constraints
0.06/0.44	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.44	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.37/0.51	c 1	Parsing HOME/temp.csp
0.37/0.66	c 1	parsed 72 expressions
0.37/0.67	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.37/0.67	c 1	Converting to clausal form CSP
0.37/0.69	c 1	converted 8 (10%) expressions
0.37/0.69	c 1	converted 15 (20%) expressions
0.37/0.69	c 1	converted 22 (30%) expressions
0.37/0.69	c 1	converted 29 (40%) expressions
0.37/0.69	c 1	converted 36 (50%) expressions
0.37/0.69	c 1	converted 44 (60%) expressions
0.37/0.69	c 1	converted 51 (70%) expressions
0.37/0.80	c 1	converted 58 (80%) expressions
1.01/1.17	c 1	converted 65 (90%) expressions
1.60/1.70	c 2	converted 72 (100%) expressions
1.60/1.70	c 2	CSP : 54 integers, 0 booleans, 15 clauses, largest domain size 26
1.60/1.70	c 2	Heap : 33 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.60/1.70	c 2	Propagation in CSP
1.60/1.70	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.60/1.70	c 2	CSP : 54 integers, 0 booleans, 15 clauses, largest domain size 26
1.60/1.70	c 2	Heap : 33 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.60/1.71	c 2	Simplifing CSP by introducing new Boolean variables
1.60/1.71	c 2	CSP : 54 integers, 0 booleans, 15 clauses, largest domain size 26
1.60/1.71	c 2	Heap : 33 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.80/1.91	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.80/1.92	c 2	6 (10%) CSP integer variables are encoded (144 clauses, 1440 bytes)
1.80/1.92	c 2	11 (20%) CSP integer variables are encoded (264 clauses, 2760 bytes)
1.80/1.92	c 2	17 (30%) CSP integer variables are encoded (408 clauses, 4344 bytes)
1.80/1.92	c 2	22 (40%) CSP integer variables are encoded (528 clauses, 5664 bytes)
1.80/1.93	c 2	27 (50%) CSP integer variables are encoded (648 clauses, 6984 bytes)
1.80/1.93	c 2	33 (60%) CSP integer variables are encoded (792 clauses, 8568 bytes)
1.80/1.93	c 2	38 (70%) CSP integer variables are encoded (912 clauses, 9888 bytes)
1.80/1.93	c 2	44 (80%) CSP integer variables are encoded (1056 clauses, 11665 bytes)
1.80/1.93	c 2	49 (90%) CSP integer variables are encoded (1176 clauses, 13225 bytes)
1.80/1.93	c 2	54 (100%) CSP integer variables are encoded (1296 clauses, 14785 bytes)
8.24/8.46	c 9	2 (10%) CSP clauses are encoded (63240 clauses, 2499853 bytes)
11.50/11.71	c 12	3 (20%) CSP clauses are encoded (94212 clauses, 3755752 bytes)
17.93/18.24	c 18	5 (30%) CSP clauses are encoded (156156 clauses, 6362405 bytes)
21.40/21.73	c 22	6 (40%) CSP clauses are encoded (187128 clauses, 7712840 bytes)
27.84/28.25	c 28	8 (50%) CSP clauses are encoded (249072 clauses, 10413710 bytes)
31.11/31.53	c 32	9 (60%) CSP clauses are encoded (280044 clauses, 11764145 bytes)
61.92/62.69	c 63	11 (70%) CSP clauses are encoded (413982 clauses, 18890328 bytes)
77.47/78.38	c 79	12 (80%) CSP clauses are encoded (480951 clauses, 22736962 bytes)
108.58/109.75	c 110	14 (90%) CSP clauses are encoded (614889 clauses, 30746386 bytes)
124.04/125.36	c 126	15 (100%) CSP clauses are encoded (681858 clauses, 35413490 bytes)
124.04/125.36	c 126	15 CSP clauses encoded
124.04/125.37	c 126	Writing map file : HOME/temp.map
124.04/125.37	c 126	Heap : 57 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
124.04/125.37	c 126	SAT : 1350 SAT variables, 681858 SAT clauses, 35413490 bytes
124.04/125.37	c 126	Heap : 57 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
124.11/125.42	c 126	SOLVING HOME/temp.cnf
124.11/125.42	c 126	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
124.11/125.43	c 126	This is MiniSat 2.0 beta
124.11/125.43	c 126	WARNING: for repeatability, setting FPU to use double precision
124.11/125.43	c 126	============================[ Problem Statistics ]=============================
124.11/125.43	c 126	|                                                                             |
124.11/125.43	c 126	|  Number of variables:  1350                                                 |
124.11/125.43	c 126	|  Number of clauses:    681858                                               |
124.14/126.22	c 126	|  Parsing time:         0.70         s                                       |
124.14/126.27	c 127	============================[ Search Statistics ]==============================
124.14/126.27	c 127	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
124.14/126.27	c 127	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
124.14/126.27	c 127	===============================================================================
124.14/126.27	c 127	|         0 |    1350   681858  7395084 |   227286        0    nan |  0.000 % |
125.09/126.41	c 127	|       101 |    1348   681858  7395084 |   250014       98      6 |  0.223 % |
125.19/126.51	c 127	|       251 |    1347   681858  7395084 |   275016      248      9 |  0.224 % |
125.49/126.82	c 127	|       476 |    1347   681858  7395084 |   302517      473     10 |  0.223 % |
126.09/127.43	c 128	|       814 |    1347   681858  7395084 |   332769      811     11 |  0.223 % |
126.98/128.35	c 129	|      1320 |    1347   681858  7395084 |   366046     1316     12 |  0.297 % |
128.07/129.47	c 130	|      2080 |    1347   681858  7395084 |   402651     2076     12 |  0.298 % |
130.15/131.54	c 132	|      3220 |    1347   681858  7395084 |   442916     3216     13 |  0.298 % |
132.03/133.46	c 134	|      4928 |    1347   681858  7395084 |   487207     4924     12 |  0.297 % |
136.29/137.73	c 138	|      7490 |    1347   681858  7395084 |   535928     7486     14 |  0.297 % |
143.52/145.05	c 145	|     11335 |    1347   681858  7395084 |   589521    11331     15 |  0.297 % |
156.50/158.17	c 158	|     17101 |    1347   681858  7395084 |   648473    17097     15 |  0.297 % |
174.22/176.06	c 176	|     25750 |    1347   681858  7395084 |   713320    25746     15 |  0.297 % |
204.23/206.36	c 207	|     38725 |    1347   681858  7395084 |   784652    38721     16 |  0.297 % |
234.64/237.05	c 237	|     58186 |    1344   681858  7395084 |   863118    58181     15 |  0.519 % |
308.94/312.02	c 312	|     87379 |    1344   681858  7395084 |   949430    87374     16 |  0.519 % |
432.97/437.26	c 437	|    131168 |    1344   681858  7395084 |  1044373   131163     17 |  0.519 % |
648.33/654.64	c 655	|    196852 |    1343   680475  7382775 |  1148810   192193     18 |  0.519 % |
991.46/999.68	c 1000	|    295378 |    1343   680475  7382775 |  1263691   290719     18 |  0.520 % |
1592.36/1603.29	c 1604	|    443167 |    1343   680475  7382775 |  1390060   438508     19 |  0.520 % |
1800.00/1811.81	c ERROR INTERRUPTED
1800.00/1811.83	s UNKNOWN
1800.00/1811.83	c 1812	CPU 124.15 (0.06 0.01 123.59 0.49)
1800.00/1811.83	c 1812	END Sun Jul 12 00:53:52 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-2070070-1247351020/watcher-2070070-1247351020 -o /tmp/evaluation-result-2070070-1247351020/solver-2070070-1247351020 -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-2070070-1247351020.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.03 1.89 2.06 4/75 15940
/proc/meminfo: memFree=751144/2055920 swapFree=4192956/4192956
[pid=15940] ppid=15938 vsize=12272 CPUtime=0
/proc/15940/stat : 15940 (sugar) R 15938 15940 15264 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 22166850 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 254622612478 0 0 4224 0 0 0 0 17 0 0 0
/proc/15940/statm: 3068 327 246 3 0 168 0

[startup+0.0447221 s]
/proc/loadavg: 2.03 1.89 2.06 4/75 15940
/proc/meminfo: memFree=751144/2055920 swapFree=4192956/4192956
[pid=15940] ppid=15938 vsize=14644 CPUtime=0.04
/proc/15940/stat : 15940 (sugar) R 15938 15940 15264 0 -1 4194304 835 0 0 0 3 1 0 0 18 0 1 0 22166850 14995456 803 996147200 4194304 4206940 548682068608 18446744073709551615 254613557985 0 0 4224 0 0 0 0 17 0 0 0
/proc/15940/statm: 3661 804 378 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 14644

[startup+0.101731 s]
/proc/loadavg: 2.03 1.89 2.06 4/75 15940
/proc/meminfo: memFree=751144/2055920 swapFree=4192956/4192956
[pid=15940] ppid=15938 vsize=16868 CPUtime=0.06
/proc/15940/stat : 15940 (sugar) S 15938 15940 15264 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 22166850 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15940/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301752 s]
/proc/loadavg: 2.03 1.89 2.06 4/75 15940
/proc/meminfo: memFree=751144/2055920 swapFree=4192956/4192956
[pid=15940] ppid=15938 vsize=16868 CPUtime=0.06
/proc/15940/stat : 15940 (sugar) S 15938 15940 15264 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 22166850 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15940/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701789 s]
/proc/loadavg: 2.03 1.89 2.06 4/75 15940
/proc/meminfo: memFree=751144/2055920 swapFree=4192956/4192956
[pid=15940] ppid=15938 vsize=16868 CPUtime=0.37
/proc/15940/stat : 15940 (sugar) S 15938 15940 15264 0 -1 4194304 1310 6647 0 1 5 1 27 4 15 0 1 0 22166850 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15940/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 16868

[startup+1.50288 s]
/proc/loadavg: 2.03 1.89 2.06 4/86 15962
/proc/meminfo: memFree=729680/2055920 swapFree=4192956/4192956
[pid=15940] ppid=15938 vsize=16868 CPUtime=0.37
/proc/15940/stat : 15940 (sugar) S 15938 15940 15264 0 -1 4194304 1310 6647 0 1 5 1 27 4 16 0 1 0 22166850 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15940/statm: 4217 1111 409 3 0 796 0
[pid=15953] ppid=15940 vsize=5356 CPUtime=0
/proc/15953/stat : 15953 (sh) S 15940 15940 15264 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22166894 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15953/statm: 1339 233 193 169 0 50 0
[pid=15954] ppid=15953 vsize=864204 CPUtime=1.03
/proc/15954/stat : 15954 (java) S 15953 15940 15264 0 -1 0 11257 0 1 0 98 5 0 0 18 0 9 0 22166894 884944896 10423 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15954/statm: 216051 10423 2566 9 0 210556 0
[pid=15954/tid=15955] ppid=15953 vsize=864204 CPUtime=0.45
/proc/15954/task/15955/stat : 15955 (java) R 15953 15940 15264 0 -1 64 2947 0 1 0 44 1 0 0 20 0 9 0 22166895 884944896 10423 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15954/tid=15956] ppid=15953 vsize=864204 CPUtime=0.52
/proc/15954/task/15956/stat : 15956 (java) R 15953 15940 15264 0 -1 64 7299 0 0 0 49 3 0 0 17 0 9 0 22166896 884944896 10423 996147200 134512640 134550932 4294955936 18446744073709551615 103826432 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15954/tid=15957] ppid=15953 vsize=864204 CPUtime=0
/proc/15954/task/15957/stat : 15957 (java) S 15953 15940 15264 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22166897 884944896 10423 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15954/tid=15958] ppid=15953 vsize=864204 CPUtime=0
/proc/15954/task/15958/stat : 15958 (java) S 15953 15940 15264 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22166897 884944896 10423 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15954/tid=15959] ppid=15953 vsize=864204 CPUtime=0
/proc/15954/task/15959/stat : 15959 (java) S 15953 15940 15264 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22166899 884944896 10423 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15954/tid=15960] ppid=15953 vsize=864204 CPUtime=0.04
/proc/15954/task/15960/stat : 15960 (java) S 15953 15940 15264 0 -1 64 312 0 0 0 4 0 0 0 16 0 9 0 22166899 884944896 10423 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15954/tid=15961] ppid=15953 vsize=864204 CPUtime=0
/proc/15954/task/15961/stat : 15961 (java) S 15953 15940 15264 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22166899 884944896 10423 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15954/tid=15962] ppid=15953 vsize=864204 CPUtime=0
/proc/15954/task/15962/stat : 15962 (java) S 15953 15940 15264 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22166899 884944896 10423 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 886428

[startup+3.10206 s]
/proc/loadavg: 2.03 1.89 2.06 3/86 15962
/proc/meminfo: memFree=704656/2055920 swapFree=4192956/4192956
[pid=15940] ppid=15938 vsize=16868 CPUtime=0.37
/proc/15940/stat : 15940 (sugar) S 15938 15940 15264 0 -1 4194304 1310 6647 0 1 5 1 27 4 15 0 1 0 22166850 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15940/statm: 4217 1111 409 3 0 796 0
[pid=15953] ppid=15940 vsize=5356 CPUtime=0
/proc/15953/stat : 15953 (sh) S 15940 15940 15264 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22166894 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15953/statm: 1339 233 193 169 0 50 0
[pid=15954] ppid=15953 vsize=864404 CPUtime=2.62
/proc/15954/stat : 15954 (java) S 15953 15940 15264 0 -1 0 14133 0 1 0 255 7 0 0 18 0 9 0 22166894 885149696 13243 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15954/statm: 216101 13243 2590 9 0 210578 0
[pid=15954/tid=15955] ppid=15953 vsize=864404 CPUtime=1.67
/proc/15954/task/15955/stat : 15955 (java) R 15953 15940 15264 0 -1 64 3201 0 1 0 166 1 0 0 25 0 9 0 22166895 885149696 13243 996147200 134512640 134550932 4294955936 18446744073709551615 4126588835 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15954/tid=15956] ppid=15953 vsize=864404 CPUtime=0.84
/proc/15954/task/15956/stat : 15956 (java) S 15953 15940 15264 0 -1 64 9899 0 0 0 80 4 0 0 16 0 9 0 22166896 885149696 13243 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15954/tid=15957] ppid=15953 vsize=864404 CPUtime=0
/proc/15954/task/15957/stat : 15957 (java) S 15953 15940 15264 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22166897 885149696 13243 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15954/tid=15958] ppid=15953 vsize=864404 CPUtime=0
/proc/15954/task/15958/stat : 15958 (java) S 15953 15940 15264 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22166897 885149696 13243 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15954/tid=15959] ppid=15953 vsize=864404 CPUtime=0
/proc/15954/task/15959/stat : 15959 (java) S 15953 15940 15264 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22166899 885149696 13243 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15954/tid=15960] ppid=15953 vsize=864404 CPUtime=0.07
/proc/15954/task/15960/stat : 15960 (java) S 15953 15940 15264 0 -1 64 334 0 0 0 7 0 0 0 16 0 9 0 22166899 885149696 13243 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15954/tid=15961] ppid=15953 vsize=864404 CPUtime=0
/proc/15954/task/15961/stat : 15961 (java) S 15953 15940 15264 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22166899 885149696 13243 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15954/tid=15962] ppid=15953 vsize=864404 CPUtime=0
/proc/15954/task/15962/stat : 15962 (java) S 15953 15940 15264 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22166899 885149696 13243 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 886628

[startup+6.30141 s]
/proc/loadavg: 2.11 1.91 2.07 3/86 15962
/proc/meminfo: memFree=700624/2055920 swapFree=4192956/4192956
[pid=15940] ppid=15938 vsize=16868 CPUtime=0.37
/proc/15940/stat : 15940 (sugar) S 15938 15940 15264 0 -1 4194304 1310 6647 0 1 5 1 27 4 15 0 1 0 22166850 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15940/statm: 4217 1111 409 3 0 796 0
[pid=15953] ppid=15940 vsize=5356 CPUtime=0
/proc/15953/stat : 15953 (sh) S 15940 15940 15264 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22166894 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15953/statm: 1339 233 193 169 0 50 0
[pid=15954] ppid=15953 vsize=864404 CPUtime=5.78
/proc/15954/stat : 15954 (java) S 15953 15940 15264 0 -1 0 14944 0 1 0 570 8 0 0 18 0 9 0 22166894 885149696 14017 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15954/statm: 216101 14017 2590 9 0 210578 0
[pid=15954/tid=15955] ppid=15953 vsize=864404 CPUtime=4.78
/proc/15954/task/15955/stat : 15955 (java) R 15953 15940 15264 0 -1 64 3238 0 1 0 476 2 0 0 25 0 9 0 22166895 885149696 14017 996147200 134512640 134550932 4294955936 18446744073709551615 4126568504 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15954/tid=15956] ppid=15953 vsize=864404 CPUtime=0.91
/proc/15954/task/15956/stat : 15956 (java) S 15953 15940 15264 0 -1 64 10670 0 0 0 86 5 0 0 16 0 9 0 22166896 885149696 14017 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15954/tid=15957] ppid=15953 vsize=864404 CPUtime=0
/proc/15954/task/15957/stat : 15957 (java) S 15953 15940 15264 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22166897 885149696 14017 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15954/tid=15958] ppid=15953 vsize=864404 CPUtime=0
/proc/15954/task/15958/stat : 15958 (java) S 15953 15940 15264 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22166897 885149696 14017 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15954/tid=15959] ppid=15953 vsize=864404 CPUtime=0
/proc/15954/task/15959/stat : 15959 (java) S 15953 15940 15264 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22166899 885149696 14017 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15954/tid=15960] ppid=15953 vsize=864404 CPUtime=0.08
/proc/15954/task/15960/stat : 15960 (java) S 15953 15940 15264 0 -1 64 337 0 0 0 8 0 0 0 16 0 9 0 22166899 885149696 14017 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15954/tid=15961] ppid=15953 vsize=864404 CPUtime=0
/proc/15954/task/15961/stat : 15961 (java) S 15953 15940 15264 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22166899 885149696 14017 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15954/tid=15962] ppid=15953 vsize=864404 CPUtime=0
/proc/15954/task/15962/stat : 15962 (java) S 15953 15940 15264 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22166899 885149696 14017 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 886628

[startup+12.7021 s]
/proc/loadavg: 2.10 1.91 2.07 4/86 15962
/proc/meminfo: memFree=690456/2055920 swapFree=4192956/4192956
[pid=15940] ppid=15938 vsize=16868 CPUtime=0.37
/proc/15940/stat : 15940 (sugar) S 15938 15940 15264 0 -1 4194304 1310 6647 0 1 5 1 27 4 16 0 1 0 22166850 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15940/statm: 4217 1111 409 3 0 796 0
[pid=15953] ppid=15940 vsize=5356 CPUtime=0
/proc/15953/stat : 15953 (sh) S 15940 15940 15264 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22166894 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15953/statm: 1339 233 193 169 0 50 0
[pid=15954] ppid=15953 vsize=864404 CPUtime=12.12
/proc/15954/stat : 15954 (java) S 15953 15940 15264 0 -1 0 16855 0 1 0 1202 10 0 0 18 0 9 0 22166894 885149696 15857 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15954/statm: 216101 15857 2590 9 0 210578 0
[pid=15954/tid=15955] ppid=15953 vsize=864404 CPUtime=10.98
/proc/15954/task/15955/stat : 15955 (java) R 15953 15940 15264 0 -1 64 3309 0 1 0 1095 3 0 0 25 0 9 0 22166895 885149696 15857 996147200 134512640 134550932 4294955936 18446744073709551615 4126568496 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15954/tid=15956] ppid=15953 vsize=864404 CPUtime=1.03
/proc/15954/task/15956/stat : 15956 (java) S 15953 15940 15264 0 -1 64 12508 0 0 0 97 6 0 0 16 0 9 0 22166896 885149696 15857 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15954/tid=15957] ppid=15953 vsize=864404 CPUtime=0
/proc/15954/task/15957/stat : 15957 (java) S 15953 15940 15264 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22166897 885149696 15857 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15954/tid=15958] ppid=15953 vsize=864404 CPUtime=0
/proc/15954/task/15958/stat : 15958 (java) S 15953 15940 15264 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22166897 885149696 15857 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15954/tid=15959] ppid=15953 vsize=864404 CPUtime=0
/proc/15954/task/15959/stat : 15959 (java) S 15953 15940 15264 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22166899 885149696 15857 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15954/tid=15960] ppid=15953 vsize=864404 CPUtime=0.08
/proc/15954/task/15960/stat : 15960 (java) S 15953 15940 15264 0 -1 64 339 0 0 0 8 0 0 0 17 0 9 0 22166899 885149696 15857 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15954/tid=15961] ppid=15953 vsize=864404 CPUtime=0
/proc/15954/task/15961/stat : 15961 (java) S 15953 15940 15264 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22166899 885149696 15857 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15954/tid=15962] ppid=15953 vsize=864404 CPUtime=0
/proc/15954/task/15962/stat : 15962 (java) S 15953 15940 15264 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22166899 885149696 15857 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 886628

[startup+25.5016 s]
/proc/loadavg: 2.23 1.95 2.08 3/86 15962
/proc/meminfo: memFree=675232/2055920 swapFree=4192956/4192956
[pid=15940] ppid=15938 vsize=16868 CPUtime=0.37
/proc/15940/stat : 15940 (sugar) S 15938 15940 15264 0 -1 4194304 1310 6647 0 1 5 1 27 4 16 0 1 0 22166850 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15940/statm: 4217 1111 409 3 0 796 0
[pid=15953] ppid=15940 vsize=5356 CPUtime=0
/proc/15953/stat : 15953 (sh) S 15940 15940 15264 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22166894 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15953/statm: 1339 233 193 169 0 50 0
[pid=15954] ppid=15953 vsize=864404 CPUtime=24.8
/proc/15954/stat : 15954 (java) S 15953 15940 15264 0 -1 0 21859 0 1 0 2463 17 0 0 18 0 9 0 22166894 885149696 18159 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15954/statm: 216101 18159 2590 9 0 210578 0
[pid=15954/tid=15955] ppid=15953 vsize=864404 CPUtime=23.15
/proc/15954/task/15955/stat : 15955 (java) R 15953 15940 15264 0 -1 64 3447 0 1 0 2309 6 0 0 25 0 9 0 22166895 885149696 18159 996147200 134512640 134550932 4294955936 18446744073709551615 4126588835 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15954/tid=15956] ppid=15953 vsize=864404 CPUtime=1.53
/proc/15954/task/15956/stat : 15956 (java) S 15953 15940 15264 0 -1 64 17369 0 0 0 143 10 0 0 16 0 9 0 22166896 885149696 18159 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15954/tid=15957] ppid=15953 vsize=864404 CPUtime=0
/proc/15954/task/15957/stat : 15957 (java) S 15953 15940 15264 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22166897 885149696 18159 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15954/tid=15958] ppid=15953 vsize=864404 CPUtime=0
/proc/15954/task/15958/stat : 15958 (java) S 15953 15940 15264 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22166897 885149696 18159 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15954/tid=15959] ppid=15953 vsize=864404 CPUtime=0

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

/proc/meminfo: memFree=736136/2055920 swapFree=4192956/4192956
[pid=15940] ppid=15938 vsize=16868 CPUtime=124.15
/proc/15940/stat : 15940 (sugar) S 15938 15940 15264 0 -1 4194304 1376 38632 0 2 6 1 12359 49 16 0 1 0 22166850 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15940/statm: 4217 1113 409 3 0 796 0
[pid=15963] ppid=15940 vsize=5356 CPUtime=0
/proc/15963/stat : 15963 (sh) S 15940 15940 15264 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22179392 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15963/statm: 1339 232 193 169 0 50 0
[pid=15964] ppid=15963 vsize=99132 CPUtime=1168.65
/proc/15964/stat : 15964 (minisat) R 15963 15940 15264 0 -1 4194304 24366 0 0 0 116842 23 0 0 25 0 1 0 22179393 101511168 24352 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15964/statm: 24783 24352 75 150 0 24630 0
Current children cumulated CPU time (s) 1292.8
Current children cumulated vsize (KiB) 121356

[startup+1362.3 s]
/proc/loadavg: 2.04 2.00 2.00 3/86 16060
/proc/meminfo: memFree=732360/2055920 swapFree=4192956/4192956
[pid=15940] ppid=15938 vsize=16868 CPUtime=124.15
/proc/15940/stat : 15940 (sugar) S 15938 15940 15264 0 -1 4194304 1376 38632 0 2 6 1 12359 49 16 0 1 0 22166850 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15940/statm: 4217 1113 409 3 0 796 0
[pid=15963] ppid=15940 vsize=5356 CPUtime=0
/proc/15963/stat : 15963 (sh) S 15940 15940 15264 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22179392 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15963/statm: 1339 232 193 169 0 50 0
[pid=15964] ppid=15963 vsize=100796 CPUtime=1228.39
/proc/15964/stat : 15964 (minisat) R 15963 15940 15264 0 -1 4194304 24769 0 0 0 122815 24 0 0 25 0 1 0 22179393 103215104 24755 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/15964/statm: 25199 24755 75 150 0 25046 0
Current children cumulated CPU time (s) 1352.54
Current children cumulated vsize (KiB) 123020

[startup+1422.31 s]
/proc/loadavg: 2.01 2.00 2.00 3/86 16060
/proc/meminfo: memFree=724040/2055920 swapFree=4192956/4192956
[pid=15940] ppid=15938 vsize=16868 CPUtime=124.15
/proc/15940/stat : 15940 (sugar) S 15938 15940 15264 0 -1 4194304 1376 38632 0 2 6 1 12359 49 16 0 1 0 22166850 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15940/statm: 4217 1113 409 3 0 796 0
[pid=15963] ppid=15940 vsize=5356 CPUtime=0
/proc/15963/stat : 15963 (sh) S 15940 15940 15264 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22179392 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15963/statm: 1339 232 193 169 0 50 0
[pid=15964] ppid=15963 vsize=102148 CPUtime=1288.12
/proc/15964/stat : 15964 (minisat) R 15963 15940 15264 0 -1 4194304 25117 0 0 0 128788 24 0 0 25 0 1 0 22179393 104599552 25103 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15964/statm: 25537 25103 75 150 0 25384 0
Current children cumulated CPU time (s) 1412.27
Current children cumulated vsize (KiB) 124372

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 16060
/proc/meminfo: memFree=722248/2055920 swapFree=4192956/4192956
[pid=15940] ppid=15938 vsize=16868 CPUtime=124.15
/proc/15940/stat : 15940 (sugar) S 15938 15940 15264 0 -1 4194304 1376 38632 0 2 6 1 12359 49 16 0 1 0 22166850 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15940/statm: 4217 1113 409 3 0 796 0
[pid=15963] ppid=15940 vsize=5356 CPUtime=0
/proc/15963/stat : 15963 (sh) S 15940 15940 15264 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22179392 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15963/statm: 1339 232 193 169 0 50 0
[pid=15964] ppid=15963 vsize=103472 CPUtime=1347.86
/proc/15964/stat : 15964 (minisat) R 15963 15940 15264 0 -1 4194304 25467 0 0 0 134761 25 0 0 25 0 1 0 22179393 105955328 25453 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15964/statm: 25868 25453 75 150 0 25715 0
Current children cumulated CPU time (s) 1472.01
Current children cumulated vsize (KiB) 125696

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 16060
/proc/meminfo: memFree=718728/2055920 swapFree=4192956/4192956
[pid=15940] ppid=15938 vsize=16868 CPUtime=124.15
/proc/15940/stat : 15940 (sugar) S 15938 15940 15264 0 -1 4194304 1376 38632 0 2 6 1 12359 49 16 0 1 0 22166850 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15940/statm: 4217 1113 409 3 0 796 0
[pid=15963] ppid=15940 vsize=5356 CPUtime=0
/proc/15963/stat : 15963 (sh) S 15940 15940 15264 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22179392 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15963/statm: 1339 232 193 169 0 50 0
[pid=15964] ppid=15963 vsize=104880 CPUtime=1407.59
/proc/15964/stat : 15964 (minisat) R 15963 15940 15264 0 -1 4194304 25843 0 0 0 140734 25 0 0 25 0 1 0 22179393 107397120 25829 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15964/statm: 26220 25829 75 150 0 26067 0
Current children cumulated CPU time (s) 1531.74
Current children cumulated vsize (KiB) 127104

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 16060
/proc/meminfo: memFree=712072/2055920 swapFree=4192956/4192956
[pid=15940] ppid=15938 vsize=16868 CPUtime=124.15
/proc/15940/stat : 15940 (sugar) S 15938 15940 15264 0 -1 4194304 1376 38632 0 2 6 1 12359 49 16 0 1 0 22166850 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15940/statm: 4217 1113 409 3 0 796 0
[pid=15963] ppid=15940 vsize=5356 CPUtime=0
/proc/15963/stat : 15963 (sh) S 15940 15940 15264 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22179392 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15963/statm: 1339 232 193 169 0 50 0
[pid=15964] ppid=15963 vsize=106260 CPUtime=1467.31
/proc/15964/stat : 15964 (minisat) R 15963 15940 15264 0 -1 4194304 26187 0 0 0 146706 25 0 0 25 0 1 0 22179393 108810240 26173 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/15964/statm: 26565 26173 75 150 0 26412 0
Current children cumulated CPU time (s) 1591.46
Current children cumulated vsize (KiB) 128484

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 16063
/proc/meminfo: memFree=692352/2055920 swapFree=4192956/4192956
[pid=15940] ppid=15938 vsize=16868 CPUtime=124.15
/proc/15940/stat : 15940 (sugar) S 15938 15940 15264 0 -1 4194304 1376 38632 0 2 6 1 12359 49 16 0 1 0 22166850 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15940/statm: 4217 1113 409 3 0 796 0
[pid=15963] ppid=15940 vsize=5356 CPUtime=0
/proc/15963/stat : 15963 (sh) S 15940 15940 15264 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22179392 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15963/statm: 1339 232 193 169 0 50 0
[pid=15964] ppid=15963 vsize=107512 CPUtime=1527.04
/proc/15964/stat : 15964 (minisat) R 15963 15940 15264 0 -1 4194304 26481 0 0 0 152678 26 0 0 25 0 1 0 22179393 110092288 26467 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15964/statm: 26878 26467 75 150 0 26725 0
Current children cumulated CPU time (s) 1651.19
Current children cumulated vsize (KiB) 129736

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 16063
/proc/meminfo: memFree=690432/2055920 swapFree=4192956/4192956
[pid=15940] ppid=15938 vsize=16868 CPUtime=124.15
/proc/15940/stat : 15940 (sugar) S 15938 15940 15264 0 -1 4194304 1376 38632 0 2 6 1 12359 49 16 0 1 0 22166850 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15940/statm: 4217 1113 409 3 0 796 0
[pid=15963] ppid=15940 vsize=5356 CPUtime=0
/proc/15963/stat : 15963 (sh) S 15940 15940 15264 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22179392 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15963/statm: 1339 232 193 169 0 50 0
[pid=15964] ppid=15963 vsize=109280 CPUtime=1586.77
/proc/15964/stat : 15964 (minisat) R 15963 15940 15264 0 -1 4194304 26932 0 0 0 158650 27 0 0 25 0 1 0 22179393 111902720 26918 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15964/statm: 27320 26918 75 150 0 27167 0
Current children cumulated CPU time (s) 1710.92
Current children cumulated vsize (KiB) 131504

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 16063
/proc/meminfo: memFree=688832/2055920 swapFree=4192956/4192956
[pid=15940] ppid=15938 vsize=16868 CPUtime=124.15
/proc/15940/stat : 15940 (sugar) S 15938 15940 15264 0 -1 4194304 1376 38632 0 2 6 1 12359 49 16 0 1 0 22166850 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15940/statm: 4217 1113 409 3 0 796 0
[pid=15963] ppid=15940 vsize=5356 CPUtime=0
/proc/15963/stat : 15963 (sh) S 15940 15940 15264 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22179392 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15963/statm: 1339 232 193 169 0 50 0
[pid=15964] ppid=15963 vsize=111840 CPUtime=1646.49
/proc/15964/stat : 15964 (minisat) R 15963 15940 15264 0 -1 4194304 27328 0 0 0 164622 27 0 0 25 0 1 0 22179393 114524160 27314 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15964/statm: 27960 27314 75 150 0 27807 0
Current children cumulated CPU time (s) 1770.64
Current children cumulated vsize (KiB) 134064



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 16063
/proc/meminfo: memFree=688000/2055920 swapFree=4192956/4192956
[pid=15940] ppid=15938 vsize=16868 CPUtime=124.15
/proc/15940/stat : 15940 (sugar) S 15938 15940 15264 0 -1 4194304 1376 38632 0 2 6 1 12359 49 16 0 1 0 22166850 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15940/statm: 4217 1113 409 3 0 796 0
[pid=15963] ppid=15940 vsize=5356 CPUtime=0
/proc/15963/stat : 15963 (sh) S 15940 15940 15264 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22179392 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15963/statm: 1339 232 193 169 0 50 0
[pid=15964] ppid=15963 vsize=112652 CPUtime=1675.85
/proc/15964/stat : 15964 (minisat) R 15963 15940 15264 0 -1 4194304 27526 0 0 0 167558 27 0 0 25 0 1 0 22179393 115355648 27512 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15964/statm: 28163 27512 75 150 0 28010 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 134876

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 15940 and gives
#  childrusage.ru_utime.tv_sec=123
#  childrusage.ru_utime.tv_usec=653201
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=530919
# CPU time returned by wait4() is 124.184
# while last known CPU time is 1800
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1811.84
CPU time (s): 1800
CPU user time (s): 1799.23
CPU system time (s): 0.77
CPU usage (%): 99.3463
Max. virtual memory (cumulated for all children) (KiB): 892760

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 123.653
system time used= 0.530919
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40391
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= 11405
involuntary context switches= 13823

runsolver used 2.24566 second user time and 5.64014 second system time

The end

Launcher Data

Begin job on node87 at 2009-07-12 00:23:40
IDJOB=2070070
IDBENCH=55129
IDSOLVER=739
FILE ID=node87/2070070-1247351020
PBS_JOBID= 9506871
Free space on /tmp= 66204 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/wordsVg/normalized-crossword-m1c-words-vg6-9_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-2070070-1247351020/watcher-2070070-1247351020 -o /tmp/evaluation-result-2070070-1247351020/solver-2070070-1247351020 -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-2070070-1247351020.xml

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

MD5SUM BENCH= c367c15edeba734010a480930fd76347
RANDOM SEED=1296485811

node87.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.236
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.236
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        751632 kB
Buffers:         70680 kB
Cached:        1014124 kB
SwapCached:          0 kB
Active:         278800 kB
Inactive:       969372 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        751632 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1764 kB
Writeback:           0 kB
Mapped:         173276 kB
Slab:            40884 kB
Committed_AS:   328704 kB
PageTables:       2256 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= 66260 MiB
End job on node87 at 2009-07-12 00:53:54