Trace number 1041100

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.06 1815.48

General information on the benchmark

Namecsp/allsquaresUnsat/
normalized-squaresUnsat-27-27.xml
MD5SUM1a46e95d1fa613e95eaf09befcc9f6de
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.255961
Satisfiable
(Un)Satisfiability was proved
Number of variables1458
Number of constraints1758
Maximum constraint arity27
Maximum domain size83
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1405
Global constraints used (with number of constraints)cumulative(2),weightedsum(351)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Wed Jul  2 13:51:12 2008
0.00/0.04	c 0	PID 903
0.03/0.05	c 0	HOST node23.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1041100-1214999472.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1041100-1214999472.xml' 'HOME/temp.csp'
0.03/0.60	c 0	28 domains, 1458 variables, 2 predicates, 0 relations, 1758 constraints
0.03/0.62	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.62	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.57/0.70	c 1	Parsing HOME/temp.csp
0.93/1.05	c 1	parsed 3246 expressions
0.93/1.06	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.93/1.06	c 1	Converting to clausal form CSP
0.93/1.08	c 1	converted 325 (10%) expressions
0.93/1.09	c 1	converted 650 (20%) expressions
0.93/1.09	c 1	converted 974 (30%) expressions
0.93/1.10	c 1	converted 1299 (40%) expressions
1.12/1.24	c 1	converted 1623 (50%) expressions
1.12/1.29	c 1	converted 1948 (60%) expressions
1.22/1.32	c 1	converted 2273 (70%) expressions
1.22/1.35	c 1	converted 2597 (80%) expressions
1.22/1.37	c 1	converted 2922 (90%) expressions
2.31/2.40	c 2	converted 3246 (100%) expressions
2.31/2.41	c 2	CSP : 10090 integers, 2914 booleans, 26362 clauses, largest domain size 197
2.31/2.41	c 2	Heap : 16 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.31/2.41	c 2	Propagation in CSP
2.41/2.58	c 2	37004 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.41/2.58	c 2	CSP : 10090 integers, 2914 booleans, 26362 clauses, largest domain size 84
2.41/2.58	c 2	Heap : 18 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.41/2.60	c 2	Simplifing CSP by introducing new Boolean variables
2.51/2.62	c 2	CSP : 10090 integers, 2914 booleans, 26362 clauses, largest domain size 84
2.51/2.62	c 2	Heap : 19 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.60/2.74	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.60/2.77	c 3	1009 (10%) CSP integer variables are encoded (3616 clauses, 44889 bytes)
2.60/2.79	c 3	2018 (20%) CSP integer variables are encoded (12508 clauses, 169012 bytes)
2.70/2.81	c 3	3027 (30%) CSP integer variables are encoded (28296 clauses, 405832 bytes)
2.70/2.83	c 3	4036 (40%) CSP integer variables are encoded (43711 clauses, 637057 bytes)
2.70/2.85	c 3	5045 (50%) CSP integer variables are encoded (58864 clauses, 864352 bytes)
2.70/2.87	c 3	6054 (60%) CSP integer variables are encoded (73392 clauses, 1082272 bytes)
2.70/2.89	c 3	7063 (70%) CSP integer variables are encoded (89315 clauses, 1321117 bytes)
2.80/2.91	c 3	8072 (80%) CSP integer variables are encoded (104826 clauses, 1577962 bytes)
2.80/2.94	c 3	9081 (90%) CSP integer variables are encoded (119794 clauses, 1832418 bytes)
2.80/2.96	c 3	10090 (100%) CSP integer variables are encoded (134608 clauses, 2084256 bytes)
3.10/3.28	c 3	2637 (10%) CSP clauses are encoded (282703 clauses, 4715770 bytes)
3.89/4.03	c 4	5273 (20%) CSP clauses are encoded (687600 clauses, 12841370 bytes)
4.67/4.84	c 5	7909 (30%) CSP clauses are encoded (1107178 clauses, 21696551 bytes)
5.38/5.54	c 5	10545 (40%) CSP clauses are encoded (1481788 clauses, 29600128 bytes)
6.06/6.24	c 6	13181 (50%) CSP clauses are encoded (1853091 clauses, 37423077 bytes)
6.95/7.12	c 7	15818 (60%) CSP clauses are encoded (2313859 clauses, 47112095 bytes)
7.75/7.94	c 8	18454 (70%) CSP clauses are encoded (2744964 clauses, 56209029 bytes)
8.54/8.72	c 9	21090 (80%) CSP clauses are encoded (3130967 clauses, 65418369 bytes)
9.22/9.47	c 9	23726 (90%) CSP clauses are encoded (3494185 clauses, 74141064 bytes)
10.10/10.31	c 10	26362 (100%) CSP clauses are encoded (3905357 clauses, 83978810 bytes)
10.10/10.31	c 10	26362 CSP clauses encoded
10.10/10.31	c 10	Writing map file : HOME/temp.map
10.10/10.35	c 10	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
10.10/10.35	c 10	SAT : 147556 SAT variables, 3905357 SAT clauses, 83978810 bytes
10.10/10.35	c 10	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
10.10/10.38	c 10	SOLVING HOME/temp.cnf
10.10/10.38	c 10	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
10.10/10.39	c 10	This is MiniSat 2.0 beta
10.10/10.39	c 10	WARNING: for repeatability, setting FPU to use double precision
10.10/10.39	c 10	============================[ Problem Statistics ]=============================
10.10/10.39	c 10	|                                                                             |
10.10/10.39	c 10	|  Number of variables:  147556                                               |
10.10/10.39	c 10	|  Number of clauses:    3905357                                              |
12.06/12.38	c 12	|  Parsing time:         1.74         s                                       |
12.16/12.48	c 12	============================[ Search Statistics ]==============================
12.16/12.48	c 12	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
12.16/12.48	c 12	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
12.16/12.48	c 12	===============================================================================
12.16/12.48	c 12	|         0 |  147556  3905357 11347838 |  1301785        0    nan |  0.000 % |
14.04/14.36	c 14	|       102 |  147556  3905357 11347838 |  1431964      102     51 |  0.000 % |
16.71/17.09	c 17	|       252 |  147556  3905357 11347838 |  1575160      252     44 |  0.000 % |
19.48/19.88	c 20	|       477 |  147556  3905357 11347838 |  1732676      477     43 |  0.000 % |
24.14/24.59	c 24	|       814 |  147556  3905357 11347838 |  1905944      814     39 |  0.000 % |
32.46/32.93	c 33	|      1322 |  147556  3905357 11347838 |  2096538     1322     40 |  0.000 % |
43.84/44.40	c 44	|      2082 |  147556  3905357 11347838 |  2306192     2082     38 |  0.000 % |
61.27/62.08	c 62	|      3221 |  147556  3905357 11347838 |  2536811     3221     41 |  0.000 % |
81.29/82.23	c 82	|      4929 |  147556  3905357 11347838 |  2790493     4929     40 |  0.000 % |
117.54/118.85	c 119	|      7492 |  147556  3905357 11347838 |  3069542     7492     38 |  0.000 % |
169.94/171.78	c 172	|     11337 |  147556  3905357 11347838 |  3376496    11337     38 |  0.000 % |
250.23/252.83	c 253	|     17105 |  147556  3905357 11347838 |  3714146    17105     39 |  0.000 % |
370.49/374.28	c 374	|     25754 |  147556  3905357 11347838 |  4085561    25754     45 |  0.000 % |
566.83/572.44	c 572	|     38728 |  147556  3905357 11347838 |  4494117    38728     46 |  0.000 % |
835.98/844.11	c 844	|     58190 |  147556  3905357 11347838 |  4943528    58190     45 |  0.000 % |
1366.50/1379.43	c 1379	|     87383 |  147556  3905357 11347838 |  5437881    87383     43 |  0.000 % |
1800.06/1815.42	c ERROR INTERRUPTED
1800.06/1815.45	s UNKNOWN
1800.06/1815.45	c 1815	CPU 9.47 (0.04 0 9.43 0.7)
1800.06/1815.45	c 1815	END Wed Jul  2 14:21:27 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-1041100-1214999472/watcher-1041100-1214999472 -o /tmp/evaluation-result-1041100-1214999472/solver-1041100-1214999472 -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-1041100-1214999472.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 1.99 1.82 4/80 903
/proc/meminfo: memFree=1835208/2055920 swapFree=4172136/4192956
[pid=903] ppid=901 vsize=18572 CPUtime=0
/proc/903/stat : 903 (runsolver) R 901 903 649 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1978921337 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 238487661863 0 0 4096 24578 0 0 0 17 1 0 0
/proc/903/statm: 4643 292 257 25 0 2626 0

[startup+0.0494839 s]
/proc/loadavg: 2.00 1.99 1.82 4/80 903
/proc/meminfo: memFree=1835208/2055920 swapFree=4172136/4192956
[pid=903] ppid=901 vsize=13600 CPUtime=0.03
/proc/903/stat : 903 (sugar) S 901 903 649 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 1978921337 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/903/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102563 s]
/proc/loadavg: 2.00 1.99 1.82 4/80 903
/proc/meminfo: memFree=1835208/2055920 swapFree=4172136/4192956
[pid=903] ppid=901 vsize=13600 CPUtime=0.03
/proc/903/stat : 903 (sugar) S 901 903 649 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1978921337 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/903/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301585 s]
/proc/loadavg: 2.00 1.99 1.82 4/80 903
/proc/meminfo: memFree=1835208/2055920 swapFree=4172136/4192956
[pid=903] ppid=901 vsize=13600 CPUtime=0.03
/proc/903/stat : 903 (sugar) S 901 903 649 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1978921337 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/903/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701632 s]
/proc/loadavg: 2.00 1.99 1.82 4/80 903
/proc/meminfo: memFree=1835208/2055920 swapFree=4172136/4192956
[pid=903] ppid=901 vsize=13600 CPUtime=0.57
/proc/903/stat : 903 (sugar) S 901 903 649 0 -1 4194304 956 5301 0 1 3 0 51 3 16 0 1 0 1978921337 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/903/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 13600

[startup+1.50272 s]
/proc/loadavg: 2.00 1.99 1.82 4/91 925
/proc/meminfo: memFree=1826800/2055920 swapFree=4172136/4192956
[pid=903] ppid=901 vsize=13600 CPUtime=0.57
/proc/903/stat : 903 (sugar) S 901 903 649 0 -1 4194304 974 5301 0 1 3 0 51 3 15 0 1 0 1978921337 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/903/statm: 3400 797 370 3 0 500 0
[pid=916] ppid=903 vsize=5356 CPUtime=0
/proc/916/stat : 916 (sh) S 903 903 649 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1978921400 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/916/statm: 1339 233 193 169 0 50 0
[pid=917] ppid=916 vsize=868264 CPUtime=0.85
/proc/917/stat : 917 (java) S 916 903 649 0 -1 0 7085 0 1 0 81 4 0 0 18 0 9 0 1978921401 889102336 6304 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/917/statm: 217066 6304 2541 9 0 211641 0
[pid=917/tid=918] ppid=916 vsize=868264 CPUtime=0.54
/proc/917/task/918/stat : 918 (java) R 916 903 649 0 -1 64 2663 0 1 0 54 0 0 0 22 0 9 0 1978921402 889102336 6304 996147200 134512640 134550740 4294955952 18446744073709551615 4126860660 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=917/tid=919] ppid=916 vsize=868264 CPUtime=0.09
/proc/917/task/919/stat : 919 (java) S 916 903 649 0 -1 64 2245 0 0 0 8 1 0 0 16 0 9 0 1978921403 889102336 6304 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=917/tid=920] ppid=916 vsize=868264 CPUtime=0
/proc/917/task/920/stat : 920 (java) S 916 903 649 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1978921403 889102336 6304 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=917/tid=921] ppid=916 vsize=868264 CPUtime=0
/proc/917/task/921/stat : 921 (java) S 916 903 649 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1978921403 889102336 6304 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=917/tid=922] ppid=916 vsize=868264 CPUtime=0
/proc/917/task/922/stat : 922 (java) S 916 903 649 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1978921405 889102336 6304 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=917/tid=923] ppid=916 vsize=868264 CPUtime=0.19
/proc/917/task/923/stat : 923 (java) S 916 903 649 0 -1 64 1484 0 0 0 18 1 0 0 16 0 9 0 1978921405 889102336 6304 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=917/tid=924] ppid=916 vsize=868264 CPUtime=0
/proc/917/task/924/stat : 924 (java) S 916 903 649 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1978921405 889102336 6304 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=917/tid=925] ppid=916 vsize=868264 CPUtime=0
/proc/917/task/925/stat : 925 (java) S 916 903 649 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1978921405 889102336 6304 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 887220

[startup+3.1029 s]
/proc/loadavg: 2.00 1.99 1.82 4/91 925
/proc/meminfo: memFree=1809456/2055920 swapFree=4172136/4192956
[pid=903] ppid=901 vsize=13600 CPUtime=0.57
/proc/903/stat : 903 (sugar) S 901 903 649 0 -1 4194304 974 5301 0 1 3 0 51 3 15 0 1 0 1978921337 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/903/statm: 3400 797 370 3 0 500 0
[pid=916] ppid=903 vsize=5356 CPUtime=0
/proc/916/stat : 916 (sh) S 903 903 649 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1978921400 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/916/statm: 1339 233 193 169 0 50 0
[pid=917] ppid=916 vsize=868488 CPUtime=2.43
/proc/917/stat : 917 (java) S 916 903 649 0 -1 0 11112 0 1 0 234 9 0 0 18 0 9 0 1978921401 889331712 10071 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/917/statm: 217122 10071 2565 9 0 211669 0
[pid=917/tid=918] ppid=916 vsize=868488 CPUtime=1.57
/proc/917/task/918/stat : 918 (java) R 916 903 649 0 -1 64 2974 0 1 0 154 3 0 0 25 0 9 0 1978921402 889331712 10071 996147200 134512640 134550740 4294955952 18446744073709551615 4126477198 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=917/tid=919] ppid=916 vsize=868488 CPUtime=0.55
/proc/917/task/919/stat : 919 (java) S 916 903 649 0 -1 64 5897 0 0 0 51 4 0 0 16 0 9 0 1978921403 889331712 10071 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=917/tid=920] ppid=916 vsize=868488 CPUtime=0
/proc/917/task/920/stat : 920 (java) S 916 903 649 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1978921403 889331712 10071 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=917/tid=921] ppid=916 vsize=868488 CPUtime=0
/proc/917/task/921/stat : 921 (java) S 916 903 649 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1978921403 889331712 10071 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=917/tid=922] ppid=916 vsize=868488 CPUtime=0
/proc/917/task/922/stat : 922 (java) S 916 903 649 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1978921405 889331712 10071 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=917/tid=923] ppid=916 vsize=868488 CPUtime=0.29
/proc/917/task/923/stat : 923 (java) S 916 903 649 0 -1 64 1548 0 0 0 28 1 0 0 16 0 9 0 1978921405 889331712 10071 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=917/tid=924] ppid=916 vsize=868488 CPUtime=0
/proc/917/task/924/stat : 924 (java) S 916 903 649 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1978921405 889331712 10071 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=917/tid=925] ppid=916 vsize=868488 CPUtime=0
/proc/917/task/925/stat : 925 (java) S 916 903 649 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1978921405 889331712 10071 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 887444

[startup+6.30127 s]
/proc/loadavg: 2.00 1.99 1.82 3/91 925
/proc/meminfo: memFree=1774440/2055920 swapFree=4172136/4192956
[pid=903] ppid=901 vsize=13600 CPUtime=0.57
/proc/903/stat : 903 (sugar) S 901 903 649 0 -1 4194304 974 5301 0 1 3 0 51 3 15 0 1 0 1978921337 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/903/statm: 3400 797 370 3 0 500 0
[pid=916] ppid=903 vsize=5356 CPUtime=0
/proc/916/stat : 916 (sh) S 903 903 649 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1978921400 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/916/statm: 1339 233 193 169 0 50 0
[pid=917] ppid=916 vsize=868488 CPUtime=5.59
/proc/917/stat : 917 (java) S 916 903 649 0 -1 0 11612 0 1 0 525 34 0 0 18 0 9 0 1978921401 889331712 10080 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/917/statm: 217122 10080 2565 9 0 211669 0
[pid=917/tid=918] ppid=916 vsize=868488 CPUtime=4.53
/proc/917/task/918/stat : 918 (java) R 916 903 649 0 -1 64 3465 0 1 0 429 24 0 0 25 0 9 0 1978921402 889331712 10080 996147200 134512640 134550740 4294955952 18446744073709551615 102055993 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=917/tid=919] ppid=916 vsize=868488 CPUtime=0.73
/proc/917/task/919/stat : 919 (java) S 916 903 649 0 -1 64 5897 0 0 0 66 7 0 0 15 0 9 0 1978921403 889331712 10080 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=917/tid=920] ppid=916 vsize=868488 CPUtime=0
/proc/917/task/920/stat : 920 (java) S 916 903 649 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1978921403 889331712 10080 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=917/tid=921] ppid=916 vsize=868488 CPUtime=0
/proc/917/task/921/stat : 921 (java) S 916 903 649 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1978921403 889331712 10080 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=917/tid=922] ppid=916 vsize=868488 CPUtime=0
/proc/917/task/922/stat : 922 (java) S 916 903 649 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1978921405 889331712 10080 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=917/tid=923] ppid=916 vsize=868488 CPUtime=0.3
/proc/917/task/923/stat : 923 (java) S 916 903 649 0 -1 64 1557 0 0 0 29 1 0 0 17 0 9 0 1978921405 889331712 10080 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=917/tid=924] ppid=916 vsize=868488 CPUtime=0
/proc/917/task/924/stat : 924 (java) S 916 903 649 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1978921405 889331712 10080 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=917/tid=925] ppid=916 vsize=868488 CPUtime=0
/proc/917/task/925/stat : 925 (java) S 916 903 649 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1978921405 889331712 10080 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 887444

[startup+12.703 s]
/proc/loadavg: 2.00 1.99 1.83 3/83 927
/proc/meminfo: memFree=1618480/2055920 swapFree=4172136/4192956
[pid=903] ppid=901 vsize=13600 CPUtime=10.17
/proc/903/stat : 903 (sugar) S 901 903 649 0 -1 4194304 1033 17838 0 2 4 0 943 70 15 0 1 0 1978921337 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/903/statm: 3400 799 370 3 0 500 0
[pid=926] ppid=903 vsize=5356 CPUtime=0
/proc/926/stat : 926 (sh) S 903 903 649 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978922376 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/926/statm: 1339 232 193 169 0 50 0
[pid=927] ppid=926 vsize=171616 CPUtime=2.28
/proc/927/stat : 927 (minisat) R 926 903 649 0 -1 4194304 40957 0 0 0 204 24 0 0 25 0 1 0 1978922376 175734784 40943 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/927/statm: 42904 40943 72 150 0 42751 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 190572

[startup+25.5015 s]
/proc/loadavg: 2.00 1.99 1.83 3/83 927
/proc/meminfo: memFree=1578480/2055920 swapFree=4172136/4192956
[pid=903] ppid=901 vsize=13600 CPUtime=10.17
/proc/903/stat : 903 (sugar) S 901 903 649 0 -1 4194304 1033 17838 0 2 4 0 943 70 16 0 1 0 1978921337 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/903/statm: 3400 799 370 3 0 500 0
[pid=926] ppid=903 vsize=5356 CPUtime=0
/proc/926/stat : 926 (sh) S 903 903 649 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978922376 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/926/statm: 1339 232 193 169 0 50 0
[pid=927] ppid=926 vsize=179320 CPUtime=14.95
/proc/927/stat : 927 (minisat) R 926 903 649 0 -1 4194304 42915 0 0 0 1469 26 0 0 25 0 1 0 1978922376 183623680 42901 996147200 134512640 135127466 4294956272 18446744073709551615 134530840 0 0 4096 3 0 0 0 17 1 0 0
/proc/927/statm: 44830 42901 76 150 0 44677 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 198276

[startup+51.1014 s]
/proc/loadavg: 2.00 1.99 1.83 3/83 927
/proc/meminfo: memFree=1577712/2055920 swapFree=4172136/4192956
[pid=903] ppid=901 vsize=13600 CPUtime=10.17
/proc/903/stat : 903 (sugar) S 901 903 649 0 -1 4194304 1033 17838 0 2 4 0 943 70 16 0 1 0 1978921337 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/903/statm: 3400 799 370 3 0 500 0
[pid=926] ppid=903 vsize=5356 CPUtime=0
/proc/926/stat : 926 (sh) S 903 903 649 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978922376 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/926/statm: 1339 232 193 169 0 50 0
[pid=927] ppid=926 vsize=180244 CPUtime=40.31
/proc/927/stat : 927 (minisat) R 926 903 649 0 -1 4194304 43133 0 0 0 4005 26 0 0 25 0 1 0 1978922376 184569856 43119 996147200 134512640 135127466 4294956272 18446744073709551615 134530641 0 0 4096 3 0 0 0 17 1 0 0
/proc/927/statm: 45061 43119 76 150 0 44908 0
Current children cumulated CPU time (s) 50.48
Current children cumulated vsize (KiB) 199200

[startup+102.306 s]
/proc/loadavg: 2.00 1.99 1.83 3/83 927
/proc/meminfo: memFree=1576752/2055920 swapFree=4172136/4192956
[pid=903] ppid=901 vsize=13600 CPUtime=10.17
/proc/903/stat : 903 (sugar) S 901 903 649 0 -1 4194304 1033 17838 0 2 4 0 943 70 16 0 1 0 1978921337 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/903/statm: 3400 799 370 3 0 500 0

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

/proc/meminfo: memFree=1640560/2055920 swapFree=4172136/4192956
[pid=903] ppid=901 vsize=13600 CPUtime=10.17
/proc/903/stat : 903 (sugar) S 901 903 649 0 -1 4194304 1033 17838 0 2 4 0 943 70 16 0 1 0 1978921337 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/903/statm: 3400 799 370 3 0 500 0
[pid=926] ppid=903 vsize=5356 CPUtime=0
/proc/926/stat : 926 (sh) S 903 903 649 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978922376 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/926/statm: 1339 232 193 169 0 50 0
[pid=927] ppid=926 vsize=198640 CPUtime=1279.87
/proc/927/stat : 927 (minisat) R 926 903 649 0 -1 4194304 47747 0 0 0 127953 34 0 0 25 0 1 0 1978922376 203407360 47733 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/927/statm: 49660 47733 76 150 0 49507 0
Current children cumulated CPU time (s) 1290.04
Current children cumulated vsize (KiB) 217596

[startup+1362.3 s]
/proc/loadavg: 2.02 1.99 1.91 3/83 1206
/proc/meminfo: memFree=1566896/2055920 swapFree=4172136/4192956
[pid=903] ppid=901 vsize=13600 CPUtime=10.17
/proc/903/stat : 903 (sugar) S 901 903 649 0 -1 4194304 1033 17838 0 2 4 0 943 70 16 0 1 0 1978921337 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/903/statm: 3400 799 370 3 0 500 0
[pid=926] ppid=903 vsize=5356 CPUtime=0
/proc/926/stat : 926 (sh) S 903 903 649 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978922376 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/926/statm: 1339 232 193 169 0 50 0
[pid=927] ppid=926 vsize=199432 CPUtime=1339.39
/proc/927/stat : 927 (minisat) R 926 903 649 0 -1 4194304 47919 0 0 0 133897 42 0 0 25 0 1 0 1978922376 204218368 47905 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/927/statm: 49858 47905 76 150 0 49705 0
Current children cumulated CPU time (s) 1349.56
Current children cumulated vsize (KiB) 218388

[startup+1422.31 s]
/proc/loadavg: 2.01 1.99 1.91 3/83 1206
/proc/meminfo: memFree=1565680/2055920 swapFree=4172136/4192956
[pid=903] ppid=901 vsize=13600 CPUtime=10.17
/proc/903/stat : 903 (sugar) S 901 903 649 0 -1 4194304 1033 17838 0 2 4 0 943 70 16 0 1 0 1978921337 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/903/statm: 3400 799 370 3 0 500 0
[pid=926] ppid=903 vsize=5356 CPUtime=0
/proc/926/stat : 926 (sh) S 903 903 649 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978922376 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/926/statm: 1339 232 193 169 0 50 0
[pid=927] ppid=926 vsize=200492 CPUtime=1398.83
/proc/927/stat : 927 (minisat) R 926 903 649 0 -1 4194304 48215 0 0 0 139841 42 0 0 25 0 1 0 1978922376 205303808 48201 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/927/statm: 50123 48201 76 150 0 49970 0
Current children cumulated CPU time (s) 1409
Current children cumulated vsize (KiB) 219448

[startup+1482.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/83 1206
/proc/meminfo: memFree=1564656/2055920 swapFree=4172136/4192956
[pid=903] ppid=901 vsize=13600 CPUtime=10.17
/proc/903/stat : 903 (sugar) S 901 903 649 0 -1 4194304 1033 17838 0 2 4 0 943 70 16 0 1 0 1978921337 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/903/statm: 3400 799 370 3 0 500 0
[pid=926] ppid=903 vsize=5356 CPUtime=0
/proc/926/stat : 926 (sh) S 903 903 649 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978922376 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/926/statm: 1339 232 193 169 0 50 0
[pid=927] ppid=926 vsize=201600 CPUtime=1458.26
/proc/927/stat : 927 (minisat) R 926 903 649 0 -1 4194304 48440 0 0 0 145784 42 0 0 25 0 1 0 1978922376 206438400 48426 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/927/statm: 50400 48426 76 150 0 50247 0
Current children cumulated CPU time (s) 1468.43
Current children cumulated vsize (KiB) 220556

[startup+1542.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/83 1206
/proc/meminfo: memFree=1563632/2055920 swapFree=4172136/4192956
[pid=903] ppid=901 vsize=13600 CPUtime=10.17
/proc/903/stat : 903 (sugar) S 901 903 649 0 -1 4194304 1033 17838 0 2 4 0 943 70 16 0 1 0 1978921337 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/903/statm: 3400 799 370 3 0 500 0
[pid=926] ppid=903 vsize=5356 CPUtime=0
/proc/926/stat : 926 (sh) S 903 903 649 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978922376 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/926/statm: 1339 232 193 169 0 50 0
[pid=927] ppid=926 vsize=202656 CPUtime=1517.7
/proc/927/stat : 927 (minisat) R 926 903 649 0 -1 4194304 48717 0 0 0 151727 43 0 0 25 0 1 0 1978922376 207519744 48703 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/927/statm: 50664 48703 76 150 0 50511 0
Current children cumulated CPU time (s) 1527.87
Current children cumulated vsize (KiB) 221612

[startup+1602.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/83 1206
/proc/meminfo: memFree=1562608/2055920 swapFree=4172136/4192956
[pid=903] ppid=901 vsize=13600 CPUtime=10.17
/proc/903/stat : 903 (sugar) S 901 903 649 0 -1 4194304 1033 17838 0 2 4 0 943 70 16 0 1 0 1978921337 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/903/statm: 3400 799 370 3 0 500 0
[pid=926] ppid=903 vsize=5356 CPUtime=0
/proc/926/stat : 926 (sh) S 903 903 649 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978922376 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/926/statm: 1339 232 193 169 0 50 0
[pid=927] ppid=926 vsize=203712 CPUtime=1577.13
/proc/927/stat : 927 (minisat) R 926 903 649 0 -1 4194304 48959 0 0 0 157670 43 0 0 25 0 1 0 1978922376 208601088 48945 996147200 134512640 135127466 4294956272 18446744073709551615 134530587 0 0 4096 3 0 0 0 17 1 0 0
/proc/927/statm: 50928 48945 76 150 0 50775 0
Current children cumulated CPU time (s) 1587.3
Current children cumulated vsize (KiB) 222668

[startup+1662.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/75 1234
/proc/meminfo: memFree=1527736/2055920 swapFree=4172136/4192956
[pid=903] ppid=901 vsize=13600 CPUtime=10.17
/proc/903/stat : 903 (sugar) S 901 903 649 0 -1 4194304 1033 17838 0 2 4 0 943 70 16 0 1 0 1978921337 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/903/statm: 3400 799 370 3 0 500 0
[pid=926] ppid=903 vsize=5356 CPUtime=0
/proc/926/stat : 926 (sh) S 903 903 649 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978922376 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/926/statm: 1339 232 193 169 0 50 0
[pid=927] ppid=926 vsize=204508 CPUtime=1636.85
/proc/927/stat : 927 (minisat) R 926 903 649 0 -1 4194304 49173 0 0 0 163641 44 0 0 25 0 1 0 1978922376 209416192 49159 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/927/statm: 51127 49159 76 150 0 50974 0
Current children cumulated CPU time (s) 1647.02
Current children cumulated vsize (KiB) 223464

[startup+1722.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/75 1234
/proc/meminfo: memFree=1526648/2055920 swapFree=4172136/4192956
[pid=903] ppid=901 vsize=13600 CPUtime=10.17
/proc/903/stat : 903 (sugar) S 901 903 649 0 -1 4194304 1033 17838 0 2 4 0 943 70 16 0 1 0 1978921337 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/903/statm: 3400 799 370 3 0 500 0
[pid=926] ppid=903 vsize=5356 CPUtime=0
/proc/926/stat : 926 (sh) S 903 903 649 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978922376 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/926/statm: 1339 232 193 169 0 50 0
[pid=927] ppid=926 vsize=205432 CPUtime=1696.82
/proc/927/stat : 927 (minisat) R 926 903 649 0 -1 4194304 49403 0 0 0 169638 44 0 0 25 0 1 0 1978922376 210362368 49389 996147200 134512640 135127466 4294956272 18446744073709551615 134528627 0 0 4096 3 0 0 0 17 0 0 0
/proc/927/statm: 51358 49389 76 150 0 51205 0
Current children cumulated CPU time (s) 1706.99
Current children cumulated vsize (KiB) 224388

[startup+1782.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/75 1234
/proc/meminfo: memFree=1525624/2055920 swapFree=4172136/4192956
[pid=903] ppid=901 vsize=13600 CPUtime=10.17
/proc/903/stat : 903 (sugar) S 901 903 649 0 -1 4194304 1033 17838 0 2 4 0 943 70 16 0 1 0 1978921337 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/903/statm: 3400 799 370 3 0 500 0
[pid=926] ppid=903 vsize=5356 CPUtime=0
/proc/926/stat : 926 (sh) S 903 903 649 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978922376 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/926/statm: 1339 232 193 169 0 50 0
[pid=927] ppid=926 vsize=206356 CPUtime=1756.8
/proc/927/stat : 927 (minisat) R 926 903 649 0 -1 4194304 49639 0 0 0 175636 44 0 0 25 0 1 0 1978922376 211308544 49625 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/927/statm: 51589 49625 76 150 0 51436 0
Current children cumulated CPU time (s) 1766.97
Current children cumulated vsize (KiB) 225312



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.4 s]
/proc/loadavg: 2.00 1.99 1.91 3/75 1234
/proc/meminfo: memFree=1525176/2055920 swapFree=4172136/4192956
[pid=903] ppid=901 vsize=13600 CPUtime=10.17
/proc/903/stat : 903 (sugar) S 901 903 649 0 -1 4194304 1033 17838 0 2 4 0 943 70 16 0 1 0 1978921337 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/903/statm: 3400 799 370 3 0 500 0
[pid=926] ppid=903 vsize=5356 CPUtime=0
/proc/926/stat : 926 (sh) S 903 903 649 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978922376 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/926/statm: 1339 232 193 169 0 50 0
[pid=927] ppid=926 vsize=206752 CPUtime=1789.89
/proc/927/stat : 927 (minisat) R 926 903 649 0 -1 4194304 49762 0 0 0 178945 44 0 0 25 0 1 0 1978922376 211714048 49748 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/927/statm: 51688 49748 76 150 0 51535 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 225708

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 903 and gives
#  childrusage.ru_utime.tv_sec=9
#  childrusage.ru_utime.tv_usec=481558
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=759884
# CPU time returned by wait4() is 10.2414
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1815.48
CPU time (s): 1800.06
CPU user time (s): 1798.92
CPU system time (s): 1.14
CPU usage (%): 99.1506
Max. virtual memory (cumulated for all children) (KiB): 887584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.48156
system time used= 0.759884
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19215
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= 11193
involuntary context switches= 11438

runsolver used 2.36364 second user time and 5.87211 second system time

The end

Launcher Data (download as text)

Begin job on node23 at 2008-07-02 13:51:12
IDJOB=1041100
IDBENCH=53772
IDSOLVER=346
FILE ID=node23/1041100-1214999472
PBS_JOBID= 7870876
Free space on /tmp= 66544 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1a46e95d1fa613e95eaf09befcc9f6de
RANDOM SEED=1037120510

node23.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.216
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.216
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:       1835688 kB
Buffers:          4508 kB
Cached:          52412 kB
SwapCached:      14412 kB
Active:         139784 kB
Inactive:        13912 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1835688 kB
SwapTotal:     4192956 kB
SwapFree:      4172136 kB
Dirty:            1604 kB
Writeback:           0 kB
Mapped:         102704 kB
Slab:            51688 kB
Committed_AS:  4082320 kB
PageTables:       1936 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= 66548 MiB
End job on node23 at 2008-07-02 14:21:29