Trace number 1083373

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.07 1810.95

General information on the benchmark

Namecsp/super-js/super-js-taillard-20/
normalized-super-js-taillard-20-27.xml
MD5SUMbc761dfcbd3222269cfb1418a01604e1
Bench Category2-ARY-INT (binary 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 variables800
Number of constraints12940
Maximum constraint arity2
Maximum domain size1619
Number of constraints which are defined in extension0
Number of constraints which are defined in intension12940
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 05:09:46 2008
0.00/0.04	c 0	PID 13363
0.00/0.04	c 0	HOST node82.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1083373-1215227385.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1083373-1215227385.xml' 'HOME/temp.csp'
1.17/1.26	c 1	98 domains, 800 variables, 4 predicates, 0 relations, 12940 constraints
1.24/1.30	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.24/1.30	c 1	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.24/1.38	c 1	Parsing HOME/temp.csp
1.24/1.71	c 1	parsed 10000 expressions
1.24/1.81	c 1	parsed 13842 expressions
1.24/1.82	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.24/1.82	c 1	Converting to clausal form CSP
1.24/2.00	c 2	converted 1385 (10%) expressions
1.24/2.06	c 2	converted 2769 (20%) expressions
1.24/2.10	c 2	converted 4153 (30%) expressions
1.24/2.14	c 2	converted 5537 (40%) expressions
2.12/2.22	c 2	converted 6921 (50%) expressions
2.12/2.26	c 2	converted 8306 (60%) expressions
2.12/2.29	c 2	converted 9690 (70%) expressions
2.22/2.33	c 2	converted 11074 (80%) expressions
2.22/2.37	c 2	converted 12458 (90%) expressions
2.32/2.40	c 2	converted 13842 (100%) expressions
2.32/2.40	c 2	CSP : 800 integers, 0 booleans, 12940 clauses, largest domain size 1619
2.32/2.40	c 2	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.32/2.40	c 2	Propagation in CSP
3.01/3.19	c 3	801458 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.01/3.19	c 3	CSP : 800 integers, 0 booleans, 12940 clauses, largest domain size 768
3.01/3.19	c 3	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.01/3.19	c 3	Simplifing CSP by introducing new Boolean variables
3.31/3.45	c 3	CSP : 800 integers, 23600 booleans, 36540 clauses, largest domain size 768
3.31/3.45	c 3	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.41/3.56	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.51/3.64	c 3	80 (10%) CSP integer variables are encoded (36240 clauses, 521504 bytes)
3.51/3.69	c 3	160 (20%) CSP integer variables are encoded (83480 clauses, 1230104 bytes)
3.60/3.75	c 3	240 (30%) CSP integer variables are encoded (129000 clauses, 1971279 bytes)
3.71/3.80	c 3	320 (40%) CSP integer variables are encoded (172800 clauses, 2715879 bytes)
3.71/3.86	c 3	400 (50%) CSP integer variables are encoded (216160 clauses, 3452999 bytes)
3.81/3.92	c 4	480 (60%) CSP integer variables are encoded (267560 clauses, 4326799 bytes)
3.81/3.98	c 4	560 (70%) CSP integer variables are encoded (313240 clauses, 5103359 bytes)
3.91/4.04	c 4	640 (80%) CSP integer variables are encoded (363280 clauses, 5954039 bytes)
4.01/4.11	c 4	720 (90%) CSP integer variables are encoded (411120 clauses, 6767319 bytes)
4.01/4.16	c 4	800 (100%) CSP integer variables are encoded (450760 clauses, 7441199 bytes)
5.00/5.16	c 5	3654 (10%) CSP clauses are encoded (967852 clauses, 19127985 bytes)
6.00/6.15	c 6	7308 (20%) CSP clauses are encoded (1484760 clauses, 31143160 bytes)
7.09/7.26	c 7	10962 (30%) CSP clauses are encoded (2071912 clauses, 44812104 bytes)
8.57/8.80	c 8	14616 (40%) CSP clauses are encoded (2889024 clauses, 63902510 bytes)
9.77/9.96	c 10	18270 (50%) CSP clauses are encoded (3504124 clauses, 78835490 bytes)
10.75/10.97	c 11	21924 (60%) CSP clauses are encoded (4037381 clauses, 91804940 bytes)
12.25/12.44	c 12	25578 (70%) CSP clauses are encoded (4836222 clauses, 111261241 bytes)
13.59/15.19	c 15	29232 (80%) CSP clauses are encoded (5590153 clauses, 129507433 bytes)
14.99/16.51	c 16	32886 (90%) CSP clauses are encoded (6309861 clauses, 146779276 bytes)
16.37/17.92	c 18	36540 (100%) CSP clauses are encoded (7116130 clauses, 165304870 bytes)
16.37/17.92	c 18	36540 CSP clauses encoded
16.37/17.93	c 18	Writing map file : HOME/temp.map
16.37/17.95	c 18	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
16.37/17.95	c 18	SAT : 475160 SAT variables, 7116130 SAT clauses, 165304870 bytes
16.37/17.95	c 18	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
16.37/17.97	c 18	SOLVING HOME/temp.cnf
16.37/17.97	c 18	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
16.37/17.97	c 18	This is MiniSat 2.0 beta
16.37/17.97	c 18	WARNING: for repeatability, setting FPU to use double precision
16.37/17.97	c 18	============================[ Problem Statistics ]=============================
16.37/17.97	c 18	|                                                                             |
16.37/17.97	c 18	|  Number of variables:  475160                                               |
16.37/17.97	c 18	|  Number of clauses:    7116130                                              |
20.47/22.00	c 22	|  Parsing time:         3.39         s                                       |
20.66/22.22	c 22	============================[ Search Statistics ]==============================
20.66/22.22	c 22	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
20.66/22.22	c 22	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
20.66/22.22	c 22	===============================================================================
20.66/22.22	c 22	|         0 |  468908  7109878 20206434 |  2369959        0    nan |  0.000 % |
25.25/26.86	c 26	|       100 |  468908  7109878 20206434 |  2606955      100     27 |  1.316 % |
30.22/31.86	c 31	|       250 |  468908  7109878 20206434 |  2867650      250     20 |  1.316 % |
39.78/41.42	c 41	|       476 |  468908  7109878 20206434 |  3154415      476     20 |  1.316 % |
51.54/53.24	c 53	|       814 |  468908  7109878 20206434 |  3469857      814     20 |  1.316 % |
66.37/68.11	c 68	|      1320 |  468875  7109373 20205035 |  3816843     1319     17 |  1.323 % |
90.08/91.99	c 92	|      2079 |  468841  7108804 20203451 |  4198527     2076     15 |  1.330 % |
131.60/133.68	c 133	|      3218 |  468786  7107827 20200717 |  4618380     3211     14 |  1.344 % |
192.26/194.51	c 194	|      4926 |  468728  7106775 20197768 |  5080218     4917     15 |  1.354 % |
300.60/303.34	c 303	|      7488 |  468658  7105648 20194621 |  5588240     7477     15 |  1.368 % |
453.08/456.47	c 456	|     11333 |  468479  7102996 20187238 |  6147064    11313     16 |  1.406 % |
655.96/660.11	c 660	|     17101 |  468410  7101885 20184143 |  6761770    17075     16 |  1.424 % |
976.74/982.26	c 982	|     25750 |  468296  7100077 20179045 |  7437947    25719     18 |  1.445 % |
1473.38/1481.64	c 1481	|     38727 |  468103  7096813 20169867 |  8181742    38685     19 |  1.493 % |
1800.02/1810.81	c ERROR INTERRUPTED
1800.02/1810.87	s UNKNOWN
1800.02/1810.87	c 1810	CPU 15.25 (0.04 0 15.21 1.21)
1800.02/1810.87	c 1810	END Sat Jul  5 05:39:56 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-1083373-1215227385/watcher-1083373-1215227385 -o /tmp/evaluation-result-1083373-1215227385/solver-1083373-1215227385 -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-1083373-1215227385.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/73 13363
/proc/meminfo: memFree=1576112/2055920 swapFree=4169368/4192956
[pid=13363] ppid=13361 vsize=12268 CPUtime=0
/proc/13363/stat : 13363 (sugar) R 13361 13363 11017 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 257212376 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 224273677310 0 0 4224 0 0 0 0 17 0 0 0
/proc/13363/statm: 3067 316 241 3 0 167 0

[startup+0.103728 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 13363
/proc/meminfo: memFree=1576112/2055920 swapFree=4169368/4192956
[pid=13363] ppid=13361 vsize=13600 CPUtime=0.03
/proc/13363/stat : 13363 (sugar) S 13361 13363 11017 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 257212376 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13363/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.20274 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 13363
/proc/meminfo: memFree=1576112/2055920 swapFree=4169368/4192956
[pid=13363] ppid=13361 vsize=13600 CPUtime=0.03
/proc/13363/stat : 13363 (sugar) S 13361 13363 11017 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 257212376 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13363/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.30274 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 13363
/proc/meminfo: memFree=1576112/2055920 swapFree=4169368/4192956
[pid=13363] ppid=13361 vsize=13600 CPUtime=0.03
/proc/13363/stat : 13363 (sugar) S 13361 13363 11017 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 257212376 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13363/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702792 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 13363
/proc/meminfo: memFree=1576112/2055920 swapFree=4169368/4192956
[pid=13363] ppid=13361 vsize=13600 CPUtime=0.03
/proc/13363/stat : 13363 (sugar) S 13361 13363 11017 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 257212376 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13363/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50288 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 13375
/proc/meminfo: memFree=1548824/2055920 swapFree=4169368/4192956
[pid=13363] ppid=13361 vsize=13600 CPUtime=1.24
/proc/13363/stat : 13363 (sugar) S 13361 13363 11017 0 -1 4194304 973 10485 0 1 3 0 114 7 15 0 1 0 257212376 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13363/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 13600

[startup+3.10105 s]
/proc/loadavg: 2.08 2.02 2.01 4/84 13385
/proc/meminfo: memFree=1555032/2055920 swapFree=4169368/4192956
[pid=13363] ppid=13361 vsize=13600 CPUtime=1.24
/proc/13363/stat : 13363 (sugar) S 13361 13363 11017 0 -1 4194304 974 10485 0 1 3 0 114 7 15 0 1 0 257212376 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13363/statm: 3400 797 370 3 0 500 0
[pid=13376] ppid=13363 vsize=5356 CPUtime=0
/proc/13376/stat : 13376 (sh) S 13363 13363 11017 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 257212506 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13376/statm: 1339 233 193 169 0 50 0
[pid=13377] ppid=13376 vsize=868368 CPUtime=1.77
/proc/13377/stat : 13377 (java) S 13376 13363 11017 0 -1 0 9815 0 1 0 170 7 0 0 20 0 9 0 257212507 889208832 8860 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13377/statm: 217092 8860 2540 9 0 211667 0
[pid=13377/tid=13378] ppid=13376 vsize=868368 CPUtime=1.2
/proc/13377/task/13378/stat : 13378 (java) R 13376 13363 11017 0 -1 64 2829 0 1 0 118 2 0 0 25 0 9 0 257212507 889208832 8860 996147200 134512640 134550740 4294955952 18446744073709551615 4126593826 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13377/tid=13379] ppid=13376 vsize=868368 CPUtime=0.36
/proc/13377/task/13379/stat : 13379 (java) S 13376 13363 11017 0 -1 64 4838 0 0 0 33 3 0 0 16 0 9 0 257212508 889208832 8860 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13377/tid=13380] ppid=13376 vsize=868368 CPUtime=0
/proc/13377/task/13380/stat : 13380 (java) S 13376 13363 11017 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 257212509 889208832 8860 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13377/tid=13381] ppid=13376 vsize=868368 CPUtime=0
/proc/13377/task/13381/stat : 13381 (java) S 13376 13363 11017 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 257212509 889208832 8860 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13377/tid=13382] ppid=13376 vsize=868368 CPUtime=0
/proc/13377/task/13382/stat : 13382 (java) S 13376 13363 11017 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 257212511 889208832 8860 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13377/tid=13383] ppid=13376 vsize=868368 CPUtime=0.18
/proc/13377/task/13383/stat : 13383 (java) S 13376 13363 11017 0 -1 64 1451 0 0 0 18 0 0 0 16 0 9 0 257212511 889208832 8860 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13377/tid=13384] ppid=13376 vsize=868368 CPUtime=0
/proc/13377/task/13384/stat : 13384 (java) S 13376 13363 11017 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 257212511 889208832 8860 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13377/tid=13385] ppid=13376 vsize=868368 CPUtime=0
/proc/13377/task/13385/stat : 13385 (java) S 13376 13363 11017 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 257212511 889208832 8860 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 887324

[startup+6.30239 s]
/proc/loadavg: 2.08 2.02 2.01 3/84 13385
/proc/meminfo: memFree=1516376/2055920 swapFree=4169368/4192956
[pid=13363] ppid=13361 vsize=13600 CPUtime=1.24
/proc/13363/stat : 13363 (sugar) S 13361 13363 11017 0 -1 4194304 974 10485 0 1 3 0 114 7 16 0 1 0 257212376 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13363/statm: 3400 797 370 3 0 500 0
[pid=13376] ppid=13363 vsize=5356 CPUtime=0
/proc/13376/stat : 13376 (sh) S 13363 13363 11017 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 257212506 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13376/statm: 1339 233 193 169 0 50 0
[pid=13377] ppid=13376 vsize=868480 CPUtime=4.95
/proc/13377/stat : 13377 (java) S 13376 13363 11017 0 -1 0 12382 0 1 0 466 29 0 0 20 0 9 0 257212507 889323520 10896 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13377/statm: 217120 10896 2565 9 0 211667 0
[pid=13377/tid=13378] ppid=13376 vsize=868480 CPUtime=3.88
/proc/13377/task/13378/stat : 13378 (java) R 13376 13363 11017 0 -1 64 3384 0 1 0 367 21 0 0 25 0 9 0 257212507 889323520 10896 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13377/tid=13379] ppid=13376 vsize=868480 CPUtime=0.79
/proc/13377/task/13379/stat : 13379 (java) S 13376 13363 11017 0 -1 64 6813 0 0 0 73 6 0 0 16 0 9 0 257212508 889323520 10896 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13377/tid=13380] ppid=13376 vsize=868480 CPUtime=0
/proc/13377/task/13380/stat : 13380 (java) S 13376 13363 11017 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 257212509 889323520 10896 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13377/tid=13381] ppid=13376 vsize=868480 CPUtime=0
/proc/13377/task/13381/stat : 13381 (java) S 13376 13363 11017 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 257212509 889323520 10896 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13377/tid=13382] ppid=13376 vsize=868480 CPUtime=0
/proc/13377/task/13382/stat : 13382 (java) S 13376 13363 11017 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 257212511 889323520 10896 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13377/tid=13383] ppid=13376 vsize=868480 CPUtime=0.24
/proc/13377/task/13383/stat : 13383 (java) S 13376 13363 11017 0 -1 64 1488 0 0 0 24 0 0 0 16 0 9 0 257212511 889323520 10896 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13377/tid=13384] ppid=13376 vsize=868480 CPUtime=0
/proc/13377/task/13384/stat : 13384 (java) S 13376 13363 11017 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 257212511 889323520 10896 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13377/tid=13385] ppid=13376 vsize=868480 CPUtime=0
/proc/13377/task/13385/stat : 13385 (java) S 13376 13363 11017 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 257212511 889323520 10896 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 887436

[startup+12.7011 s]
/proc/loadavg: 2.15 2.03 2.01 3/84 13385
/proc/meminfo: memFree=1432152/2055920 swapFree=4169368/4192956
[pid=13363] ppid=13361 vsize=13600 CPUtime=1.24
/proc/13363/stat : 13363 (sugar) S 13361 13363 11017 0 -1 4194304 974 10485 0 1 3 0 114 7 16 0 1 0 257212376 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13363/statm: 3400 797 370 3 0 500 0
[pid=13376] ppid=13363 vsize=5356 CPUtime=0
/proc/13376/stat : 13376 (sh) S 13363 13363 11017 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 257212506 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13376/statm: 1339 233 193 169 0 50 0
[pid=13377] ppid=13376 vsize=868480 CPUtime=11.26
/proc/13377/stat : 13377 (java) S 13376 13363 11017 0 -1 0 13198 0 1 0 1046 80 0 0 20 0 9 0 257212507 889323520 10896 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13377/statm: 217120 10896 2565 9 0 211667 0
[pid=13377/tid=13378] ppid=13376 vsize=868480 CPUtime=9.9
/proc/13377/task/13378/stat : 13378 (java) D 13376 13363 11017 0 -1 64 4200 0 1 0 923 67 0 0 25 0 9 0 257212507 889323520 10896 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608240 0 0 -1 0 0 0
[pid=13377/tid=13379] ppid=13376 vsize=868480 CPUtime=1.09
/proc/13377/task/13379/stat : 13379 (java) S 13376 13363 11017 0 -1 64 6813 0 0 0 98 11 0 0 16 0 9 0 257212508 889323520 10896 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13377/tid=13380] ppid=13376 vsize=868480 CPUtime=0
/proc/13377/task/13380/stat : 13380 (java) S 13376 13363 11017 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 257212509 889323520 10896 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13377/tid=13381] ppid=13376 vsize=868480 CPUtime=0
/proc/13377/task/13381/stat : 13381 (java) S 13376 13363 11017 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 257212509 889323520 10896 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13377/tid=13382] ppid=13376 vsize=868480 CPUtime=0
/proc/13377/task/13382/stat : 13382 (java) S 13376 13363 11017 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 257212511 889323520 10896 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13377/tid=13383] ppid=13376 vsize=868480 CPUtime=0.24
/proc/13377/task/13383/stat : 13383 (java) S 13376 13363 11017 0 -1 64 1488 0 0 0 24 0 0 0 16 0 9 0 257212511 889323520 10896 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13377/tid=13384] ppid=13376 vsize=868480 CPUtime=0
/proc/13377/task/13384/stat : 13384 (java) S 13376 13363 11017 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 257212511 889323520 10896 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13377/tid=13385] ppid=13376 vsize=868480 CPUtime=0
/proc/13377/task/13385/stat : 13385 (java) S 13376 13363 11017 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 257212511 889323520 10896 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 887436

[startup+25.5024 s]
/proc/loadavg: 2.28 2.06 2.02 3/76 13387
/proc/meminfo: memFree=1088152/2055920 swapFree=4169368/4192956
[pid=13363] ppid=13361 vsize=13600 CPUtime=16.46
/proc/13363/stat : 13363 (sugar) S 13361 13363 11017 0 -1 4194304 1033 24506 0 2 4 0 1521 121 15 0 1 0 257212376 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13363/statm: 3400 799 370 3 0 500 0
[pid=13386] ppid=13363 vsize=5356 CPUtime=0
/proc/13386/stat : 13386 (sh) S 13363 13363 11017 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 257214173 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13386/statm: 1339 232 193 169 0 50 0
[pid=13387] ppid=13386 vsize=330656 CPUtime=7.48
/proc/13387/stat : 13387 (minisat) R 13386 13363 11017 0 -1 4194304 79889 0 0 0 682 66 0 0 25 0 1 0 257214173 338591744 79875 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13387/statm: 82664 79875 72 150 0 82511 0
Current children cumulated CPU time (s) 23.94
Current children cumulated vsize (KiB) 349612

[startup+51.1022 s]
/proc/loadavg: 2.30 2.09 2.03 4/76 13387
/proc/meminfo: memFree=1082776/2055920 swapFree=4169368/4192956
[pid=13363] ppid=13361 vsize=13600 CPUtime=16.46
/proc/13363/stat : 13363 (sugar) S 13361 13363 11017 0 -1 4194304 1033 24506 0 2 4 0 1521 121 16 0 1 0 257212376 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13363/statm: 3400 799 370 3 0 500 0
[pid=13386] ppid=13363 vsize=5356 CPUtime=0
/proc/13386/stat : 13386 (sh) S 13363 13363 11017 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 257214173 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13386/statm: 1339 232 193 169 0 50 0
[pid=13387] ppid=13386 vsize=339052 CPUtime=32.99
/proc/13387/stat : 13387 (minisat) R 13386 13363 11017 0 -1 4194304 81903 0 0 0 3230 69 0 0 25 0 1 0 257214173 347189248 81889 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 0 0 0
/proc/13387/statm: 84763 81889 76 150 0 84610 0
Current children cumulated CPU time (s) 49.45
Current children cumulated vsize (KiB) 358008

[startup+102.303 s]
/proc/loadavg: 2.12 2.07 2.02 3/76 13387
/proc/meminfo: memFree=1080920/2055920 swapFree=4169368/4192956
[pid=13363] ppid=13361 vsize=13600 CPUtime=16.46
/proc/13363/stat : 13363 (sugar) S 13361 13363 11017 0 -1 4194304 1033 24506 0 2 4 0 1521 121 16 0 1 0 257212376 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13363/statm: 3400 799 370 3 0 500 0
[pid=13386] ppid=13363 vsize=5356 CPUtime=0
/proc/13386/stat : 13386 (sh) S 13363 13363 11017 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 257214173 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13386/statm: 1339 232 193 169 0 50 0
[pid=13387] ppid=13386 vsize=341032 CPUtime=83.98
/proc/13387/stat : 13387 (minisat) R 13386 13363 11017 0 -1 4194304 82382 0 0 0 8329 69 0 0 25 0 1 0 257214173 349216768 82368 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 0 0 0
/proc/13387/statm: 85258 82368 76 150 0 85105 0

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

[pid=13386] ppid=13363 vsize=5356 CPUtime=0
/proc/13386/stat : 13386 (sh) S 13363 13363 11017 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 257214173 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13386/statm: 1339 232 193 169 0 50 0
[pid=13387] ppid=13386 vsize=345484 CPUtime=1398.09
/proc/13387/stat : 13387 (minisat) R 13386 13363 11017 0 -1 4194304 83519 0 0 0 139735 74 0 0 25 0 1 0 257214173 353775616 83505 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13387/statm: 86371 83505 76 150 0 86218 0
Current children cumulated CPU time (s) 1414.55
Current children cumulated vsize (KiB) 364440

[startup+1482.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 13448
/proc/meminfo: memFree=1035032/2055920 swapFree=4169368/4192956
[pid=13363] ppid=13361 vsize=13600 CPUtime=16.46
/proc/13363/stat : 13363 (sugar) S 13361 13363 11017 0 -1 4194304 1033 24506 0 2 4 0 1521 121 16 0 1 0 257212376 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13363/statm: 3400 799 370 3 0 500 0
[pid=13386] ppid=13363 vsize=5356 CPUtime=0
/proc/13386/stat : 13386 (sh) S 13363 13363 11017 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 257214173 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13386/statm: 1339 232 193 169 0 50 0
[pid=13387] ppid=13386 vsize=345616 CPUtime=1457.61
/proc/13387/stat : 13387 (minisat) R 13386 13363 11017 0 -1 4194304 83562 0 0 0 145687 74 0 0 25 0 1 0 257214173 353910784 83548 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13387/statm: 86404 83548 76 150 0 86251 0
Current children cumulated CPU time (s) 1474.07
Current children cumulated vsize (KiB) 364572

[startup+1542.31 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 13448
/proc/meminfo: memFree=1034776/2055920 swapFree=4169368/4192956
[pid=13363] ppid=13361 vsize=13600 CPUtime=16.46
/proc/13363/stat : 13363 (sugar) S 13361 13363 11017 0 -1 4194304 1033 24506 0 2 4 0 1521 121 16 0 1 0 257212376 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13363/statm: 3400 799 370 3 0 500 0
[pid=13386] ppid=13363 vsize=5356 CPUtime=0
/proc/13386/stat : 13386 (sh) S 13363 13363 11017 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 257214173 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13386/statm: 1339 232 193 169 0 50 0
[pid=13387] ppid=13386 vsize=345880 CPUtime=1517.15
/proc/13387/stat : 13387 (minisat) R 13386 13363 11017 0 -1 4194304 83621 0 0 0 151641 74 0 0 25 0 1 0 257214173 354181120 83607 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13387/statm: 86470 83607 76 150 0 86317 0
Current children cumulated CPU time (s) 1533.61
Current children cumulated vsize (KiB) 364836

[startup+1602.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 13448
/proc/meminfo: memFree=1034520/2055920 swapFree=4169368/4192956
[pid=13363] ppid=13361 vsize=13600 CPUtime=16.46
/proc/13363/stat : 13363 (sugar) S 13361 13363 11017 0 -1 4194304 1033 24506 0 2 4 0 1521 121 16 0 1 0 257212376 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13363/statm: 3400 799 370 3 0 500 0
[pid=13386] ppid=13363 vsize=5356 CPUtime=0
/proc/13386/stat : 13386 (sh) S 13363 13363 11017 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 257214173 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13386/statm: 1339 232 193 169 0 50 0
[pid=13387] ppid=13386 vsize=346092 CPUtime=1576.68
/proc/13387/stat : 13387 (minisat) R 13386 13363 11017 0 -1 4194304 83676 0 0 0 157594 74 0 0 25 0 1 0 257214173 354398208 83662 996147200 134512640 135127466 4294956256 18446744073709551615 134522687 0 0 4096 3 0 0 0 17 1 0 0
/proc/13387/statm: 86523 83662 76 150 0 86370 0
Current children cumulated CPU time (s) 1593.14
Current children cumulated vsize (KiB) 365048

[startup+1662.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 13448
/proc/meminfo: memFree=1034264/2055920 swapFree=4169368/4192956
[pid=13363] ppid=13361 vsize=13600 CPUtime=16.46
/proc/13363/stat : 13363 (sugar) S 13361 13363 11017 0 -1 4194304 1033 24506 0 2 4 0 1521 121 16 0 1 0 257212376 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13363/statm: 3400 799 370 3 0 500 0
[pid=13386] ppid=13363 vsize=5356 CPUtime=0
/proc/13386/stat : 13386 (sh) S 13363 13363 11017 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 257214173 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13386/statm: 1339 232 193 169 0 50 0
[pid=13387] ppid=13386 vsize=346356 CPUtime=1636.2
/proc/13387/stat : 13387 (minisat) R 13386 13363 11017 0 -1 4194304 83723 0 0 0 163546 74 0 0 25 0 1 0 257214173 354668544 83709 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13387/statm: 86589 83709 76 150 0 86436 0
Current children cumulated CPU time (s) 1652.66
Current children cumulated vsize (KiB) 365312

[startup+1722.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 13448
/proc/meminfo: memFree=1034136/2055920 swapFree=4169368/4192956
[pid=13363] ppid=13361 vsize=13600 CPUtime=16.46
/proc/13363/stat : 13363 (sugar) S 13361 13363 11017 0 -1 4194304 1033 24506 0 2 4 0 1521 121 16 0 1 0 257212376 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13363/statm: 3400 799 370 3 0 500 0
[pid=13386] ppid=13363 vsize=5356 CPUtime=0
/proc/13386/stat : 13386 (sh) S 13363 13363 11017 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 257214173 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13386/statm: 1339 232 193 169 0 50 0
[pid=13387] ppid=13386 vsize=346488 CPUtime=1695.75
/proc/13387/stat : 13387 (minisat) R 13386 13363 11017 0 -1 4194304 83778 0 0 0 169500 75 0 0 25 0 1 0 257214173 354803712 83764 996147200 134512640 135127466 4294956256 18446744073709551615 134531107 0 0 4096 3 0 0 0 17 1 0 0
/proc/13387/statm: 86622 83764 76 150 0 86469 0
Current children cumulated CPU time (s) 1712.21
Current children cumulated vsize (KiB) 365444

[startup+1782.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 13448
/proc/meminfo: memFree=1033944/2055920 swapFree=4169368/4192956
[pid=13363] ppid=13361 vsize=13600 CPUtime=16.46
/proc/13363/stat : 13363 (sugar) S 13361 13363 11017 0 -1 4194304 1033 24506 0 2 4 0 1521 121 16 0 1 0 257212376 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13363/statm: 3400 799 370 3 0 500 0
[pid=13386] ppid=13363 vsize=5356 CPUtime=0
/proc/13386/stat : 13386 (sh) S 13363 13363 11017 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 257214173 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13386/statm: 1339 232 193 169 0 50 0
[pid=13387] ppid=13386 vsize=346752 CPUtime=1755.28
/proc/13387/stat : 13387 (minisat) R 13386 13363 11017 0 -1 4194304 83827 0 0 0 175453 75 0 0 25 0 1 0 257214173 355074048 83813 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13387/statm: 86688 83813 76 150 0 86535 0
Current children cumulated CPU time (s) 1771.74
Current children cumulated vsize (KiB) 365708



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.8 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 13448
/proc/meminfo: memFree=1033880/2055920 swapFree=4169368/4192956
[pid=13363] ppid=13361 vsize=13600 CPUtime=16.46
/proc/13363/stat : 13363 (sugar) S 13361 13363 11017 0 -1 4194304 1033 24506 0 2 4 0 1521 121 16 0 1 0 257212376 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13363/statm: 3400 799 370 3 0 500 0
[pid=13386] ppid=13363 vsize=5356 CPUtime=0
/proc/13386/stat : 13386 (sh) S 13363 13363 11017 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 257214173 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13386/statm: 1339 232 193 169 0 50 0
[pid=13387] ppid=13386 vsize=346752 CPUtime=1783.56
/proc/13387/stat : 13387 (minisat) R 13386 13363 11017 0 -1 4194304 83847 0 0 0 178281 75 0 0 25 0 1 0 257214173 355074048 83833 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/13387/statm: 86688 83833 76 150 0 86535 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 365708

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

[startup+1810.8 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 13448
/proc/meminfo: memFree=1033880/2055920 swapFree=4169368/4192956
[pid=13363] ppid=13361 vsize=13600 CPUtime=16.46
/proc/13363/stat : 13363 (sugar) S 13361 13363 11017 0 -1 4194304 1033 24506 0 2 4 0 1521 121 16 0 1 0 257212376 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13363/statm: 3400 799 370 3 0 500 0
[pid=13386] ppid=13363 vsize=5356 CPUtime=0
/proc/13386/stat : 13386 (sh) S 13363 13363 11017 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 257214173 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13386/statm: 1339 232 193 169 0 50 0
[pid=13387] ppid=13386 vsize=346752 CPUtime=1783.56
/proc/13387/stat : 13387 (minisat) R 13386 13363 11017 0 -1 4194304 83847 0 0 0 178281 75 0 0 25 0 1 0 257214173 355074048 83833 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/13387/statm: 86688 83833 76 150 0 86535 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 365708

# WARNING:
# current cumulated CPU time (16.52 s) is less than in the last sample (1800.02 s)
# The time of a child was probably not reported to its father.
# (see the samples just above and below)
# Adding the difference (1783.5 s) to the 'lost time'.

[startup+1810.92 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 13448
/proc/meminfo: memFree=1033880/2055920 swapFree=4169368/4192956
[pid=13363] ppid=13361 vsize=13600 CPUtime=16.52
/proc/13363/stat : 13363 (sugar) R 13361 13363 11017 0 -1 4194304 1070 24783 0 2 4 6 1521 121 16 0 1 0 257212376 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 224264950825 0 0 4224 16386 0 0 0 17 1 0 0
/proc/13363/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 16.52
Current children cumulated vsize (KiB) 13600

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

[startup+1810.92 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 13448
/proc/meminfo: memFree=1033880/2055920 swapFree=4169368/4192956
[pid=13363] ppid=13361 vsize=13600 CPUtime=16.52
/proc/13363/stat : 13363 (sugar) R 13361 13363 11017 0 -1 4194304 1070 24783 0 2 4 6 1521 121 16 0 1 0 257212376 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 224264950825 0 0 4224 16386 0 0 0 17 1 0 0
/proc/13363/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 16.52
Current children cumulated vsize (KiB) 13600

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): 1783.5
#  lost CPU user time (s): 1782.81
#  lost CPU system time (s): 0.69

Real time (s): 1810.95
CPU time (s): 1800.07
CPU user time (s): 1798.07
CPU system time (s): 1.9968
CPU usage (%): 99.3992
Max. virtual memory (cumulated for all children) (KiB): 887576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.2607
system time used= 1.3068
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25884
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= 15087
involuntary context switches= 15079

runsolver used 2.15567 second user time and 4.83726 second system time

The end

Launcher Data (download as text)

Begin job on node82 at 2008-07-05 05:09:46
IDJOB=1083373
IDBENCH=57470
IDSOLVER=346
FILE ID=node82/1083373-1215227385
PBS_JOBID= 7881755
Free space on /tmp= 66488 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/super-js/super-js-taillard-20/normalized-super-js-taillard-20-27.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-1083373-1215227385/watcher-1083373-1215227385 -o /tmp/evaluation-result-1083373-1215227385/solver-1083373-1215227385 -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-1083373-1215227385.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= bc761dfcbd3222269cfb1418a01604e1
RANDOM SEED=1050544230

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1576600 kB
Buffers:         87836 kB
Cached:         297992 kB
SwapCached:      17956 kB
Active:          56392 kB
Inactive:       370212 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1576600 kB
SwapTotal:     4192956 kB
SwapFree:      4169368 kB
Dirty:            2900 kB
Writeback:           0 kB
Mapped:          36364 kB
Slab:            38120 kB
Committed_AS:   708944 kB
PageTables:       1784 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66488 MiB
End job on node82 at 2008-07-05 05:39:58