Trace number 1081737

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+picosat? (TO) 1800.07 1805.44

General information on the benchmark

Namecsp/haystacks/
normalized-haystacks-43.xml
MD5SUMf2f84342904e22f7d1d97c8f943ceaa0
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark145.621
Satisfiable
(Un)Satisfiability was proved
Number of variables1849
Number of constraints38871
Maximum constraint arity2
Maximum domain size43
Number of constraints which are defined in extension0
Number of constraints which are defined in intension38871
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Sat Jul  5 02:45:42 2008
0.00/0.04	c 0	PID 26579
0.00/0.05	c 0	HOST node7.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1081737-1215218742.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-1081737-1215218742.xml' 'HOME/temp.csp'
2.33/2.43	c 3	1 domains, 1849 variables, 4 predicates, 0 relations, 38871 constraints
2.33/2.46	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.33/2.46	c 3	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'
2.39/2.54	c 3	Parsing HOME/temp.csp
2.39/2.85	c 3	parsed 10000 expressions
2.39/3.06	c 3	parsed 20000 expressions
3.11/3.27	c 4	parsed 30000 expressions
3.30/3.45	c 4	parsed 40000 expressions
3.30/3.46	c 4	parsed 40725 expressions
3.30/3.46	c 4	Heap : 11 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.30/3.46	c 4	Converting to clausal form CSP
3.99/4.17	c 4	converted 4073 (10%) expressions
4.68/4.88	c 5	converted 8145 (20%) expressions
5.57/5.71	c 6	converted 12218 (30%) expressions
6.17/6.39	c 7	converted 16290 (40%) expressions
6.86/7.07	c 7	converted 20363 (50%) expressions
7.84/8.06	c 8	converted 24435 (60%) expressions
8.55/8.76	c 9	converted 28508 (70%) expressions
9.24/9.44	c 10	converted 32580 (80%) expressions
9.93/10.13	c 10	converted 36653 (90%) expressions
10.62/10.81	c 11	converted 40725 (100%) expressions
10.62/10.81	c 11	CSP : 1849 integers, 37380 booleans, 115437 clauses, largest domain size 43
10.62/10.81	c 11	Heap : 55 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
10.62/10.81	c 11	Propagation in CSP
12.90/13.15	c 13	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
12.90/13.15	c 13	CSP : 1849 integers, 37380 booleans, 115437 clauses, largest domain size 43
12.90/13.15	c 13	Heap : 65 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
12.90/13.18	c 13	Simplifing CSP by introducing new Boolean variables
13.19/13.44	c 14	CSP : 1849 integers, 77658 booleans, 155715 clauses, largest domain size 43
13.19/13.44	c 14	Heap : 79 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
13.59/13.90	c 14	Encoding CSP to SAT : HOME/temp.cnf
13.69/14.00	c 14	185 (10%) CSP integer variables are encoded (7585 clauses, 96508 bytes)
13.79/14.03	c 14	370 (20%) CSP integer variables are encoded (15170 clauses, 205932 bytes)
13.79/14.07	c 14	555 (30%) CSP integer variables are encoded (22755 clauses, 319707 bytes)
13.88/14.11	c 14	740 (40%) CSP integer variables are encoded (30340 clauses, 433482 bytes)
13.88/14.15	c 14	925 (50%) CSP integer variables are encoded (37925 clauses, 547257 bytes)
13.88/14.19	c 14	1110 (60%) CSP integer variables are encoded (45510 clauses, 661032 bytes)
13.98/14.23	c 14	1295 (70%) CSP integer variables are encoded (53095 clauses, 774807 bytes)
13.98/14.27	c 15	1480 (80%) CSP integer variables are encoded (60680 clauses, 888582 bytes)
14.09/14.31	c 15	1665 (90%) CSP integer variables are encoded (68265 clauses, 1002357 bytes)
14.09/14.35	c 15	1849 (100%) CSP integer variables are encoded (75809 clauses, 1115517 bytes)
16.56/16.82	c 17	15572 (10%) CSP clauses are encoded (575089 clauses, 11422087 bytes)
18.83/19.18	c 19	31143 (20%) CSP clauses are encoded (1078071 clauses, 21962989 bytes)
21.20/21.56	c 22	46715 (30%) CSP clauses are encoded (1576249 clauses, 32713229 bytes)
23.57/23.93	c 24	62286 (40%) CSP clauses are encoded (2072702 clauses, 43626685 bytes)
25.94/26.33	c 27	77858 (50%) CSP clauses are encoded (2575023 clauses, 54668790 bytes)
28.33/28.72	c 29	93429 (60%) CSP clauses are encoded (3075464 clauses, 65686294 bytes)
30.70/31.16	c 31	109001 (70%) CSP clauses are encoded (3575852 clauses, 77013382 bytes)
33.07/33.57	c 34	124572 (80%) CSP clauses are encoded (4073697 clauses, 88281266 bytes)
35.54/36.01	c 36	140144 (90%) CSP clauses are encoded (4572337 clauses, 99569982 bytes)
37.92/38.42	c 39	155715 (100%) CSP clauses are encoded (5068328 clauses, 110795242 bytes)
37.92/38.42	c 39	155715 CSP clauses encoded
37.92/38.42	c 39	Writing map file : HOME/temp.map
37.92/38.48	c 39	Heap : 61 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
37.92/38.48	c 39	SAT : 155316 SAT variables, 5068328 SAT clauses, 110795242 bytes
37.92/38.48	c 39	Heap : 61 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
37.99/38.53	c 39	SOLVING HOME/temp.cnf
37.99/38.53	c 39	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.07/1805.42	c ERROR INTERRUPTED
1800.07/1805.44	s UNKNOWN
1800.07/1805.44	c 1806	CPU 36.91 (0.03 0.01 36.88 1.1)
1800.07/1805.44	c 1806	END Sat Jul  5 03:15:48 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-1081737-1215218742/watcher-1081737-1215218742 -o /tmp/evaluation-result-1081737-1215218742/solver-1081737-1215218742 -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/picosat -tmp=HOME/temp HOME/instance-1081737-1215218742.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 26579
/proc/meminfo: memFree=1753640/2055920 swapFree=4180056/4192956
[pid=26579] ppid=26577 vsize=4708 CPUtime=0
/proc/26579/stat : 26579 (sugar) R 26577 26579 23867 0 -1 4194304 58 0 0 0 0 0 0 0 20 0 1 0 2000849393 4820992 43 996147200 4194304 4206940 548682068608 18446744073709551615 244668495241 0 0 4096 0 0 0 0 17 1 0 0
/proc/26579/statm: 1177 43 33 3 0 8 0

[startup+0.0686311 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 26579
/proc/meminfo: memFree=1753640/2055920 swapFree=4180056/4192956
[pid=26579] ppid=26577 vsize=13600 CPUtime=0.03
/proc/26579/stat : 26579 (sugar) S 26577 26579 23867 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2000849393 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26579/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102634 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 26579
/proc/meminfo: memFree=1753640/2055920 swapFree=4180056/4192956
[pid=26579] ppid=26577 vsize=13600 CPUtime=0.03
/proc/26579/stat : 26579 (sugar) S 26577 26579 23867 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2000849393 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26579/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.30165 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 26579
/proc/meminfo: memFree=1753640/2055920 swapFree=4180056/4192956
[pid=26579] ppid=26577 vsize=13600 CPUtime=0.03
/proc/26579/stat : 26579 (sugar) S 26577 26579 23867 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2000849393 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26579/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702701 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 26579
/proc/meminfo: memFree=1753640/2055920 swapFree=4180056/4192956
[pid=26579] ppid=26577 vsize=13600 CPUtime=0.03
/proc/26579/stat : 26579 (sugar) S 26577 26579 23867 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2000849393 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26579/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50278 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 26591
/proc/meminfo: memFree=1725008/2055920 swapFree=4180056/4192956
[pid=26579] ppid=26577 vsize=13600 CPUtime=0.03
/proc/26579/stat : 26579 (sugar) S 26577 26579 23867 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2000849393 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26579/statm: 3400 796 370 3 0 500 0
[pid=26582] ppid=26579 vsize=5356 CPUtime=0
/proc/26582/stat : 26582 (sh) S 26579 26579 23867 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000849398 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26582/statm: 1339 233 193 169 0 50 0
[pid=26583] ppid=26582 vsize=864676 CPUtime=1.42
/proc/26583/stat : 26583 (java) S 26582 26579 23867 0 -1 0 16202 0 1 0 135 7 0 0 18 0 9 0 2000849398 885428224 13749 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26583/statm: 216169 13749 2529 9 0 210751 0
[pid=26583/tid=26584] ppid=26582 vsize=864676 CPUtime=0.79
/proc/26583/task/26584/stat : 26584 (java) R 26582 26579 23867 0 -1 64 3053 0 1 0 77 2 0 0 24 0 9 0 2000849399 885428224 13749 996147200 134512640 134550740 4294956000 18446744073709551615 4126691786 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26583/tid=26585] ppid=26582 vsize=864676 CPUtime=0.49
/proc/26583/task/26585/stat : 26585 (java) S 26582 26579 23867 0 -1 64 11950 0 0 0 45 4 0 0 16 0 9 0 2000849401 885428224 13749 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26583/tid=26586] ppid=26582 vsize=864676 CPUtime=0
/proc/26583/task/26586/stat : 26586 (java) S 26582 26579 23867 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2000849401 885428224 13749 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26583/tid=26587] ppid=26582 vsize=864676 CPUtime=0
/proc/26583/task/26587/stat : 26587 (java) S 26582 26579 23867 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 2000849401 885428224 13749 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26583/tid=26588] ppid=26582 vsize=864676 CPUtime=0
/proc/26583/task/26588/stat : 26588 (java) S 26582 26579 23867 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2000849403 885428224 13749 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26583/tid=26589] ppid=26582 vsize=864676 CPUtime=0.11
/proc/26583/task/26589/stat : 26589 (java) S 26582 26579 23867 0 -1 64 500 0 0 0 11 0 0 0 16 0 9 0 2000849403 885428224 13749 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26583/tid=26590] ppid=26582 vsize=864676 CPUtime=0
/proc/26583/task/26590/stat : 26590 (java) S 26582 26579 23867 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2000849403 885428224 13749 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26583/tid=26591] ppid=26582 vsize=864676 CPUtime=0
/proc/26583/task/26591/stat : 26591 (java) S 26582 26579 23867 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2000849403 885428224 13749 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 883632

[startup+3.10195 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 26591
/proc/meminfo: memFree=1694544/2055920 swapFree=4180056/4192956
[pid=26579] ppid=26577 vsize=13600 CPUtime=2.39
/proc/26579/stat : 26579 (sugar) S 26577 26579 23867 0 -1 4194304 974 21469 0 1 3 0 225 11 15 0 1 0 2000849393 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26579/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 2.39
Current children cumulated vsize (KiB) 13600

[startup+6.30229 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 26601
/proc/meminfo: memFree=1717392/2055920 swapFree=4180056/4192956
[pid=26579] ppid=26577 vsize=13600 CPUtime=2.39
/proc/26579/stat : 26579 (sugar) S 26577 26579 23867 0 -1 4194304 974 21469 0 1 3 0 225 11 15 0 1 0 2000849393 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26579/statm: 3400 797 370 3 0 500 0
[pid=26592] ppid=26579 vsize=5356 CPUtime=0
/proc/26592/stat : 26592 (sh) S 26579 26579 23867 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2000849640 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26592/statm: 1339 233 193 169 0 50 0
[pid=26593] ppid=26592 vsize=868440 CPUtime=3.78
/proc/26593/stat : 26593 (java) S 26592 26579 23867 0 -1 0 13655 0 1 0 368 10 0 0 18 0 9 0 2000849640 889282560 12147 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26593/statm: 217110 12147 2541 9 0 211685 0
[pid=26593/tid=26594] ppid=26592 vsize=868440 CPUtime=2.86
/proc/26593/task/26594/stat : 26594 (java) R 26592 26579 23867 0 -1 64 3046 0 1 0 283 3 0 0 25 0 9 0 2000849641 889282560 12147 996147200 134512640 134550740 4294955952 18446744073709551615 4126478640 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26593/tid=26595] ppid=26592 vsize=868440 CPUtime=0.68
/proc/26593/task/26595/stat : 26595 (java) S 26592 26579 23867 0 -1 64 8451 0 0 0 63 5 0 0 16 0 9 0 2000849642 889282560 12147 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26593/tid=26596] ppid=26592 vsize=868440 CPUtime=0
/proc/26593/task/26596/stat : 26596 (java) S 26592 26579 23867 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2000849642 889282560 12147 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26593/tid=26597] ppid=26592 vsize=868440 CPUtime=0
/proc/26593/task/26597/stat : 26597 (java) S 26592 26579 23867 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2000849642 889282560 12147 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26593/tid=26598] ppid=26592 vsize=868440 CPUtime=0
/proc/26593/task/26598/stat : 26598 (java) S 26592 26579 23867 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2000849644 889282560 12147 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26593/tid=26599] ppid=26592 vsize=868440 CPUtime=0.21
/proc/26593/task/26599/stat : 26599 (java) S 26592 26579 23867 0 -1 64 1461 0 0 0 21 0 0 0 16 0 9 0 2000849644 889282560 12147 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26593/tid=26600] ppid=26592 vsize=868440 CPUtime=0
/proc/26593/task/26600/stat : 26600 (java) S 26592 26579 23867 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2000849644 889282560 12147 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26593/tid=26601] ppid=26592 vsize=868440 CPUtime=0
/proc/26593/task/26601/stat : 26601 (java) S 26592 26579 23867 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2000849644 889282560 12147 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 887396

[startup+12.703 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 26601
/proc/meminfo: memFree=1674960/2055920 swapFree=4180056/4192956
[pid=26579] ppid=26577 vsize=13600 CPUtime=2.39
/proc/26579/stat : 26579 (sugar) S 26577 26579 23867 0 -1 4194304 974 21469 0 1 3 0 225 11 15 0 1 0 2000849393 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26579/statm: 3400 797 370 3 0 500 0
[pid=26592] ppid=26579 vsize=5356 CPUtime=0
/proc/26592/stat : 26592 (sh) S 26579 26579 23867 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2000849640 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26592/statm: 1339 233 193 169 0 50 0
[pid=26593] ppid=26592 vsize=868440 CPUtime=10.11
/proc/26593/stat : 26593 (java) S 26592 26579 23867 0 -1 0 32645 0 1 0 992 19 0 0 18 0 9 0 2000849640 889282560 22201 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26593/statm: 217110 22201 2541 9 0 211685 0
[pid=26593/tid=26594] ppid=26592 vsize=868440 CPUtime=7.92
/proc/26593/task/26594/stat : 26594 (java) R 26592 26579 23867 0 -1 64 3869 0 1 0 788 4 0 0 25 0 9 0 2000849641 889282560 22201 996147200 134512640 134550740 4294955952 18446744073709551615 4126622279 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26593/tid=26595] ppid=26592 vsize=868440 CPUtime=1.93
/proc/26593/task/26595/stat : 26595 (java) S 26592 26579 23867 0 -1 64 26611 0 0 0 180 13 0 0 16 0 9 0 2000849642 889282560 22201 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26593/tid=26596] ppid=26592 vsize=868440 CPUtime=0
/proc/26593/task/26596/stat : 26596 (java) S 26592 26579 23867 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2000849642 889282560 22201 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26593/tid=26597] ppid=26592 vsize=868440 CPUtime=0
/proc/26593/task/26597/stat : 26597 (java) S 26592 26579 23867 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2000849642 889282560 22201 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26593/tid=26598] ppid=26592 vsize=868440 CPUtime=0
/proc/26593/task/26598/stat : 26598 (java) S 26592 26579 23867 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2000849644 889282560 22201 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26593/tid=26599] ppid=26592 vsize=868440 CPUtime=0.23
/proc/26593/task/26599/stat : 26599 (java) S 26592 26579 23867 0 -1 64 1468 0 0 0 22 1 0 0 16 0 9 0 2000849644 889282560 22201 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26593/tid=26600] ppid=26592 vsize=868440 CPUtime=0
/proc/26593/task/26600/stat : 26600 (java) S 26592 26579 23867 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2000849644 889282560 22201 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26593/tid=26601] ppid=26592 vsize=868440 CPUtime=0
/proc/26593/task/26601/stat : 26601 (java) S 26592 26579 23867 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2000849644 889282560 22201 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 887396

[startup+25.5023 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 26601
/proc/meminfo: memFree=1605520/2055920 swapFree=4180056/4192956
[pid=26579] ppid=26577 vsize=13600 CPUtime=2.39
/proc/26579/stat : 26579 (sugar) S 26577 26579 23867 0 -1 4194304 974 21469 0 1 3 0 225 11 16 0 1 0 2000849393 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26579/statm: 3400 797 370 3 0 500 0
[pid=26592] ppid=26579 vsize=5356 CPUtime=0
/proc/26592/stat : 26592 (sh) S 26579 26579 23867 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2000849640 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26592/statm: 1339 233 193 169 0 50 0
[pid=26593] ppid=26592 vsize=868552 CPUtime=22.76
/proc/26593/stat : 26593 (java) S 26592 26579 23867 0 -1 0 38474 0 1 0 2221 55 0 0 18 0 9 0 2000849640 889397248 26121 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26593/statm: 217138 26121 2566 9 0 211685 0
[pid=26593/tid=26594] ppid=26592 vsize=868552 CPUtime=19.71
/proc/26593/task/26594/stat : 26594 (java) R 26592 26579 23867 0 -1 64 4225 0 1 0 1937 34 0 0 25 0 9 0 2000849641 889397248 26121 996147200 134512640 134550740 4294955952 18446744073709551615 4126612797 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26593/tid=26595] ppid=26592 vsize=868552 CPUtime=2.71
/proc/26593/task/26595/stat : 26595 (java) S 26592 26579 23867 0 -1 64 32046 0 0 0 253 18 0 0 16 0 9 0 2000849642 889397248 26121 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26593/tid=26596] ppid=26592 vsize=868552 CPUtime=0
/proc/26593/task/26596/stat : 26596 (java) S 26592 26579 23867 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2000849642 889397248 26121 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26593/tid=26597] ppid=26592 vsize=868552 CPUtime=0
/proc/26593/task/26597/stat : 26597 (java) S 26592 26579 23867 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2000849642 889397248 26121 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26593/tid=26598] ppid=26592 vsize=868552 CPUtime=0
/proc/26593/task/26598/stat : 26598 (java) S 26592 26579 23867 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2000849644 889397248 26121 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26593/tid=26599] ppid=26592 vsize=868552 CPUtime=0.3
/proc/26593/task/26599/stat : 26599 (java) S 26592 26579 23867 0 -1 64 1506 0 0 0 29 1 0 0 16 0 9 0 2000849644 889397248 26121 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26593/tid=26600] ppid=26592 vsize=868552 CPUtime=0
/proc/26593/task/26600/stat : 26600 (java) S 26592 26579 23867 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2000849644 889397248 26121 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26593/tid=26601] ppid=26592 vsize=868552 CPUtime=0
/proc/26593/task/26601/stat : 26601 (java) S 26592 26579 23867 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2000849644 889397248 26121 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 887508

[startup+51.102 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 26603
/proc/meminfo: memFree=1585808/2055920 swapFree=4180056/4192956
[pid=26579] ppid=26577 vsize=13600 CPUtime=38.01
/proc/26579/stat : 26579 (sugar) S 26577 26579 23867 0 -1 4194304 1022 60581 0 2 3 1 3687 110 16 0 1 0 2000849393 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26579/statm: 3400 799 370 3 0 500 0
[pid=26602] ppid=26579 vsize=5356 CPUtime=0
/proc/26602/stat : 26602 (sh) S 26579 26579 23867 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000853246 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26602/statm: 1339 232 193 169 0 50 0
[pid=26603] ppid=26602 vsize=59624 CPUtime=12.44
/proc/26603/stat : 26603 (picosat) R 26602 26579 23867 0 -1 4194304 13954 0 0 0 572 672 0 0 25 0 1 0 2000853246 61054976 13940 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0

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

/proc/meminfo: memFree=1448592/2055920 swapFree=4180056/4192956
[pid=26579] ppid=26577 vsize=13600 CPUtime=38.01
/proc/26579/stat : 26579 (sugar) S 26577 26579 23867 0 -1 4194304 1022 60581 0 2 3 1 3687 110 16 0 1 0 2000849393 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26579/statm: 3400 799 370 3 0 500 0
[pid=26602] ppid=26579 vsize=5356 CPUtime=0
/proc/26602/stat : 26602 (sh) S 26579 26579 23867 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000853246 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26602/statm: 1339 232 193 169 0 50 0
[pid=26603] ppid=26602 vsize=216496 CPUtime=1259.14
/proc/26603/stat : 26603 (picosat) R 26602 26579 23867 0 -1 4194304 48642 0 0 0 123477 2437 0 0 25 0 1 0 2000853246 221691904 48260 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/26603/statm: 54124 48260 48 102 0 54019 0
Current children cumulated CPU time (s) 1297.15
Current children cumulated vsize (KiB) 235452

[startup+1362.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 26639
/proc/meminfo: memFree=1448528/2055920 swapFree=4180056/4192956
[pid=26579] ppid=26577 vsize=13600 CPUtime=38.01
/proc/26579/stat : 26579 (sugar) S 26577 26579 23867 0 -1 4194304 1022 60581 0 2 3 1 3687 110 16 0 1 0 2000849393 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26579/statm: 3400 799 370 3 0 500 0
[pid=26602] ppid=26579 vsize=5356 CPUtime=0
/proc/26602/stat : 26602 (sh) S 26579 26579 23867 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000853246 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26602/statm: 1339 232 193 169 0 50 0
[pid=26603] ppid=26602 vsize=216496 CPUtime=1319.11
/proc/26603/stat : 26603 (picosat) R 26602 26579 23867 0 -1 4194304 48642 0 0 0 129474 2437 0 0 25 0 1 0 2000853246 221691904 48260 996147200 134512640 134931368 4294956256 18446744073709551615 134525709 0 0 4096 0 0 0 0 17 0 0 0
/proc/26603/statm: 54124 48260 48 102 0 54019 0
Current children cumulated CPU time (s) 1357.12
Current children cumulated vsize (KiB) 235452

[startup+1422.31 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 26639
/proc/meminfo: memFree=1447376/2055920 swapFree=4180056/4192956
[pid=26579] ppid=26577 vsize=13600 CPUtime=38.01
/proc/26579/stat : 26579 (sugar) S 26577 26579 23867 0 -1 4194304 1022 60581 0 2 3 1 3687 110 16 0 1 0 2000849393 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26579/statm: 3400 799 370 3 0 500 0
[pid=26602] ppid=26579 vsize=5356 CPUtime=0
/proc/26602/stat : 26602 (sh) S 26579 26579 23867 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000853246 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26602/statm: 1339 232 193 169 0 50 0
[pid=26603] ppid=26602 vsize=217684 CPUtime=1379.09
/proc/26603/stat : 26603 (picosat) R 26602 26579 23867 0 -1 4194304 49062 0 0 0 135472 2437 0 0 25 0 1 0 2000853246 222908416 48553 996147200 134512640 134931368 4294956256 18446744073709551615 134525775 0 0 4096 0 0 0 0 17 0 0 0
/proc/26603/statm: 54421 48553 48 102 0 54316 0
Current children cumulated CPU time (s) 1417.1
Current children cumulated vsize (KiB) 236640

[startup+1482.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 26639
/proc/meminfo: memFree=1447376/2055920 swapFree=4180056/4192956
[pid=26579] ppid=26577 vsize=13600 CPUtime=38.01
/proc/26579/stat : 26579 (sugar) S 26577 26579 23867 0 -1 4194304 1022 60581 0 2 3 1 3687 110 16 0 1 0 2000849393 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26579/statm: 3400 799 370 3 0 500 0
[pid=26602] ppid=26579 vsize=5356 CPUtime=0
/proc/26602/stat : 26602 (sh) S 26579 26579 23867 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000853246 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26602/statm: 1339 232 193 169 0 50 0
[pid=26603] ppid=26602 vsize=217684 CPUtime=1439.06
/proc/26603/stat : 26603 (picosat) R 26602 26579 23867 0 -1 4194304 49062 0 0 0 141469 2437 0 0 25 0 1 0 2000853246 222908416 48553 996147200 134512640 134931368 4294956256 18446744073709551615 134544751 0 0 4096 0 0 0 0 17 0 0 0
/proc/26603/statm: 54421 48553 48 102 0 54316 0
Current children cumulated CPU time (s) 1477.07
Current children cumulated vsize (KiB) 236640

[startup+1542.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 26639
/proc/meminfo: memFree=1447376/2055920 swapFree=4180056/4192956
[pid=26579] ppid=26577 vsize=13600 CPUtime=38.01
/proc/26579/stat : 26579 (sugar) S 26577 26579 23867 0 -1 4194304 1022 60581 0 2 3 1 3687 110 16 0 1 0 2000849393 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26579/statm: 3400 799 370 3 0 500 0
[pid=26602] ppid=26579 vsize=5356 CPUtime=0
/proc/26602/stat : 26602 (sh) S 26579 26579 23867 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000853246 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26602/statm: 1339 232 193 169 0 50 0
[pid=26603] ppid=26602 vsize=217684 CPUtime=1499.04
/proc/26603/stat : 26603 (picosat) R 26602 26579 23867 0 -1 4194304 49062 0 0 0 147467 2437 0 0 25 0 1 0 2000853246 222908416 48553 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/26603/statm: 54421 48553 48 102 0 54316 0
Current children cumulated CPU time (s) 1537.05
Current children cumulated vsize (KiB) 236640

[startup+1602.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 26639
/proc/meminfo: memFree=1447376/2055920 swapFree=4180056/4192956
[pid=26579] ppid=26577 vsize=13600 CPUtime=38.01
/proc/26579/stat : 26579 (sugar) S 26577 26579 23867 0 -1 4194304 1022 60581 0 2 3 1 3687 110 16 0 1 0 2000849393 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26579/statm: 3400 799 370 3 0 500 0
[pid=26602] ppid=26579 vsize=5356 CPUtime=0
/proc/26602/stat : 26602 (sh) S 26579 26579 23867 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000853246 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26602/statm: 1339 232 193 169 0 50 0
[pid=26603] ppid=26602 vsize=217684 CPUtime=1559.02
/proc/26603/stat : 26603 (picosat) R 26602 26579 23867 0 -1 4194304 49062 0 0 0 153465 2437 0 0 25 0 1 0 2000853246 222908416 48553 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/26603/statm: 54421 48553 48 102 0 54316 0
Current children cumulated CPU time (s) 1597.03
Current children cumulated vsize (KiB) 236640

[startup+1662.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 26639
/proc/meminfo: memFree=1447376/2055920 swapFree=4180056/4192956
[pid=26579] ppid=26577 vsize=13600 CPUtime=38.01
/proc/26579/stat : 26579 (sugar) S 26577 26579 23867 0 -1 4194304 1022 60581 0 2 3 1 3687 110 16 0 1 0 2000849393 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26579/statm: 3400 799 370 3 0 500 0
[pid=26602] ppid=26579 vsize=5356 CPUtime=0
/proc/26602/stat : 26602 (sh) S 26579 26579 23867 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000853246 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26602/statm: 1339 232 193 169 0 50 0
[pid=26603] ppid=26602 vsize=217684 CPUtime=1619
/proc/26603/stat : 26603 (picosat) R 26602 26579 23867 0 -1 4194304 49062 0 0 0 159463 2437 0 0 25 0 1 0 2000853246 222908416 48553 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 0 0 0
/proc/26603/statm: 54421 48553 48 102 0 54316 0
Current children cumulated CPU time (s) 1657.01
Current children cumulated vsize (KiB) 236640

[startup+1722.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 26639
/proc/meminfo: memFree=1446864/2055920 swapFree=4180056/4192956
[pid=26579] ppid=26577 vsize=13600 CPUtime=38.01
/proc/26579/stat : 26579 (sugar) S 26577 26579 23867 0 -1 4194304 1022 60581 0 2 3 1 3687 110 16 0 1 0 2000849393 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26579/statm: 3400 799 370 3 0 500 0
[pid=26602] ppid=26579 vsize=5356 CPUtime=0
/proc/26602/stat : 26602 (sh) S 26579 26579 23867 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000853246 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26602/statm: 1339 232 193 169 0 50 0
[pid=26603] ppid=26602 vsize=217948 CPUtime=1678.98
/proc/26603/stat : 26603 (picosat) R 26602 26579 23867 0 -1 4194304 49271 0 0 0 165460 2438 0 0 25 0 1 0 2000853246 223178752 48632 996147200 134512640 134931368 4294956256 18446744073709551615 134525797 0 0 4096 0 0 0 0 17 0 0 0
/proc/26603/statm: 54487 48632 48 102 0 54382 0
Current children cumulated CPU time (s) 1716.99
Current children cumulated vsize (KiB) 236904

[startup+1782.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 26639
/proc/meminfo: memFree=1446672/2055920 swapFree=4180056/4192956
[pid=26579] ppid=26577 vsize=13600 CPUtime=38.01
/proc/26579/stat : 26579 (sugar) S 26577 26579 23867 0 -1 4194304 1022 60581 0 2 3 1 3687 110 16 0 1 0 2000849393 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26579/statm: 3400 799 370 3 0 500 0
[pid=26602] ppid=26579 vsize=5356 CPUtime=0
/proc/26602/stat : 26602 (sh) S 26579 26579 23867 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000853246 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26602/statm: 1339 232 193 169 0 50 0
[pid=26603] ppid=26602 vsize=217948 CPUtime=1738.96
/proc/26603/stat : 26603 (picosat) R 26602 26579 23867 0 -1 4194304 49271 0 0 0 171458 2438 0 0 25 0 1 0 2000853246 223178752 48632 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/26603/statm: 54487 48632 48 102 0 54382 0
Current children cumulated CPU time (s) 1776.97
Current children cumulated vsize (KiB) 236904



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.4 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 26639
/proc/meminfo: memFree=1446800/2055920 swapFree=4180056/4192956
[pid=26579] ppid=26577 vsize=13600 CPUtime=38.01
/proc/26579/stat : 26579 (sugar) S 26577 26579 23867 0 -1 4194304 1022 60581 0 2 3 1 3687 110 16 0 1 0 2000849393 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26579/statm: 3400 799 370 3 0 500 0
[pid=26602] ppid=26579 vsize=5356 CPUtime=0
/proc/26602/stat : 26602 (sh) S 26579 26579 23867 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000853246 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26602/statm: 1339 232 193 169 0 50 0
[pid=26603] ppid=26602 vsize=217948 CPUtime=1762.06
/proc/26603/stat : 26603 (picosat) R 26602 26579 23867 0 -1 4194304 49271 0 0 0 173768 2438 0 0 25 0 1 0 2000853246 223178752 48632 996147200 134512640 134931368 4294956256 18446744073709551615 134544751 0 0 4096 0 0 0 0 17 0 0 0
/proc/26603/statm: 54487 48632 48 102 0 54382 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 236904

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 26579 and gives
#  childrusage.ru_utime.tv_sec=36
#  childrusage.ru_utime.tv_usec=921387
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=121829
# CPU time returned by wait4() is 38.0432
# 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): 1805.44
CPU time (s): 1800.07
CPU user time (s): 1774.58
CPU system time (s): 25.49
CPU usage (%): 99.7026
Max. virtual memory (cumulated for all children) (KiB): 900712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 36.9214
system time used= 1.12183
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61959
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= 10072
involuntary context switches= 11007

runsolver used 2.69759 second user time and 5.44517 second system time

The end

Launcher Data (download as text)

Begin job on node7 at 2008-07-05 02:45:42
IDJOB=1081737
IDBENCH=57135
IDSOLVER=345
FILE ID=node7/1081737-1215218742
PBS_JOBID= 7881694
Free space on /tmp= 66512 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/haystacks/normalized-haystacks-43.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1081737-1215218742/watcher-1081737-1215218742 -o /tmp/evaluation-result-1081737-1215218742/solver-1081737-1215218742 -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/picosat" -tmp="HOME/temp" HOME/instance-1081737-1215218742.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f2f84342904e22f7d1d97c8f943ceaa0
RANDOM SEED=910447606

node7.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.236
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.236
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:       1754120 kB
Buffers:         27528 kB
Cached:         152784 kB
SwapCached:       7300 kB
Active:         202656 kB
Inactive:        46876 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1754120 kB
SwapTotal:     4192956 kB
SwapFree:      4180056 kB
Dirty:            6080 kB
Writeback:           0 kB
Mapped:          82540 kB
Slab:            37512 kB
Committed_AS:  4271304 kB
PageTables:       1972 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= 66508 MiB
End job on node7 at 2008-07-05 03:15:50