Trace number 1100274

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.13+minisat? (TO) 1800.1 1802.93

General information on the benchmark

Namecsp/tightness0.9/
normalized-rand-2-40-180-84-900-48_ext.xml
MD5SUM9407682d5a79bb9d0792f82455c613f4
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3.99839
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints84
Maximum constraint arity2
Maximum domain size180
Number of constraints which are defined in extension84
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul  5 21:40:04 2008
0.00/0.04	c 0	PID 7638
0.04/0.05	c 0	HOST node70.alineos.net
0.04/0.05	c 0	CONVERTING HOME/instance-1100274-1215286804.xml TO HOME/temp.csp
0.04/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1100274-1215286804.xml' 'HOME/temp.csp'
1.07/1.12	c 2	1 domains, 40 variables, 0 predicates, 84 relations, 84 constraints
1.07/1.15	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.07/1.15	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.10/1.23	c 2	Parsing HOME/temp.csp
2.72/2.89	c 3	parsed 209 expressions
2.72/2.89	c 3	Heap : 30 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.72/2.89	c 3	Converting to clausal form CSP
2.82/2.91	c 3	converted 21 (10%) expressions
2.82/2.92	c 3	converted 42 (20%) expressions
2.82/2.94	c 3	converted 63 (30%) expressions
2.82/2.97	c 3	converted 84 (40%) expressions
2.82/2.97	c 3	converted 105 (50%) expressions
2.91/3.01	c 3	converted 126 (60%) expressions
3.31/3.41	c 4	converted 147 (70%) expressions
3.40/3.57	c 4	converted 168 (80%) expressions
3.60/3.75	c 4	converted 189 (90%) expressions
3.70/3.89	c 4	converted 209 (100%) expressions
3.70/3.89	c 4	CSP : 40 integers, 0 booleans, 84 clauses, largest domain size 180
3.70/3.89	c 4	Heap : 59 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.70/3.89	c 4	Propagation in CSP
3.70/3.89	c 4	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.70/3.89	c 4	CSP : 40 integers, 0 booleans, 84 clauses, largest domain size 180
3.70/3.89	c 4	Heap : 59 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.70/3.89	c 4	Simplifing CSP by introducing new Boolean variables
3.70/3.89	c 4	CSP : 40 integers, 0 booleans, 84 clauses, largest domain size 180
3.70/3.89	c 4	Heap : 59 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.89/4.06	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.89/4.08	c 5	4 (10%) CSP integer variables are encoded (712 clauses, 7682 bytes)
3.89/4.08	c 5	8 (20%) CSP integer variables are encoded (1424 clauses, 16375 bytes)
3.89/4.08	c 5	12 (30%) CSP integer variables are encoded (2136 clauses, 25631 bytes)
3.89/4.09	c 5	16 (40%) CSP integer variables are encoded (2848 clauses, 34887 bytes)
3.89/4.09	c 5	20 (50%) CSP integer variables are encoded (3560 clauses, 44143 bytes)
3.89/4.09	c 5	24 (60%) CSP integer variables are encoded (4272 clauses, 53399 bytes)
3.89/4.09	c 5	28 (70%) CSP integer variables are encoded (4984 clauses, 62655 bytes)
3.89/4.09	c 5	32 (80%) CSP integer variables are encoded (5696 clauses, 71911 bytes)
3.89/4.09	c 5	36 (90%) CSP integer variables are encoded (6408 clauses, 81167 bytes)
3.89/4.09	c 5	40 (100%) CSP integer variables are encoded (7120 clauses, 90423 bytes)
4.29/4.42	c 5	9 (10%) CSP clauses are encoded (34180 clauses, 639267 bytes)
4.49/4.66	c 5	17 (20%) CSP clauses are encoded (58374 clauses, 1150687 bytes)
4.78/4.93	c 5	26 (30%) CSP clauses are encoded (85557 clauses, 1753590 bytes)
4.99/5.16	c 6	34 (40%) CSP clauses are encoded (109788 clauses, 2319668 bytes)
5.28/5.41	c 6	42 (50%) CSP clauses are encoded (133999 clauses, 2885097 bytes)
5.47/5.69	c 6	51 (60%) CSP clauses are encoded (161358 clauses, 3524271 bytes)
5.77/5.94	c 6	59 (70%) CSP clauses are encoded (185630 clauses, 4091096 bytes)
6.07/6.21	c 7	68 (80%) CSP clauses are encoded (212940 clauses, 4728840 bytes)
6.27/6.46	c 7	76 (90%) CSP clauses are encoded (237173 clauses, 5294955 bytes)
6.57/6.71	c 7	84 (100%) CSP clauses are encoded (261552 clauses, 5864704 bytes)
6.57/6.71	c 7	84 CSP clauses encoded
6.57/6.71	c 7	Writing map file : HOME/temp.map
6.57/6.71	c 7	Heap : 24 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.57/6.71	c 7	SAT : 7160 SAT variables, 261552 SAT clauses, 5864704 bytes
6.57/6.71	c 7	Heap : 24 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.57/6.74	c 7	SOLVING HOME/temp.cnf
6.57/6.74	c 7	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
6.57/6.75	c 7	This is MiniSat 2.0 beta
6.57/6.75	c 7	WARNING: for repeatability, setting FPU to use double precision
6.57/6.75	c 7	============================[ Problem Statistics ]=============================
6.57/6.75	c 7	|                                                                             |
6.57/6.75	c 7	|  Number of variables:  7160                                                 |
6.57/6.75	c 7	|  Number of clauses:    261552                                               |
6.59/6.90	c 7	|  Parsing time:         0.13         s                                       |
6.59/6.91	c 7	============================[ Search Statistics ]==============================
6.59/6.91	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.59/6.91	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.59/6.91	c 7	===============================================================================
6.59/6.91	c 7	|         0 |    7160   261552  1002319 |    87184        0    nan |  0.000 % |
6.59/6.97	c 7	|       102 |    7160   261552  1002319 |    95902      102      7 |  0.000 % |
6.59/7.09	c 8	|       253 |    7160   261552  1002319 |   105492      253     10 |  0.001 % |
6.59/7.27	c 8	|       478 |    7160   261552  1002319 |   116041      478     11 |  0.000 % |
6.59/7.54	c 8	|       815 |    7160   261552  1002319 |   127646      815     15 |  0.000 % |
7.71/7.93	c 8	|      1322 |    7160   261552  1002319 |   140410     1322     15 |  0.000 % |
8.11/8.37	c 9	|      2081 |    7160   261552  1002319 |   154451     2081     15 |  0.001 % |
8.89/9.11	c 10	|      3221 |    7160   261552  1002319 |   169896     3221     15 |  0.000 % |
9.88/10.16	c 11	|      4929 |    7160   261552  1002319 |   186886     4929     15 |  0.001 % |
11.88/12.18	c 13	|      7492 |    7160   261552  1002319 |   205575     7492     16 |  0.000 % |
15.54/15.84	c 16	|     11339 |    7160   261552  1002319 |   226132    11339     16 |  0.000 % |
20.39/20.78	c 21	|     17105 |    7160   261552  1002319 |   248746    17105     17 |  0.000 % |
27.31/27.73	c 28	|     25755 |    7160   261552  1002319 |   273620    25755     17 |  0.001 % |
39.50/40.07	c 40	|     38729 |    7160   261552  1002319 |   300982    38729     17 |  0.001 % |
60.40/61.12	c 62	|     58190 |    7159   261430  1001958 |   331081    35304     16 |  0.014 % |
94.08/95.10	c 96	|     87385 |    7159   261430  1001958 |   364189    64499     18 |  0.014 % |
150.32/151.64	c 152	|    131177 |    7159   261430  1001958 |   400608   108291     18 |  0.015 % |
258.71/260.18	c 261	|    196861 |    7158   261306  1001543 |   440668    60530     14 |  0.028 % |
345.64/347.19	c 348	|    295387 |    7157   261186  1001130 |   484735   139664     18 |  0.042 % |
666.13/667.92	c 668	|    443176 |    7157   261186  1001130 |   533209   287453     20 |  0.042 % |
1173.77/1176.00	c 1176	|    664859 |    7156   261117  1000926 |   586530   477695     22 |  0.056 % |
1800.10/1802.92	c ERROR INTERRUPTED
1800.10/1802.93	s UNKNOWN
1800.10/1802.93	c 1803	CPU 6.34 (0.03 0.01 6.31 0.25)
1800.10/1802.93	c 1803	END Sat Jul  5 22:10:07 2008

Verifier Data (download as text)

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

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1100274-1215286804/watcher-1100274-1215286804 -o /tmp/evaluation-result-1100274-1215286804/solver-1100274-1215286804 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1100274-1215286804.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 7638
/proc/meminfo: memFree=1622400/2055920 swapFree=4111112/4192956
[pid=7638] ppid=7636 vsize=12268 CPUtime=0
/proc/7638/stat : 7638 (sugar) R 7636 7638 5135 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 2007649297 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 233402235493 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/7638/statm: 3067 316 241 3 0 167 0

[startup+0.0495189 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 7638
/proc/meminfo: memFree=1622400/2055920 swapFree=4111112/4192956
[pid=7638] ppid=7636 vsize=13600 CPUtime=0.04
/proc/7638/stat : 7638 (sugar) S 7636 7638 5135 0 -1 4194304 837 0 0 0 3 1 0 0 18 0 1 0 2007649297 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7638/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101178 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 7638
/proc/meminfo: memFree=1622400/2055920 swapFree=4111112/4192956
[pid=7638] ppid=7636 vsize=13600 CPUtime=0.04
/proc/7638/stat : 7638 (sugar) S 7636 7638 5135 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2007649297 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7638/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301209 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 7638
/proc/meminfo: memFree=1622400/2055920 swapFree=4111112/4192956
[pid=7638] ppid=7636 vsize=13600 CPUtime=0.04
/proc/7638/stat : 7638 (sugar) S 7636 7638 5135 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2007649297 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7638/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701289 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 7638
/proc/meminfo: memFree=1622400/2055920 swapFree=4111112/4192956
[pid=7638] ppid=7636 vsize=13600 CPUtime=0.04
/proc/7638/stat : 7638 (sugar) S 7636 7638 5135 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2007649297 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7638/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50143 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 7650
/proc/meminfo: memFree=1602024/2055920 swapFree=4111112/4192956
[pid=7638] ppid=7636 vsize=13600 CPUtime=1.1
/proc/7638/stat : 7638 (sugar) S 7636 7638 5135 0 -1 4194304 973 7943 0 1 3 1 99 7 16 0 1 0 2007649297 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7638/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 13600

[startup+3.10277 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 7660
/proc/meminfo: memFree=1595816/2055920 swapFree=4111112/4192956
[pid=7638] ppid=7636 vsize=13600 CPUtime=1.1
/proc/7638/stat : 7638 (sugar) S 7636 7638 5135 0 -1 4194304 973 7943 0 1 3 1 99 7 15 0 1 0 2007649297 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7638/statm: 3400 797 370 3 0 500 0
[pid=7651] ppid=7638 vsize=5356 CPUtime=0
/proc/7651/stat : 7651 (sh) S 7638 7638 5135 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2007649413 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7651/statm: 1339 233 193 169 0 50 0
[pid=7652] ppid=7651 vsize=864220 CPUtime=1.91
/proc/7652/stat : 7652 (java) S 7651 7638 5135 0 -1 0 15053 0 1 0 183 8 0 0 18 0 9 0 2007649413 884961280 14298 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7652/statm: 216055 14298 2540 9 0 210630 0
[pid=7652/tid=7653] ppid=7651 vsize=864220 CPUtime=1.08
/proc/7652/task/7653/stat : 7653 (java) R 7651 7638 5135 0 -1 64 2863 0 1 0 105 3 0 0 25 0 9 0 2007649414 884961280 14298 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7652/tid=7654] ppid=7651 vsize=864220 CPUtime=0.76
/proc/7652/task/7654/stat : 7654 (java) R 7651 7638 5135 0 -1 64 11164 0 0 0 71 5 0 0 16 0 9 0 2007649415 884961280 14298 996147200 134512640 134550740 4294955952 18446744073709551615 103735888 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7652/tid=7655] ppid=7651 vsize=864220 CPUtime=0
/proc/7652/task/7655/stat : 7655 (java) S 7651 7638 5135 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2007649415 884961280 14298 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7652/tid=7656] ppid=7651 vsize=864220 CPUtime=0
/proc/7652/task/7656/stat : 7656 (java) S 7651 7638 5135 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2007649415 884961280 14298 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7652/tid=7657] ppid=7651 vsize=864220 CPUtime=0
/proc/7652/task/7657/stat : 7657 (java) S 7651 7638 5135 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2007649417 884961280 14298 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7652/tid=7658] ppid=7651 vsize=864220 CPUtime=0.06
/proc/7652/task/7658/stat : 7658 (java) S 7651 7638 5135 0 -1 64 330 0 0 0 6 0 0 0 16 0 9 0 2007649417 884961280 14298 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7652/tid=7659] ppid=7651 vsize=864220 CPUtime=0
/proc/7652/task/7659/stat : 7659 (java) S 7651 7638 5135 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2007649417 884961280 14298 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7652/tid=7660] ppid=7651 vsize=864220 CPUtime=0
/proc/7652/task/7660/stat : 7660 (java) S 7651 7638 5135 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2007649418 884961280 14298 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 883176

[startup+6.30351 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 7660
/proc/meminfo: memFree=1547304/2055920 swapFree=4111112/4192956
[pid=7638] ppid=7636 vsize=13600 CPUtime=1.1
/proc/7638/stat : 7638 (sugar) S 7636 7638 5135 0 -1 4194304 974 7943 0 1 3 1 99 7 15 0 1 0 2007649297 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7638/statm: 3400 797 370 3 0 500 0
[pid=7651] ppid=7638 vsize=5356 CPUtime=0
/proc/7651/stat : 7651 (sh) S 7638 7638 5135 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2007649413 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7651/statm: 1339 233 193 169 0 50 0
[pid=7652] ppid=7651 vsize=864332 CPUtime=5.07
/proc/7652/stat : 7652 (java) S 7651 7638 5135 0 -1 0 20225 0 1 0 492 15 0 0 18 0 9 0 2007649413 885075968 19368 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7652/statm: 216083 19368 2564 9 0 210630 0
[pid=7652/tid=7653] ppid=7651 vsize=864332 CPUtime=3.48
/proc/7652/task/7653/stat : 7653 (java) R 7651 7638 5135 0 -1 64 3304 0 1 0 341 7 0 0 25 0 9 0 2007649414 885075968 19368 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7652/tid=7654] ppid=7651 vsize=864332 CPUtime=1.47
/proc/7652/task/7654/stat : 7654 (java) S 7651 7638 5135 0 -1 64 15874 0 0 0 140 7 0 0 15 0 9 0 2007649415 885075968 19368 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7652/tid=7655] ppid=7651 vsize=864332 CPUtime=0
/proc/7652/task/7655/stat : 7655 (java) S 7651 7638 5135 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2007649415 885075968 19368 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7652/tid=7656] ppid=7651 vsize=864332 CPUtime=0
/proc/7652/task/7656/stat : 7656 (java) S 7651 7638 5135 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2007649415 885075968 19368 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7652/tid=7657] ppid=7651 vsize=864332 CPUtime=0
/proc/7652/task/7657/stat : 7657 (java) S 7651 7638 5135 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2007649417 885075968 19368 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7652/tid=7658] ppid=7651 vsize=864332 CPUtime=0.09
/proc/7652/task/7658/stat : 7658 (java) S 7651 7638 5135 0 -1 64 351 0 0 0 9 0 0 0 16 0 9 0 2007649417 885075968 19368 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7652/tid=7659] ppid=7651 vsize=864332 CPUtime=0
/proc/7652/task/7659/stat : 7659 (java) S 7651 7638 5135 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2007649417 885075968 19368 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7652/tid=7660] ppid=7651 vsize=864332 CPUtime=0
/proc/7652/task/7660/stat : 7660 (java) S 7651 7638 5135 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2007649418 885075968 19368 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 883288

[startup+12.7024 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 7662
/proc/meminfo: memFree=1596456/2055920 swapFree=4111112/4192956
[pid=7638] ppid=7636 vsize=13600 CPUtime=6.59
/proc/7638/stat : 7638 (sugar) S 7636 7638 5135 0 -1 4194304 1031 28485 0 2 3 1 631 24 16 0 1 0 2007649297 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7638/statm: 3400 798 370 3 0 500 0
[pid=7661] ppid=7638 vsize=5356 CPUtime=0
/proc/7661/stat : 7661 (sh) S 7638 7638 5135 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007649972 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7661/statm: 1339 232 193 169 0 50 0
[pid=7662] ppid=7661 vsize=16404 CPUtime=5.88
/proc/7662/stat : 7662 (minisat) R 7661 7638 5135 0 -1 4194304 3945 0 0 0 585 3 0 0 25 0 1 0 2007649973 16797696 3931 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/7662/statm: 4101 3931 75 150 0 3948 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 35360

[startup+25.5017 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 7662
/proc/meminfo: memFree=1594792/2055920 swapFree=4111112/4192956
[pid=7638] ppid=7636 vsize=13600 CPUtime=6.59
/proc/7638/stat : 7638 (sugar) S 7636 7638 5135 0 -1 4194304 1031 28485 0 2 3 1 631 24 16 0 1 0 2007649297 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7638/statm: 3400 798 370 3 0 500 0
[pid=7661] ppid=7638 vsize=5356 CPUtime=0
/proc/7661/stat : 7661 (sh) S 7638 7638 5135 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007649972 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7661/statm: 1339 232 193 169 0 50 0
[pid=7662] ppid=7661 vsize=18144 CPUtime=18.55
/proc/7662/stat : 7662 (minisat) R 7661 7638 5135 0 -1 4194304 4378 0 0 0 1852 3 0 0 25 0 1 0 2007649973 18579456 4364 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/7662/statm: 4536 4364 75 150 0 4383 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 37100

[startup+51.1013 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 7662
/proc/meminfo: memFree=1592104/2055920 swapFree=4111112/4192956
[pid=7638] ppid=7636 vsize=13600 CPUtime=6.59
/proc/7638/stat : 7638 (sugar) S 7636 7638 5135 0 -1 4194304 1031 28485 0 2 3 1 631 24 16 0 1 0 2007649297 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7638/statm: 3400 798 370 3 0 500 0
[pid=7661] ppid=7638 vsize=5356 CPUtime=0
/proc/7661/stat : 7661 (sh) S 7638 7638 5135 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007649972 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7661/statm: 1339 232 193 169 0 50 0
[pid=7662] ppid=7661 vsize=20896 CPUtime=43.91
/proc/7662/stat : 7662 (minisat) R 7661 7638 5135 0 -1 4194304 5053 0 0 0 4386 5 0 0 25 0 1 0 2007649973 21397504 5039 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7662/statm: 5224 5039 75 150 0 5071 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 39852

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 7662
/proc/meminfo: memFree=1589416/2055920 swapFree=4111112/4192956
[pid=7638] ppid=7636 vsize=13600 CPUtime=6.59
/proc/7638/stat : 7638 (sugar) S 7636 7638 5135 0 -1 4194304 1031 28485 0 2 3 1 631 24 16 0 1 0 2007649297 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7638/statm: 3400 798 370 3 0 500 0
[pid=7661] ppid=7638 vsize=5356 CPUtime=0
/proc/7661/stat : 7661 (sh) S 7638 7638 5135 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007649972 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7661/statm: 1339 232 193 169 0 50 0
[pid=7662] ppid=7661 vsize=23524 CPUtime=94.63
/proc/7662/stat : 7662 (minisat) R 7661 7638 5135 0 -1 4194304 5704 0 0 0 9457 6 0 0 25 0 1 0 2007649973 24088576 5690 996147200 134512640 135127466 4294956256 18446744073709551615 134522955 0 0 4096 3 0 0 0 17 1 0 0
/proc/7662/statm: 5881 5690 75 150 0 5728 0
Current children cumulated CPU time (s) 101.22
Current children cumulated vsize (KiB) 42480

[startup+162.301 s]
/proc/loadavg: 2.04 2.01 2.00 3/75 7756
/proc/meminfo: memFree=1585912/2055920 swapFree=4111112/4192956
[pid=7638] ppid=7636 vsize=13600 CPUtime=6.59
/proc/7638/stat : 7638 (sugar) S 7636 7638 5135 0 -1 4194304 1031 28485 0 2 3 1 631 24 16 0 1 0 2007649297 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7638/statm: 3400 798 370 3 0 500 0
[pid=7661] ppid=7638 vsize=5356 CPUtime=0
/proc/7661/stat : 7661 (sh) S 7638 7638 5135 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007649972 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7661/statm: 1339 232 193 169 0 50 0
[pid=7662] ppid=7661 vsize=28192 CPUtime=154.42
/proc/7662/stat : 7662 (minisat) R 7661 7638 5135 0 -1 4194304 6891 0 0 0 15432 10 0 0 25 0 1 0 2007649973 28868608 6877 996147200 134512640 135127466 4294956256 18446744073709551615 134530852 0 0 4096 3 0 0 0 17 0 0 0
/proc/7662/statm: 7048 6877 75 150 0 6895 0
Current children cumulated CPU time (s) 161.01

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

/proc/meminfo: memFree=1511288/2055920 swapFree=4111112/4192956
[pid=7638] ppid=7636 vsize=13600 CPUtime=6.59
/proc/7638/stat : 7638 (sugar) S 7636 7638 5135 0 -1 4194304 1031 28485 0 2 3 1 631 24 16 0 1 0 2007649297 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7638/statm: 3400 798 370 3 0 500 0
[pid=7661] ppid=7638 vsize=5356 CPUtime=0
/proc/7661/stat : 7661 (sh) S 7638 7638 5135 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007649972 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7661/statm: 1339 232 193 169 0 50 0
[pid=7662] ppid=7661 vsize=82616 CPUtime=1353.3
/proc/7662/stat : 7662 (minisat) R 7661 7638 5135 0 -1 4194304 20318 0 0 0 135297 33 0 0 25 0 1 0 2007649973 84598784 20304 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7662/statm: 20654 20304 75 150 0 20501 0
Current children cumulated CPU time (s) 1359.89
Current children cumulated vsize (KiB) 101572

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 7919
/proc/meminfo: memFree=1509304/2055920 swapFree=4111112/4192956
[pid=7638] ppid=7636 vsize=13600 CPUtime=6.59
/proc/7638/stat : 7638 (sugar) S 7636 7638 5135 0 -1 4194304 1031 28485 0 2 3 1 631 24 16 0 1 0 2007649297 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7638/statm: 3400 798 370 3 0 500 0
[pid=7661] ppid=7638 vsize=5356 CPUtime=0
/proc/7661/stat : 7661 (sh) S 7638 7638 5135 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007649972 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7661/statm: 1339 232 193 169 0 50 0
[pid=7662] ppid=7661 vsize=84488 CPUtime=1413.25
/proc/7662/stat : 7662 (minisat) R 7661 7638 5135 0 -1 4194304 20792 0 0 0 141292 33 0 0 25 0 1 0 2007649973 86515712 20778 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/7662/statm: 21122 20778 75 150 0 20969 0
Current children cumulated CPU time (s) 1419.84
Current children cumulated vsize (KiB) 103444

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 7919
/proc/meminfo: memFree=1507320/2055920 swapFree=4111112/4192956
[pid=7638] ppid=7636 vsize=13600 CPUtime=6.59
/proc/7638/stat : 7638 (sugar) S 7636 7638 5135 0 -1 4194304 1031 28485 0 2 3 1 631 24 16 0 1 0 2007649297 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7638/statm: 3400 798 370 3 0 500 0
[pid=7661] ppid=7638 vsize=5356 CPUtime=0
/proc/7661/stat : 7661 (sh) S 7638 7638 5135 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007649972 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7661/statm: 1339 232 193 169 0 50 0
[pid=7662] ppid=7661 vsize=86360 CPUtime=1473.18
/proc/7662/stat : 7662 (minisat) R 7661 7638 5135 0 -1 4194304 21287 0 0 0 147284 34 0 0 25 0 1 0 2007649973 88432640 21273 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/7662/statm: 21590 21273 75 150 0 21437 0
Current children cumulated CPU time (s) 1479.77
Current children cumulated vsize (KiB) 105316

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 7919
/proc/meminfo: memFree=1505400/2055920 swapFree=4111112/4192956
[pid=7638] ppid=7636 vsize=13600 CPUtime=6.59
/proc/7638/stat : 7638 (sugar) S 7636 7638 5135 0 -1 4194304 1031 28485 0 2 3 1 631 24 16 0 1 0 2007649297 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7638/statm: 3400 798 370 3 0 500 0
[pid=7661] ppid=7638 vsize=5356 CPUtime=0
/proc/7661/stat : 7661 (sh) S 7638 7638 5135 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007649972 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7661/statm: 1339 232 193 169 0 50 0
[pid=7662] ppid=7661 vsize=88208 CPUtime=1533.13
/proc/7662/stat : 7662 (minisat) R 7661 7638 5135 0 -1 4194304 21755 0 0 0 153278 35 0 0 25 0 1 0 2007649973 90324992 21741 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7662/statm: 22052 21741 75 150 0 21899 0
Current children cumulated CPU time (s) 1539.72
Current children cumulated vsize (KiB) 107164

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 7919
/proc/meminfo: memFree=1504376/2055920 swapFree=4111112/4192956
[pid=7638] ppid=7636 vsize=13600 CPUtime=6.59
/proc/7638/stat : 7638 (sugar) S 7636 7638 5135 0 -1 4194304 1031 28485 0 2 3 1 631 24 16 0 1 0 2007649297 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7638/statm: 3400 798 370 3 0 500 0
[pid=7661] ppid=7638 vsize=5356 CPUtime=0
/proc/7661/stat : 7661 (sh) S 7638 7638 5135 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007649972 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7661/statm: 1339 232 193 169 0 50 0
[pid=7662] ppid=7661 vsize=89000 CPUtime=1593.07
/proc/7662/stat : 7662 (minisat) R 7661 7638 5135 0 -1 4194304 21990 0 0 0 159272 35 0 0 25 0 1 0 2007649973 91136000 21976 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7662/statm: 22250 21976 75 150 0 22097 0
Current children cumulated CPU time (s) 1599.66
Current children cumulated vsize (KiB) 107956

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 7919
/proc/meminfo: memFree=1504312/2055920 swapFree=4111112/4192956
[pid=7638] ppid=7636 vsize=13600 CPUtime=6.59
/proc/7638/stat : 7638 (sugar) S 7636 7638 5135 0 -1 4194304 1031 28485 0 2 3 1 631 24 16 0 1 0 2007649297 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7638/statm: 3400 798 370 3 0 500 0
[pid=7661] ppid=7638 vsize=5356 CPUtime=0
/proc/7661/stat : 7661 (sh) S 7638 7638 5135 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007649972 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7661/statm: 1339 232 193 169 0 50 0
[pid=7662] ppid=7661 vsize=89000 CPUtime=1653.02
/proc/7662/stat : 7662 (minisat) R 7661 7638 5135 0 -1 4194304 21991 0 0 0 165267 35 0 0 25 0 1 0 2007649973 91136000 21977 996147200 134512640 135127466 4294956256 18446744073709551615 134531240 0 0 4096 3 0 0 0 17 0 0 0
/proc/7662/statm: 22250 21977 75 150 0 22097 0
Current children cumulated CPU time (s) 1659.61
Current children cumulated vsize (KiB) 107956

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 7919
/proc/meminfo: memFree=1504312/2055920 swapFree=4111112/4192956
[pid=7638] ppid=7636 vsize=13600 CPUtime=6.59
/proc/7638/stat : 7638 (sugar) S 7636 7638 5135 0 -1 4194304 1031 28485 0 2 3 1 631 24 16 0 1 0 2007649297 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7638/statm: 3400 798 370 3 0 500 0
[pid=7661] ppid=7638 vsize=5356 CPUtime=0
/proc/7661/stat : 7661 (sh) S 7638 7638 5135 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007649972 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7661/statm: 1339 232 193 169 0 50 0
[pid=7662] ppid=7661 vsize=89000 CPUtime=1712.96
/proc/7662/stat : 7662 (minisat) R 7661 7638 5135 0 -1 4194304 21992 0 0 0 171261 35 0 0 25 0 1 0 2007649973 91136000 21978 996147200 134512640 135127466 4294956256 18446744073709551615 134530802 0 0 4096 3 0 0 0 17 0 0 0
/proc/7662/statm: 22250 21978 75 150 0 22097 0
Current children cumulated CPU time (s) 1719.55
Current children cumulated vsize (KiB) 107956

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 7919
/proc/meminfo: memFree=1504120/2055920 swapFree=4111112/4192956
[pid=7638] ppid=7636 vsize=13600 CPUtime=6.59
/proc/7638/stat : 7638 (sugar) S 7636 7638 5135 0 -1 4194304 1031 28485 0 2 3 1 631 24 16 0 1 0 2007649297 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7638/statm: 3400 798 370 3 0 500 0
[pid=7661] ppid=7638 vsize=5356 CPUtime=0
/proc/7661/stat : 7661 (sh) S 7638 7638 5135 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007649972 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7661/statm: 1339 232 193 169 0 50 0
[pid=7662] ppid=7661 vsize=89196 CPUtime=1772.91
/proc/7662/stat : 7662 (minisat) R 7661 7638 5135 0 -1 4194304 22011 0 0 0 177255 36 0 0 25 0 1 0 2007649973 91336704 21997 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/7662/statm: 22299 21997 75 150 0 22146 0
Current children cumulated CPU time (s) 1779.5
Current children cumulated vsize (KiB) 108152



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 7919
/proc/meminfo: memFree=1504120/2055920 swapFree=4111112/4192956
[pid=7638] ppid=7636 vsize=13600 CPUtime=6.59
/proc/7638/stat : 7638 (sugar) S 7636 7638 5135 0 -1 4194304 1031 28485 0 2 3 1 631 24 16 0 1 0 2007649297 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7638/statm: 3400 798 370 3 0 500 0
[pid=7661] ppid=7638 vsize=5356 CPUtime=0
/proc/7661/stat : 7661 (sh) S 7638 7638 5135 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007649972 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7661/statm: 1339 232 193 169 0 50 0
[pid=7662] ppid=7661 vsize=89196 CPUtime=1793.51
/proc/7662/stat : 7662 (minisat) R 7661 7638 5135 0 -1 4194304 22011 0 0 0 179315 36 0 0 25 0 1 0 2007649973 91336704 21997 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7662/statm: 22299 21997 75 150 0 22146 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 108152

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

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

[startup+1802.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 7919
/proc/meminfo: memFree=1504120/2055920 swapFree=4111112/4192956
[pid=7638] ppid=7636 vsize=13600 CPUtime=6.59
/proc/7638/stat : 7638 (sugar) S 7636 7638 5135 0 -1 4194304 1031 28485 0 2 3 1 631 24 16 0 1 0 2007649297 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7638/statm: 3400 798 370 3 0 500 0
[pid=7661] ppid=7638 vsize=5356 CPUtime=0
/proc/7661/stat : 7661 (sh) S 7638 7638 5135 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007649972 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7661/statm: 1339 232 193 169 0 50 0
[pid=7662] ppid=7661 vsize=89196 CPUtime=1793.51
/proc/7662/stat : 7662 (minisat) R 7661 7638 5135 0 -1 4194304 22011 0 0 0 179315 36 0 0 25 0 1 0 2007649973 91336704 21997 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7662/statm: 22299 21997 75 150 0 22146 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 108152

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 7638 and gives
#  childrusage.ru_utime.tv_sec=6
#  childrusage.ru_utime.tv_usec=354034
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=271958
# CPU time returned by wait4() is 6.62599
# while last known CPU time is 1800.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1802.93
CPU time (s): 1800.1
CPU user time (s): 1799.49
CPU system time (s): 0.61
CPU usage (%): 99.8429
Max. virtual memory (cumulated for all children) (KiB): 883288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.35403
system time used= 0.271958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29860
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= 2926
involuntary context switches= 3009

runsolver used 2.18467 second user time and 6.00909 second system time

The end

Launcher Data (download as text)

Begin job on node70 at 2008-07-05 21:40:04
IDJOB=1100274
IDBENCH=59887
IDSOLVER=346
FILE ID=node70/1100274-1215286804
PBS_JOBID= 7882318
Free space on /tmp= 66340 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/tightness0.9/normalized-rand-2-40-180-84-900-48_ext.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1100274-1215286804/watcher-1100274-1215286804 -o /tmp/evaluation-result-1100274-1215286804/solver-1100274-1215286804 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1100274-1215286804.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9407682d5a79bb9d0792f82455c613f4
RANDOM SEED=889355337

node70.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.256
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.256
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:       1622880 kB
Buffers:         62568 kB
Cached:         201100 kB
SwapCached:      76264 kB
Active:         267824 kB
Inactive:       108024 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1622880 kB
SwapTotal:     4192956 kB
SwapFree:      4111112 kB
Dirty:            3324 kB
Writeback:           0 kB
Mapped:         127836 kB
Slab:            42160 kB
Committed_AS:  4313968 kB
PageTables:       2000 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= 66336 MiB
End job on node70 at 2008-07-05 22:10:09