Trace number 2065780

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+minisat? (TO) 1800.03 1804.53

General information on the benchmark

Namecsp/os-taillard-15/
normalized-os-taillard-15-95-3.xml
MD5SUM3402f4fe587d9b501967a261cbfa42d3
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.84987
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints3150
Maximum constraint arity2
Maximum domain size899
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3150
Global constraints used (with number of constraints)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.07	c 0	BEGIN Sat Jul 11 21:04:38 2009
0.00/0.08	c 0	PID 13745
0.00/0.08	c 0	HOST node71.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2065780-1247339078.xml TO HOME/temp.csp
0.00/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-2065780-1247339078.xml' 'HOME/temp.csp'
0.06/0.63	c 0	225 domains, 225 variables, 1 predicates, 0 relations, 3150 constraints
0.06/0.66	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.66	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.61/0.73	c 0	Parsing HOME/temp.csp
0.61/0.87	c 1	parsed 3601 expressions
0.61/0.87	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.61/0.87	c 1	Converting to clausal form CSP
0.61/0.90	c 1	converted 361 (10%) expressions
0.61/0.99	c 1	converted 721 (20%) expressions
0.61/1.09	c 1	converted 1081 (30%) expressions
1.04/1.12	c 1	converted 1441 (40%) expressions
1.04/1.13	c 1	converted 1801 (50%) expressions
1.04/1.14	c 1	converted 2161 (60%) expressions
1.04/1.16	c 1	converted 2521 (70%) expressions
1.04/1.17	c 1	converted 2881 (80%) expressions
1.04/1.18	c 1	converted 3241 (90%) expressions
1.04/1.19	c 1	converted 3601 (100%) expressions
1.04/1.19	c 1	CSP : 225 integers, 0 booleans, 3150 clauses, largest domain size 899
1.04/1.19	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.04/1.19	c 1	Propagation in CSP
1.15/1.21	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.15/1.21	c 1	CSP : 225 integers, 0 booleans, 3150 clauses, largest domain size 899
1.15/1.21	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.15/1.22	c 1	Simplifing CSP by introducing new Boolean variables
1.24/1.30	c 1	CSP : 225 integers, 6300 booleans, 9450 clauses, largest domain size 899
1.24/1.30	c 1	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.24/1.35	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.24/1.38	c 1	23 (10%) CSP integer variables are encoded (19546 clauses, 271070 bytes)
1.34/1.41	c 1	45 (20%) CSP integer variables are encoded (38263 clauses, 551825 bytes)
1.34/1.43	c 1	68 (30%) CSP integer variables are encoded (57844 clauses, 845540 bytes)
1.34/1.45	c 1	90 (40%) CSP integer variables are encoded (76547 clauses, 1126085 bytes)
1.34/1.48	c 1	113 (50%) CSP integer variables are encoded (96185 clauses, 1420655 bytes)
1.44/1.50	c 1	135 (60%) CSP integer variables are encoded (114927 clauses, 1731876 bytes)
1.44/1.53	c 1	158 (70%) CSP integer variables are encoded (134179 clauses, 2059160 bytes)
1.44/1.55	c 1	180 (80%) CSP integer variables are encoded (152910 clauses, 2377587 bytes)
1.44/1.57	c 1	203 (90%) CSP integer variables are encoded (172346 clauses, 2707999 bytes)
1.54/1.60	c 1	225 (100%) CSP integer variables are encoded (190922 clauses, 3023791 bytes)
2.43/2.55	c 2	945 (10%) CSP clauses are encoded (700323 clauses, 14315213 bytes)
3.34/3.46	c 3	1890 (20%) CSP clauses are encoded (1208050 clauses, 26154886 bytes)
4.24/4.38	c 4	2835 (30%) CSP clauses are encoded (1711391 clauses, 37910022 bytes)
5.24/5.30	c 5	3780 (40%) CSP clauses are encoded (2221136 clauses, 49823930 bytes)
6.11/6.24	c 6	4725 (50%) CSP clauses are encoded (2724867 clauses, 61605757 bytes)
7.01/7.17	c 7	5670 (60%) CSP clauses are encoded (3232422 clauses, 73534429 bytes)
8.02/8.11	c 8	6615 (70%) CSP clauses are encoded (3745573 clauses, 85926032 bytes)
8.91/9.03	c 9	7560 (80%) CSP clauses are encoded (4240626 clauses, 98290072 bytes)
9.81/9.97	c 10	8505 (90%) CSP clauses are encoded (4748251 clauses, 110968412 bytes)
10.71/10.89	c 11	9450 (100%) CSP clauses are encoded (5247204 clauses, 123429952 bytes)
10.71/10.89	c 11	9450 CSP clauses encoded
10.71/10.89	c 11	Writing map file : HOME/temp.map
10.71/10.89	c 11	Heap : 3 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
10.71/10.89	c 11	SAT : 197447 SAT variables, 5247204 SAT clauses, 123429952 bytes
10.71/10.89	c 11	Heap : 4 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
10.80/10.91	c 11	SOLVING HOME/temp.cnf
10.80/10.91	c 11	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
10.80/10.92	c 11	This is MiniSat 2.0 beta
10.80/10.92	c 11	WARNING: for repeatability, setting FPU to use double precision
10.80/10.92	c 11	============================[ Problem Statistics ]=============================
10.80/10.92	c 11	|                                                                             |
10.80/10.92	c 11	|  Number of variables:  197447                                               |
10.80/10.92	c 11	|  Number of clauses:    5247204                                              |
13.66/13.82	c 14	|  Parsing time:         2.48         s                                       |
13.76/13.96	c 14	============================[ Search Statistics ]==============================
13.76/13.96	c 14	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
13.76/13.96	c 14	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
13.76/13.96	c 14	===============================================================================
13.76/13.96	c 14	|         0 |  197447  5247204 15534940 |  1749068        0    nan |  0.000 % |
13.95/14.13	c 14	|       101 |  197447  5247204 15534940 |  1923974      101     12 |  0.000 % |
14.26/14.44	c 14	|       253 |  197447  5247204 15534940 |  2116372      253     15 |  0.000 % |
14.46/14.66	c 14	|       480 |  197447  5247204 15534940 |  2328009      480     12 |  0.000 % |
14.66/14.88	c 15	|       817 |  197447  5247204 15534940 |  2560810      817     11 |  0.000 % |
15.15/15.32	c 15	|      1324 |  197447  5247204 15534940 |  2816891     1324     11 |  0.000 % |
15.56/15.73	c 15	|      2083 |  197447  5247204 15534940 |  3098580     2083     12 |  0.000 % |
16.26/16.48	c 16	|      3222 |  197447  5247204 15534940 |  3408438     3222     13 |  0.000 % |
17.86/18.02	c 18	|      4930 |  197447  5247204 15534940 |  3749282     4930     13 |  0.000 % |
20.15/20.34	c 20	|      7492 |  197447  5247204 15534940 |  4124210     7492     13 |  0.000 % |
22.46/22.63	c 22	|     11336 |  197447  5247204 15534940 |  4536631    11336     15 |  0.000 % |
27.96/28.13	c 28	|     17103 |  197447  5247204 15534940 |  4990295    17103     15 |  0.000 % |
37.05/37.25	c 37	|     25752 |  197447  5247204 15534940 |  5489324    25752     15 |  0.000 % |
50.84/51.08	c 51	|     38726 |  197447  5247204 15534940 |  6038257    38726     16 |  0.000 % |
73.24/73.49	c 73	|     58187 |  197447  5247204 15534940 |  6642082    58187     16 |  0.000 % |
116.92/117.11	c 117	|     87379 |  197447  5247204 15534940 |  7306291    87379     16 |  0.000 % |
191.99/192.29	c 192	|    131168 |  197447  5247204 15534940 |  8036920   131168     17 |  0.000 % |
330.43/330.74	c 330	|    196852 |  197447  5247204 15534940 |  8840612   196852     18 |  0.000 % |
588.73/589.19	c 589	|    295378 |  197447  5247204 15534940 |  9724673   295378     18 |  0.000 % |
1084.03/1084.64	c 1084	|    443167 |  197447  5247204 15534940 | 10697140   443167     19 |  0.000 % |
1800.01/1804.41	c ERROR INTERRUPTED
1800.01/1804.46	s UNKNOWN
1800.01/1804.46	c 1804	CPU 10.83 (0.06 0.01 9.78 0.98)
1800.01/1804.46	c 1804	END Sat Jul 11 21:34:42 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-2065780-1247339078/watcher-2065780-1247339078 -o /tmp/evaluation-result-2065780-1247339078/solver-2065780-1247339078 -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-2065780-1247339078.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.98 2.00 2.00 4/73 13745
/proc/meminfo: memFree=1162736/2055920 swapFree=4192952/4192956
[pid=13745] ppid=13743 vsize=12272 CPUtime=0
/proc/13745/stat : 13745 (sugar) R 13743 13745 12849 0 -1 4194304 359 0 0 0 0 0 0 0 20 0 1 0 20970348 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 231962540645 0 0 4224 0 0 0 0 17 1 0 0
/proc/13745/statm: 3068 327 246 3 0 168 0

[startup+0.129249 s]
/proc/loadavg: 1.98 2.00 2.00 4/73 13745
/proc/meminfo: memFree=1162736/2055920 swapFree=4192952/4192956
[pid=13745] ppid=13743 vsize=16868 CPUtime=0.06
/proc/13745/stat : 13745 (sugar) S 13743 13745 12849 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 20970348 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13745/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.201254 s]
/proc/loadavg: 1.98 2.00 2.00 4/73 13745
/proc/meminfo: memFree=1162736/2055920 swapFree=4192952/4192956
[pid=13745] ppid=13743 vsize=16868 CPUtime=0.06
/proc/13745/stat : 13745 (sugar) S 13743 13745 12849 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 20970348 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13745/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301268 s]
/proc/loadavg: 1.98 2.00 2.00 4/73 13745
/proc/meminfo: memFree=1162736/2055920 swapFree=4192952/4192956
[pid=13745] ppid=13743 vsize=16868 CPUtime=0.06
/proc/13745/stat : 13745 (sugar) S 13743 13745 12849 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 20970348 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13745/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701323 s]
/proc/loadavg: 1.98 2.00 2.00 4/73 13745
/proc/meminfo: memFree=1162736/2055920 swapFree=4192952/4192956
[pid=13745] ppid=13743 vsize=16868 CPUtime=0.61
/proc/13745/stat : 13745 (sugar) S 13743 13745 12849 0 -1 4194304 1292 6819 0 1 5 1 50 5 17 0 1 0 20970348 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13745/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 16868

[startup+1.50243 s]
/proc/loadavg: 1.98 2.00 2.00 4/84 13767
/proc/meminfo: memFree=1146904/2055920 swapFree=4192952/4192956
[pid=13745] ppid=13743 vsize=16868 CPUtime=0.62
/proc/13745/stat : 13745 (sugar) S 13743 13745 12849 0 -1 4194304 1310 6819 0 1 6 1 50 5 15 0 1 0 20970348 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13745/statm: 4217 1111 409 3 0 796 0
[pid=13758] ppid=13745 vsize=5356 CPUtime=0
/proc/13758/stat : 13758 (sh) S 13745 13745 12849 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20970414 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13758/statm: 1339 233 193 169 0 50 0
[pid=13759] ppid=13758 vsize=868676 CPUtime=0.82
/proc/13759/stat : 13759 (java) S 13758 13745 12849 0 -1 0 7619 0 1 0 78 4 0 0 18 0 9 0 20970415 889524224 6809 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13759/statm: 217169 6809 2590 9 0 211646 0
[pid=13759/tid=13760] ppid=13758 vsize=868676 CPUtime=0.5
/proc/13759/task/13760/stat : 13760 (java) R 13758 13745 12849 0 -1 64 2770 0 1 0 48 2 0 0 25 0 9 0 20970415 889524224 6809 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13759/tid=13761] ppid=13758 vsize=868676 CPUtime=0.13
/proc/13759/task/13761/stat : 13761 (java) S 13758 13745 12849 0 -1 64 2669 0 0 0 13 0 0 0 16 0 9 0 20970417 889524224 6809 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13759/tid=13762] ppid=13758 vsize=868676 CPUtime=0
/proc/13759/task/13762/stat : 13762 (java) S 13758 13745 12849 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20970417 889524224 6809 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13759/tid=13763] ppid=13758 vsize=868676 CPUtime=0
/proc/13759/task/13763/stat : 13763 (java) S 13758 13745 12849 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20970417 889524224 6809 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13759/tid=13764] ppid=13758 vsize=868676 CPUtime=0
/proc/13759/task/13764/stat : 13764 (java) S 13758 13745 12849 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 20970419 889524224 6809 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13759/tid=13765] ppid=13758 vsize=868676 CPUtime=0.15
/proc/13759/task/13765/stat : 13765 (java) S 13758 13745 12849 0 -1 64 1482 0 0 0 15 0 0 0 16 0 9 0 20970419 889524224 6809 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13759/tid=13766] ppid=13758 vsize=868676 CPUtime=0
/proc/13759/task/13766/stat : 13766 (java) S 13758 13745 12849 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 20970419 889524224 6809 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13759/tid=13767] ppid=13758 vsize=868676 CPUtime=0
/proc/13759/task/13767/stat : 13767 (java) S 13758 13745 12849 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20970419 889524224 6809 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 890900

[startup+3.10265 s]
/proc/loadavg: 1.98 2.00 2.00 3/84 13767
/proc/meminfo: memFree=1132312/2055920 swapFree=4192952/4192956
[pid=13745] ppid=13743 vsize=16868 CPUtime=0.62
/proc/13745/stat : 13745 (sugar) S 13743 13745 12849 0 -1 4194304 1310 6819 0 1 6 1 50 5 16 0 1 0 20970348 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13745/statm: 4217 1111 409 3 0 796 0
[pid=13758] ppid=13745 vsize=5356 CPUtime=0
/proc/13758/stat : 13758 (sh) S 13745 13745 12849 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20970414 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13758/statm: 1339 233 193 169 0 50 0
[pid=13759] ppid=13758 vsize=868676 CPUtime=2.42
/proc/13759/stat : 13759 (java) S 13758 13745 12849 0 -1 0 8158 0 1 0 223 19 0 0 18 0 9 0 20970415 889524224 6826 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13759/statm: 217169 6826 2590 9 0 211646 0
[pid=13759/tid=13760] ppid=13758 vsize=868676 CPUtime=1.95
/proc/13759/task/13760/stat : 13760 (java) R 13758 13745 12849 0 -1 64 3293 0 1 0 181 14 0 0 25 0 9 0 20970415 889524224 6826 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13759/tid=13761] ppid=13758 vsize=868676 CPUtime=0.27
/proc/13759/task/13761/stat : 13761 (java) R 13758 13745 12849 0 -1 64 2669 0 0 0 24 3 0 0 15 0 9 0 20970417 889524224 6826 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13759/tid=13762] ppid=13758 vsize=868676 CPUtime=0
/proc/13759/task/13762/stat : 13762 (java) S 13758 13745 12849 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20970417 889524224 6826 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13759/tid=13763] ppid=13758 vsize=868676 CPUtime=0
/proc/13759/task/13763/stat : 13763 (java) S 13758 13745 12849 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20970417 889524224 6826 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13759/tid=13764] ppid=13758 vsize=868676 CPUtime=0
/proc/13759/task/13764/stat : 13764 (java) S 13758 13745 12849 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 20970419 889524224 6826 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13759/tid=13765] ppid=13758 vsize=868676 CPUtime=0.18
/proc/13759/task/13765/stat : 13765 (java) S 13758 13745 12849 0 -1 64 1498 0 0 0 17 1 0 0 16 0 9 0 20970419 889524224 6826 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13759/tid=13766] ppid=13758 vsize=868676 CPUtime=0
/proc/13759/task/13766/stat : 13766 (java) S 13758 13745 12849 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 20970419 889524224 6826 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13759/tid=13767] ppid=13758 vsize=868676 CPUtime=0
/proc/13759/task/13767/stat : 13767 (java) S 13758 13745 12849 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20970419 889524224 6826 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 890900

[startup+6.30108 s]
/proc/loadavg: 1.99 2.00 2.00 3/84 13767
/proc/meminfo: memFree=1089880/2055920 swapFree=4192952/4192956
[pid=13745] ppid=13743 vsize=16868 CPUtime=0.62
/proc/13745/stat : 13745 (sugar) S 13743 13745 12849 0 -1 4194304 1310 6819 0 1 6 1 50 5 16 0 1 0 20970348 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13745/statm: 4217 1111 409 3 0 796 0
[pid=13758] ppid=13745 vsize=5356 CPUtime=0
/proc/13758/stat : 13758 (sh) S 13745 13745 12849 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20970414 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13758/statm: 1339 233 193 169 0 50 0
[pid=13759] ppid=13758 vsize=868676 CPUtime=5.6
/proc/13759/stat : 13759 (java) S 13758 13745 12849 0 -1 0 9224 0 1 0 511 49 0 0 18 0 9 0 20970415 889524224 6829 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13759/statm: 217169 6829 2590 9 0 211646 0
[pid=13759/tid=13760] ppid=13758 vsize=868676 CPUtime=4.85
/proc/13759/task/13760/stat : 13760 (java) R 13758 13745 12849 0 -1 64 4357 0 1 0 447 38 0 0 25 0 9 0 20970415 889524224 6829 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13759/tid=13761] ppid=13758 vsize=868676 CPUtime=0.53
/proc/13759/task/13761/stat : 13761 (java) S 13758 13745 12849 0 -1 64 2669 0 0 0 44 9 0 0 16 0 9 0 20970417 889524224 6829 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13759/tid=13762] ppid=13758 vsize=868676 CPUtime=0
/proc/13759/task/13762/stat : 13762 (java) S 13758 13745 12849 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20970417 889524224 6829 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13759/tid=13763] ppid=13758 vsize=868676 CPUtime=0
/proc/13759/task/13763/stat : 13763 (java) S 13758 13745 12849 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20970417 889524224 6829 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13759/tid=13764] ppid=13758 vsize=868676 CPUtime=0
/proc/13759/task/13764/stat : 13764 (java) S 13758 13745 12849 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 20970419 889524224 6829 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13759/tid=13765] ppid=13758 vsize=868676 CPUtime=0.19
/proc/13759/task/13765/stat : 13765 (java) S 13758 13745 12849 0 -1 64 1500 0 0 0 18 1 0 0 17 0 9 0 20970419 889524224 6829 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13759/tid=13766] ppid=13758 vsize=868676 CPUtime=0
/proc/13759/task/13766/stat : 13766 (java) S 13758 13745 12849 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 20970419 889524224 6829 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13759/tid=13767] ppid=13758 vsize=868676 CPUtime=0
/proc/13759/task/13767/stat : 13767 (java) S 13758 13745 12849 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20970419 889524224 6829 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 890900

[startup+12.703 s]
/proc/loadavg: 1.99 2.00 2.00 3/76 13769
/proc/meminfo: memFree=938776/2055920 swapFree=4192952/4192956
[pid=13745] ppid=13743 vsize=16868 CPUtime=10.82
/proc/13745/stat : 13745 (sugar) S 13743 13745 12849 0 -1 4194304 1376 17906 0 2 6 1 978 97 16 0 1 0 20970348 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13745/statm: 4217 1113 409 3 0 796 0
[pid=13768] ppid=13745 vsize=5356 CPUtime=0
/proc/13768/stat : 13768 (sh) S 13745 13745 12849 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20971440 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13768/statm: 1339 232 193 169 0 50 0
[pid=13769] ppid=13768 vsize=143040 CPUtime=1.75
/proc/13769/stat : 13769 (minisat) R 13768 13745 12849 0 -1 4194304 35088 0 0 0 150 25 0 0 25 0 1 0 20971440 146472960 35074 996147200 134512640 135127466 4294956256 18446744073709551615 134706298 0 0 4096 3 0 0 0 17 0 0 0
/proc/13769/statm: 35760 35074 62 150 0 35607 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 165264

[startup+25.5017 s]
/proc/loadavg: 1.99 2.00 2.00 3/76 13769
/proc/meminfo: memFree=794712/2055920 swapFree=4192952/4192956
[pid=13745] ppid=13743 vsize=16868 CPUtime=10.82
/proc/13745/stat : 13745 (sugar) S 13743 13745 12849 0 -1 4194304 1376 17906 0 2 6 1 978 97 16 0 1 0 20970348 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13745/statm: 4217 1113 409 3 0 796 0
[pid=13768] ppid=13745 vsize=5356 CPUtime=0
/proc/13768/stat : 13768 (sh) S 13745 13745 12849 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20971440 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13768/statm: 1339 232 193 169 0 50 0
[pid=13769] ppid=13768 vsize=244260 CPUtime=14.54
/proc/13769/stat : 13769 (minisat) R 13768 13745 12849 0 -1 4194304 60626 0 0 0 1413 41 0 0 25 0 1 0 20971440 250122240 60612 996147200 134512640 135127466 4294956256 18446744073709551615 134704346 0 0 4096 3 0 0 0 17 0 0 0
/proc/13769/statm: 61065 60612 76 150 0 60912 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 266484

[startup+51.1012 s]
/proc/loadavg: 1.99 2.00 2.00 3/76 13769
/proc/meminfo: memFree=787672/2055920 swapFree=4192952/4192956
[pid=13745] ppid=13743 vsize=16868 CPUtime=10.82
/proc/13745/stat : 13745 (sugar) S 13743 13745 12849 0 -1 4194304 1376 17906 0 2 6 1 978 97 16 0 1 0 20970348 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13745/statm: 4217 1113 409 3 0 796 0
[pid=13768] ppid=13745 vsize=5356 CPUtime=0
/proc/13768/stat : 13768 (sh) S 13745 13745 12849 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20971440 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13768/statm: 1339 232 193 169 0 50 0
[pid=13769] ppid=13768 vsize=251524 CPUtime=40.12
/proc/13769/stat : 13769 (minisat) R 13768 13745 12849 0 -1 4194304 62438 0 0 0 3970 42 0 0 25 0 1 0 20971440 257560576 62424 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13769/statm: 62881 62424 76 150 0 62728 0
Current children cumulated CPU time (s) 50.94
Current children cumulated vsize (KiB) 273748

[startup+102.301 s]
/proc/loadavg: 1.99 2.00 2.00 3/76 13769
/proc/meminfo: memFree=783256/2055920 swapFree=4192952/4192956
[pid=13745] ppid=13743 vsize=16868 CPUtime=10.82
/proc/13745/stat : 13745 (sugar) S 13743 13745 12849 0 -1 4194304 1376 17906 0 2 6 1 978 97 16 0 1 0 20970348 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13745/statm: 4217 1113 409 3 0 796 0
[pid=13768] ppid=13745 vsize=5356 CPUtime=0

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

/proc/13769/stat : 13769 (minisat) R 13768 13745 12849 0 -1 4194304 75986 0 0 0 140942 74 0 0 25 0 1 0 20971440 314597376 75972 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13769/statm: 76806 75972 76 150 0 76653 0
Current children cumulated CPU time (s) 1420.98
Current children cumulated vsize (KiB) 329448

[startup+1482.3 s]
/proc/loadavg: 2.24 2.09 2.03 3/84 13854
/proc/meminfo: memFree=612888/2055920 swapFree=4192952/4192956
[pid=13745] ppid=13743 vsize=16868 CPUtime=10.82
/proc/13745/stat : 13745 (sugar) S 13743 13745 12849 0 -1 4194304 1376 17906 0 2 6 1 978 97 16 0 1 0 20970348 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13745/statm: 4217 1113 409 3 0 796 0
[pid=13768] ppid=13745 vsize=5356 CPUtime=0
/proc/13768/stat : 13768 (sh) S 13745 13745 12849 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20971440 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13768/statm: 1339 232 193 169 0 50 0
[pid=13769] ppid=13768 vsize=308444 CPUtime=1469.73
/proc/13769/stat : 13769 (minisat) R 13768 13745 12849 0 -1 4194304 76288 0 0 0 146899 74 0 0 25 0 1 0 20971440 315846656 76274 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13769/statm: 77111 76274 76 150 0 76958 0
Current children cumulated CPU time (s) 1480.55
Current children cumulated vsize (KiB) 330668

[startup+1542.31 s]
/proc/loadavg: 2.14 2.09 2.03 3/84 13854
/proc/meminfo: memFree=611224/2055920 swapFree=4192952/4192956
[pid=13745] ppid=13743 vsize=16868 CPUtime=10.82
/proc/13745/stat : 13745 (sugar) S 13743 13745 12849 0 -1 4194304 1376 17906 0 2 6 1 978 97 16 0 1 0 20970348 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13745/statm: 4217 1113 409 3 0 796 0
[pid=13768] ppid=13745 vsize=5356 CPUtime=0
/proc/13768/stat : 13768 (sh) S 13745 13745 12849 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20971440 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13768/statm: 1339 232 193 169 0 50 0
[pid=13769] ppid=13768 vsize=309656 CPUtime=1529.31
/proc/13769/stat : 13769 (minisat) R 13768 13745 12849 0 -1 4194304 76592 0 0 0 152856 75 0 0 25 0 1 0 20971440 317087744 76578 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 1 0 0
/proc/13769/statm: 77414 76578 76 150 0 77261 0
Current children cumulated CPU time (s) 1540.13
Current children cumulated vsize (KiB) 331880

[startup+1602.3 s]
/proc/loadavg: 2.10 2.08 2.03 3/84 13854
/proc/meminfo: memFree=611928/2055920 swapFree=4192952/4192956
[pid=13745] ppid=13743 vsize=16868 CPUtime=10.82
/proc/13745/stat : 13745 (sugar) S 13743 13745 12849 0 -1 4194304 1376 17906 0 2 6 1 978 97 16 0 1 0 20970348 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13745/statm: 4217 1113 409 3 0 796 0
[pid=13768] ppid=13745 vsize=5356 CPUtime=0
/proc/13768/stat : 13768 (sh) S 13745 13745 12849 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20971440 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13768/statm: 1339 232 193 169 0 50 0
[pid=13769] ppid=13768 vsize=311416 CPUtime=1589.01
/proc/13769/stat : 13769 (minisat) R 13768 13745 12849 0 -1 4194304 77035 0 0 0 158826 75 0 0 25 0 1 0 20971440 318889984 77021 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13769/statm: 77854 77021 76 150 0 77701 0
Current children cumulated CPU time (s) 1599.83
Current children cumulated vsize (KiB) 333640

[startup+1662.3 s]
/proc/loadavg: 2.08 2.08 2.03 3/84 13854
/proc/meminfo: memFree=608856/2055920 swapFree=4192952/4192956
[pid=13745] ppid=13743 vsize=16868 CPUtime=10.82
/proc/13745/stat : 13745 (sugar) S 13743 13745 12849 0 -1 4194304 1376 17906 0 2 6 1 978 97 16 0 1 0 20970348 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13745/statm: 4217 1113 409 3 0 796 0
[pid=13768] ppid=13745 vsize=5356 CPUtime=0
/proc/13768/stat : 13768 (sh) S 13745 13745 12849 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20971440 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13768/statm: 1339 232 193 169 0 50 0
[pid=13769] ppid=13768 vsize=312652 CPUtime=1648.44
/proc/13769/stat : 13769 (minisat) R 13768 13745 12849 0 -1 4194304 77375 0 0 0 164769 75 0 0 25 0 1 0 20971440 320155648 77361 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13769/statm: 78163 77361 76 150 0 78010 0
Current children cumulated CPU time (s) 1659.26
Current children cumulated vsize (KiB) 334876

[startup+1722.3 s]
/proc/loadavg: 2.03 2.06 2.02 3/84 13854
/proc/meminfo: memFree=609176/2055920 swapFree=4192952/4192956
[pid=13745] ppid=13743 vsize=16868 CPUtime=10.82
/proc/13745/stat : 13745 (sugar) S 13743 13745 12849 0 -1 4194304 1376 17906 0 2 6 1 978 97 16 0 1 0 20970348 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13745/statm: 4217 1113 409 3 0 796 0
[pid=13768] ppid=13745 vsize=5356 CPUtime=0
/proc/13768/stat : 13768 (sh) S 13745 13745 12849 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20971440 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13768/statm: 1339 232 193 169 0 50 0
[pid=13769] ppid=13768 vsize=314188 CPUtime=1707.86
/proc/13769/stat : 13769 (minisat) R 13768 13745 12849 0 -1 4194304 77737 0 0 0 170710 76 0 0 25 0 1 0 20971440 321728512 77723 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13769/statm: 78547 77723 76 150 0 78394 0
Current children cumulated CPU time (s) 1718.68
Current children cumulated vsize (KiB) 336412

[startup+1782.3 s]
/proc/loadavg: 2.01 2.05 2.02 3/84 13854
/proc/meminfo: memFree=607448/2055920 swapFree=4192952/4192956
[pid=13745] ppid=13743 vsize=16868 CPUtime=10.82
/proc/13745/stat : 13745 (sugar) S 13743 13745 12849 0 -1 4194304 1376 17906 0 2 6 1 978 97 16 0 1 0 20970348 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13745/statm: 4217 1113 409 3 0 796 0
[pid=13768] ppid=13745 vsize=5356 CPUtime=0
/proc/13768/stat : 13768 (sh) S 13745 13745 12849 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20971440 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13768/statm: 1339 232 193 169 0 50 0
[pid=13769] ppid=13768 vsize=315728 CPUtime=1767.3
/proc/13769/stat : 13769 (minisat) R 13768 13745 12849 0 -1 4194304 78122 0 0 0 176653 77 0 0 25 0 1 0 20971440 323305472 78108 996147200 134512640 135127466 4294956256 18446744073709551615 134527053 0 0 4096 3 0 0 0 17 1 0 0
/proc/13769/statm: 78932 78108 76 150 0 78779 0
Current children cumulated CPU time (s) 1778.12
Current children cumulated vsize (KiB) 337952



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.4 s]
/proc/loadavg: 2.01 2.05 2.01 3/84 13854
/proc/meminfo: memFree=604760/2055920 swapFree=4192952/4192956
[pid=13745] ppid=13743 vsize=16868 CPUtime=10.82
/proc/13745/stat : 13745 (sugar) S 13743 13745 12849 0 -1 4194304 1376 17906 0 2 6 1 978 97 16 0 1 0 20970348 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13745/statm: 4217 1113 409 3 0 796 0
[pid=13768] ppid=13745 vsize=5356 CPUtime=0
/proc/13768/stat : 13768 (sh) S 13745 13745 12849 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20971440 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13768/statm: 1339 232 193 169 0 50 0
[pid=13769] ppid=13768 vsize=316208 CPUtime=1789.19
/proc/13769/stat : 13769 (minisat) R 13768 13745 12849 0 -1 4194304 78257 0 0 0 178842 77 0 0 25 0 1 0 20971440 323796992 78243 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13769/statm: 79052 78243 76 150 0 78899 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 338432

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

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

[startup+1804.4 s]
/proc/loadavg: 2.01 2.05 2.01 3/84 13854
/proc/meminfo: memFree=604760/2055920 swapFree=4192952/4192956
[pid=13745] ppid=13743 vsize=16868 CPUtime=10.82
/proc/13745/stat : 13745 (sugar) S 13743 13745 12849 0 -1 4194304 1376 17906 0 2 6 1 978 97 16 0 1 0 20970348 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13745/statm: 4217 1113 409 3 0 796 0
[pid=13768] ppid=13745 vsize=5356 CPUtime=0
/proc/13768/stat : 13768 (sh) S 13745 13745 12849 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20971440 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13768/statm: 1339 232 193 169 0 50 0
[pid=13769] ppid=13768 vsize=316208 CPUtime=1789.19
/proc/13769/stat : 13769 (minisat) R 13768 13745 12849 0 -1 4194304 78257 0 0 0 178842 77 0 0 25 0 1 0 20971440 323796992 78243 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13769/statm: 79052 78243 76 150 0 78899 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 338432

[startup+1804.52 s]
/proc/loadavg: 2.01 2.05 2.01 3/84 13854
/proc/meminfo: memFree=604760/2055920 swapFree=4192952/4192956
[pid=13745] ppid=13743 vsize=16868 CPUtime=10.89
/proc/13745/stat : 13745 (sugar) R 13743 13745 12849 0 -1 4194304 1423 18183 0 2 6 7 978 98 16 0 1 0 20970348 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 231962547241 0 0 4224 16386 0 0 0 17 1 0 0
/proc/13745/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 10.89
Current children cumulated vsize (KiB) 16868
#
############


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

[startup+1804.52 s]
/proc/loadavg: 2.01 2.05 2.01 3/84 13854
/proc/meminfo: memFree=604760/2055920 swapFree=4192952/4192956
[pid=13745] ppid=13743 vsize=16868 CPUtime=10.89
/proc/13745/stat : 13745 (sugar) R 13743 13745 12849 0 -1 4194304 1423 18183 0 2 6 7 978 98 16 0 1 0 20970348 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 231962547241 0 0 4224 16386 0 0 0 17 1 0 0
/proc/13745/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 10.89
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): 1789.12
#  lost CPU user time (s): 1788.42
#  lost CPU system time (s): 0.7

Real time (s): 1804.53
CPU time (s): 1800.03
CPU user time (s): 1798.27
CPU system time (s): 1.76584
CPU usage (%): 99.7508
Max. virtual memory (cumulated for all children) (KiB): 890900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.8475
system time used= 1.06584
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19665
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= 30673
involuntary context switches= 30581

runsolver used 2.02469 second user time and 5.10522 second system time

The end

Launcher Data

Begin job on node71 at 2009-07-11 21:04:38
IDJOB=2065780
IDBENCH=54420
IDSOLVER=739
FILE ID=node71/2065780-1247339078
PBS_JOBID= 9506750
Free space on /tmp= 66380 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/os-taillard-15/normalized-os-taillard-15-95-3.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-2065780-1247339078/watcher-2065780-1247339078 -o /tmp/evaluation-result-2065780-1247339078/solver-2065780-1247339078 -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-2065780-1247339078.xml

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

MD5SUM BENCH= 3402f4fe587d9b501967a261cbfa42d3
RANDOM SEED=1997959482

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:       1163216 kB
Buffers:         52488 kB
Cached:         768540 kB
SwapCached:          4 kB
Active:          68324 kB
Inactive:       772124 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1163216 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            1852 kB
Writeback:           0 kB
Mapped:          30160 kB
Slab:            37644 kB
Committed_AS:   215440 kB
PageTables:       1808 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= 66348 MiB
End job on node71 at 2009-07-11 21:34:44