Trace number 1042510

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisat? (TO) 1800.07 1800.73

General information on the benchmark

Namecsp/QG6/
normalized-quasigroup6-10.xml
MD5SUMad626daf93767ba6191917a08cf93670
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.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Wed Jul  2 14:52:18 2008
0.00/0.04	c 0	PID 12017
0.00/0.04	c 0	HOST node86.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1042510-1215003138.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1042510-1215003138.xml' 'HOME/temp.csp'
0.03/0.49	c 0	75 domains, 498 variables, 19 predicates, 0 relations, 399 constraints
0.03/0.51	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.51	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.03/0.59	c 0	Parsing HOME/temp.csp
0.46/1.01	c 1	parsed 991 expressions
0.46/1.02	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.46/1.02	c 1	Converting to clausal form CSP
0.46/1.04	c 1	converted 100 (10%) expressions
0.46/1.04	c 1	converted 199 (20%) expressions
0.46/1.04	c 1	converted 298 (30%) expressions
0.46/1.05	c 1	converted 397 (40%) expressions
0.46/1.05	c 1	converted 496 (50%) expressions
0.46/1.06	c 1	converted 595 (60%) expressions
1.04/1.11	c 1	converted 694 (70%) expressions
1.14/1.29	c 1	converted 793 (80%) expressions
1.63/1.74	c 2	converted 892 (90%) expressions
2.03/2.12	c 2	converted 991 (100%) expressions
2.03/2.12	c 2	CSP : 498 integers, 9959 booleans, 31115 clauses, largest domain size 91
2.03/2.12	c 2	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.03/2.12	c 2	Propagation in CSP
2.14/2.27	c 2	1240 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.14/2.27	c 2	CSP : 498 integers, 9959 booleans, 31115 clauses, largest domain size 91
2.14/2.27	c 2	Heap : 19 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.14/2.28	c 2	Simplifing CSP by introducing new Boolean variables
2.23/2.31	c 2	CSP : 498 integers, 11399 booleans, 32555 clauses, largest domain size 91
2.23/2.31	c 2	Heap : 19 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.33/2.43	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.33/2.46	c 2	50 (10%) CSP integer variables are encoded (270 clauses, 2850 bytes)
2.33/2.47	c 2	100 (20%) CSP integer variables are encoded (540 clauses, 5820 bytes)
2.33/2.47	c 2	150 (30%) CSP integer variables are encoded (2006 clauses, 24159 bytes)
2.33/2.48	c 2	200 (40%) CSP integer variables are encoded (3429 clauses, 42658 bytes)
2.33/2.48	c 2	249 (50%) CSP integer variables are encoded (4753 clauses, 59870 bytes)
2.33/2.48	c 2	299 (60%) CSP integer variables are encoded (6083 clauses, 77160 bytes)
2.33/2.48	c 2	349 (70%) CSP integer variables are encoded (7425 clauses, 94606 bytes)
2.33/2.48	c 2	399 (80%) CSP integer variables are encoded (8767 clauses, 112052 bytes)
2.33/2.48	c 2	449 (90%) CSP integer variables are encoded (10190 clauses, 131754 bytes)
2.33/2.49	c 2	498 (100%) CSP integer variables are encoded (11314 clauses, 148614 bytes)
2.53/2.63	c 2	3256 (10%) CSP clauses are encoded (29444 clauses, 439952 bytes)
2.63/2.70	c 2	6511 (20%) CSP clauses are encoded (47849 clauses, 782890 bytes)
2.63/2.76	c 3	9767 (30%) CSP clauses are encoded (66043 clauses, 1123667 bytes)
2.73/2.83	c 3	13022 (40%) CSP clauses are encoded (84216 clauses, 1464601 bytes)
2.73/2.89	c 3	16278 (50%) CSP clauses are encoded (102251 clauses, 1802923 bytes)
2.82/2.96	c 3	19533 (60%) CSP clauses are encoded (120129 clauses, 2138430 bytes)
2.93/3.02	c 3	22789 (70%) CSP clauses are encoded (137837 clauses, 2470599 bytes)
2.93/3.09	c 3	26044 (80%) CSP clauses are encoded (155360 clauses, 2799231 bytes)
3.02/3.15	c 3	29300 (90%) CSP clauses are encoded (172766 clauses, 3135984 bytes)
3.13/3.21	c 3	32555 (100%) CSP clauses are encoded (189905 clauses, 3475084 bytes)
3.13/3.21	c 3	32555 CSP clauses encoded
3.13/3.21	c 3	Writing map file : HOME/temp.map
3.13/3.23	c 3	Heap : 17 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.13/3.23	c 3	SAT : 23191 SAT variables, 189905 SAT clauses, 3475084 bytes
3.13/3.23	c 3	Heap : 17 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.13/3.29	c 3	SOLVING HOME/temp.cnf
3.13/3.29	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.13/3.29	c 3	This is MiniSat 2.0 beta
3.13/3.29	c 3	WARNING: for repeatability, setting FPU to use double precision
3.13/3.29	c 3	============================[ Problem Statistics ]=============================
3.13/3.29	c 3	|                                                                             |
3.13/3.29	c 3	|  Number of variables:  23191                                                |
3.13/3.29	c 3	|  Number of clauses:    189905                                               |
3.19/3.39	c 3	|  Parsing time:         0.08         s                                       |
3.19/3.40	c 3	============================[ Search Statistics ]==============================
3.19/3.40	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.19/3.40	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.19/3.40	c 3	===============================================================================
3.19/3.40	c 3	|         0 |   22994   182298   521607 |    60766        0    nan |  0.000 % |
3.38/3.55	c 3	|       100 |   22994   182298   521607 |    66842      100     16 |  0.849 % |
3.58/3.74	c 4	|       250 |   22994   182298   521607 |    73526      250     16 |  0.849 % |
3.78/3.98	c 4	|       475 |   22994   182298   521607 |    80879      475     15 |  0.849 % |
4.08/4.25	c 4	|       814 |   22994   182298   521607 |    88967      814     15 |  0.849 % |
4.68/4.85	c 5	|      1320 |   22994   182298   521607 |    97864     1320     15 |  0.850 % |
5.38/5.57	c 5	|      2079 |   22994   182298   521607 |   107650     2079     15 |  0.849 % |
6.59/6.72	c 7	|      3219 |   22994   182298   521607 |   118415     3219     16 |  0.850 % |
8.48/8.68	c 8	|      4927 |   22994   182298   521607 |   130257     4927     17 |  0.849 % |
11.18/11.32	c 11	|      7490 |   22994   182298   521607 |   143283     7490     17 |  0.849 % |
16.08/16.20	c 16	|     11335 |   22994   182298   521607 |   157611    11335     18 |  0.849 % |
22.28/22.45	c 22	|     17101 |   22994   182298   521607 |   173372    17101     18 |  0.850 % |
33.37/33.54	c 33	|     25750 |   22993   182289   521589 |   190709    25749     18 |  0.854 % |
52.16/52.35	c 52	|     38724 |   22993   182289   521589 |   209780    38723     18 |  0.854 % |
85.36/85.58	c 85	|     58186 |   22993   182289   521589 |   230758    58185     18 |  0.854 % |
139.84/140.06	c 140	|     87378 |   22992   182280   521571 |   253834    87376     18 |  0.858 % |
246.81/247.04	c 247	|    131167 |   22989   182268   521546 |   279218   131164     18 |  0.871 % |
442.97/443.21	c 443	|    196853 |   22986   182256   521521 |   307139   196849     18 |  0.884 % |
791.24/791.61	c 791	|    295382 |   22986   182256   521521 |   337853   295378     19 |  0.884 % |
1163.63/1164.17	c 1164	|    443173 |   22984   182078   521032 |   371639   126548     19 |  0.893 % |
1800.07/1800.72	c 1801	DECODING HOME/temp.out WITH HOME/temp.map
1800.07/1800.72	c 1801	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.07/1800.72	c ERROR INTERRUPTED
1800.07/1800.72	s UNKNOWN
1800.07/1800.72	c 1801	CPU 3.02 (0.03 0.01 2.99 0.16)
1800.07/1800.72	c 1801	END Wed Jul  2 15:22:19 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-1042510-1215003138/watcher-1042510-1215003138 -o /tmp/evaluation-result-1042510-1215003138/solver-1042510-1215003138 -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-1042510-1215003138.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.09 2.02 2.01 4/84 12017
/proc/meminfo: memFree=1217200/2055920 swapFree=4181008/4192956
[pid=12017] ppid=12015 vsize=12272 CPUtime=0
/proc/12017/stat : 12017 (sugar) R 12015 12017 11059 0 -1 4194304 355 0 0 0 0 0 0 0 18 0 1 0 656042756 12566528 323 996147200 4194304 4206940 548682068608 18446744073709551615 240171421140 0 0 4224 0 0 0 0 17 1 0 0
/proc/12017/statm: 3068 324 244 3 0 168 0

[startup+0.10288 s]
/proc/loadavg: 2.09 2.02 2.01 4/84 12017
/proc/meminfo: memFree=1217200/2055920 swapFree=4181008/4192956
[pid=12017] ppid=12015 vsize=13600 CPUtime=0.03
/proc/12017/stat : 12017 (sugar) S 12015 12017 11059 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 656042756 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12017/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.201887 s]
/proc/loadavg: 2.09 2.02 2.01 4/84 12017
/proc/meminfo: memFree=1217200/2055920 swapFree=4181008/4192956
[pid=12017] ppid=12015 vsize=13600 CPUtime=0.03
/proc/12017/stat : 12017 (sugar) S 12015 12017 11059 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 656042756 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12017/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301897 s]
/proc/loadavg: 2.09 2.02 2.01 4/84 12017
/proc/meminfo: memFree=1217200/2055920 swapFree=4181008/4192956
[pid=12017] ppid=12015 vsize=13600 CPUtime=0.03
/proc/12017/stat : 12017 (sugar) S 12015 12017 11059 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 656042756 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12017/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.70194 s]
/proc/loadavg: 2.09 2.02 2.01 4/84 12017
/proc/meminfo: memFree=1217200/2055920 swapFree=4181008/4192956
[pid=12017] ppid=12015 vsize=13600 CPUtime=0.46
/proc/12017/stat : 12017 (sugar) S 12015 12017 11059 0 -1 4194304 973 4812 0 1 2 1 40 3 15 0 1 0 656042756 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12017/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 13600

[startup+1.50203 s]
/proc/loadavg: 2.09 2.02 2.01 3/95 12039
/proc/meminfo: memFree=1207192/2055920 swapFree=4181008/4192956
[pid=12017] ppid=12015 vsize=13600 CPUtime=0.47
/proc/12017/stat : 12017 (sugar) S 12015 12017 11059 0 -1 4194304 974 4812 0 1 3 1 40 3 15 0 1 0 656042756 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12017/statm: 3400 797 370 3 0 500 0
[pid=12030] ppid=12017 vsize=5356 CPUtime=0
/proc/12030/stat : 12030 (sh) S 12017 12017 11059 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 656042808 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12030/statm: 1339 233 193 169 0 50 0
[pid=12031] ppid=12030 vsize=868284 CPUtime=0.96
/proc/12031/stat : 12031 (java) S 12030 12017 11059 0 -1 0 7294 0 1 0 91 5 0 0 18 0 9 0 656042808 889122816 6515 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12031/statm: 217071 6515 2540 9 0 211646 0
[pid=12031/tid=12032] ppid=12030 vsize=868284 CPUtime=0.64
/proc/12031/task/12032/stat : 12032 (java) R 12030 12017 11059 0 -1 64 2683 0 1 0 63 1 0 0 20 0 9 0 656042809 889122816 6515 996147200 134512640 134550740 4294955952 18446744073709551615 4126833696 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12031/tid=12033] ppid=12030 vsize=868284 CPUtime=0.11
/proc/12031/task/12033/stat : 12033 (java) S 12030 12017 11059 0 -1 64 2463 0 0 0 10 1 0 0 16 0 9 0 656042810 889122816 6515 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12031/tid=12034] ppid=12030 vsize=868284 CPUtime=0
/proc/12031/task/12034/stat : 12034 (java) S 12030 12017 11059 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 656042810 889122816 6515 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12031/tid=12035] ppid=12030 vsize=868284 CPUtime=0
/proc/12031/task/12035/stat : 12035 (java) S 12030 12017 11059 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 656042810 889122816 6515 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12031/tid=12036] ppid=12030 vsize=868284 CPUtime=0
/proc/12031/task/12036/stat : 12036 (java) S 12030 12017 11059 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 656042812 889122816 6515 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12031/tid=12037] ppid=12030 vsize=868284 CPUtime=0.18
/proc/12031/task/12037/stat : 12037 (java) S 12030 12017 11059 0 -1 64 1456 0 0 0 17 1 0 0 16 0 9 0 656042812 889122816 6515 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12031/tid=12038] ppid=12030 vsize=868284 CPUtime=0
/proc/12031/task/12038/stat : 12038 (java) S 12030 12017 11059 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 656042812 889122816 6515 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12031/tid=12039] ppid=12030 vsize=868284 CPUtime=0
/proc/12031/task/12039/stat : 12039 (java) S 12030 12017 11059 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 656042812 889122816 6515 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 887240

[startup+3.10221 s]
/proc/loadavg: 2.09 2.02 2.01 4/95 12039
/proc/meminfo: memFree=1187608/2055920 swapFree=4181008/4192956
[pid=12017] ppid=12015 vsize=13600 CPUtime=0.47
/proc/12017/stat : 12017 (sugar) S 12015 12017 11059 0 -1 4194304 974 4812 0 1 3 1 40 3 15 0 1 0 656042756 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12017/statm: 3400 797 370 3 0 500 0
[pid=12030] ppid=12017 vsize=5356 CPUtime=0
/proc/12030/stat : 12030 (sh) S 12017 12017 11059 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 656042808 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12030/statm: 1339 233 193 169 0 50 0
[pid=12031] ppid=12030 vsize=868508 CPUtime=2.55
/proc/12031/stat : 12031 (java) S 12030 12017 11059 0 -1 0 11088 0 1 0 245 10 0 0 18 0 9 0 656042808 889352192 10053 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12031/statm: 217127 10053 2566 9 0 211674 0
[pid=12031/tid=12032] ppid=12030 vsize=868508 CPUtime=1.75
/proc/12031/task/12032/stat : 12032 (java) R 12030 12017 11059 0 -1 64 3023 0 1 0 171 4 0 0 25 0 9 0 656042809 889352192 10053 996147200 134512640 134550740 4294955952 18446744073709551615 4126965857 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12031/tid=12033] ppid=12030 vsize=868508 CPUtime=0.53
/proc/12031/task/12033/stat : 12033 (java) S 12030 12017 11059 0 -1 64 5875 0 0 0 50 3 0 0 16 0 9 0 656042810 889352192 10053 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12031/tid=12034] ppid=12030 vsize=868508 CPUtime=0
/proc/12031/task/12034/stat : 12034 (java) S 12030 12017 11059 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 656042810 889352192 10053 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12031/tid=12035] ppid=12030 vsize=868508 CPUtime=0
/proc/12031/task/12035/stat : 12035 (java) S 12030 12017 11059 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 656042810 889352192 10053 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12031/tid=12036] ppid=12030 vsize=868508 CPUtime=0
/proc/12031/task/12036/stat : 12036 (java) S 12030 12017 11059 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 656042812 889352192 10053 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12031/tid=12037] ppid=12030 vsize=868508 CPUtime=0.24
/proc/12031/task/12037/stat : 12037 (java) S 12030 12017 11059 0 -1 64 1498 0 0 0 23 1 0 0 15 0 9 0 656042812 889352192 10053 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12031/tid=12038] ppid=12030 vsize=868508 CPUtime=0
/proc/12031/task/12038/stat : 12038 (java) S 12030 12017 11059 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 656042812 889352192 10053 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12031/tid=12039] ppid=12030 vsize=868508 CPUtime=0
/proc/12031/task/12039/stat : 12039 (java) S 12030 12017 11059 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 656042812 889352192 10053 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 887464

[startup+6.30157 s]
/proc/loadavg: 2.09 2.02 2.00 3/87 12041
/proc/meminfo: memFree=1200928/2055920 swapFree=4181008/4192956
[pid=12017] ppid=12015 vsize=13600 CPUtime=3.19
/proc/12017/stat : 12017 (sugar) S 12015 12017 11059 0 -1 4194304 1033 16220 0 2 3 1 299 16 15 0 1 0 656042756 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12017/statm: 3400 799 370 3 0 500 0
[pid=12040] ppid=12017 vsize=5356 CPUtime=0
/proc/12040/stat : 12040 (sh) S 12017 12017 11059 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 656043085 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12040/statm: 1339 232 193 169 0 50 0
[pid=12041] ppid=12040 vsize=11344 CPUtime=2.99
/proc/12041/stat : 12041 (minisat) R 12040 12017 11059 0 -1 4194304 2661 0 0 0 298 1 0 0 25 0 1 0 656043086 11616256 2647 996147200 134512640 135127466 4294956272 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/12041/statm: 2836 2647 75 150 0 2683 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 30300

[startup+12.7013 s]
/proc/loadavg: 2.08 2.02 2.00 3/87 12041
/proc/meminfo: memFree=1200224/2055920 swapFree=4181008/4192956
[pid=12017] ppid=12015 vsize=13600 CPUtime=3.19
/proc/12017/stat : 12017 (sugar) S 12015 12017 11059 0 -1 4194304 1033 16220 0 2 3 1 299 16 16 0 1 0 656042756 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12017/statm: 3400 799 370 3 0 500 0
[pid=12040] ppid=12017 vsize=5356 CPUtime=0
/proc/12040/stat : 12040 (sh) S 12017 12017 11059 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 656043085 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12040/statm: 1339 232 193 169 0 50 0
[pid=12041] ppid=12040 vsize=12004 CPUtime=9.39
/proc/12041/stat : 12041 (minisat) R 12040 12017 11059 0 -1 4194304 2813 0 0 0 938 1 0 0 25 0 1 0 656043086 12292096 2799 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12041/statm: 3001 2799 75 150 0 2848 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 30960

[startup+25.5017 s]
/proc/loadavg: 2.14 2.04 2.01 3/87 12041
/proc/meminfo: memFree=1198944/2055920 swapFree=4181008/4192956
[pid=12017] ppid=12015 vsize=13600 CPUtime=3.19
/proc/12017/stat : 12017 (sugar) S 12015 12017 11059 0 -1 4194304 1033 16220 0 2 3 1 299 16 16 0 1 0 656042756 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12017/statm: 3400 799 370 3 0 500 0
[pid=12040] ppid=12017 vsize=5356 CPUtime=0
/proc/12040/stat : 12040 (sh) S 12017 12017 11059 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 656043085 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12040/statm: 1339 232 193 169 0 50 0
[pid=12041] ppid=12040 vsize=13120 CPUtime=22.19
/proc/12041/stat : 12041 (minisat) R 12040 12017 11059 0 -1 4194304 3112 0 0 0 2217 2 0 0 25 0 1 0 656043086 13434880 3098 996147200 134512640 135127466 4294956272 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 1 0 0
/proc/12041/statm: 3280 3098 75 150 0 3127 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 32076

[startup+51.1016 s]
/proc/loadavg: 2.09 2.03 2.01 3/87 12041
/proc/meminfo: memFree=1197024/2055920 swapFree=4181008/4192956
[pid=12017] ppid=12015 vsize=13600 CPUtime=3.19
/proc/12017/stat : 12017 (sugar) S 12015 12017 11059 0 -1 4194304 1033 16220 0 2 3 1 299 16 16 0 1 0 656042756 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12017/statm: 3400 799 370 3 0 500 0
[pid=12040] ppid=12017 vsize=5356 CPUtime=0
/proc/12040/stat : 12040 (sh) S 12017 12017 11059 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 656043085 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12040/statm: 1339 232 193 169 0 50 0
[pid=12041] ppid=12040 vsize=15144 CPUtime=47.77
/proc/12041/stat : 12041 (minisat) R 12040 12017 11059 0 -1 4194304 3605 0 0 0 4775 2 0 0 25 0 1 0 656043086 15507456 3591 996147200 134512640 135127466 4294956272 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 1 0 0
/proc/12041/statm: 3786 3591 75 150 0 3633 0
Current children cumulated CPU time (s) 50.96
Current children cumulated vsize (KiB) 34100

[startup+102.301 s]
/proc/loadavg: 2.04 2.03 2.00 3/87 12041
/proc/meminfo: memFree=1193888/2055920 swapFree=4181008/4192956
[pid=12017] ppid=12015 vsize=13600 CPUtime=3.19
/proc/12017/stat : 12017 (sugar) S 12015 12017 11059 0 -1 4194304 1033 16220 0 2 3 1 299 16 16 0 1 0 656042756 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12017/statm: 3400 799 370 3 0 500 0
[pid=12040] ppid=12017 vsize=5356 CPUtime=0
/proc/12040/stat : 12040 (sh) S 12017 12017 11059 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 656043085 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12040/statm: 1339 232 193 169 0 50 0
[pid=12041] ppid=12040 vsize=18256 CPUtime=98.97
/proc/12041/stat : 12041 (minisat) R 12040 12017 11059 0 -1 4194304 4376 0 0 0 9893 4 0 0 25 0 1 0 656043086 18694144 4362 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12041/statm: 4564 4362 75 150 0 4411 0
Current children cumulated CPU time (s) 102.16
Current children cumulated vsize (KiB) 37212

[startup+162.302 s]
/proc/loadavg: 2.01 2.02 2.00 3/87 12041
/proc/meminfo: memFree=1190496/2055920 swapFree=4181008/4192956
[pid=12017] ppid=12015 vsize=13600 CPUtime=3.19
/proc/12017/stat : 12017 (sugar) S 12015 12017 11059 0 -1 4194304 1033 16220 0 2 3 1 299 16 16 0 1 0 656042756 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12017/statm: 3400 799 370 3 0 500 0
[pid=12040] ppid=12017 vsize=5356 CPUtime=0

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

/proc/meminfo: memFree=1779000/2055920 swapFree=4181008/4192956
[pid=12017] ppid=12015 vsize=13600 CPUtime=3.19
/proc/12017/stat : 12017 (sugar) S 12015 12017 11059 0 -1 4194304 1033 16220 0 2 3 1 299 16 16 0 1 0 656042756 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12017/statm: 3400 799 370 3 0 500 0
[pid=12040] ppid=12017 vsize=5356 CPUtime=0
/proc/12040/stat : 12040 (sh) S 12017 12017 11059 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 656043085 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12040/statm: 1339 232 193 169 0 50 0
[pid=12041] ppid=12040 vsize=50412 CPUtime=1298.6
/proc/12041/stat : 12041 (minisat) R 12040 12017 11059 0 -1 4194304 12125 0 0 0 129847 13 0 0 25 0 1 0 656043086 51621888 12111 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12041/statm: 12603 12111 75 150 0 12450 0
Current children cumulated CPU time (s) 1301.79
Current children cumulated vsize (KiB) 69368

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 12083
/proc/meminfo: memFree=1778872/2055920 swapFree=4181008/4192956
[pid=12017] ppid=12015 vsize=13600 CPUtime=3.19
/proc/12017/stat : 12017 (sugar) S 12015 12017 11059 0 -1 4194304 1033 16220 0 2 3 1 299 16 16 0 1 0 656042756 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12017/statm: 3400 799 370 3 0 500 0
[pid=12040] ppid=12017 vsize=5356 CPUtime=0
/proc/12040/stat : 12040 (sh) S 12017 12017 11059 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 656043085 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12040/statm: 1339 232 193 169 0 50 0
[pid=12041] ppid=12040 vsize=50412 CPUtime=1358.59
/proc/12041/stat : 12041 (minisat) R 12040 12017 11059 0 -1 4194304 12159 0 0 0 135846 13 0 0 25 0 1 0 656043086 51621888 12145 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12041/statm: 12603 12145 75 150 0 12450 0
Current children cumulated CPU time (s) 1361.78
Current children cumulated vsize (KiB) 69368

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 12083
/proc/meminfo: memFree=1778680/2055920 swapFree=4181008/4192956
[pid=12017] ppid=12015 vsize=13600 CPUtime=3.19
/proc/12017/stat : 12017 (sugar) S 12015 12017 11059 0 -1 4194304 1033 16220 0 2 3 1 299 16 16 0 1 0 656042756 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12017/statm: 3400 799 370 3 0 500 0
[pid=12040] ppid=12017 vsize=5356 CPUtime=0
/proc/12040/stat : 12040 (sh) S 12017 12017 11059 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 656043085 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12040/statm: 1339 232 193 169 0 50 0
[pid=12041] ppid=12040 vsize=50756 CPUtime=1418.57
/proc/12041/stat : 12041 (minisat) R 12040 12017 11059 0 -1 4194304 12204 0 0 0 141844 13 0 0 25 0 1 0 656043086 51974144 12190 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12041/statm: 12689 12190 75 150 0 12536 0
Current children cumulated CPU time (s) 1421.76
Current children cumulated vsize (KiB) 69712

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 12083
/proc/meminfo: memFree=1778488/2055920 swapFree=4181008/4192956
[pid=12017] ppid=12015 vsize=13600 CPUtime=3.19
/proc/12017/stat : 12017 (sugar) S 12015 12017 11059 0 -1 4194304 1033 16220 0 2 3 1 299 16 16 0 1 0 656042756 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12017/statm: 3400 799 370 3 0 500 0
[pid=12040] ppid=12017 vsize=5356 CPUtime=0
/proc/12040/stat : 12040 (sh) S 12017 12017 11059 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 656043085 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12040/statm: 1339 232 193 169 0 50 0
[pid=12041] ppid=12040 vsize=50756 CPUtime=1478.55
/proc/12041/stat : 12041 (minisat) R 12040 12017 11059 0 -1 4194304 12236 0 0 0 147842 13 0 0 25 0 1 0 656043086 51974144 12222 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12041/statm: 12689 12222 75 150 0 12536 0
Current children cumulated CPU time (s) 1481.74
Current children cumulated vsize (KiB) 69712

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 12083
/proc/meminfo: memFree=1778168/2055920 swapFree=4181008/4192956
[pid=12017] ppid=12015 vsize=13600 CPUtime=3.19
/proc/12017/stat : 12017 (sugar) S 12015 12017 11059 0 -1 4194304 1033 16220 0 2 3 1 299 16 16 0 1 0 656042756 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12017/statm: 3400 799 370 3 0 500 0
[pid=12040] ppid=12017 vsize=5356 CPUtime=0
/proc/12040/stat : 12040 (sh) S 12017 12017 11059 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 656043085 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12040/statm: 1339 232 193 169 0 50 0
[pid=12041] ppid=12040 vsize=51088 CPUtime=1538.54
/proc/12041/stat : 12041 (minisat) R 12040 12017 11059 0 -1 4194304 12306 0 0 0 153841 13 0 0 25 0 1 0 656043086 52314112 12292 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12041/statm: 12772 12292 75 150 0 12619 0
Current children cumulated CPU time (s) 1541.73
Current children cumulated vsize (KiB) 70044

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 12083
/proc/meminfo: memFree=1777976/2055920 swapFree=4181008/4192956
[pid=12017] ppid=12015 vsize=13600 CPUtime=3.19
/proc/12017/stat : 12017 (sugar) S 12015 12017 11059 0 -1 4194304 1033 16220 0 2 3 1 299 16 16 0 1 0 656042756 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12017/statm: 3400 799 370 3 0 500 0
[pid=12040] ppid=12017 vsize=5356 CPUtime=0
/proc/12040/stat : 12040 (sh) S 12017 12017 11059 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 656043085 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12040/statm: 1339 232 193 169 0 50 0
[pid=12041] ppid=12040 vsize=51252 CPUtime=1598.52
/proc/12041/stat : 12041 (minisat) R 12040 12017 11059 0 -1 4194304 12347 0 0 0 159839 13 0 0 25 0 1 0 656043086 52482048 12333 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12041/statm: 12813 12333 75 150 0 12660 0
Current children cumulated CPU time (s) 1601.71
Current children cumulated vsize (KiB) 70208

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 12083
/proc/meminfo: memFree=1777912/2055920 swapFree=4181008/4192956
[pid=12017] ppid=12015 vsize=13600 CPUtime=3.19
/proc/12017/stat : 12017 (sugar) S 12015 12017 11059 0 -1 4194304 1033 16220 0 2 3 1 299 16 16 0 1 0 656042756 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12017/statm: 3400 799 370 3 0 500 0
[pid=12040] ppid=12017 vsize=5356 CPUtime=0
/proc/12040/stat : 12040 (sh) S 12017 12017 11059 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 656043085 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12040/statm: 1339 232 193 169 0 50 0
[pid=12041] ppid=12040 vsize=51252 CPUtime=1658.5
/proc/12041/stat : 12041 (minisat) R 12040 12017 11059 0 -1 4194304 12349 0 0 0 165837 13 0 0 25 0 1 0 656043086 52482048 12335 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12041/statm: 12813 12335 75 150 0 12660 0
Current children cumulated CPU time (s) 1661.69
Current children cumulated vsize (KiB) 70208

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 12083
/proc/meminfo: memFree=1777528/2055920 swapFree=4181008/4192956
[pid=12017] ppid=12015 vsize=13600 CPUtime=3.19
/proc/12017/stat : 12017 (sugar) S 12015 12017 11059 0 -1 4194304 1033 16220 0 2 3 1 299 16 16 0 1 0 656042756 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12017/statm: 3400 799 370 3 0 500 0
[pid=12040] ppid=12017 vsize=5356 CPUtime=0
/proc/12040/stat : 12040 (sh) S 12017 12017 11059 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 656043085 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12040/statm: 1339 232 193 169 0 50 0
[pid=12041] ppid=12040 vsize=51620 CPUtime=1718.5
/proc/12041/stat : 12041 (minisat) R 12040 12017 11059 0 -1 4194304 12440 0 0 0 171836 14 0 0 25 0 1 0 656043086 52858880 12426 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12041/statm: 12905 12426 75 150 0 12752 0
Current children cumulated CPU time (s) 1721.69
Current children cumulated vsize (KiB) 70576

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 12083
/proc/meminfo: memFree=1777016/2055920 swapFree=4181008/4192956
[pid=12017] ppid=12015 vsize=13600 CPUtime=3.19
/proc/12017/stat : 12017 (sugar) S 12015 12017 11059 0 -1 4194304 1033 16220 0 2 3 1 299 16 16 0 1 0 656042756 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12017/statm: 3400 799 370 3 0 500 0
[pid=12040] ppid=12017 vsize=5356 CPUtime=0
/proc/12040/stat : 12040 (sh) S 12017 12017 11059 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 656043085 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12040/statm: 1339 232 193 169 0 50 0
[pid=12041] ppid=12040 vsize=52268 CPUtime=1778.48
/proc/12041/stat : 12041 (minisat) R 12040 12017 11059 0 -1 4194304 12558 0 0 0 177834 14 0 0 25 0 1 0 656043086 53522432 12544 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12041/statm: 13067 12544 75 150 0 12914 0
Current children cumulated CPU time (s) 1781.67
Current children cumulated vsize (KiB) 71224



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 12083
/proc/meminfo: memFree=1776952/2055920 swapFree=4181008/4192956
[pid=12017] ppid=12015 vsize=13600 CPUtime=3.19
/proc/12017/stat : 12017 (sugar) S 12015 12017 11059 0 -1 4194304 1033 16220 0 2 3 1 299 16 16 0 1 0 656042756 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12017/statm: 3400 799 370 3 0 500 0
[pid=12040] ppid=12017 vsize=5356 CPUtime=0
/proc/12040/stat : 12040 (sh) S 12017 12017 11059 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 656043085 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12040/statm: 1339 232 193 169 0 50 0
[pid=12041] ppid=12040 vsize=52268 CPUtime=1796.88
/proc/12041/stat : 12041 (minisat) R 12040 12017 11059 0 -1 4194304 12558 0 0 0 179674 14 0 0 25 0 1 0 656043086 53522432 12544 996147200 134512640 135127466 4294956272 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 1 0 0
/proc/12041/statm: 13067 12544 75 150 0 12914 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 71224

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 12017 and gives
#  childrusage.ru_utime.tv_sec=3
#  childrusage.ru_utime.tv_usec=29539
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=184971
# CPU time returned by wait4() is 3.21451
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.73
CPU time (s): 1800.07
CPU user time (s): 1799.76
CPU system time (s): 0.31
CPU usage (%): 99.9635
Max. virtual memory (cumulated for all children) (KiB): 887604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.02954
system time used= 0.184971
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17681
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= 3281
involuntary context switches= 3189

runsolver used 1.9467 second user time and 5.09622 second system time

The end

Launcher Data (download as text)

Begin job on node86 at 2008-07-02 14:52:18
IDJOB=1042510
IDBENCH=53913
IDSOLVER=346
FILE ID=node86/1042510-1215003138
PBS_JOBID= 7870753
Free space on /tmp= 66528 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/QG6/normalized-quasigroup6-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-1042510-1215003138/watcher-1042510-1215003138 -o /tmp/evaluation-result-1042510-1215003138/solver-1042510-1215003138 -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-1042510-1215003138.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ad626daf93767ba6191917a08cf93670
RANDOM SEED=1399131441

node86.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.220
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.220
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:       1217616 kB
Buffers:          7000 kB
Cached:          60624 kB
SwapCached:       5884 kB
Active:         758332 kB
Inactive:        12888 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1217616 kB
SwapTotal:     4192956 kB
SwapFree:      4181008 kB
Dirty:            1568 kB
Writeback:           0 kB
Mapped:         714996 kB
Slab:            50744 kB
Committed_AS:  1736812 kB
PageTables:       3432 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= 66524 MiB
End job on node86 at 2008-07-02 15:22:21