Trace number 2069905

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.04 1802.27

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg9-10_ext.xml
MD5SUM96f652eb0d51fbb18476f976791c6064
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 benchmark25.6601
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints19
Maximum constraint arity10
Maximum domain size26
Number of constraints which are defined in extension19
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.06	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.06	c 0	BEGIN Sun Jul 12 00:21:44 2009
0.00/0.06	c 0	PID 18100
0.00/0.07	c 0	HOST node7.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-2069905-1247350903.xml TO HOME/temp.csp
0.00/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-2069905-1247350903.xml' 'HOME/temp.csp'
0.06/0.31	c 0	1 domains, 90 variables, 0 predicates, 2 relations, 19 constraints
0.06/0.33	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.33	c 0	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.34/0.41	c 0	Parsing HOME/temp.csp
0.34/0.54	c 0	parsed 112 expressions
0.34/0.55	c 0	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.34/0.55	c 0	Converting to clausal form CSP
0.34/0.57	c 0	converted 12 (10%) expressions
0.34/0.57	c 0	converted 23 (20%) expressions
0.34/0.57	c 0	converted 34 (30%) expressions
0.34/0.57	c 0	converted 45 (40%) expressions
0.34/0.57	c 0	converted 56 (50%) expressions
0.34/0.57	c 0	converted 68 (60%) expressions
0.34/0.57	c 0	converted 79 (70%) expressions
0.34/0.57	c 0	converted 90 (80%) expressions
1.33/1.36	c 1	converted 101 (90%) expressions
2.12/2.18	c 2	converted 112 (100%) expressions
2.12/2.18	c 2	CSP : 90 integers, 0 booleans, 19 clauses, largest domain size 26
2.12/2.18	c 2	Heap : 55 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.12/2.18	c 2	Propagation in CSP
2.12/2.18	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.12/2.18	c 2	CSP : 90 integers, 0 booleans, 19 clauses, largest domain size 26
2.12/2.18	c 2	Heap : 55 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.12/2.18	c 2	Simplifing CSP by introducing new Boolean variables
2.12/2.18	c 2	CSP : 90 integers, 0 booleans, 19 clauses, largest domain size 26
2.12/2.18	c 2	Heap : 55 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.42/2.45	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.42/2.46	c 2	9 (10%) CSP integer variables are encoded (216 clauses, 2232 bytes)
2.42/2.46	c 2	18 (20%) CSP integer variables are encoded (432 clauses, 4608 bytes)
2.42/2.47	c 2	27 (30%) CSP integer variables are encoded (648 clauses, 6984 bytes)
2.42/2.47	c 2	36 (40%) CSP integer variables are encoded (864 clauses, 9360 bytes)
2.42/2.47	c 2	45 (50%) CSP integer variables are encoded (1080 clauses, 11977 bytes)
2.42/2.48	c 2	54 (60%) CSP integer variables are encoded (1296 clauses, 14785 bytes)
2.42/2.48	c 2	63 (70%) CSP integer variables are encoded (1512 clauses, 17593 bytes)
2.42/2.48	c 2	72 (80%) CSP integer variables are encoded (1728 clauses, 20401 bytes)
2.42/2.48	c 2	81 (90%) CSP integer variables are encoded (1944 clauses, 23209 bytes)
2.42/2.48	c 2	90 (100%) CSP integer variables are encoded (2160 clauses, 26017 bytes)
32.89/33.01	c 33	2 (10%) CSP clauses are encoded (136098 clauses, 8032132 bytes)
63.06/63.37	c 63	4 (20%) CSP clauses are encoded (270036 clauses, 16101233 bytes)
94.23/94.61	c 94	6 (30%) CSP clauses are encoded (403974 clauses, 24425955 bytes)
125.00/125.60	c 125	8 (40%) CSP clauses are encoded (537912 clauses, 32750677 bytes)
155.77/156.45	c 156	10 (50%) CSP clauses are encoded (671850 clauses, 41075828 bytes)
181.16/181.98	c 182	12 (60%) CSP clauses are encoded (791288 clauses, 47984945 bytes)
206.76/207.65	c 207	14 (70%) CSP clauses are encoded (910726 clauses, 55402403 bytes)
232.44/233.40	c 233	16 (80%) CSP clauses are encoded (1030164 clauses, 64406039 bytes)
257.84/258.98	c 259	18 (90%) CSP clauses are encoded (1149602 clauses, 73409675 bytes)
270.49/271.60	c 271	19 (100%) CSP clauses are encoded (1209321 clauses, 77911493 bytes)
270.49/271.61	c 271	19 CSP clauses encoded
270.49/271.61	c 271	Writing map file : HOME/temp.map
270.49/271.61	c 271	Heap : 74 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
270.49/271.61	c 271	SAT : 2250 SAT variables, 1209321 SAT clauses, 77911493 bytes
270.49/271.61	c 271	Heap : 74 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
270.49/271.66	c 271	SOLVING HOME/temp.cnf
270.49/271.66	c 271	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
270.49/271.67	c 271	This is MiniSat 2.0 beta
270.49/271.67	c 271	WARNING: for repeatability, setting FPU to use double precision
270.49/271.67	c 271	============================[ Problem Statistics ]=============================
270.49/271.67	c 271	|                                                                             |
270.49/271.67	c 271	|  Number of variables:  2250                                                 |
270.49/271.67	c 271	|  Number of clauses:    1209321                                              |
272.17/273.38	c 273	|  Parsing time:         1.54         s                                       |
272.26/273.48	c 273	============================[ Search Statistics ]==============================
272.26/273.48	c 273	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
272.26/273.48	c 273	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
272.26/273.48	c 273	===============================================================================
272.26/273.48	c 273	|         0 |    2250  1209321 15348846 |   403107        0    nan |  0.000 % |
272.36/273.52	c 273	|       100 |    2250  1209321 15348846 |   443417      100      5 |  0.000 % |
272.36/273.59	c 273	|       250 |    2250  1209321 15348846 |   487759      250      6 |  0.001 % |
272.46/273.69	c 273	|       475 |    2247  1209321 15348846 |   536535      472      7 |  0.134 % |
272.77/273.98	c 274	|       812 |    2247  1209321 15348846 |   590188      809      8 |  0.134 % |
272.96/274.14	c 274	|      1318 |    2247  1209321 15348846 |   649207     1315      8 |  0.134 % |
273.06/274.28	c 274	|      2078 |    2247  1209321 15348846 |   714128     2075      9 |  0.133 % |
273.36/274.55	c 274	|      3217 |    2246  1209321 15348846 |   785541     3213      9 |  0.178 % |
273.66/274.86	c 274	|      4925 |    2246  1209321 15348846 |   864095     4921      9 |  0.178 % |
274.15/275.37	c 275	|      7487 |    2246  1209321 15348846 |   950505     7483      9 |  0.178 % |
274.96/276.11	c 276	|     11331 |    2245  1209321 15348846 |  1045555    11326     10 |  0.222 % |
287.69/288.94	c 289	|     17097 |    2245  1209321 15348846 |  1150111    17090     11 |  0.311 % |
311.97/313.31	c 313	|     25746 |    2245  1209321 15348846 |  1265122    25737     12 |  0.400 % |
348.59/350.13	c 350	|     38721 |    2245  1209321 15348846 |  1391634    38712     13 |  0.401 % |
402.38/404.05	c 404	|     58182 |    2242  1209321 15348846 |  1530798    58172     14 |  0.533 % |
504.64/506.39	c 506	|     87375 |    2242  1209321 15348846 |  1683877    87365     15 |  0.534 % |
663.87/665.68	c 665	|    131164 |    2242  1209321 15348846 |  1852265   131154     15 |  0.534 % |
902.29/904.15	c 904	|    196848 |    2239  1209321 15348846 |  2037492   196837     16 |  0.711 % |
1328.42/1330.44	c 1330	|    295375 |    2234  1204722 15290049 |  2241241   283087     18 |  0.711 % |
1800.04/1802.21	c ERROR INTERRUPTED
1800.04/1802.24	s UNKNOWN
1800.04/1802.24	c 1802	CPU 270.55 (0.05 0.02 269.7 0.78)
1800.04/1802.24	c 1802	END Sun Jul 12 00:51:46 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-2069905-1247350903/watcher-2069905-1247350903 -o /tmp/evaluation-result-2069905-1247350903/solver-2069905-1247350903 -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-2069905-1247350903.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: 0.64 1.59 1.96 3/67 18100
/proc/meminfo: memFree=1923784/2055920 swapFree=4192812/4192956
[pid=18100] ppid=18098 vsize=12272 CPUtime=0
/proc/18100/stat : 18100 (sugar) R 18098 18100 17396 0 -1 4194304 396 0 0 0 0 0 0 0 18 0 1 0 22157744 12566528 364 996147200 4194304 4206940 548682068608 18446744073709551615 244680014846 0 0 4224 0 0 0 0 17 0 0 0
/proc/18100/statm: 3068 364 274 3 0 168 0

[startup+0.0757139 s]
/proc/loadavg: 0.64 1.59 1.96 3/67 18100
/proc/meminfo: memFree=1923784/2055920 swapFree=4192812/4192956
[pid=18100] ppid=18098 vsize=16868 CPUtime=0.06
/proc/18100/stat : 18100 (sugar) S 18098 18100 17396 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 22157744 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18100/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.101713 s]
/proc/loadavg: 0.64 1.59 1.96 3/67 18100
/proc/meminfo: memFree=1923784/2055920 swapFree=4192812/4192956
[pid=18100] ppid=18098 vsize=16868 CPUtime=0.06
/proc/18100/stat : 18100 (sugar) S 18098 18100 17396 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 22157744 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18100/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301743 s]
/proc/loadavg: 0.64 1.59 1.96 3/67 18100
/proc/meminfo: memFree=1923784/2055920 swapFree=4192812/4192956
[pid=18100] ppid=18098 vsize=16868 CPUtime=0.06
/proc/18100/stat : 18100 (sugar) S 18098 18100 17396 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 22157744 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18100/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701779 s]
/proc/loadavg: 0.64 1.59 1.96 3/67 18100
/proc/meminfo: memFree=1923784/2055920 swapFree=4192812/4192956
[pid=18100] ppid=18098 vsize=16868 CPUtime=0.34
/proc/18100/stat : 18100 (sugar) S 18098 18100 17396 0 -1 4194304 1309 6602 0 1 5 1 24 4 15 0 1 0 22157744 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18100/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 16868

[startup+1.50186 s]
/proc/loadavg: 0.64 1.59 1.96 4/83 18132
/proc/meminfo: memFree=1892424/2055920 swapFree=4192812/4192956
[pid=18100] ppid=18098 vsize=16868 CPUtime=0.34
/proc/18100/stat : 18100 (sugar) S 18098 18100 17396 0 -1 4194304 1309 6602 0 1 5 1 24 4 15 0 1 0 22157744 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18100/statm: 4217 1111 409 3 0 796 0
[pid=18113] ppid=18100 vsize=5356 CPUtime=0
/proc/18113/stat : 18113 (sh) S 18100 18100 17396 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22157778 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18113/statm: 1339 233 193 169 0 50 0
[pid=18114] ppid=18113 vsize=865116 CPUtime=1.18
/proc/18114/stat : 18114 (java) S 18113 18100 17396 0 -1 0 13590 0 1 0 113 5 0 0 18 0 9 0 22157778 885878784 12768 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18114/statm: 216279 12768 2566 9 0 210784 0
[pid=18114/tid=18115] ppid=18113 vsize=865116 CPUtime=0.54
/proc/18114/task/18115/stat : 18115 (java) S 18113 18100 17396 0 -1 64 2946 0 1 0 53 1 0 0 16 0 9 0 22157779 885878784 12769 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18114/tid=18116] ppid=18113 vsize=865116 CPUtime=0.58
/proc/18114/task/18116/stat : 18116 (java) R 18113 18100 17396 0 -1 64 9615 0 0 0 55 3 0 0 21 0 9 0 22157781 885878784 12770 996147200 134512640 134550932 4294955936 18446744073709551615 102709360 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18114/tid=18117] ppid=18113 vsize=865116 CPUtime=0
/proc/18114/task/18117/stat : 18117 (java) S 18113 18100 17396 0 -1 64 15 0 0 0 0 0 0 0 15 0 9 0 22157781 885878784 12771 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18114/tid=18118] ppid=18113 vsize=865116 CPUtime=0
/proc/18114/task/18118/stat : 18118 (java) S 18113 18100 17396 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22157781 885878784 12771 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18114/tid=18119] ppid=18113 vsize=865116 CPUtime=0
/proc/18114/task/18119/stat : 18119 (java) S 18113 18100 17396 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 22157783 885878784 12772 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18114/tid=18120] ppid=18113 vsize=865116 CPUtime=0.04
/proc/18114/task/18120/stat : 18120 (java) S 18113 18100 17396 0 -1 64 332 0 0 0 4 0 0 0 16 0 9 0 22157783 885878784 12773 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18114/tid=18121] ppid=18113 vsize=865116 CPUtime=0
/proc/18114/task/18121/stat : 18121 (java) S 18113 18100 17396 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 22157783 885878784 12775 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18114/tid=18122] ppid=18113 vsize=865116 CPUtime=0
/proc/18114/task/18122/stat : 18122 (java) S 18113 18100 17396 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22157783 885878784 12777 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 887340

[startup+3.10203 s]
/proc/loadavg: 0.64 1.59 1.96 3/84 18133
/proc/meminfo: memFree=1845248/2055920 swapFree=4192812/4192956
[pid=18100] ppid=18098 vsize=16868 CPUtime=0.34
/proc/18100/stat : 18100 (sugar) S 18098 18100 17396 0 -1 4194304 1311 6602 0 1 5 1 24 4 15 0 1 0 22157744 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18100/statm: 4217 1112 409 3 0 796 0
[pid=18113] ppid=18100 vsize=5356 CPUtime=0
/proc/18113/stat : 18113 (sh) S 18100 18100 17396 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22157778 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18113/statm: 1339 233 193 169 0 50 0
[pid=18114] ppid=18113 vsize=865232 CPUtime=2.78
/proc/18114/stat : 18114 (java) S 18113 18100 17396 0 -1 0 21070 0 1 0 269 9 0 0 18 0 9 0 22157778 885997568 20163 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18114/statm: 216308 20163 2590 9 0 210785 0
[pid=18114/tid=18115] ppid=18113 vsize=865232 CPUtime=1.36
/proc/18114/task/18115/stat : 18115 (java) R 18113 18100 17396 0 -1 64 3621 0 1 0 135 1 0 0 21 0 9 0 22157779 885997568 20163 996147200 134512640 134550932 4294955936 18446744073709551615 4126602313 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18114/tid=18116] ppid=18113 vsize=865232 CPUtime=1.32
/proc/18114/task/18116/stat : 18116 (java) S 18113 18100 17396 0 -1 64 16394 0 0 0 126 6 0 0 16 0 9 0 22157781 885997568 20163 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18114/tid=18117] ppid=18113 vsize=865232 CPUtime=0
/proc/18114/task/18117/stat : 18117 (java) S 18113 18100 17396 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22157781 885997568 20163 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18114/tid=18118] ppid=18113 vsize=865232 CPUtime=0
/proc/18114/task/18118/stat : 18118 (java) S 18113 18100 17396 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22157781 885997568 20163 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18114/tid=18119] ppid=18113 vsize=865232 CPUtime=0
/proc/18114/task/18119/stat : 18119 (java) S 18113 18100 17396 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 22157783 885997568 20163 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18114/tid=18120] ppid=18113 vsize=865232 CPUtime=0.07
/proc/18114/task/18120/stat : 18120 (java) S 18113 18100 17396 0 -1 64 356 0 0 0 7 0 0 0 16 0 9 0 22157783 885997568 20163 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18114/tid=18121] ppid=18113 vsize=865232 CPUtime=0
/proc/18114/task/18121/stat : 18121 (java) S 18113 18100 17396 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 22157783 885997568 20163 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18114/tid=18122] ppid=18113 vsize=865232 CPUtime=0
/proc/18114/task/18122/stat : 18122 (java) S 18113 18100 17396 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22157783 885997568 20163 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 887456

[startup+6.30236 s]
/proc/loadavg: 0.75 1.60 1.96 3/84 18133
/proc/meminfo: memFree=1835776/2055920 swapFree=4192812/4192956
[pid=18100] ppid=18098 vsize=16868 CPUtime=0.34
/proc/18100/stat : 18100 (sugar) S 18098 18100 17396 0 -1 4194304 1311 6602 0 1 5 1 24 4 15 0 1 0 22157744 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18100/statm: 4217 1112 409 3 0 796 0
[pid=18113] ppid=18100 vsize=5356 CPUtime=0
/proc/18113/stat : 18113 (sh) S 18100 18100 17396 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22157778 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18113/statm: 1339 233 193 169 0 50 0
[pid=18114] ppid=18113 vsize=865232 CPUtime=5.96
/proc/18114/stat : 18114 (java) S 18113 18100 17396 0 -1 0 21331 0 1 0 587 9 0 0 18 0 9 0 22157778 885997568 20419 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18114/statm: 216308 20419 2590 9 0 210785 0
[pid=18114/tid=18115] ppid=18113 vsize=865232 CPUtime=4.52
/proc/18114/task/18115/stat : 18115 (java) R 18113 18100 17396 0 -1 64 3626 0 1 0 451 1 0 0 25 0 9 0 22157779 885997568 20419 996147200 134512640 134550932 4294955936 18446744073709551615 4126476383 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18114/tid=18116] ppid=18113 vsize=865232 CPUtime=1.33
/proc/18114/task/18116/stat : 18116 (java) S 18113 18100 17396 0 -1 64 16650 0 0 0 127 6 0 0 16 0 9 0 22157781 885997568 20419 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18114/tid=18117] ppid=18113 vsize=865232 CPUtime=0
/proc/18114/task/18117/stat : 18117 (java) S 18113 18100 17396 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22157781 885997568 20419 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18114/tid=18118] ppid=18113 vsize=865232 CPUtime=0
/proc/18114/task/18118/stat : 18118 (java) S 18113 18100 17396 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22157781 885997568 20419 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18114/tid=18119] ppid=18113 vsize=865232 CPUtime=0
/proc/18114/task/18119/stat : 18119 (java) S 18113 18100 17396 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 22157783 885997568 20419 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18114/tid=18120] ppid=18113 vsize=865232 CPUtime=0.07
/proc/18114/task/18120/stat : 18120 (java) S 18113 18100 17396 0 -1 64 356 0 0 0 7 0 0 0 16 0 9 0 22157783 885997568 20419 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18114/tid=18121] ppid=18113 vsize=865232 CPUtime=0
/proc/18114/task/18121/stat : 18121 (java) S 18113 18100 17396 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 22157783 885997568 20419 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18114/tid=18122] ppid=18113 vsize=865232 CPUtime=0
/proc/18114/task/18122/stat : 18122 (java) S 18113 18100 17396 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22157783 885997568 20419 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 887456

[startup+12.702 s]
/proc/loadavg: 0.85 1.61 1.96 3/84 18133
/proc/meminfo: memFree=1830784/2055920 swapFree=4192812/4192956
[pid=18100] ppid=18098 vsize=16868 CPUtime=0.34
/proc/18100/stat : 18100 (sugar) S 18098 18100 17396 0 -1 4194304 1311 6602 0 1 5 1 24 4 15 0 1 0 22157744 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18100/statm: 4217 1112 409 3 0 796 0
[pid=18113] ppid=18100 vsize=5356 CPUtime=0
/proc/18113/stat : 18113 (sh) S 18100 18100 17396 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22157778 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18113/statm: 1339 233 193 169 0 50 0
[pid=18114] ppid=18113 vsize=865232 CPUtime=12.33
/proc/18114/stat : 18114 (java) S 18113 18100 17396 0 -1 0 22705 0 1 0 1223 10 0 0 18 0 9 0 22157778 885997568 21771 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18114/statm: 216308 21771 2590 9 0 210785 0
[pid=18114/tid=18115] ppid=18113 vsize=865232 CPUtime=10.83
/proc/18114/task/18115/stat : 18115 (java) R 18113 18100 17396 0 -1 64 3648 0 1 0 1081 2 0 0 25 0 9 0 22157779 885997568 21771 996147200 134512640 134550932 4294955936 18446744073709551615 4126582245 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18114/tid=18116] ppid=18113 vsize=865232 CPUtime=1.41
/proc/18114/task/18116/stat : 18116 (java) S 18113 18100 17396 0 -1 64 18002 0 0 0 134 7 0 0 16 0 9 0 22157781 885997568 21771 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18114/tid=18117] ppid=18113 vsize=865232 CPUtime=0
/proc/18114/task/18117/stat : 18117 (java) S 18113 18100 17396 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22157781 885997568 21771 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18114/tid=18118] ppid=18113 vsize=865232 CPUtime=0
/proc/18114/task/18118/stat : 18118 (java) S 18113 18100 17396 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22157781 885997568 21771 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18114/tid=18119] ppid=18113 vsize=865232 CPUtime=0
/proc/18114/task/18119/stat : 18119 (java) S 18113 18100 17396 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 22157783 885997568 21771 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18114/tid=18120] ppid=18113 vsize=865232 CPUtime=0.07
/proc/18114/task/18120/stat : 18120 (java) S 18113 18100 17396 0 -1 64 356 0 0 0 7 0 0 0 16 0 9 0 22157783 885997568 21771 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18114/tid=18121] ppid=18113 vsize=865232 CPUtime=0
/proc/18114/task/18121/stat : 18121 (java) S 18113 18100 17396 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 22157783 885997568 21771 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18114/tid=18122] ppid=18113 vsize=865232 CPUtime=0
/proc/18114/task/18122/stat : 18122 (java) S 18113 18100 17396 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22157783 885997568 21771 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 887456

[startup+25.5014 s]
/proc/loadavg: 1.10 1.62 1.96 3/84 18133
/proc/meminfo: memFree=1819776/2055920 swapFree=4192812/4192956
[pid=18100] ppid=18098 vsize=16868 CPUtime=0.34
/proc/18100/stat : 18100 (sugar) S 18098 18100 17396 0 -1 4194304 1311 6602 0 1 5 1 24 4 15 0 1 0 22157744 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18100/statm: 4217 1112 409 3 0 796 0
[pid=18113] ppid=18100 vsize=5356 CPUtime=0
/proc/18113/stat : 18113 (sh) S 18100 18100 17396 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22157778 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18113/statm: 1339 233 193 169 0 50 0
[pid=18114] ppid=18113 vsize=865232 CPUtime=25.07
/proc/18114/stat : 18114 (java) S 18113 18100 17396 0 -1 0 24360 0 1 0 2494 13 0 0 18 0 9 0 22157778 885997568 23377 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18114/statm: 216308 23377 2590 9 0 210785 0
[pid=18114/tid=18115] ppid=18113 vsize=865232 CPUtime=23.44
/proc/18114/task/18115/stat : 18115 (java) R 18113 18100 17396 0 -1 64 3697 0 1 0 2340 4 0 0 25 0 9 0 22157779 885997568 23377 996147200 134512640 134550932 4294955936 18446744073709551615 102523992 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18114/tid=18116] ppid=18113 vsize=865232 CPUtime=1.53
/proc/18114/task/18116/stat : 18116 (java) S 18113 18100 17396 0 -1 64 19604 0 0 0 145 8 0 0 16 0 9 0 22157781 885997568 23377 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18114/tid=18117] ppid=18113 vsize=865232 CPUtime=0
/proc/18114/task/18117/stat : 18117 (java) S 18113 18100 17396 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22157781 885997568 23377 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18114/tid=18118] ppid=18113 vsize=865232 CPUtime=0
/proc/18114/task/18118/stat : 18118 (java) S 18113 18100 17396 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22157781 885997568 23377 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18114/tid=18119] ppid=18113 vsize=865232 CPUtime=0

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

/proc/meminfo: memFree=1687808/2055920 swapFree=4192812/4192956
[pid=18100] ppid=18098 vsize=16868 CPUtime=270.55
/proc/18100/stat : 18100 (sugar) S 18098 18100 17396 0 -1 4194304 1377 60714 0 2 5 2 26970 78 16 0 1 0 22157744 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18100/statm: 4217 1113 409 3 0 796 0
[pid=18134] ppid=18100 vsize=5356 CPUtime=0
/proc/18134/stat : 18134 (sh) S 18100 18100 17396 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22184911 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18134/statm: 1339 232 193 169 0 50 0
[pid=18135] ppid=18134 vsize=144276 CPUtime=1029.78
/proc/18135/stat : 18135 (minisat) R 18134 18100 17396 0 -1 4194304 35207 0 0 0 102948 30 0 0 25 0 1 0 22184911 147738624 35193 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18135/statm: 36069 35193 76 150 0 35916 0
Current children cumulated CPU time (s) 1300.33
Current children cumulated vsize (KiB) 166500

[startup+1362.3 s]
/proc/loadavg: 2.15 2.00 1.98 3/77 18224
/proc/meminfo: memFree=1686392/2055920 swapFree=4192812/4192956
[pid=18100] ppid=18098 vsize=16868 CPUtime=270.55
/proc/18100/stat : 18100 (sugar) S 18098 18100 17396 0 -1 4194304 1377 60714 0 2 5 2 26970 78 16 0 1 0 22157744 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18100/statm: 4217 1113 409 3 0 796 0
[pid=18134] ppid=18100 vsize=5356 CPUtime=0
/proc/18134/stat : 18134 (sh) S 18100 18100 17396 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22184911 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18134/statm: 1339 232 193 169 0 50 0
[pid=18135] ppid=18134 vsize=145644 CPUtime=1089.76
/proc/18135/stat : 18135 (minisat) R 18134 18100 17396 0 -1 4194304 35551 0 0 0 108945 31 0 0 25 0 1 0 22184911 149139456 35537 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18135/statm: 36411 35537 76 150 0 36258 0
Current children cumulated CPU time (s) 1360.31
Current children cumulated vsize (KiB) 167868

[startup+1422.31 s]
/proc/loadavg: 2.11 2.02 1.99 3/77 18224
/proc/meminfo: memFree=1685112/2055920 swapFree=4192812/4192956
[pid=18100] ppid=18098 vsize=16868 CPUtime=270.55
/proc/18100/stat : 18100 (sugar) S 18098 18100 17396 0 -1 4194304 1377 60714 0 2 5 2 26970 78 16 0 1 0 22157744 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18100/statm: 4217 1113 409 3 0 796 0
[pid=18134] ppid=18100 vsize=5356 CPUtime=0
/proc/18134/stat : 18134 (sh) S 18100 18100 17396 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22184911 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18134/statm: 1339 232 193 169 0 50 0
[pid=18135] ppid=18134 vsize=146936 CPUtime=1149.74
/proc/18135/stat : 18135 (minisat) R 18134 18100 17396 0 -1 4194304 35872 0 0 0 114942 32 0 0 25 0 1 0 22184911 150462464 35858 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 0 0 0
/proc/18135/statm: 36734 35858 76 150 0 36581 0
Current children cumulated CPU time (s) 1420.29
Current children cumulated vsize (KiB) 169160

[startup+1482.3 s]
/proc/loadavg: 2.10 2.03 1.99 3/77 18224
/proc/meminfo: memFree=1683768/2055920 swapFree=4192812/4192956
[pid=18100] ppid=18098 vsize=16868 CPUtime=270.55
/proc/18100/stat : 18100 (sugar) S 18098 18100 17396 0 -1 4194304 1377 60714 0 2 5 2 26970 78 16 0 1 0 22157744 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18100/statm: 4217 1113 409 3 0 796 0
[pid=18134] ppid=18100 vsize=5356 CPUtime=0
/proc/18134/stat : 18134 (sh) S 18100 18100 17396 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22184911 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18134/statm: 1339 232 193 169 0 50 0
[pid=18135] ppid=18134 vsize=148776 CPUtime=1209.71
/proc/18135/stat : 18135 (minisat) R 18134 18100 17396 0 -1 4194304 36199 0 0 0 120939 32 0 0 25 0 1 0 22184911 152346624 36185 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/18135/statm: 37194 36185 76 150 0 37041 0
Current children cumulated CPU time (s) 1480.26
Current children cumulated vsize (KiB) 171000

[startup+1542.3 s]
/proc/loadavg: 2.09 2.03 2.00 3/77 18224
/proc/meminfo: memFree=1682552/2055920 swapFree=4192812/4192956
[pid=18100] ppid=18098 vsize=16868 CPUtime=270.55
/proc/18100/stat : 18100 (sugar) S 18098 18100 17396 0 -1 4194304 1377 60714 0 2 5 2 26970 78 16 0 1 0 22157744 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18100/statm: 4217 1113 409 3 0 796 0
[pid=18134] ppid=18100 vsize=5356 CPUtime=0
/proc/18134/stat : 18134 (sh) S 18100 18100 17396 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22184911 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18134/statm: 1339 232 193 169 0 50 0
[pid=18135] ppid=18134 vsize=149864 CPUtime=1269.68
/proc/18135/stat : 18135 (minisat) R 18134 18100 17396 0 -1 4194304 36489 0 0 0 126936 32 0 0 25 0 1 0 22184911 153460736 36475 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18135/statm: 37466 36475 76 150 0 37313 0
Current children cumulated CPU time (s) 1540.23
Current children cumulated vsize (KiB) 172088

[startup+1602.3 s]
/proc/loadavg: 2.08 2.04 2.00 3/77 18224
/proc/meminfo: memFree=1681528/2055920 swapFree=4192812/4192956
[pid=18100] ppid=18098 vsize=16868 CPUtime=270.55
/proc/18100/stat : 18100 (sugar) S 18098 18100 17396 0 -1 4194304 1377 60714 0 2 5 2 26970 78 16 0 1 0 22157744 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18100/statm: 4217 1113 409 3 0 796 0
[pid=18134] ppid=18100 vsize=5356 CPUtime=0
/proc/18134/stat : 18134 (sh) S 18100 18100 17396 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22184911 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18134/statm: 1339 232 193 169 0 50 0
[pid=18135] ppid=18134 vsize=150800 CPUtime=1329.67
/proc/18135/stat : 18135 (minisat) R 18134 18100 17396 0 -1 4194304 36743 0 0 0 132934 33 0 0 25 0 1 0 22184911 154419200 36729 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18135/statm: 37700 36729 76 150 0 37547 0
Current children cumulated CPU time (s) 1600.22
Current children cumulated vsize (KiB) 173024

[startup+1662.3 s]
/proc/loadavg: 2.07 2.04 2.00 3/77 18224
/proc/meminfo: memFree=1680184/2055920 swapFree=4192812/4192956
[pid=18100] ppid=18098 vsize=16868 CPUtime=270.55
/proc/18100/stat : 18100 (sugar) S 18098 18100 17396 0 -1 4194304 1377 60714 0 2 5 2 26970 78 16 0 1 0 22157744 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18100/statm: 4217 1113 409 3 0 796 0
[pid=18134] ppid=18100 vsize=5356 CPUtime=0
/proc/18134/stat : 18134 (sh) S 18100 18100 17396 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22184911 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18134/statm: 1339 232 193 169 0 50 0
[pid=18135] ppid=18134 vsize=152048 CPUtime=1389.64
/proc/18135/stat : 18135 (minisat) R 18134 18100 17396 0 -1 4194304 37044 0 0 0 138931 33 0 0 25 0 1 0 22184911 155697152 37030 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18135/statm: 38012 37030 76 150 0 37859 0
Current children cumulated CPU time (s) 1660.19
Current children cumulated vsize (KiB) 174272

[startup+1722.3 s]
/proc/loadavg: 2.26 2.10 2.02 3/77 18226
/proc/meminfo: memFree=1678904/2055920 swapFree=4192812/4192956
[pid=18100] ppid=18098 vsize=16868 CPUtime=270.55
/proc/18100/stat : 18100 (sugar) S 18098 18100 17396 0 -1 4194304 1377 60714 0 2 5 2 26970 78 16 0 1 0 22157744 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18100/statm: 4217 1113 409 3 0 796 0
[pid=18134] ppid=18100 vsize=5356 CPUtime=0
/proc/18134/stat : 18134 (sh) S 18100 18100 17396 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22184911 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18134/statm: 1339 232 193 169 0 50 0
[pid=18135] ppid=18134 vsize=153180 CPUtime=1449.61
/proc/18135/stat : 18135 (minisat) R 18134 18100 17396 0 -1 4194304 37338 0 0 0 144928 33 0 0 25 0 1 0 22184911 156856320 37324 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18135/statm: 38295 37324 76 150 0 38142 0
Current children cumulated CPU time (s) 1720.16
Current children cumulated vsize (KiB) 175404

[startup+1782.3 s]
/proc/loadavg: 2.13 2.09 2.02 3/77 18226
/proc/meminfo: memFree=1677624/2055920 swapFree=4192812/4192956
[pid=18100] ppid=18098 vsize=16868 CPUtime=270.55
/proc/18100/stat : 18100 (sugar) S 18098 18100 17396 0 -1 4194304 1377 60714 0 2 5 2 26970 78 16 0 1 0 22157744 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18100/statm: 4217 1113 409 3 0 796 0
[pid=18134] ppid=18100 vsize=5356 CPUtime=0
/proc/18134/stat : 18134 (sh) S 18100 18100 17396 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22184911 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18134/statm: 1339 232 193 169 0 50 0
[pid=18135] ppid=18134 vsize=154484 CPUtime=1509.6
/proc/18135/stat : 18135 (minisat) R 18134 18100 17396 0 -1 4194304 37650 0 0 0 150926 34 0 0 25 0 1 0 22184911 158191616 37636 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18135/statm: 38621 37636 76 150 0 38468 0
Current children cumulated CPU time (s) 1780.15
Current children cumulated vsize (KiB) 176708



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.2 s]
/proc/loadavg: 2.09 2.08 2.02 3/77 18226
/proc/meminfo: memFree=1677304/2055920 swapFree=4192812/4192956
[pid=18100] ppid=18098 vsize=16868 CPUtime=270.55
/proc/18100/stat : 18100 (sugar) S 18098 18100 17396 0 -1 4194304 1377 60714 0 2 5 2 26970 78 16 0 1 0 22157744 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18100/statm: 4217 1113 409 3 0 796 0
[pid=18134] ppid=18100 vsize=5356 CPUtime=0
/proc/18134/stat : 18134 (sh) S 18100 18100 17396 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22184911 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18134/statm: 1339 232 193 169 0 50 0
[pid=18135] ppid=18134 vsize=154748 CPUtime=1529.49
/proc/18135/stat : 18135 (minisat) R 18134 18100 17396 0 -1 4194304 37740 0 0 0 152915 34 0 0 25 0 1 0 22184911 158461952 37726 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18135/statm: 38687 37726 76 150 0 38534 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 176972

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 18100 and gives
#  childrusage.ru_utime.tv_sec=269
#  childrusage.ru_utime.tv_usec=761989
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=844871
# CPU time returned by wait4() is 270.607
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1802.27
CPU time (s): 1800.04
CPU user time (s): 1798.9
CPU system time (s): 1.14
CPU usage (%): 99.8763
Max. virtual memory (cumulated for all children) (KiB): 898252

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 269.762
system time used= 0.844871
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62473
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= 15920
involuntary context switches= 19307

runsolver used 2.74658 second user time and 5.45817 second system time

The end

Launcher Data

Begin job on node7 at 2009-07-12 00:21:44
IDJOB=2069905
IDBENCH=55105
IDSOLVER=739
FILE ID=node7/2069905-1247350903
PBS_JOBID= 9506882
Free space on /tmp= 66092 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/wordsVg/normalized-crossword-m1c-words-vg9-10_ext.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2069905-1247350903/watcher-2069905-1247350903 -o /tmp/evaluation-result-2069905-1247350903/solver-2069905-1247350903 -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-2069905-1247350903.xml

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

MD5SUM BENCH= 96f652eb0d51fbb18476f976791c6064
RANDOM SEED=490241779

node7.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.231
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.231
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1924264 kB
Buffers:          8976 kB
Cached:          61880 kB
SwapCached:          0 kB
Active:          65392 kB
Inactive:        20968 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1924264 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1812 kB
Writeback:           0 kB
Mapped:          25316 kB
Slab:            31032 kB
Committed_AS:   115272 kB
PageTables:       1664 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= 66092 MiB
End job on node7 at 2009-07-12 00:51:48