Trace number 2066286

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.08 1805.72

General information on the benchmark

Namecsp/pseudo/chnl/
normalized-chnl-40-50.xml
MD5SUMb1915226816e1e7cb0d07198fea8fed9
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables4000
Number of constraints180
Maximum constraint arity50
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension180
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sat Jul 11 21:56:16 2009
0.00/0.08	c 0	PID 13935
0.06/0.08	c 0	HOST node71.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2066286-1247342176.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2066286-1247342176.xml' 'HOME/temp.csp'
0.06/0.71	c 1	1 domains, 4000 variables, 2 predicates, 0 relations, 180 constraints
0.06/0.77	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.77	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.68/0.84	c 1	Parsing HOME/temp.csp
0.99/1.11	c 1	parsed 4183 expressions
0.99/1.12	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.99/1.12	c 1	Converting to clausal form CSP
0.99/1.14	c 1	converted 419 (10%) expressions
0.99/1.15	c 1	converted 837 (20%) expressions
0.99/1.15	c 1	converted 1255 (30%) expressions
0.99/1.17	c 1	converted 1674 (40%) expressions
0.99/1.17	c 1	converted 2092 (50%) expressions
0.99/1.17	c 1	converted 2510 (60%) expressions
0.99/1.17	c 1	converted 2929 (70%) expressions
0.99/1.17	c 1	converted 3347 (80%) expressions
0.99/1.17	c 1	converted 3765 (90%) expressions
1.58/1.73	c 2	converted 4183 (100%) expressions
1.58/1.73	c 2	CSP : 5620 integers, 0 booleans, 3420 clauses, largest domain size 15
1.58/1.73	c 2	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.58/1.73	c 2	Propagation in CSP
1.68/1.84	c 2	3520 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.68/1.84	c 2	CSP : 5620 integers, 0 booleans, 3420 clauses, largest domain size 15
1.68/1.84	c 2	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.68/1.85	c 2	Simplifing CSP by introducing new Boolean variables
1.68/1.86	c 2	CSP : 5620 integers, 0 booleans, 3420 clauses, largest domain size 15
1.68/1.86	c 2	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.79/1.90	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.79/1.91	c 2	562 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.79/1.92	c 2	1124 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.79/1.92	c 2	1686 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.79/1.93	c 2	2248 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.79/1.93	c 2	2810 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.79/1.93	c 2	3372 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.79/1.93	c 2	3934 (70%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.79/1.94	c 2	4496 (80%) CSP integer variables are encoded (3911 clauses, 50907 bytes)
1.79/1.94	c 2	5058 (90%) CSP integer variables are encoded (7100 clauses, 95915 bytes)
1.79/1.95	c 2	5620 (100%) CSP integer variables are encoded (7100 clauses, 95915 bytes)
1.98/2.17	c 2	342 (10%) CSP clauses are encoded (36170 clauses, 715499 bytes)
2.18/2.37	c 2	684 (20%) CSP clauses are encoded (65240 clauses, 1394795 bytes)
2.37/2.58	c 2	1026 (30%) CSP clauses are encoded (94310 clauses, 2104427 bytes)
2.58/2.79	c 3	1368 (40%) CSP clauses are encoded (123380 clauses, 2814059 bytes)
2.78/3.00	c 3	1710 (50%) CSP clauses are encoded (152450 clauses, 3557130 bytes)
3.17/3.33	c 3	2052 (60%) CSP clauses are encoded (170640 clauses, 3999454 bytes)
3.67/3.80	c 4	2394 (70%) CSP clauses are encoded (175230 clauses, 4057723 bytes)
4.06/4.28	c 4	2736 (80%) CSP clauses are encoded (179820 clauses, 4117114 bytes)
4.55/4.78	c 5	3078 (90%) CSP clauses are encoded (184410 clauses, 4180042 bytes)
5.04/5.28	c 5	3420 (100%) CSP clauses are encoded (189000 clauses, 4242970 bytes)
5.04/5.28	c 5	3420 CSP clauses encoded
5.04/5.28	c 5	Writing map file : HOME/temp.map
5.14/5.30	c 5	Heap : 3 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
5.14/5.30	c 5	SAT : 12720 SAT variables, 189000 SAT clauses, 4242970 bytes
5.14/5.30	c 5	Heap : 3 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
5.14/5.33	c 5	SOLVING HOME/temp.cnf
5.14/5.33	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
5.14/5.34	c 5	This is MiniSat 2.0 beta
5.14/5.34	c 5	WARNING: for repeatability, setting FPU to use double precision
5.14/5.34	c 5	============================[ Problem Statistics ]=============================
5.14/5.34	c 5	|                                                                             |
5.14/5.34	c 5	|  Number of variables:  12720                                                |
5.14/5.34	c 5	|  Number of clauses:    189000                                               |
5.22/5.46	c 5	|  Parsing time:         0.10         s                                       |
5.22/5.47	c 5	============================[ Search Statistics ]==============================
5.22/5.47	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.22/5.47	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.22/5.47	c 5	===============================================================================
5.22/5.47	c 5	|         0 |   12720   189000   716860 |    63000        0    nan |  0.000 % |
5.22/5.49	c 5	|       101 |   12720   189000   716860 |    69300      101    126 |  0.000 % |
5.32/5.50	c 5	|       251 |   12720   189000   716860 |    76230      251     59 |  0.000 % |
5.32/5.57	c 5	|       477 |   12720   189000   716860 |    83853      477     78 |  0.000 % |
5.32/5.59	c 5	|       815 |   12720   189000   716860 |    92238      815     53 |  0.000 % |
5.41/5.68	c 6	|      1322 |   12720   189000   716860 |   101462     1322     71 |  0.000 % |
5.51/5.74	c 6	|      2081 |   12720   189000   716860 |   111608     2081     55 |  0.000 % |
5.72/5.90	c 6	|      3220 |   12720   189000   716860 |   122769     3220     69 |  0.000 % |
5.82/6.06	c 6	|      4929 |   12720   189000   716860 |   135046     4929     58 |  0.000 % |
6.21/6.49	c 6	|      7492 |   12720   189000   716860 |   148550     7492     67 |  0.000 % |
6.90/7.15	c 7	|     11336 |   12720   189000   716860 |   163405    11336     71 |  0.000 % |
7.90/8.17	c 8	|     17102 |   12720   189000   716860 |   179746    17102     72 |  0.000 % |
9.28/9.50	c 9	|     25751 |   12720   189000   716860 |   197720    25751     63 |  0.000 % |
14.73/15.08	c 15	|     38725 |   12720   189000   716860 |   217493    38725    100 |  0.000 % |
19.49/19.90	c 20	|     58186 |   12720   189000   716860 |   239242    58186     80 |  0.000 % |
31.37/31.88	c 32	|     87379 |   12720   189000   716860 |   263166    87379     76 |  0.000 % |
59.20/59.98	c 60	|    131168 |   12720   189000   716860 |   289483   131168     93 |  0.000 % |
180.95/182.82	c 183	|    196852 |   12720   189000   716860 |   318431   196852    120 |  0.000 % |
359.93/363.58	c 363	|    295379 |   12720   189000   716860 |   350274   295379    138 |  0.000 % |
716.20/721.34	c 721	|    443168 |   12720   189000   716860 |   385302   106326    338 |  0.000 % |
1800.06/1805.61	c ERROR INTERRUPTED
5.18/1805.72	s UNKNOWN
5.18/1805.72	c 1806	CPU 5.18 (0.06 0.02 4.97 0.13)
5.18/1805.72	c 1806	END Sat Jul 11 22:26:22 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-2066286-1247342176/watcher-2066286-1247342176 -o /tmp/evaluation-result-2066286-1247342176/solver-2066286-1247342176 -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-2066286-1247342176.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: 1.92 1.99 1.99 4/74 13935
/proc/meminfo: memFree=1107176/2055920 swapFree=4192952/4192956
[pid=13935] ppid=13933 vsize=12268 CPUtime=0
/proc/13935/stat : 13935 (sugar) R 13933 13935 12747 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 21280164 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 231971273726 0 0 4224 0 0 0 0 17 1 0 0
/proc/13935/statm: 3067 316 241 3 0 167 0

[startup+0.0836579 s]
/proc/loadavg: 1.92 1.99 1.99 4/74 13935
/proc/meminfo: memFree=1107176/2055920 swapFree=4192952/4192956
[pid=13935] ppid=13933 vsize=16740 CPUtime=0.06
/proc/13935/stat : 13935 (sugar) S 13933 13935 12747 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 21280164 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13935/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101439 s]
/proc/loadavg: 1.92 1.99 1.99 4/74 13935
/proc/meminfo: memFree=1107176/2055920 swapFree=4192952/4192956
[pid=13935] ppid=13933 vsize=16868 CPUtime=0.06
/proc/13935/stat : 13935 (sugar) S 13933 13935 12747 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 21280164 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13935/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301461 s]
/proc/loadavg: 1.92 1.99 1.99 4/74 13935
/proc/meminfo: memFree=1107176/2055920 swapFree=4192952/4192956
[pid=13935] ppid=13933 vsize=16868 CPUtime=0.06
/proc/13935/stat : 13935 (sugar) S 13933 13935 12747 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 21280164 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13935/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.70152 s]
/proc/loadavg: 1.92 1.99 1.99 4/74 13935
/proc/meminfo: memFree=1107176/2055920 swapFree=4192952/4192956
[pid=13935] ppid=13933 vsize=16868 CPUtime=0.06
/proc/13935/stat : 13935 (sugar) S 13933 13935 12747 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 21280164 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13935/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50263 s]
/proc/loadavg: 1.92 1.99 1.99 4/85 13957
/proc/meminfo: memFree=1098640/2055920 swapFree=4192952/4192956
[pid=13935] ppid=13933 vsize=16868 CPUtime=0.68
/proc/13935/stat : 13935 (sugar) S 13933 13935 12747 0 -1 4194304 1309 5176 0 1 5 1 59 3 15 0 1 0 21280164 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13935/statm: 4217 1111 409 3 0 796 0
[pid=13948] ppid=13935 vsize=5356 CPUtime=0
/proc/13948/stat : 13948 (sh) S 13935 13935 12747 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21280241 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13948/statm: 1339 233 193 169 0 50 0
[pid=13949] ppid=13948 vsize=868516 CPUtime=0.71
/proc/13949/stat : 13949 (java) S 13948 13935 12747 0 -1 0 5669 0 1 0 68 3 0 0 18 0 9 0 21280241 889360384 5094 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13949/statm: 217129 5094 1744 9 0 211634 0
[pid=13949/tid=13950] ppid=13948 vsize=868516 CPUtime=0.48
/proc/13949/task/13950/stat : 13950 (java) R 13948 13935 12747 0 -1 64 2674 0 1 0 47 1 0 0 19 0 9 0 21280242 889360384 5094 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13949/tid=13951] ppid=13948 vsize=868516 CPUtime=0.03
/proc/13949/task/13951/stat : 13951 (java) S 13948 13935 12747 0 -1 64 830 0 0 0 3 0 0 0 16 0 9 0 21280243 889360384 5094 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13949/tid=13952] ppid=13948 vsize=868516 CPUtime=0
/proc/13949/task/13952/stat : 13952 (java) S 13948 13935 12747 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 21280243 889360384 5094 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13949/tid=13953] ppid=13948 vsize=868516 CPUtime=0
/proc/13949/task/13953/stat : 13953 (java) S 13948 13935 12747 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 21280243 889360384 5094 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13949/tid=13954] ppid=13948 vsize=868516 CPUtime=0
/proc/13949/task/13954/stat : 13954 (java) S 13948 13935 12747 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21280246 889360384 5094 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13949/tid=13955] ppid=13948 vsize=868516 CPUtime=0.16
/proc/13949/task/13955/stat : 13955 (java) R 13948 13935 12747 0 -1 64 1471 0 0 0 16 0 0 0 16 0 9 0 21280246 889360384 5094 996147200 134512640 134550932 4294955936 18446744073709551615 102226273 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13949/tid=13956] ppid=13948 vsize=868516 CPUtime=0
/proc/13949/task/13956/stat : 13956 (java) S 13948 13935 12747 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21280246 889360384 5094 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13949/tid=13957] ppid=13948 vsize=868516 CPUtime=0
/proc/13949/task/13957/stat : 13957 (java) S 13948 13935 12747 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21280246 889360384 5094 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 890740

[startup+3.10285 s]
/proc/loadavg: 1.93 1.99 1.99 3/85 13957
/proc/meminfo: memFree=1087056/2055920 swapFree=4192952/4192956
[pid=13935] ppid=13933 vsize=16868 CPUtime=0.69
/proc/13935/stat : 13935 (sugar) S 13933 13935 12747 0 -1 4194304 1310 5176 0 1 6 1 59 3 15 0 1 0 21280164 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13935/statm: 4217 1111 409 3 0 796 0
[pid=13948] ppid=13935 vsize=5356 CPUtime=0
/proc/13948/stat : 13948 (sh) S 13935 13935 12747 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21280241 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13948/statm: 1339 233 193 169 0 50 0
[pid=13949] ppid=13948 vsize=868712 CPUtime=2.28
/proc/13949/stat : 13949 (java) S 13948 13935 12747 0 -1 0 7510 0 1 0 221 7 0 0 18 0 9 0 21280241 889561088 6555 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13949/statm: 217178 6555 2590 9 0 211655 0
[pid=13949/tid=13950] ppid=13948 vsize=868712 CPUtime=1.84
/proc/13949/task/13950/stat : 13950 (java) R 13948 13935 12747 0 -1 64 2920 0 1 0 180 4 0 0 25 0 9 0 21280242 889561088 6555 996147200 134512640 134550932 4294955936 18446744073709551615 4126553171 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13949/tid=13951] ppid=13948 vsize=868712 CPUtime=0.19
/proc/13949/task/13951/stat : 13951 (java) S 13948 13935 12747 0 -1 64 2378 0 0 0 18 1 0 0 16 0 9 0 21280243 889561088 6555 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13949/tid=13952] ppid=13948 vsize=868712 CPUtime=0
/proc/13949/task/13952/stat : 13952 (java) S 13948 13935 12747 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21280243 889561088 6555 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13949/tid=13953] ppid=13948 vsize=868712 CPUtime=0
/proc/13949/task/13953/stat : 13953 (java) S 13948 13935 12747 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 21280243 889561088 6555 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13949/tid=13954] ppid=13948 vsize=868712 CPUtime=0
/proc/13949/task/13954/stat : 13954 (java) S 13948 13935 12747 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21280246 889561088 6555 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13949/tid=13955] ppid=13948 vsize=868712 CPUtime=0.23
/proc/13949/task/13955/stat : 13955 (java) S 13948 13935 12747 0 -1 64 1513 0 0 0 22 1 0 0 16 0 9 0 21280246 889561088 6555 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13949/tid=13956] ppid=13948 vsize=868712 CPUtime=0
/proc/13949/task/13956/stat : 13956 (java) S 13948 13935 12747 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21280246 889561088 6555 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13949/tid=13957] ppid=13948 vsize=868712 CPUtime=0
/proc/13949/task/13957/stat : 13957 (java) S 13948 13935 12747 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21280246 889561088 6555 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 890936

[startup+6.30128 s]
/proc/loadavg: 1.93 1.99 1.99 3/77 13959
/proc/meminfo: memFree=1093136/2055920 swapFree=4192952/4192956
[pid=13935] ppid=13933 vsize=16868 CPUtime=5.17
/proc/13935/stat : 13935 (sugar) S 13933 13935 12747 0 -1 4194304 1376 13085 0 2 6 1 497 13 15 0 1 0 21280164 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13935/statm: 4217 1113 409 3 0 796 0
[pid=13958] ppid=13935 vsize=5356 CPUtime=0
/proc/13958/stat : 13958 (sh) S 13935 13935 12747 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21280698 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13958/statm: 1339 232 193 169 0 50 0
[pid=13959] ppid=13958 vsize=13388 CPUtime=0.94
/proc/13959/stat : 13959 (minisat) R 13958 13935 12747 0 -1 4194304 3215 0 0 0 92 2 0 0 25 0 1 0 21280698 13709312 3201 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 1 0 0
/proc/13959/statm: 3347 3201 76 150 0 3194 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 35612

[startup+12.7022 s]
/proc/loadavg: 1.93 1.99 1.99 3/77 13959
/proc/meminfo: memFree=1075216/2055920 swapFree=4192952/4192956
[pid=13935] ppid=13933 vsize=16868 CPUtime=5.17
/proc/13935/stat : 13935 (sugar) S 13933 13935 12747 0 -1 4194304 1376 13085 0 2 6 1 497 13 16 0 1 0 21280164 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13935/statm: 4217 1113 409 3 0 796 0
[pid=13958] ppid=13935 vsize=5356 CPUtime=0
/proc/13958/stat : 13958 (sh) S 13935 13935 12747 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21280698 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13958/statm: 1339 232 193 169 0 50 0
[pid=13959] ppid=13958 vsize=25940 CPUtime=7.28
/proc/13959/stat : 13959 (minisat) R 13958 13935 12747 0 -1 4194304 6364 0 0 0 724 4 0 0 25 0 1 0 21280698 26562560 6350 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13959/statm: 6485 6350 76 150 0 6332 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 48164

[startup+25.5019 s]
/proc/loadavg: 1.95 1.99 1.99 3/77 13959
/proc/meminfo: memFree=1061200/2055920 swapFree=4192952/4192956
[pid=13935] ppid=13933 vsize=16868 CPUtime=5.17
/proc/13935/stat : 13935 (sugar) S 13933 13935 12747 0 -1 4194304 1376 13085 0 2 6 1 497 13 16 0 1 0 21280164 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13935/statm: 4217 1113 409 3 0 796 0
[pid=13958] ppid=13935 vsize=5356 CPUtime=0
/proc/13958/stat : 13958 (sh) S 13935 13935 12747 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21280698 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13958/statm: 1339 232 193 169 0 50 0
[pid=13959] ppid=13958 vsize=39328 CPUtime=19.95
/proc/13959/stat : 13959 (minisat) R 13958 13935 12747 0 -1 4194304 9673 0 0 0 1989 6 0 0 25 0 1 0 21280698 40271872 9659 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13959/statm: 9832 9659 76 150 0 9679 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 61552

[startup+51.1014 s]
/proc/loadavg: 1.96 1.99 1.99 3/77 13959
/proc/meminfo: memFree=1039184/2055920 swapFree=4192952/4192956
[pid=13935] ppid=13933 vsize=16868 CPUtime=5.17
/proc/13935/stat : 13935 (sugar) S 13933 13935 12747 0 -1 4194304 1376 13085 0 2 6 1 497 13 16 0 1 0 21280164 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13935/statm: 4217 1113 409 3 0 796 0
[pid=13958] ppid=13935 vsize=5356 CPUtime=0
/proc/13958/stat : 13958 (sh) S 13935 13935 12747 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21280698 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13958/statm: 1339 232 193 169 0 50 0
[pid=13959] ppid=13958 vsize=61540 CPUtime=45.31
/proc/13959/stat : 13959 (minisat) R 13958 13935 12747 0 -1 4194304 15221 0 0 0 4520 11 0 0 25 0 1 0 21280698 63016960 15207 996147200 134512640 135127466 4294956256 18446744073709551615 134530766 0 0 4096 3 0 0 0 17 1 0 0
/proc/13959/statm: 15385 15207 76 150 0 15232 0
Current children cumulated CPU time (s) 50.48
Current children cumulated vsize (KiB) 83764

[startup+102.306 s]
/proc/loadavg: 1.98 1.99 1.99 3/77 13959
/proc/meminfo: memFree=1009296/2055920 swapFree=4192952/4192956
[pid=13935] ppid=13933 vsize=16868 CPUtime=5.18
/proc/13935/stat : 13935 (sugar) S 13933 13935 12747 0 -1 4194304 1376 13085 0 2 6 2 497 13 16 0 1 0 21280164 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13935/statm: 4217 1113 409 3 0 796 0
[pid=13958] ppid=13935 vsize=5356 CPUtime=0
/proc/13958/stat : 13958 (sh) S 13935 13935 12747 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21280698 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13958/statm: 1339 232 193 169 0 50 0
[pid=13959] ppid=13958 vsize=91380 CPUtime=96.03
/proc/13959/stat : 13959 (minisat) R 13958 13935 12747 0 -1 4194304 22600 0 0 0 9583 20 0 0 25 0 1 0 21280698 93573120 22586 996147200 134512640 135127466 4294956256 18446744073709551615 134530616 0 0 4096 3 0 0 0 17 1 0 0
/proc/13959/statm: 22845 22586 76 150 0 22692 0
Current children cumulated CPU time (s) 101.21
Current children cumulated vsize (KiB) 113604

[startup+162.302 s]
/proc/loadavg: 1.99 1.99 1.99 3/77 13959
/proc/meminfo: memFree=987792/2055920 swapFree=4192952/4192956
[pid=13935] ppid=13933 vsize=16868 CPUtime=5.18
/proc/13935/stat : 13935 (sugar) S 13933 13935 12747 0 -1 4194304 1376 13085 0 2 6 2 497 13 16 0 1 0 21280164 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13935/statm: 4217 1113 409 3 0 796 0
[pid=13958] ppid=13935 vsize=5356 CPUtime=0
/proc/13958/stat : 13958 (sh) S 13935 13935 12747 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21280698 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

/proc/13959/stat : 13959 (minisat) R 13958 13935 12747 0 -1 4194304 149055 0 0 0 141032 141 0 0 25 0 1 0 21280698 615591936 149041 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 0 0 0
/proc/13959/statm: 150291 149041 76 150 0 150138 0
Current children cumulated CPU time (s) 1416.91
Current children cumulated vsize (KiB) 623388

[startup+1482.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/77 13996
/proc/meminfo: memFree=498832/2055920 swapFree=4192952/4192956
[pid=13935] ppid=13933 vsize=16868 CPUtime=5.18
/proc/13935/stat : 13935 (sugar) S 13933 13935 12747 0 -1 4194304 1376 13085 0 2 6 2 497 13 16 0 1 0 21280164 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13935/statm: 4217 1113 409 3 0 796 0
[pid=13958] ppid=13935 vsize=5356 CPUtime=0
/proc/13958/stat : 13958 (sh) S 13935 13935 12747 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21280698 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13958/statm: 1339 232 193 169 0 50 0
[pid=13959] ppid=13958 vsize=625244 CPUtime=1471.7
/proc/13959/stat : 13959 (minisat) R 13958 13935 12747 0 -1 4194304 155023 0 0 0 147024 146 0 0 25 0 1 0 21280698 640249856 155009 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/13959/statm: 156311 155009 76 150 0 156158 0
Current children cumulated CPU time (s) 1476.88
Current children cumulated vsize (KiB) 647468

[startup+1542.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/77 13996
/proc/meminfo: memFree=470416/2055920 swapFree=4192952/4192956
[pid=13935] ppid=13933 vsize=16868 CPUtime=5.18
/proc/13935/stat : 13935 (sugar) S 13933 13935 12747 0 -1 4194304 1376 13085 0 2 6 2 497 13 16 0 1 0 21280164 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13935/statm: 4217 1113 409 3 0 796 0
[pid=13958] ppid=13935 vsize=5356 CPUtime=0
/proc/13958/stat : 13958 (sh) S 13935 13935 12747 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21280698 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13958/statm: 1339 232 193 169 0 50 0
[pid=13959] ppid=13958 vsize=653396 CPUtime=1531.68
/proc/13959/stat : 13959 (minisat) R 13958 13935 12747 0 -1 4194304 162076 0 0 0 153016 152 0 0 25 0 1 0 21280698 669077504 162062 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13959/statm: 163349 162062 76 150 0 163196 0
Current children cumulated CPU time (s) 1536.86
Current children cumulated vsize (KiB) 675620

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/77 13996
/proc/meminfo: memFree=442192/2055920 swapFree=4192952/4192956
[pid=13935] ppid=13933 vsize=16868 CPUtime=5.18
/proc/13935/stat : 13935 (sugar) S 13933 13935 12747 0 -1 4194304 1376 13085 0 2 6 2 497 13 16 0 1 0 21280164 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13935/statm: 4217 1113 409 3 0 796 0
[pid=13958] ppid=13935 vsize=5356 CPUtime=0
/proc/13958/stat : 13958 (sh) S 13935 13935 12747 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21280698 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13958/statm: 1339 232 193 169 0 50 0
[pid=13959] ppid=13958 vsize=681992 CPUtime=1591.65
/proc/13959/stat : 13959 (minisat) R 13958 13935 12747 0 -1 4194304 169182 0 0 0 159008 157 0 0 25 0 1 0 21280698 698359808 169168 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/13959/statm: 170498 169168 76 150 0 170345 0
Current children cumulated CPU time (s) 1596.83
Current children cumulated vsize (KiB) 704216

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/77 13996
/proc/meminfo: memFree=422928/2055920 swapFree=4192952/4192956
[pid=13935] ppid=13933 vsize=16868 CPUtime=5.18
/proc/13935/stat : 13935 (sugar) S 13933 13935 12747 0 -1 4194304 1376 13085 0 2 6 2 497 13 16 0 1 0 21280164 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13935/statm: 4217 1113 409 3 0 796 0
[pid=13958] ppid=13935 vsize=5356 CPUtime=0
/proc/13958/stat : 13958 (sh) S 13935 13935 12747 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21280698 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13958/statm: 1339 232 193 169 0 50 0
[pid=13959] ppid=13958 vsize=700944 CPUtime=1651.63
/proc/13959/stat : 13959 (minisat) R 13958 13935 12747 0 -1 4194304 173918 0 0 0 165001 162 0 0 25 0 1 0 21280698 717766656 173904 996147200 134512640 135127466 4294956256 18446744073709551615 134706298 0 0 4096 3 0 0 0 17 0 0 0
/proc/13959/statm: 175236 173904 76 150 0 175083 0
Current children cumulated CPU time (s) 1656.81
Current children cumulated vsize (KiB) 723168

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/77 13996
/proc/meminfo: memFree=399888/2055920 swapFree=4192952/4192956
[pid=13935] ppid=13933 vsize=16868 CPUtime=5.18
/proc/13935/stat : 13935 (sugar) S 13933 13935 12747 0 -1 4194304 1376 13085 0 2 6 2 497 13 16 0 1 0 21280164 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13935/statm: 4217 1113 409 3 0 796 0
[pid=13958] ppid=13935 vsize=5356 CPUtime=0
/proc/13958/stat : 13958 (sh) S 13935 13935 12747 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21280698 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13958/statm: 1339 232 193 169 0 50 0
[pid=13959] ppid=13958 vsize=724304 CPUtime=1711.61
/proc/13959/stat : 13959 (minisat) R 13958 13935 12747 0 -1 4194304 179752 0 0 0 170994 167 0 0 25 0 1 0 21280698 741687296 179738 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 0 0 0
/proc/13959/statm: 181076 179738 76 150 0 180923 0
Current children cumulated CPU time (s) 1716.79
Current children cumulated vsize (KiB) 746528

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 13996
/proc/meminfo: memFree=377232/2055920 swapFree=4192952/4192956
[pid=13935] ppid=13933 vsize=16868 CPUtime=5.18
/proc/13935/stat : 13935 (sugar) S 13933 13935 12747 0 -1 4194304 1376 13085 0 2 6 2 497 13 16 0 1 0 21280164 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13935/statm: 4217 1113 409 3 0 796 0
[pid=13958] ppid=13935 vsize=5356 CPUtime=0
/proc/13958/stat : 13958 (sh) S 13935 13935 12747 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21280698 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13958/statm: 1339 232 193 169 0 50 0
[pid=13959] ppid=13958 vsize=746532 CPUtime=1771.58
/proc/13959/stat : 13959 (minisat) R 13958 13935 12747 0 -1 4194304 185290 0 0 0 176986 172 0 0 25 0 1 0 21280698 764448768 185276 996147200 134512640 135127466 4294956256 18446744073709551615 134706298 0 0 4096 3 0 0 0 17 0 0 0
/proc/13959/statm: 186633 185276 76 150 0 186480 0
Current children cumulated CPU time (s) 1776.76
Current children cumulated vsize (KiB) 768756



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 13996
/proc/meminfo: memFree=368464/2055920 swapFree=4192952/4192956
[pid=13935] ppid=13933 vsize=16868 CPUtime=5.18
/proc/13935/stat : 13935 (sugar) S 13933 13935 12747 0 -1 4194304 1376 13085 0 2 6 2 497 13 16 0 1 0 21280164 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13935/statm: 4217 1113 409 3 0 796 0
[pid=13958] ppid=13935 vsize=5356 CPUtime=0
/proc/13958/stat : 13958 (sh) S 13935 13935 12747 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21280698 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13958/statm: 1339 232 193 169 0 50 0
[pid=13959] ppid=13958 vsize=755296 CPUtime=1794.88
/proc/13959/stat : 13959 (minisat) R 13958 13935 12747 0 -1 4194304 187429 0 0 0 179314 174 0 0 25 0 1 0 21280698 773423104 187415 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13959/statm: 188824 187415 76 150 0 188671 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 777520

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

############
# WARNING:
# current cumulated CPU time (5.18 s) is less than in the last sample (1800.06 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (1794.88 s) to the 'lost time'.

[startup+1805.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 13996
/proc/meminfo: memFree=368464/2055920 swapFree=4192952/4192956
[pid=13935] ppid=13933 vsize=16868 CPUtime=5.18
/proc/13935/stat : 13935 (sugar) S 13933 13935 12747 0 -1 4194304 1376 13085 0 2 6 2 497 13 16 0 1 0 21280164 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13935/statm: 4217 1113 409 3 0 796 0
[pid=13958] ppid=13935 vsize=5356 CPUtime=0
/proc/13958/stat : 13958 (sh) S 13935 13935 12747 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21280698 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13958/statm: 1339 232 193 169 0 50 0
[pid=13959] ppid=13958 vsize=755296 CPUtime=1794.88
/proc/13959/stat : 13959 (minisat) R 13958 13935 12747 0 -1 4194304 187429 0 0 0 179314 174 0 0 25 0 1 0 21280698 773423104 187415 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13959/statm: 188824 187415 76 150 0 188671 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 777520

[startup+1805.72 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 13996
/proc/meminfo: memFree=368464/2055920 swapFree=4192952/4192956
[pid=13935] ppid=13933 vsize=16868 CPUtime=5.18
/proc/13935/stat : 13935 (sugar) R 13933 13935 12747 0 -1 4194304 1423 13362 0 2 6 2 497 13 16 0 1 0 21280164 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 231962547241 0 0 4224 16386 0 0 0 17 0 0 0
/proc/13935/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 5.18
Current children cumulated vsize (KiB) 16868
#
############


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

[startup+1805.72 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 13996
/proc/meminfo: memFree=368464/2055920 swapFree=4192952/4192956
[pid=13935] ppid=13933 vsize=16868 CPUtime=5.18
/proc/13935/stat : 13935 (sugar) R 13933 13935 12747 0 -1 4194304 1423 13362 0 2 6 2 497 13 16 0 1 0 21280164 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 231962547241 0 0 4224 16386 0 0 0 17 0 0 0
/proc/13935/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 5.18
Current children cumulated vsize (KiB) 16868

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 1794.88
#  lost CPU user time (s): 1793.14
#  lost CPU system time (s): 1.74

Real time (s): 1805.72
CPU time (s): 1800.08
CPU user time (s): 1798.18
CPU system time (s): 1.90097
CPU usage (%): 99.6877
Max. virtual memory (cumulated for all children) (KiB): 890936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.04123
system time used= 0.160975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14844
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= 4005
involuntary context switches= 3874

runsolver used 2.19367 second user time and 5.2312 second system time

The end

Launcher Data

Begin job on node71 at 2009-07-11 21:56:16
IDJOB=2066286
IDBENCH=54501
IDSOLVER=739
FILE ID=node71/2066286-1247342176
PBS_JOBID= 9506673
Free space on /tmp= 66380 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/pseudo/chnl/normalized-chnl-40-50.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-2066286-1247342176/watcher-2066286-1247342176 -o /tmp/evaluation-result-2066286-1247342176/solver-2066286-1247342176 -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-2066286-1247342176.xml

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

MD5SUM BENCH= b1915226816e1e7cb0d07198fea8fed9
RANDOM SEED=802550471

node71.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.222
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.222
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:       1107656 kB
Buffers:         54984 kB
Cached:         790796 kB
SwapCached:          4 kB
Active:         122600 kB
Inactive:       772580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1107656 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            1644 kB
Writeback:           0 kB
Mapped:          60684 kB
Slab:            38124 kB
Committed_AS:   183024 kB
PageTables:       1940 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= 66380 MiB
End job on node71 at 2009-07-11 22:26:24