Trace number 1039780

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.02 1814.02

General information on the benchmark

Namecsp/QG7/
normalized-quasigroup7-10.xml
MD5SUM66397daf7b6417006d8c79e953125c77
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 variables498
Number of constraints399
Maximum constraint arity102
Maximum domain size91
Number of constraints which are defined in extension0
Number of constraints which are defined in intension180
Global constraints used (with number of constraints)alldifferent(20),element(199)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Wed Jul  2 13:12:09 2008
0.00/0.05	c 0	PID 31451
0.00/0.05	c 0	HOST node44.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1039780-1214997129.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1039780-1214997129.xml' 'HOME/temp.csp'
0.03/0.49	c 0	75 domains, 498 variables, 19 predicates, 0 relations, 399 constraints
0.03/0.53	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.53	c 0	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.44/0.62	c 0	Parsing HOME/temp.csp
0.44/0.84	c 1	parsed 991 expressions
0.44/0.85	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.44/0.85	c 1	Converting to clausal form CSP
0.44/0.87	c 1	converted 100 (10%) expressions
0.44/0.87	c 1	converted 199 (20%) expressions
0.44/0.87	c 1	converted 298 (30%) expressions
0.44/0.87	c 1	converted 397 (40%) expressions
0.44/0.88	c 1	converted 496 (50%) expressions
0.44/0.89	c 1	converted 595 (60%) expressions
0.44/0.94	c 1	converted 694 (70%) expressions
0.97/1.12	c 1	converted 793 (80%) expressions
1.37/1.58	c 1	converted 892 (90%) expressions
1.77/1.96	c 2	converted 991 (100%) expressions
1.77/1.96	c 2	CSP : 498 integers, 9959 booleans, 31115 clauses, largest domain size 91
1.77/1.96	c 2	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.77/1.96	c 2	Propagation in CSP
1.96/2.12	c 2	1240 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.96/2.12	c 2	CSP : 498 integers, 9959 booleans, 31115 clauses, largest domain size 91
1.96/2.12	c 2	Heap : 18 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.96/2.13	c 2	Simplifing CSP by introducing new Boolean variables
1.96/2.16	c 2	CSP : 498 integers, 11399 booleans, 32555 clauses, largest domain size 91
1.96/2.16	c 2	Heap : 19 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.06/2.27	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.17/2.30	c 2	50 (10%) CSP integer variables are encoded (270 clauses, 2850 bytes)
2.17/2.31	c 2	100 (20%) CSP integer variables are encoded (540 clauses, 5820 bytes)
2.17/2.31	c 2	150 (30%) CSP integer variables are encoded (2006 clauses, 24159 bytes)
2.17/2.32	c 2	200 (40%) CSP integer variables are encoded (3429 clauses, 42658 bytes)
2.17/2.32	c 2	249 (50%) CSP integer variables are encoded (4753 clauses, 59870 bytes)
2.17/2.32	c 2	299 (60%) CSP integer variables are encoded (6083 clauses, 77160 bytes)
2.17/2.32	c 2	349 (70%) CSP integer variables are encoded (7425 clauses, 94606 bytes)
2.17/2.32	c 2	399 (80%) CSP integer variables are encoded (8767 clauses, 112052 bytes)
2.17/2.33	c 2	449 (90%) CSP integer variables are encoded (10190 clauses, 131754 bytes)
2.17/2.33	c 2	498 (100%) CSP integer variables are encoded (11314 clauses, 148614 bytes)
2.26/2.48	c 2	3256 (10%) CSP clauses are encoded (29398 clauses, 439392 bytes)
2.36/2.55	c 2	6511 (20%) CSP clauses are encoded (47803 clauses, 782330 bytes)
2.47/2.62	c 2	9767 (30%) CSP clauses are encoded (65997 clauses, 1123107 bytes)
2.47/2.70	c 3	13022 (40%) CSP clauses are encoded (84170 clauses, 1464041 bytes)
2.56/2.77	c 3	16278 (50%) CSP clauses are encoded (102205 clauses, 1802363 bytes)
2.66/2.84	c 3	19533 (60%) CSP clauses are encoded (120083 clauses, 2137870 bytes)
2.76/2.91	c 3	22789 (70%) CSP clauses are encoded (137791 clauses, 2470039 bytes)
2.76/2.98	c 3	26044 (80%) CSP clauses are encoded (155314 clauses, 2798671 bytes)
2.86/3.05	c 3	29300 (90%) CSP clauses are encoded (172720 clauses, 3135424 bytes)
2.96/3.13	c 3	32555 (100%) CSP clauses are encoded (189859 clauses, 3474524 bytes)
2.96/3.13	c 3	32555 CSP clauses encoded
2.96/3.13	c 3	Writing map file : HOME/temp.map
2.96/3.14	c 3	Heap : 17 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.96/3.14	c 3	SAT : 23191 SAT variables, 189859 SAT clauses, 3474524 bytes
2.96/3.14	c 3	Heap : 17 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.96/3.17	c 3	SOLVING HOME/temp.cnf
2.96/3.17	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.96/3.17	c 3	This is MiniSat 2.0 beta
2.96/3.17	c 3	WARNING: for repeatability, setting FPU to use double precision
2.96/3.17	c 3	============================[ Problem Statistics ]=============================
2.96/3.17	c 3	|                                                                             |
2.96/3.17	c 3	|  Number of variables:  23191                                                |
2.96/3.17	c 3	|  Number of clauses:    189859                                               |
3.04/3.27	c 3	|  Parsing time:         0.08         s                                       |
3.04/3.28	c 3	============================[ Search Statistics ]==============================
3.04/3.28	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.04/3.28	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.04/3.28	c 3	===============================================================================
3.04/3.28	c 3	|         0 |   22994   182252   521515 |    60750        0    nan |  0.000 % |
3.15/3.36	c 3	|       101 |   22994   182252   521515 |    66825      101     13 |  0.849 % |
3.24/3.41	c 3	|       252 |   22994   182252   521515 |    73508      252     13 |  0.849 % |
3.34/3.52	c 3	|       477 |   22994   182252   521515 |    80859      477     13 |  0.849 % |
3.44/3.61	c 3	|       815 |   22994   182252   521515 |    88945      815     13 |  0.849 % |
3.64/3.85	c 4	|      1322 |   22994   182252   521515 |    97839     1322     14 |  0.849 % |
4.13/4.33	c 4	|      2081 |   22994   182252   521515 |   107623     2081     15 |  0.849 % |
4.82/5.01	c 5	|      3222 |   22994   182252   521515 |   118385     3222     16 |  0.849 % |
5.72/5.97	c 6	|      4931 |   22994   182252   521515 |   130224     4931     17 |  0.849 % |
6.91/7.12	c 7	|      7493 |   22994   182252   521515 |   143246     7493     16 |  0.849 % |
9.09/9.31	c 9	|     11339 |   22994   182252   521515 |   157571    11339     18 |  0.849 % |
12.67/12.94	c 13	|     17105 |   22994   182252   521515 |   173328    17105     19 |  0.849 % |
19.52/19.88	c 20	|     25754 |   22994   182252   521515 |   190661    25754     20 |  0.850 % |
31.52/31.94	c 32	|     38728 |   22993   182163   521268 |   209727    38727     20 |  0.854 % |
52.66/53.22	c 53	|     58189 |   22993   182163   521268 |   230700    58188     21 |  0.854 % |
91.06/91.99	c 92	|     87384 |   22991   182145   521232 |   253770    87381     21 |  0.862 % |
157.35/158.78	c 159	|    131174 |   22987   182125   521192 |   279147   131169     21 |  0.880 % |
286.25/288.64	c 288	|    196858 |   22981   182092   521123 |   307062   196850     22 |  0.906 % |
567.29/571.85	c 572	|    295384 |   22979   181994   520860 |   337768   295374     22 |  0.914 % |
865.69/872.53	c 872	|    443173 |   22979   181994   520860 |   371545   125024     23 |  0.914 % |
1483.73/1495.31	c 1495	|    664856 |   22972   181874   520551 |   408700   346703     22 |  0.944 % |
1800.02/1814.01	c 1814	DECODING HOME/temp.out WITH HOME/temp.map
1800.02/1814.01	c 1814	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.02/1814.01	c ERROR INTERRUPTED
1800.02/1814.02	s UNKNOWN
1800.02/1814.02	c 1814	CPU 2.89 (0.03 0.01 2.86 0.13)
1800.02/1814.02	c 1814	END Wed Jul  2 13:42:23 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-1039780-1214997129/watcher-1039780-1214997129 -o /tmp/evaluation-result-1039780-1214997129/solver-1039780-1214997129 -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-1039780-1214997129.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: 0.00 0.00 0.00 4/72 31451
/proc/meminfo: memFree=1720368/2055920 swapFree=4180396/4192956
[pid=31451] ppid=31449 vsize=18572 CPUtime=0
/proc/31451/stat : 31451 (runsolver) R 31449 31451 31404 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 1978685733 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 264840473895 0 0 4096 24578 0 0 0 17 1 0 0
/proc/31451/statm: 4643 292 257 25 0 2626 0

[startup+0.0560171 s]
/proc/loadavg: 0.00 0.00 0.00 4/72 31451
/proc/meminfo: memFree=1720368/2055920 swapFree=4180396/4192956
[pid=31451] ppid=31449 vsize=13600 CPUtime=0.03
/proc/31451/stat : 31451 (sugar) S 31449 31451 31404 0 -1 4194304 884 127 0 0 2 1 0 0 18 0 1 0 1978685733 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31451/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101682 s]
/proc/loadavg: 0.00 0.00 0.00 4/72 31451
/proc/meminfo: memFree=1720368/2055920 swapFree=4180396/4192956
[pid=31451] ppid=31449 vsize=13600 CPUtime=0.03
/proc/31451/stat : 31451 (sugar) S 31449 31451 31404 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1978685733 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31451/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301703 s]
/proc/loadavg: 0.00 0.00 0.00 4/72 31451
/proc/meminfo: memFree=1720368/2055920 swapFree=4180396/4192956
[pid=31451] ppid=31449 vsize=13600 CPUtime=0.03
/proc/31451/stat : 31451 (sugar) S 31449 31451 31404 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1978685733 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31451/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701743 s]
/proc/loadavg: 0.00 0.00 0.00 4/72 31451
/proc/meminfo: memFree=1720368/2055920 swapFree=4180396/4192956
[pid=31451] ppid=31449 vsize=13600 CPUtime=0.44
/proc/31451/stat : 31451 (sugar) S 31449 31451 31404 0 -1 4194304 973 4813 0 1 2 1 39 2 15 0 1 0 1978685733 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31451/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 13600

[startup+1.50283 s]
/proc/loadavg: 0.00 0.00 0.00 4/83 31473
/proc/meminfo: memFree=1706968/2055920 swapFree=4180396/4192956
[pid=31451] ppid=31449 vsize=13600 CPUtime=0.44
/proc/31451/stat : 31451 (sugar) S 31449 31451 31404 0 -1 4194304 974 4813 0 1 2 1 39 2 15 0 1 0 1978685733 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31451/statm: 3400 797 370 3 0 500 0
[pid=31464] ppid=31451 vsize=5356 CPUtime=0
/proc/31464/stat : 31464 (sh) S 31451 31451 31404 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1978685786 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31464/statm: 1339 233 193 169 0 50 0
[pid=31465] ppid=31464 vsize=868360 CPUtime=0.93
/proc/31465/stat : 31465 (java) S 31464 31451 31404 0 -1 0 7920 0 1 0 88 5 0 0 18 0 9 0 1978685786 889200640 7101 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31465/statm: 217090 7101 2540 9 0 211665 0
[pid=31465/tid=31466] ppid=31464 vsize=868360 CPUtime=0.54
/proc/31465/task/31466/stat : 31466 (java) R 31464 31451 31404 0 -1 64 2703 0 1 0 53 1 0 0 25 0 9 0 1978685787 889200640 7101 996147200 134512640 134550740 4294955952 18446744073709551615 4126638472 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31465/tid=31467] ppid=31464 vsize=868360 CPUtime=0.18
/proc/31465/task/31467/stat : 31467 (java) S 31464 31451 31404 0 -1 64 3055 0 0 0 17 1 0 0 16 0 9 0 1978685788 889200640 7101 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31465/tid=31468] ppid=31464 vsize=868360 CPUtime=0
/proc/31465/task/31468/stat : 31468 (java) S 31464 31451 31404 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1978685789 889200640 7101 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31465/tid=31469] ppid=31464 vsize=868360 CPUtime=0
/proc/31465/task/31469/stat : 31469 (java) S 31464 31451 31404 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1978685789 889200640 7101 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31465/tid=31470] ppid=31464 vsize=868360 CPUtime=0
/proc/31465/task/31470/stat : 31470 (java) S 31464 31451 31404 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 1978685792 889200640 7101 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31465/tid=31471] ppid=31464 vsize=868360 CPUtime=0.18
/proc/31465/task/31471/stat : 31471 (java) S 31464 31451 31404 0 -1 64 1469 0 0 0 18 0 0 0 16 0 9 0 1978685792 889200640 7101 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31465/tid=31472] ppid=31464 vsize=868360 CPUtime=0
/proc/31465/task/31472/stat : 31472 (java) S 31464 31451 31404 0 -1 64 2 0 0 0 0 0 0 0 23 0 9 0 1978685792 889200640 7101 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31465/tid=31473] ppid=31464 vsize=868360 CPUtime=0
/proc/31465/task/31473/stat : 31473 (java) S 31464 31451 31404 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1978685792 889200640 7101 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 887316

[startup+3.10299 s]
/proc/loadavg: 0.16 0.03 0.01 3/83 31473
/proc/meminfo: memFree=1686616/2055920 swapFree=4180396/4192956
[pid=31451] ppid=31449 vsize=13600 CPUtime=0.45
/proc/31451/stat : 31451 (sugar) S 31449 31451 31404 0 -1 4194304 974 4813 0 1 3 1 39 2 15 0 1 0 1978685733 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31451/statm: 3400 797 370 3 0 500 0
[pid=31464] ppid=31451 vsize=5356 CPUtime=0
/proc/31464/stat : 31464 (sh) S 31451 31451 31404 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1978685786 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31464/statm: 1339 233 193 169 0 50 0
[pid=31465] ppid=31464 vsize=868472 CPUtime=2.51
/proc/31465/stat : 31465 (java) S 31464 31451 31404 0 -1 0 11092 0 1 0 242 9 0 0 18 0 9 0 1978685786 889315328 10026 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31465/statm: 217118 10026 2566 9 0 211665 0
[pid=31465/tid=31466] ppid=31464 vsize=868472 CPUtime=1.72
/proc/31465/task/31466/stat : 31466 (java) R 31464 31451 31404 0 -1 64 3035 0 1 0 168 4 0 0 25 0 9 0 1978685787 889315328 10026 996147200 134512640 134550740 4294955952 18446744073709551615 4125952166 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31465/tid=31467] ppid=31464 vsize=868472 CPUtime=0.51
/proc/31465/task/31467/stat : 31467 (java) S 31464 31451 31404 0 -1 64 5851 0 0 0 48 3 0 0 16 0 9 0 1978685788 889315328 10026 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31465/tid=31468] ppid=31464 vsize=868472 CPUtime=0
/proc/31465/task/31468/stat : 31468 (java) S 31464 31451 31404 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1978685789 889315328 10026 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31465/tid=31469] ppid=31464 vsize=868472 CPUtime=0
/proc/31465/task/31469/stat : 31469 (java) S 31464 31451 31404 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1978685789 889315328 10026 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31465/tid=31470] ppid=31464 vsize=868472 CPUtime=0
/proc/31465/task/31470/stat : 31470 (java) S 31464 31451 31404 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 1978685792 889315328 10026 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31465/tid=31471] ppid=31464 vsize=868472 CPUtime=0.25
/proc/31465/task/31471/stat : 31471 (java) S 31464 31451 31404 0 -1 64 1513 0 0 0 25 0 0 0 16 0 9 0 1978685792 889315328 10026 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31465/tid=31472] ppid=31464 vsize=868472 CPUtime=0
/proc/31465/task/31472/stat : 31472 (java) S 31464 31451 31404 0 -1 64 2 0 0 0 0 0 0 0 23 0 9 0 1978685792 889315328 10026 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31465/tid=31473] ppid=31464 vsize=868472 CPUtime=0
/proc/31465/task/31473/stat : 31473 (java) S 31464 31451 31404 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1978685792 889315328 10026 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 887428

[startup+6.30132 s]
/proc/loadavg: 0.16 0.03 0.01 3/75 31475
/proc/meminfo: memFree=1701776/2055920 swapFree=4180396/4192956
[pid=31451] ppid=31449 vsize=13600 CPUtime=3.03
/proc/31451/stat : 31451 (sugar) S 31449 31451 31404 0 -1 4194304 1033 16213 0 2 3 1 286 13 16 0 1 0 1978685733 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31451/statm: 3400 799 370 3 0 500 0
[pid=31474] ppid=31451 vsize=5356 CPUtime=0
/proc/31474/stat : 31474 (sh) S 31451 31451 31404 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978686050 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31474/statm: 1339 232 193 169 0 50 0
[pid=31475] ppid=31474 vsize=11524 CPUtime=3.09
/proc/31475/stat : 31475 (minisat) R 31474 31451 31404 0 -1 4194304 2724 0 0 0 307 2 0 0 25 0 1 0 1978686050 11800576 2710 996147200 134512640 135127466 4294956272 18446744073709551615 134529385 0 0 4096 3 0 0 0 17 0 0 0
/proc/31475/statm: 2881 2710 75 150 0 2728 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 30480

[startup+12.703 s]
/proc/loadavg: 0.44 0.10 0.03 3/75 31475
/proc/meminfo: memFree=1700432/2055920 swapFree=4180396/4192956
[pid=31451] ppid=31449 vsize=13600 CPUtime=3.03
/proc/31451/stat : 31451 (sugar) S 31449 31451 31404 0 -1 4194304 1033 16213 0 2 3 1 286 13 16 0 1 0 1978685733 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31451/statm: 3400 799 370 3 0 500 0
[pid=31474] ppid=31451 vsize=5356 CPUtime=0
/proc/31474/stat : 31474 (sh) S 31451 31451 31404 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978686050 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31474/statm: 1339 232 193 169 0 50 0
[pid=31475] ppid=31474 vsize=12776 CPUtime=9.44
/proc/31475/stat : 31475 (minisat) R 31474 31451 31404 0 -1 4194304 3023 0 0 0 942 2 0 0 25 0 1 0 1978686050 13082624 3009 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/31475/statm: 3194 3009 75 150 0 3041 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 31732

[startup+25.5013 s]
/proc/loadavg: 0.68 0.16 0.05 3/75 31475
/proc/meminfo: memFree=1698704/2055920 swapFree=4180396/4192956
[pid=31451] ppid=31449 vsize=13600 CPUtime=3.03
/proc/31451/stat : 31451 (sugar) S 31449 31451 31404 0 -1 4194304 1033 16213 0 2 3 1 286 13 16 0 1 0 1978685733 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31451/statm: 3400 799 370 3 0 500 0
[pid=31474] ppid=31451 vsize=5356 CPUtime=0
/proc/31474/stat : 31474 (sh) S 31451 31451 31404 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978686050 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31474/statm: 1339 232 193 169 0 50 0
[pid=31475] ppid=31474 vsize=14716 CPUtime=22.14
/proc/31475/stat : 31475 (minisat) R 31474 31451 31404 0 -1 4194304 3495 0 0 0 2211 3 0 0 25 0 1 0 1978686050 15069184 3481 996147200 134512640 135127466 4294956272 18446744073709551615 134530949 0 0 4096 3 0 0 0 17 0 0 0
/proc/31475/statm: 3679 3481 75 150 0 3526 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 33672

[startup+51.1019 s]
/proc/loadavg: 1.20 0.32 0.11 3/75 31475
/proc/meminfo: memFree=1695760/2055920 swapFree=4180396/4192956
[pid=31451] ppid=31449 vsize=13600 CPUtime=3.03
/proc/31451/stat : 31451 (sugar) S 31449 31451 31404 0 -1 4194304 1033 16213 0 2 3 1 286 13 16 0 1 0 1978685733 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31451/statm: 3400 799 370 3 0 500 0
[pid=31474] ppid=31451 vsize=5356 CPUtime=0
/proc/31474/stat : 31474 (sh) S 31451 31451 31404 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978686050 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31474/statm: 1339 232 193 169 0 50 0
[pid=31475] ppid=31474 vsize=17596 CPUtime=47.54
/proc/31475/stat : 31475 (minisat) R 31474 31451 31404 0 -1 4194304 4228 0 0 0 4750 4 0 0 25 0 1 0 1978686050 18018304 4214 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/31475/statm: 4399 4214 75 150 0 4246 0
Current children cumulated CPU time (s) 50.57
Current children cumulated vsize (KiB) 36552

[startup+102.306 s]
/proc/loadavg: 1.68 0.60 0.21 3/75 31475
/proc/meminfo: memFree=1690832/2055920 swapFree=4180396/4192956
[pid=31451] ppid=31449 vsize=13600 CPUtime=3.03
/proc/31451/stat : 31451 (sugar) S 31449 31451 31404 0 -1 4194304 1033 16213 0 2 3 1 286 13 16 0 1 0 1978685733 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31451/statm: 3400 799 370 3 0 500 0
[pid=31474] ppid=31451 vsize=5356 CPUtime=0
/proc/31474/stat : 31474 (sh) S 31451 31451 31404 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978686050 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31474/statm: 1339 232 193 169 0 50 0
[pid=31475] ppid=31474 vsize=22444 CPUtime=98.35
/proc/31475/stat : 31475 (minisat) R 31474 31451 31404 0 -1 4194304 5386 0 0 0 9830 5 0 0 25 0 1 0 1978686050 22982656 5372 996147200 134512640 135127466 4294956272 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/31475/statm: 5611 5372 75 150 0 5458 0
Current children cumulated CPU time (s) 101.38
Current children cumulated vsize (KiB) 41400

[startup+162.301 s]
/proc/loadavg: 1.87 0.83 0.31 3/75 31475
/proc/meminfo: memFree=1686224/2055920 swapFree=4180396/4192956
[pid=31451] ppid=31449 vsize=13600 CPUtime=3.03
/proc/31451/stat : 31451 (sugar) S 31449 31451 31404 0 -1 4194304 1033 16213 0 2 3 1 286 13 16 0 1 0 1978685733 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31451/statm: 3400 799 370 3 0 500 0
[pid=31474] ppid=31451 vsize=5356 CPUtime=0

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

/proc/meminfo: memFree=1657680/2055920 swapFree=4180396/4192956
[pid=31451] ppid=31449 vsize=13600 CPUtime=3.03
/proc/31451/stat : 31451 (sugar) S 31449 31451 31404 0 -1 4194304 1033 16213 0 2 3 1 286 13 16 0 1 0 1978685733 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31451/statm: 3400 799 370 3 0 500 0
[pid=31474] ppid=31451 vsize=5356 CPUtime=0
/proc/31474/stat : 31474 (sh) S 31451 31451 31404 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978686050 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31474/statm: 1339 232 193 169 0 50 0
[pid=31475] ppid=31474 vsize=55808 CPUtime=1289.18
/proc/31475/stat : 31475 (minisat) R 31474 31451 31404 0 -1 4194304 13504 0 0 0 128901 17 0 0 25 0 1 0 1978686050 57147392 13490 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/31475/statm: 13952 13490 75 150 0 13799 0
Current children cumulated CPU time (s) 1292.21
Current children cumulated vsize (KiB) 74764

[startup+1362.3 s]
/proc/loadavg: 1.99 1.96 1.50 3/75 31475
/proc/meminfo: memFree=1657552/2055920 swapFree=4180396/4192956
[pid=31451] ppid=31449 vsize=13600 CPUtime=3.03
/proc/31451/stat : 31451 (sugar) S 31449 31451 31404 0 -1 4194304 1033 16213 0 2 3 1 286 13 16 0 1 0 1978685733 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31451/statm: 3400 799 370 3 0 500 0
[pid=31474] ppid=31451 vsize=5356 CPUtime=0
/proc/31474/stat : 31474 (sh) S 31451 31451 31404 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978686050 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31474/statm: 1339 232 193 169 0 50 0
[pid=31475] ppid=31474 vsize=56304 CPUtime=1348.73
/proc/31475/stat : 31475 (minisat) R 31474 31451 31404 0 -1 4194304 13589 0 0 0 134855 18 0 0 25 0 1 0 1978686050 57655296 13575 996147200 134512640 135127466 4294956272 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/31475/statm: 14076 13575 75 150 0 13923 0
Current children cumulated CPU time (s) 1351.76
Current children cumulated vsize (KiB) 75260

[startup+1422.31 s]
/proc/loadavg: 1.99 1.97 1.53 3/75 31475
/proc/meminfo: memFree=1657360/2055920 swapFree=4180396/4192956
[pid=31451] ppid=31449 vsize=13600 CPUtime=3.03
/proc/31451/stat : 31451 (sugar) S 31449 31451 31404 0 -1 4194304 1033 16213 0 2 3 1 286 13 16 0 1 0 1978685733 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31451/statm: 3400 799 370 3 0 500 0
[pid=31474] ppid=31451 vsize=5356 CPUtime=0
/proc/31474/stat : 31474 (sh) S 31451 31451 31404 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978686050 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31474/statm: 1339 232 193 169 0 50 0
[pid=31475] ppid=31474 vsize=56304 CPUtime=1408.27
/proc/31475/stat : 31475 (minisat) R 31474 31451 31404 0 -1 4194304 13618 0 0 0 140809 18 0 0 25 0 1 0 1978686050 57655296 13604 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/31475/statm: 14076 13604 75 150 0 13923 0
Current children cumulated CPU time (s) 1411.3
Current children cumulated vsize (KiB) 75260

[startup+1482.3 s]
/proc/loadavg: 1.99 1.97 1.56 3/75 31475
/proc/meminfo: memFree=1656912/2055920 swapFree=4180396/4192956
[pid=31451] ppid=31449 vsize=13600 CPUtime=3.03
/proc/31451/stat : 31451 (sugar) S 31449 31451 31404 0 -1 4194304 1033 16213 0 2 3 1 286 13 16 0 1 0 1978685733 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31451/statm: 3400 799 370 3 0 500 0
[pid=31474] ppid=31451 vsize=5356 CPUtime=0
/proc/31474/stat : 31474 (sh) S 31451 31451 31404 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978686050 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31474/statm: 1339 232 193 169 0 50 0
[pid=31475] ppid=31474 vsize=56884 CPUtime=1467.8
/proc/31475/stat : 31475 (minisat) R 31474 31451 31404 0 -1 4194304 13744 0 0 0 146762 18 0 0 25 0 1 0 1978686050 58249216 13730 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/31475/statm: 14221 13730 75 150 0 14068 0
Current children cumulated CPU time (s) 1470.83
Current children cumulated vsize (KiB) 75840

[startup+1542.3 s]
/proc/loadavg: 1.99 1.97 1.58 3/75 31475
/proc/meminfo: memFree=1655632/2055920 swapFree=4180396/4192956
[pid=31451] ppid=31449 vsize=13600 CPUtime=3.03
/proc/31451/stat : 31451 (sugar) S 31449 31451 31404 0 -1 4194304 1033 16213 0 2 3 1 286 13 16 0 1 0 1978685733 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31451/statm: 3400 799 370 3 0 500 0
[pid=31474] ppid=31451 vsize=5356 CPUtime=0
/proc/31474/stat : 31474 (sh) S 31451 31451 31404 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978686050 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31474/statm: 1339 232 193 169 0 50 0
[pid=31475] ppid=31474 vsize=58120 CPUtime=1527.34
/proc/31475/stat : 31475 (minisat) R 31474 31451 31404 0 -1 4194304 14056 0 0 0 152716 18 0 0 25 0 1 0 1978686050 59514880 14042 996147200 134512640 135127466 4294956272 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 0 0 0
/proc/31475/statm: 14530 14042 75 150 0 14377 0
Current children cumulated CPU time (s) 1530.37
Current children cumulated vsize (KiB) 77076

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 1.61 3/75 31477
/proc/meminfo: memFree=1653200/2055920 swapFree=4180396/4192956
[pid=31451] ppid=31449 vsize=13600 CPUtime=3.03
/proc/31451/stat : 31451 (sugar) S 31449 31451 31404 0 -1 4194304 1033 16213 0 2 3 1 286 13 16 0 1 0 1978685733 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31451/statm: 3400 799 370 3 0 500 0
[pid=31474] ppid=31451 vsize=5356 CPUtime=0
/proc/31474/stat : 31474 (sh) S 31451 31451 31404 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978686050 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31474/statm: 1339 232 193 169 0 50 0
[pid=31475] ppid=31474 vsize=60216 CPUtime=1586.89
/proc/31475/stat : 31475 (minisat) R 31474 31451 31404 0 -1 4194304 14622 0 0 0 158670 19 0 0 25 0 1 0 1978686050 61661184 14608 996147200 134512640 135127466 4294956272 18446744073709551615 134530650 0 0 4096 3 0 0 0 17 0 0 0
/proc/31475/statm: 15054 14608 75 150 0 14901 0
Current children cumulated CPU time (s) 1589.92
Current children cumulated vsize (KiB) 79172

[startup+1662.3 s]
/proc/loadavg: 1.99 1.97 1.63 3/75 31477
/proc/meminfo: memFree=1651152/2055920 swapFree=4180396/4192956
[pid=31451] ppid=31449 vsize=13600 CPUtime=3.03
/proc/31451/stat : 31451 (sugar) S 31449 31451 31404 0 -1 4194304 1033 16213 0 2 3 1 286 13 16 0 1 0 1978685733 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31451/statm: 3400 799 370 3 0 500 0
[pid=31474] ppid=31451 vsize=5356 CPUtime=0
/proc/31474/stat : 31474 (sh) S 31451 31451 31404 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978686050 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31474/statm: 1339 232 193 169 0 50 0
[pid=31475] ppid=31474 vsize=62228 CPUtime=1646.43
/proc/31475/stat : 31475 (minisat) R 31474 31451 31404 0 -1 4194304 15124 0 0 0 164623 20 0 0 25 0 1 0 1978686050 63721472 15110 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/31475/statm: 15557 15110 75 150 0 15404 0
Current children cumulated CPU time (s) 1649.46
Current children cumulated vsize (KiB) 81184

[startup+1722.3 s]
/proc/loadavg: 1.99 1.97 1.65 3/75 31477
/proc/meminfo: memFree=1649552/2055920 swapFree=4180396/4192956
[pid=31451] ppid=31449 vsize=13600 CPUtime=3.03
/proc/31451/stat : 31451 (sugar) S 31449 31451 31404 0 -1 4194304 1033 16213 0 2 3 1 286 13 16 0 1 0 1978685733 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31451/statm: 3400 799 370 3 0 500 0
[pid=31474] ppid=31451 vsize=5356 CPUtime=0
/proc/31474/stat : 31474 (sh) S 31451 31451 31404 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978686050 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31474/statm: 1339 232 193 169 0 50 0
[pid=31475] ppid=31474 vsize=64004 CPUtime=1705.97
/proc/31475/stat : 31475 (minisat) R 31474 31451 31404 0 -1 4194304 15539 0 0 0 170577 20 0 0 25 0 1 0 1978686050 65540096 15525 996147200 134512640 135127466 4294956272 18446744073709551615 134523403 0 0 4096 3 0 0 0 17 0 0 0
/proc/31475/statm: 16001 15525 75 150 0 15848 0
Current children cumulated CPU time (s) 1709
Current children cumulated vsize (KiB) 82960

[startup+1782.3 s]
/proc/loadavg: 1.99 1.97 1.67 3/75 31477
/proc/meminfo: memFree=1649296/2055920 swapFree=4180396/4192956
[pid=31451] ppid=31449 vsize=13600 CPUtime=3.03
/proc/31451/stat : 31451 (sugar) S 31449 31451 31404 0 -1 4194304 1033 16213 0 2 3 1 286 13 16 0 1 0 1978685733 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31451/statm: 3400 799 370 3 0 500 0
[pid=31474] ppid=31451 vsize=5356 CPUtime=0
/proc/31474/stat : 31474 (sh) S 31451 31451 31404 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978686050 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31474/statm: 1339 232 193 169 0 50 0
[pid=31475] ppid=31474 vsize=64004 CPUtime=1765.51
/proc/31475/stat : 31475 (minisat) R 31474 31451 31404 0 -1 4194304 15539 0 0 0 176531 20 0 0 25 0 1 0 1978686050 65540096 15525 996147200 134512640 135127466 4294956272 18446744073709551615 134522617 0 0 4096 3 0 0 0 17 0 0 0
/proc/31475/statm: 16001 15525 75 150 0 15848 0
Current children cumulated CPU time (s) 1768.54
Current children cumulated vsize (KiB) 82960



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814 s]
/proc/loadavg: 1.93 1.95 1.67 3/85 31559
/proc/meminfo: memFree=1584248/2055920 swapFree=4180396/4192956
[pid=31451] ppid=31449 vsize=13600 CPUtime=3.03
/proc/31451/stat : 31451 (sugar) S 31449 31451 31404 0 -1 4194304 1033 16213 0 2 3 1 286 13 16 0 1 0 1978685733 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31451/statm: 3400 799 370 3 0 500 0
[pid=31474] ppid=31451 vsize=5356 CPUtime=0
/proc/31474/stat : 31474 (sh) S 31451 31451 31404 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978686050 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31474/statm: 1339 232 193 169 0 50 0
[pid=31475] ppid=31474 vsize=64004 CPUtime=1796.99
/proc/31475/stat : 31475 (minisat) R 31474 31451 31404 0 -1 4194304 15551 0 0 0 179677 22 0 0 25 0 1 0 1978686050 65540096 15537 996147200 134512640 135127466 4294956272 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 0 0 0
/proc/31475/statm: 16001 15537 75 150 0 15848 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 82960

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 31451 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=904558
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=153976
# CPU time returned by wait4() is 3.05853
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1814.02
CPU time (s): 1800.02
CPU user time (s): 1799.66
CPU system time (s): 0.36
CPU usage (%): 99.2281
Max. virtual memory (cumulated for all children) (KiB): 887568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.90456
system time used= 0.153976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17685
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= 3518
involuntary context switches= 3360

runsolver used 1.41778 second user time and 5.20221 second system time

The end

Launcher Data (download as text)

Begin job on node44 at 2008-07-02 13:12:09
IDJOB=1039780
IDBENCH=53640
IDSOLVER=346
FILE ID=node44/1039780-1214997129
PBS_JOBID= 7870835
Free space on /tmp= 66528 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/QG7/normalized-quasigroup7-10.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-1039780-1214997129/watcher-1039780-1214997129 -o /tmp/evaluation-result-1039780-1214997129/solver-1039780-1214997129 -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-1039780-1214997129.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 66397daf7b6417006d8c79e953125c77
RANDOM SEED=1642232226

node44.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.213
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.213
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:       1720912 kB
Buffers:         45348 kB
Cached:         204488 kB
SwapCached:       6524 kB
Active:         113228 kB
Inactive:       147308 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1720912 kB
SwapTotal:     4192956 kB
SwapFree:      4180396 kB
Dirty:            2684 kB
Writeback:           0 kB
Mapped:          18012 kB
Slab:            59940 kB
Committed_AS:  3375652 kB
PageTables:       1744 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= 66464 MiB
End job on node44 at 2008-07-02 13:42:25