Trace number 1041110

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

General information on the benchmark

Namecsp/allsquaresUnsat/
normalized-squaresUnsat-28-28.xml
MD5SUM22db92e42bf9ba55a567bdd77a5f9c8b
Bench CategoryGLOBAL (global constraints)
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 variables1568
Number of constraints1893
Maximum constraint arity28
Maximum domain size88
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1513
Global constraints used (with number of constraints)cumulative(2),weightedsum(378)

Solver Data (download as text)

0.00/0.28	c 0	Sugar v1-13 + HOME/minisat
0.03/0.30	c 0	BEGIN Wed Jul  2 13:53:18 2008
0.03/0.30	c 0	PID 28946
0.03/0.31	c 0	HOST node85.alineos.net
0.03/0.31	c 0	CONVERTING HOME/instance-1041110-1214999598.xml TO HOME/temp.csp
0.03/0.31	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1041110-1214999598.xml' 'HOME/temp.csp'
0.54/1.05	c 1	29 domains, 1568 variables, 2 predicates, 0 relations, 1893 constraints
0.54/1.08	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.54/1.08	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'
0.59/1.16	c 1	Parsing HOME/temp.csp
0.59/1.38	c 1	parsed 3492 expressions
0.59/1.39	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.59/1.39	c 1	Converting to clausal form CSP
0.59/1.41	c 1	converted 350 (10%) expressions
0.59/1.42	c 1	converted 699 (20%) expressions
0.59/1.42	c 1	converted 1048 (30%) expressions
0.59/1.42	c 1	converted 1397 (40%) expressions
0.59/1.57	c 1	converted 1746 (50%) expressions
0.59/1.63	c 1	converted 2096 (60%) expressions
0.59/1.67	c 2	converted 2445 (70%) expressions
0.59/1.70	c 2	converted 2794 (80%) expressions
0.59/1.72	c 2	converted 3143 (90%) expressions
2.17/2.79	c 3	converted 3492 (100%) expressions
2.17/2.79	c 3	CSP : 11072 integers, 3244 booleans, 29015 clauses, largest domain size 215
2.17/2.79	c 3	Heap : 19 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.17/2.79	c 3	Propagation in CSP
2.47/3.09	c 3	36244 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.47/3.09	c 3	CSP : 11072 integers, 3244 booleans, 29015 clauses, largest domain size 89
2.47/3.09	c 3	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.57/3.10	c 3	Simplifing CSP by introducing new Boolean variables
2.57/3.12	c 3	CSP : 11072 integers, 3244 booleans, 29015 clauses, largest domain size 89
2.57/3.12	c 3	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.67/3.24	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.67/3.28	c 3	1108 (10%) CSP integer variables are encoded (4000 clauses, 49879 bytes)
2.67/3.30	c 3	2215 (20%) CSP integer variables are encoded (14426 clauses, 197918 bytes)
2.76/3.32	c 3	3322 (30%) CSP integer variables are encoded (31376 clauses, 452168 bytes)
2.76/3.34	c 3	4429 (40%) CSP integer variables are encoded (49078 clauses, 717698 bytes)
2.76/3.36	c 3	5536 (50%) CSP integer variables are encoded (65796 clauses, 968468 bytes)
2.76/3.38	c 3	6644 (60%) CSP integer variables are encoded (83316 clauses, 1231268 bytes)
2.86/3.40	c 3	7751 (70%) CSP integer variables are encoded (100216 clauses, 1499683 bytes)
2.86/3.43	c 3	8858 (80%) CSP integer variables are encoded (117961 clauses, 1801348 bytes)
2.86/3.45	c 3	9965 (90%) CSP integer variables are encoded (134726 clauses, 2086353 bytes)
2.86/3.47	c 3	11072 (100%) CSP integer variables are encoded (152156 clauses, 2382663 bytes)
3.25/3.82	c 4	2902 (10%) CSP clauses are encoded (325706 clauses, 5479350 bytes)
4.05/4.64	c 5	5803 (20%) CSP clauses are encoded (806640 clauses, 15245157 bytes)
4.84/5.41	c 5	8705 (30%) CSP clauses are encoded (1242658 clauses, 24447016 bytes)
5.53/6.17	c 6	11606 (40%) CSP clauses are encoded (1678675 clauses, 33649112 bytes)
6.31/6.97	c 7	14508 (50%) CSP clauses are encoded (2135891 clauses, 43300369 bytes)
7.31/7.98	c 8	17409 (60%) CSP clauses are encoded (2717602 clauses, 55553454 bytes)
8.21/8.87	c 9	20311 (70%) CSP clauses are encoded (3200464 clauses, 66655087 bytes)
9.00/9.67	c 10	23212 (80%) CSP clauses are encoded (3634810 clauses, 77097125 bytes)
9.87/10.51	c 10	26114 (90%) CSP clauses are encoded (4072347 clauses, 87614888 bytes)
10.76/11.48	c 11	29015 (100%) CSP clauses are encoded (4604458 clauses, 100379896 bytes)
10.76/11.48	c 11	29015 CSP clauses encoded
10.76/11.48	c 11	Writing map file : HOME/temp.map
10.86/11.53	c 11	Heap : 19 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
10.86/11.53	c 11	SAT : 166412 SAT variables, 4604458 SAT clauses, 100379896 bytes
10.86/11.53	c 11	Heap : 19 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
10.86/11.57	c 11	SOLVING HOME/temp.cnf
10.86/11.57	c 11	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
10.86/11.58	c 11	This is MiniSat 2.0 beta
10.86/11.58	c 11	WARNING: for repeatability, setting FPU to use double precision
10.86/11.58	c 11	============================[ Problem Statistics ]=============================
10.86/11.58	c 11	|                                                                             |
10.86/11.58	c 11	|  Number of variables:  166412                                               |
10.86/11.58	c 11	|  Number of clauses:    4604458                                              |
13.02/13.77	c 14	|  Parsing time:         1.91         s                                       |
13.12/13.88	c 14	============================[ Search Statistics ]==============================
13.12/13.88	c 14	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
13.12/13.88	c 14	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
13.12/13.88	c 14	===============================================================================
13.12/13.88	c 14	|         0 |  166412  4604458 13397401 |  1534819        0    nan |  0.000 % |
15.91/16.63	c 17	|       100 |  166412  4604458 13397401 |  1688301      100     30 |  0.000 % |
19.41/20.18	c 20	|       250 |  166412  4604458 13397401 |  1857131      250     37 |  0.000 % |
23.92/24.62	c 24	|       475 |  166412  4604458 13397401 |  2042844      475     53 |  0.000 % |
31.51/32.23	c 32	|       812 |  166412  4604458 13397401 |  2247128      812     45 |  0.000 % |
44.40/45.13	c 45	|      1321 |  166412  4604458 13397401 |  2471841     1321     45 |  0.000 % |
57.38/58.12	c 58	|      2080 |  166412  4604458 13397401 |  2719026     2080     51 |  0.000 % |
74.88/75.66	c 76	|      3219 |  166412  4604458 13397401 |  2990928     3219     55 |  0.000 % |
99.56/100.33	c 100	|      4928 |  166412  4604458 13397401 |  3290021     4928     56 |  0.000 % |
136.24/137.08	c 137	|      7491 |  166412  4604458 13397401 |  3619023     7491     54 |  0.000 % |
207.80/208.65	c 209	|     11337 |  166412  4604458 13397401 |  3980926    11337     54 |  0.000 % |
317.43/318.35	c 318	|     17105 |  166412  4604458 13397401 |  4379018    17105     50 |  0.000 % |
462.94/463.90	c 464	|     25754 |  166412  4604458 13397401 |  4816920    25754     55 |  0.000 % |
680.10/681.23	c 681	|     38729 |  166412  4604458 13397401 |  5298612    38729     56 |  0.000 % |
1058.92/1060.22	c 1060	|     58190 |  166412  4604458 13397401 |  5828473    58190     53 |  0.000 % |
1522.70/1524.24	c 1524	|     87382 |  166412  4604458 13397401 |  6411321    87382     54 |  0.000 % |
1800.08/1801.82	c ERROR INTERRUPTED
1800.08/1801.85	s UNKNOWN
1800.08/1801.85	c 1802	CPU 10.08 (0.03 0.01 10.05 0.83)
1800.08/1801.85	c 1802	END Wed Jul  2 14:23:20 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-1041110-1214999598/watcher-1041110-1214999598 -o /tmp/evaluation-result-1041110-1214999598/solver-1041110-1214999598 -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-1041110-1214999598.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: 4.95 5.62 4.05 4/74 28946
/proc/meminfo: memFree=1934352/2055920 swapFree=4181168/4192956
[pid=28946] ppid=28944 vsize=18572 CPUtime=0
/proc/28946/stat : 28946 (runsolver) D 28944 28946 28503 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 240902511 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 214945033511 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/28946/statm: 4643 292 257 25 0 2626 0

[startup+0.069021 s]
/proc/loadavg: 4.95 5.62 4.05 4/74 28946
/proc/meminfo: memFree=1934352/2055920 swapFree=4181168/4192956
[pid=28946] ppid=28944 vsize=18572 CPUtime=0
/proc/28946/stat : 28946 (runsolver) D 28944 28946 28503 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 240902511 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 214945033511 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/28946/statm: 4643 292 257 25 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18572

[startup+0.100986 s]
/proc/loadavg: 4.95 5.62 4.05 4/74 28946
/proc/meminfo: memFree=1934352/2055920 swapFree=4181168/4192956
[pid=28946] ppid=28944 vsize=2504 CPUtime=0
/proc/28946/stat : 28946 (sugar) D 28944 28946 28503 0 -1 4194304 38 0 0 0 0 0 0 0 18 0 1 0 240902511 2564096 23 996147200 4194304 4206940 548682068608 18446744073709551615 214942417616 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/28946/statm: 626 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2504

[startup+0.302029 s]
/proc/loadavg: 4.95 5.62 4.05 4/74 28946
/proc/meminfo: memFree=1934352/2055920 swapFree=4181168/4192956
[pid=28946] ppid=28944 vsize=13604 CPUtime=0.03
/proc/28946/stat : 28946 (sugar) D 28944 28946 28503 0 -1 4194304 818 0 4 0 3 0 0 0 18 0 1 0 240902511 13930496 790 996147200 4194304 4206940 548682068608 18446744073709551615 214945202258 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/28946/statm: 3401 790 364 3 0 501 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13604

[startup+0.701114 s]
/proc/loadavg: 4.95 5.62 4.05 4/74 28946
/proc/meminfo: memFree=1934352/2055920 swapFree=4181168/4192956
[pid=28946] ppid=28944 vsize=13600 CPUtime=0.04
/proc/28946/stat : 28946 (sugar) S 28944 28946 28503 0 -1 4194304 896 126 4 1 3 1 0 0 16 0 1 0 240902511 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28946/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50126 s]
/proc/loadavg: 4.72 5.56 4.04 3/85 28958
/proc/meminfo: memFree=1911416/2055920 swapFree=4181168/4192956
[pid=28946] ppid=28944 vsize=13600 CPUtime=0.59
/proc/28946/stat : 28946 (sugar) S 28944 28946 28503 0 -1 4194304 970 5300 4 71 3 1 49 6 15 0 1 0 240902511 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28946/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 13600

[startup+3.10258 s]
/proc/loadavg: 4.72 5.56 4.04 3/84 28968
/proc/meminfo: memFree=1902528/2055920 swapFree=4181168/4192956
[pid=28946] ppid=28944 vsize=13600 CPUtime=0.59
/proc/28946/stat : 28946 (sugar) S 28944 28946 28503 0 -1 4194304 970 5300 4 71 3 1 49 6 15 0 1 0 240902511 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28946/statm: 3400 797 370 3 0 500 0
[pid=28959] ppid=28946 vsize=5356 CPUtime=0
/proc/28959/stat : 28959 (sh) S 28946 28946 28503 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 240902619 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28959/statm: 1339 233 193 169 0 50 0
[pid=28960] ppid=28959 vsize=868360 CPUtime=1.98
/proc/28960/stat : 28960 (java) S 28959 28946 28503 0 -1 0 11607 0 5 0 191 7 0 0 19 0 9 0 240902620 889200640 10523 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28960/statm: 217090 10523 2541 9 0 211665 0
[pid=28960/tid=28961] ppid=28959 vsize=868360 CPUtime=1.16
/proc/28960/task/28961/stat : 28961 (java) R 28959 28946 28503 0 -1 64 2956 0 5 0 114 2 0 0 25 0 9 0 240902621 889200640 10523 996147200 134512640 134550740 4294955952 18446744073709551615 4127099717 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28960/tid=28962] ppid=28959 vsize=868360 CPUtime=0.55
/proc/28960/task/28962/stat : 28962 (java) S 28959 28946 28503 0 -1 64 6459 0 0 0 52 3 0 0 16 0 9 0 240902622 889200640 10523 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28960/tid=28963] ppid=28959 vsize=868360 CPUtime=0
/proc/28960/task/28963/stat : 28963 (java) S 28959 28946 28503 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 240902622 889200640 10523 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28960/tid=28964] ppid=28959 vsize=868360 CPUtime=0
/proc/28960/task/28964/stat : 28964 (java) S 28959 28946 28503 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 240902622 889200640 10523 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28960/tid=28965] ppid=28959 vsize=868360 CPUtime=0
/proc/28960/task/28965/stat : 28965 (java) S 28959 28946 28503 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 240902624 889200640 10523 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28960/tid=28966] ppid=28959 vsize=868360 CPUtime=0.24
/proc/28960/task/28966/stat : 28966 (java) S 28959 28946 28503 0 -1 64 1498 0 0 0 24 0 0 0 15 0 9 0 240902624 889200640 10523 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28960/tid=28967] ppid=28959 vsize=868360 CPUtime=0
/proc/28960/task/28967/stat : 28967 (java) S 28959 28946 28503 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 240902624 889200640 10523 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28960/tid=28968] ppid=28959 vsize=868360 CPUtime=0
/proc/28960/task/28968/stat : 28968 (java) S 28959 28946 28503 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 240902624 889200640 10523 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.57
Current children cumulated vsize (KiB) 887316

[startup+6.30219 s]
/proc/loadavg: 4.58 5.51 4.04 3/84 28968
/proc/meminfo: memFree=1864448/2055920 swapFree=4181168/4192956
[pid=28946] ppid=28944 vsize=13600 CPUtime=0.59
/proc/28946/stat : 28946 (sugar) S 28944 28946 28503 0 -1 4194304 970 5300 4 71 3 1 49 6 15 0 1 0 240902511 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28946/statm: 3400 797 370 3 0 500 0
[pid=28959] ppid=28946 vsize=5356 CPUtime=0
/proc/28959/stat : 28959 (sh) S 28946 28946 28503 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 240902619 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28959/statm: 1339 233 193 169 0 50 0
[pid=28960] ppid=28959 vsize=868472 CPUtime=5.13
/proc/28960/stat : 28960 (java) S 28959 28946 28503 0 -1 0 12329 0 6 0 485 28 0 0 19 0 9 0 240902620 889315328 10597 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28960/statm: 217118 10597 2565 9 0 211665 0
[pid=28960/tid=28961] ppid=28959 vsize=868472 CPUtime=4.01
/proc/28960/task/28961/stat : 28961 (java) R 28959 28946 28503 0 -1 64 3433 0 6 0 381 20 0 0 25 0 9 0 240902621 889315328 10597 996147200 134512640 134550740 4294955952 18446744073709551615 102064640 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28960/tid=28962] ppid=28959 vsize=868472 CPUtime=0.8
/proc/28960/task/28962/stat : 28962 (java) S 28959 28946 28503 0 -1 64 6671 0 0 0 74 6 0 0 16 0 9 0 240902622 889315328 10597 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28960/tid=28963] ppid=28959 vsize=868472 CPUtime=0
/proc/28960/task/28963/stat : 28963 (java) S 28959 28946 28503 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 240902622 889315328 10597 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28960/tid=28964] ppid=28959 vsize=868472 CPUtime=0
/proc/28960/task/28964/stat : 28964 (java) S 28959 28946 28503 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 240902622 889315328 10597 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28960/tid=28965] ppid=28959 vsize=868472 CPUtime=0
/proc/28960/task/28965/stat : 28965 (java) S 28959 28946 28503 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 240902624 889315328 10597 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28960/tid=28966] ppid=28959 vsize=868472 CPUtime=0.29
/proc/28960/task/28966/stat : 28966 (java) S 28959 28946 28503 0 -1 64 1531 0 0 0 29 0 0 0 17 0 9 0 240902624 889315328 10597 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28960/tid=28967] ppid=28959 vsize=868472 CPUtime=0
/proc/28960/task/28967/stat : 28967 (java) S 28959 28946 28503 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 240902624 889315328 10597 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28960/tid=28968] ppid=28959 vsize=868472 CPUtime=0
/proc/28960/task/28968/stat : 28968 (java) S 28959 28946 28503 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 240902624 889315328 10597 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.72
Current children cumulated vsize (KiB) 887428

[startup+12.7024 s]
/proc/loadavg: 4.45 5.47 4.03 3/76 28970
/proc/meminfo: memFree=1775808/2055920 swapFree=4181168/4192956
[pid=28946] ppid=28944 vsize=13600 CPUtime=10.91
/proc/28946/stat : 28946 (sugar) S 28944 28946 28503 0 -1 4194304 1029 18673 4 77 3 1 1005 82 16 0 1 0 240902511 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28946/statm: 3400 799 370 3 0 500 0
[pid=28969] ppid=28946 vsize=5356 CPUtime=0
/proc/28969/stat : 28969 (sh) S 28946 28946 28503 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 240903669 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28969/statm: 1339 232 193 169 0 50 0
[pid=28970] ppid=28969 vsize=110568 CPUtime=1.11
/proc/28970/stat : 28970 (minisat) R 28969 28946 28503 0 -1 4194304 25730 0 0 0 96 15 0 0 25 0 1 0 240903669 113221632 25716 996147200 134512640 135127466 4294956272 18446744073709551615 134706298 0 0 4096 3 0 0 0 17 0 0 0
/proc/28970/statm: 27642 25717 62 150 0 27489 0
Current children cumulated CPU time (s) 12.02
Current children cumulated vsize (KiB) 129524

[startup+25.5019 s]
/proc/loadavg: 3.98 5.32 4.00 3/76 28970
/proc/meminfo: memFree=1621888/2055920 swapFree=4181168/4192956
[pid=28946] ppid=28944 vsize=13600 CPUtime=10.91
/proc/28946/stat : 28946 (sugar) S 28944 28946 28503 0 -1 4194304 1029 18673 4 77 3 1 1005 82 16 0 1 0 240902511 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28946/statm: 3400 799 370 3 0 500 0
[pid=28969] ppid=28946 vsize=5356 CPUtime=0
/proc/28969/stat : 28969 (sh) S 28946 28946 28503 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 240903669 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28969/statm: 1339 232 193 169 0 50 0
[pid=28970] ppid=28969 vsize=206920 CPUtime=13.9
/proc/28970/stat : 28970 (minisat) R 28969 28946 28503 0 -1 4194304 50244 0 0 0 1360 30 0 0 25 0 1 0 240903669 211886080 50230 996147200 134512640 135127466 4294956272 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/28970/statm: 51730 50230 76 150 0 51577 0
Current children cumulated CPU time (s) 24.81
Current children cumulated vsize (KiB) 225876

[startup+51.1019 s]
/proc/loadavg: 3.30 5.05 3.95 3/76 28970
/proc/meminfo: memFree=1620992/2055920 swapFree=4181168/4192956
[pid=28946] ppid=28944 vsize=13600 CPUtime=10.91
/proc/28946/stat : 28946 (sugar) S 28944 28946 28503 0 -1 4194304 1029 18673 4 77 3 1 1005 82 16 0 1 0 240902511 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28946/statm: 3400 799 370 3 0 500 0
[pid=28969] ppid=28946 vsize=5356 CPUtime=0
/proc/28969/stat : 28969 (sh) S 28946 28946 28503 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 240903669 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28969/statm: 1339 232 193 169 0 50 0
[pid=28970] ppid=28969 vsize=208372 CPUtime=39.48
/proc/28970/stat : 28970 (minisat) R 28969 28946 28503 0 -1 4194304 50603 0 0 0 3918 30 0 0 25 0 1 0 240903669 213372928 50589 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28970/statm: 52093 50589 76 150 0 51940 0
Current children cumulated CPU time (s) 50.39
Current children cumulated vsize (KiB) 227328

[startup+102.307 s]
/proc/loadavg: 2.56 4.58 3.84 3/76 28970
/proc/meminfo: memFree=1620352/2055920 swapFree=4181168/4192956
[pid=28946] ppid=28944 vsize=13600 CPUtime=10.91
/proc/28946/stat : 28946 (sugar) S 28944 28946 28503 0 -1 4194304 1029 18673 4 77 3 1 1005 82 16 0 1 0 240902511 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28946/statm: 3400 799 370 3 0 500 0
[pid=28969] ppid=28946 vsize=5356 CPUtime=0
/proc/28969/stat : 28969 (sh) S 28946 28946 28503 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 240903669 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28969/statm: 1339 232 193 169 0 50 0
[pid=28970] ppid=28969 vsize=209428 CPUtime=90.66
/proc/28970/stat : 28970 (minisat) R 28969 28946 28503 0 -1 4194304 50846 0 0 0 9035 31 0 0 25 0 1 0 240903669 214454272 50832 996147200 134512640 135127466 4294956272 18446744073709551615 134530604 0 0 4096 3 0 0 0 17 0 0 0
/proc/28970/statm: 52357 50832 76 150 0 52204 0
Current children cumulated CPU time (s) 101.57
Current children cumulated vsize (KiB) 228384

[startup+162.301 s]
/proc/loadavg: 2.20 4.10 3.72 3/76 28970
/proc/meminfo: memFree=1619200/2055920 swapFree=4181168/4192956
[pid=28946] ppid=28944 vsize=13600 CPUtime=10.91
/proc/28946/stat : 28946 (sugar) S 28944 28946 28503 0 -1 4194304 1029 18673 4 77 3 1 1005 82 16 0 1 0 240902511 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28946/statm: 3400 799 370 3 0 500 0
[pid=28969] ppid=28946 vsize=5356 CPUtime=0
/proc/28969/stat : 28969 (sh) S 28946 28946 28503 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 240903669 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28969/statm: 1339 232 193 169 0 50 0
[pid=28970] ppid=28969 vsize=210484 CPUtime=150.62
/proc/28970/stat : 28970 (minisat) R 28969 28946 28503 0 -1 4194304 51108 0 0 0 15030 32 0 0 25 0 1 0 240903669 215535616 51094 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/28970/statm: 52621 51094 76 150 0 52468 0
Current children cumulated CPU time (s) 161.53

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

/proc/meminfo: memFree=1600000/2055920 swapFree=4181172/4192956
[pid=28946] ppid=28944 vsize=13600 CPUtime=10.91
/proc/28946/stat : 28946 (sugar) S 28944 28946 28503 0 -1 4194304 1029 18673 4 77 3 1 1005 82 16 0 1 0 240902511 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28946/statm: 3400 799 370 3 0 500 0
[pid=28969] ppid=28946 vsize=5356 CPUtime=0
/proc/28969/stat : 28969 (sh) S 28946 28946 28503 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 240903669 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28969/statm: 1339 232 193 169 0 50 0
[pid=28970] ppid=28969 vsize=227504 CPUtime=1289.99
/proc/28970/stat : 28970 (minisat) R 28969 28946 28503 0 -1 4194304 55361 0 0 0 128961 38 0 0 25 0 1 0 240903669 232964096 55347 996147200 134512640 135127466 4294956272 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/28970/statm: 56876 55347 76 150 0 56723 0
Current children cumulated CPU time (s) 1300.9
Current children cumulated vsize (KiB) 246460

[startup+1362.3 s]
/proc/loadavg: 2.00 2.02 2.44 3/76 28976
/proc/meminfo: memFree=1598912/2055920 swapFree=4181172/4192956
[pid=28946] ppid=28944 vsize=13600 CPUtime=10.91
/proc/28946/stat : 28946 (sugar) S 28944 28946 28503 0 -1 4194304 1029 18673 4 77 3 1 1005 82 16 0 1 0 240902511 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28946/statm: 3400 799 370 3 0 500 0
[pid=28969] ppid=28946 vsize=5356 CPUtime=0
/proc/28969/stat : 28969 (sh) S 28946 28946 28503 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 240903669 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28969/statm: 1339 232 193 169 0 50 0
[pid=28970] ppid=28969 vsize=228560 CPUtime=1349.96
/proc/28970/stat : 28970 (minisat) R 28969 28946 28503 0 -1 4194304 55620 0 0 0 134957 39 0 0 25 0 1 0 240903669 234045440 55606 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28970/statm: 57140 55606 76 150 0 56987 0
Current children cumulated CPU time (s) 1360.87
Current children cumulated vsize (KiB) 247516

[startup+1422.31 s]
/proc/loadavg: 2.00 2.02 2.41 3/76 28976
/proc/meminfo: memFree=1597888/2055920 swapFree=4181172/4192956
[pid=28946] ppid=28944 vsize=13600 CPUtime=10.91
/proc/28946/stat : 28946 (sugar) S 28944 28946 28503 0 -1 4194304 1029 18673 4 77 3 1 1005 82 16 0 1 0 240902511 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28946/statm: 3400 799 370 3 0 500 0
[pid=28969] ppid=28946 vsize=5356 CPUtime=0
/proc/28969/stat : 28969 (sh) S 28946 28946 28503 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 240903669 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28969/statm: 1339 232 193 169 0 50 0
[pid=28970] ppid=28969 vsize=229616 CPUtime=1409.94
/proc/28970/stat : 28970 (minisat) R 28969 28946 28503 0 -1 4194304 55886 0 0 0 140955 39 0 0 25 0 1 0 240903669 235126784 55872 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/28970/statm: 57404 55872 76 150 0 57251 0
Current children cumulated CPU time (s) 1420.85
Current children cumulated vsize (KiB) 248572

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.38 3/76 28976
/proc/meminfo: memFree=1596800/2055920 swapFree=4181172/4192956
[pid=28946] ppid=28944 vsize=13600 CPUtime=10.91
/proc/28946/stat : 28946 (sugar) S 28944 28946 28503 0 -1 4194304 1029 18673 4 77 3 1 1005 82 16 0 1 0 240902511 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28946/statm: 3400 799 370 3 0 500 0
[pid=28969] ppid=28946 vsize=5356 CPUtime=0
/proc/28969/stat : 28969 (sh) S 28946 28946 28503 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 240903669 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28969/statm: 1339 232 193 169 0 50 0
[pid=28970] ppid=28969 vsize=230540 CPUtime=1469.91
/proc/28970/stat : 28970 (minisat) R 28969 28946 28503 0 -1 4194304 56129 0 0 0 146951 40 0 0 25 0 1 0 240903669 236072960 56115 996147200 134512640 135127466 4294956272 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 0 0 0
/proc/28970/statm: 57635 56115 76 150 0 57482 0
Current children cumulated CPU time (s) 1480.82
Current children cumulated vsize (KiB) 249496

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.35 3/76 28976
/proc/meminfo: memFree=1595840/2055920 swapFree=4181172/4192956
[pid=28946] ppid=28944 vsize=13600 CPUtime=10.91
/proc/28946/stat : 28946 (sugar) S 28944 28946 28503 0 -1 4194304 1029 18673 4 77 3 1 1005 82 16 0 1 0 240902511 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28946/statm: 3400 799 370 3 0 500 0
[pid=28969] ppid=28946 vsize=5356 CPUtime=0
/proc/28969/stat : 28969 (sh) S 28946 28946 28503 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 240903669 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28969/statm: 1339 232 193 169 0 50 0
[pid=28970] ppid=28969 vsize=231464 CPUtime=1529.88
/proc/28970/stat : 28970 (minisat) R 28969 28946 28503 0 -1 4194304 56365 0 0 0 152948 40 0 0 25 0 1 0 240903669 237019136 56351 996147200 134512640 135127466 4294956272 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 0 0 0
/proc/28970/statm: 57866 56351 76 150 0 57713 0
Current children cumulated CPU time (s) 1540.79
Current children cumulated vsize (KiB) 250420

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.33 3/76 28976
/proc/meminfo: memFree=1594752/2055920 swapFree=4181172/4192956
[pid=28946] ppid=28944 vsize=13600 CPUtime=10.91
/proc/28946/stat : 28946 (sugar) S 28944 28946 28503 0 -1 4194304 1029 18673 4 77 3 1 1005 82 16 0 1 0 240902511 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28946/statm: 3400 799 370 3 0 500 0
[pid=28969] ppid=28946 vsize=5356 CPUtime=0
/proc/28969/stat : 28969 (sh) S 28946 28946 28503 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 240903669 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28969/statm: 1339 232 193 169 0 50 0
[pid=28970] ppid=28969 vsize=232520 CPUtime=1589.85
/proc/28970/stat : 28970 (minisat) R 28969 28946 28503 0 -1 4194304 56644 0 0 0 158945 40 0 0 25 0 1 0 240903669 238100480 56630 996147200 134512640 135127466 4294956272 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/28970/statm: 58130 56630 76 150 0 57977 0
Current children cumulated CPU time (s) 1600.76
Current children cumulated vsize (KiB) 251476

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.31 3/76 28976
/proc/meminfo: memFree=1593344/2055920 swapFree=4181172/4192956
[pid=28946] ppid=28944 vsize=13600 CPUtime=10.91
/proc/28946/stat : 28946 (sugar) S 28944 28946 28503 0 -1 4194304 1029 18673 4 77 3 1 1005 82 16 0 1 0 240902511 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28946/statm: 3400 799 370 3 0 500 0
[pid=28969] ppid=28946 vsize=5356 CPUtime=0
/proc/28969/stat : 28969 (sh) S 28946 28946 28503 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 240903669 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28969/statm: 1339 232 193 169 0 50 0
[pid=28970] ppid=28969 vsize=234152 CPUtime=1649.82
/proc/28970/stat : 28970 (minisat) R 28969 28946 28503 0 -1 4194304 56990 0 0 0 164941 41 0 0 25 0 1 0 240903669 239771648 56976 996147200 134512640 135127466 4294956272 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 0 0 0
/proc/28970/statm: 58538 56976 76 150 0 58385 0
Current children cumulated CPU time (s) 1660.73
Current children cumulated vsize (KiB) 253108

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.28 3/76 28976
/proc/meminfo: memFree=1591872/2055920 swapFree=4181172/4192956
[pid=28946] ppid=28944 vsize=13600 CPUtime=10.91
/proc/28946/stat : 28946 (sugar) S 28944 28946 28503 0 -1 4194304 1029 18673 4 77 3 1 1005 82 16 0 1 0 240902511 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28946/statm: 3400 799 370 3 0 500 0
[pid=28969] ppid=28946 vsize=5356 CPUtime=0
/proc/28969/stat : 28969 (sh) S 28946 28946 28503 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 240903669 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28969/statm: 1339 232 193 169 0 50 0
[pid=28970] ppid=28969 vsize=235604 CPUtime=1709.79
/proc/28970/stat : 28970 (minisat) R 28969 28946 28503 0 -1 4194304 57353 0 0 0 170937 42 0 0 25 0 1 0 240903669 241258496 57339 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28970/statm: 58901 57339 76 150 0 58748 0
Current children cumulated CPU time (s) 1720.7
Current children cumulated vsize (KiB) 254560

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.26 3/76 28976
/proc/meminfo: memFree=1590528/2055920 swapFree=4181172/4192956
[pid=28946] ppid=28944 vsize=13600 CPUtime=10.91
/proc/28946/stat : 28946 (sugar) S 28944 28946 28503 0 -1 4194304 1029 18673 4 77 3 1 1005 82 16 0 1 0 240902511 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28946/statm: 3400 799 370 3 0 500 0
[pid=28969] ppid=28946 vsize=5356 CPUtime=0
/proc/28969/stat : 28969 (sh) S 28946 28946 28503 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 240903669 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28969/statm: 1339 232 193 169 0 50 0
[pid=28970] ppid=28969 vsize=236660 CPUtime=1769.77
/proc/28970/stat : 28970 (minisat) R 28969 28946 28503 0 -1 4194304 57631 0 0 0 176934 43 0 0 25 0 1 0 240903669 242339840 57617 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28970/statm: 59165 57617 76 150 0 59012 0
Current children cumulated CPU time (s) 1780.68
Current children cumulated vsize (KiB) 255616



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.81 s]
/proc/loadavg: 1.94 1.98 2.25 3/77 29005
/proc/meminfo: memFree=1473528/2055920 swapFree=4181172/4192956
[pid=28946] ppid=28944 vsize=13600 CPUtime=10.91
/proc/28946/stat : 28946 (sugar) S 28944 28946 28503 0 -1 4194304 1029 18673 4 77 3 1 1005 82 16 0 1 0 240902511 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28946/statm: 3400 799 370 3 0 500 0
[pid=28969] ppid=28946 vsize=5356 CPUtime=0
/proc/28969/stat : 28969 (sh) S 28946 28946 28503 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 240903669 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28969/statm: 1339 232 193 169 0 50 0
[pid=28970] ppid=28969 vsize=236924 CPUtime=1789.17
/proc/28970/stat : 28970 (minisat) R 28969 28946 28503 0 -1 4194304 57701 0 0 0 178873 44 0 0 25 0 1 0 240903669 242610176 57687 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28970/statm: 59231 57687 76 150 0 59078 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 255880

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 28946 and gives
#  childrusage.ru_utime.tv_sec=10
#  childrusage.ru_utime.tv_usec=92465
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=895863
# CPU time returned by wait4() is 10.9883
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1801.9
CPU time (s): 1800.08
CPU user time (s): 1798.81
CPU system time (s): 1.27
CPU usage (%): 99.899
Max. virtual memory (cumulated for all children) (KiB): 887820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.0925
system time used= 0.895863
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20046
page faults= 81
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11962
involuntary context switches= 11677

runsolver used 1.85272 second user time and 4.94925 second system time

The end

Launcher Data (download as text)

Begin job on node85 at 2008-07-02 13:53:18
IDJOB=1041110
IDBENCH=53773
IDSOLVER=346
FILE ID=node85/1041110-1214999598
PBS_JOBID= 7870755
Free space on /tmp= 126852 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/allsquaresUnsat/normalized-squaresUnsat-28-28.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-1041110-1214999598/watcher-1041110-1214999598 -o /tmp/evaluation-result-1041110-1214999598/solver-1041110-1214999598 -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-1041110-1214999598.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 22db92e42bf9ba55a567bdd77a5f9c8b
RANDOM SEED=1538705864

node85.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.272
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.272
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:       1934768 kB
Buffers:          5060 kB
Cached:          33116 kB
SwapCached:       5276 kB
Active:          53080 kB
Inactive:         7980 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1934768 kB
SwapTotal:     4192956 kB
SwapFree:      4181168 kB
Dirty:            2340 kB
Writeback:           0 kB
Mapped:          30536 kB
Slab:            45768 kB
Committed_AS:   484960 kB
PageTables:       1516 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= 126848 MiB
End job on node85 at 2008-07-02 14:23:22