Trace number 1087493

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? 820.753 830.929

General information on the benchmark

Namecsp/fapp/fapp29/
normalized-fapp29-2900-3.xml
MD5SUMa235a933b5e2cb4afa8ed79f71c05679
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 benchmark17.5323
Satisfiable
(Un)Satisfiability was proved
Number of variables2900
Number of constraints67898
Maximum constraint arity2
Maximum domain size998
Number of constraints which are defined in extension0
Number of constraints which are defined in intension67898
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.25	c 0	Sugar v1-13 + HOME/picosat
0.01/0.25	c 0	BEGIN Tue Jul  8 03:03:10 2008
0.01/0.25	c 0	PID 3092
0.01/0.26	c 0	HOST node54.alineos.net
0.01/0.26	c 0	CONVERTING HOME/instance-1087493-1215478989.xml TO HOME/temp.csp
0.01/0.26	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1087493-1215478989.xml' 'HOME/temp.csp'
3.83/4.10	c 4	39 domains, 2900 variables, 8 predicates, 0 relations, 67898 constraints
3.83/4.13	c 4	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.83/4.13	c 4	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'
3.85/4.22	c 4	Parsing HOME/temp.csp
4.29/4.65	c 4	parsed 10000 expressions
4.59/4.95	c 5	parsed 20000 expressions
4.88/5.30	c 5	parsed 30000 expressions
5.19/5.56	c 5	parsed 40000 expressions
5.57/5.96	c 6	parsed 50000 expressions
5.86/6.22	c 6	parsed 60000 expressions
6.07/6.48	c 6	parsed 70000 expressions
6.17/6.51	c 6	parsed 70845 expressions
6.17/6.51	c 6	Heap : 29 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
6.17/6.51	c 6	Converting to clausal form CSP
15.55/16.02	c 16	converted 7085 (10%) expressions
30.36/31.09	c 31	converted 14169 (20%) expressions
45.39/46.28	c 46	converted 21254 (30%) expressions
61.00/62.03	c 62	converted 28338 (40%) expressions
74.54/75.74	c 75	converted 35423 (50%) expressions
88.38/89.79	c 89	converted 42507 (60%) expressions
104.01/105.51	c 105	converted 49592 (70%) expressions
116.56/118.28	c 118	converted 56676 (80%) expressions
128.32/130.12	c 130	converted 63761 (90%) expressions
138.72/140.69	c 140	converted 70845 (100%) expressions
138.81/140.70	c 140	CSP : 19753 integers, 209502 booleans, 471071 clauses, largest domain size 2217
138.81/140.70	c 140	Heap : 388 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
138.81/140.70	c 140	Propagation in CSP
156.50/158.64	c 158	21400 values, 0 unsatisfiable literals, and 0 valid clauses are removed
156.50/158.65	c 158	CSP : 19753 integers, 209502 booleans, 471071 clauses, largest domain size 2217
156.50/158.65	c 158	Heap : 425 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
156.60/158.79	c 158	Simplifing CSP by introducing new Boolean variables
160.36/162.51	c 162	CSP : 19753 integers, 355112 booleans, 616681 clauses, largest domain size 2217
160.36/162.51	c 162	Heap : 463 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
163.13/165.34	c 165	Encoding CSP to SAT : HOME/temp.cnf
195.87/198.42	c 198	1976 (10%) CSP integer variables are encoded (1003671 clauses, 16851975 bytes)
213.38/216.18	c 216	3951 (20%) CSP integer variables are encoded (3373327 clauses, 61875439 bytes)
217.70/220.59	c 220	5926 (30%) CSP integer variables are encoded (6865696 clauses, 128230450 bytes)
222.44/225.32	c 225	7902 (40%) CSP integer variables are encoded (10383752 clauses, 195856385 bytes)
227.17/230.34	c 230	9877 (50%) CSP integer variables are encoded (13868119 clauses, 269028092 bytes)
231.94/235.23	c 235	11852 (60%) CSP integer variables are encoded (17366628 clauses, 342496781 bytes)
236.69/240.22	c 240	13828 (70%) CSP integer variables are encoded (20868368 clauses, 416033321 bytes)
241.38/245.07	c 245	15803 (80%) CSP integer variables are encoded (24373193 clauses, 489634646 bytes)
245.85/249.62	c 249	17778 (90%) CSP integer variables are encoded (27881430 clauses, 563307623 bytes)
250.17/254.27	c 254	19753 (100%) CSP integer variables are encoded (31360109 clauses, 636359882 bytes)
544.68/551.26	c 551	61669 (10%) CSP clauses are encoded (61277065 clauses, 1395091533 bytes)
802.96/812.06	c 812	123337 (20%) CSP clauses are encoded (88635773 clauses, 2097928556 bytes)
819.98/829.24	c 829	ERROR Exception Too large HOME/temp.cnf
819.98/829.24	c 829	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
819.98/829.24	c 829	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
819.98/829.24	c 829	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
819.98/829.24	s UNKNOWN
820.06/829.39	c 829	CPU 806.88 (0.04 0.01 806.84 13.23)
820.06/829.39	c 829	END Tue Jul  8 03:16:59 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-1087493-1215478989/watcher-1087493-1215478989 -o /tmp/evaluation-result-1087493-1215478989/solver-1087493-1215478989 -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-1087493-1215478989.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: 1.91 1.95 1.82 4/82 3092
/proc/meminfo: memFree=1849512/2055920 swapFree=4192956/4192956
[pid=3092] ppid=3090 vsize=18572 CPUtime=0
/proc/3092/stat : 3092 (runsolver) D 3090 3092 2822 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 4598596 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 234211568935 0 0 4096 24578 18446744071563479169 0 0 17 1 0 0
/proc/3092/statm: 4643 292 257 25 0 2626 0

[startup+0.04767 s]
/proc/loadavg: 1.91 1.95 1.82 4/82 3092
/proc/meminfo: memFree=1849512/2055920 swapFree=4192956/4192956
[pid=3092] ppid=3090 vsize=124 CPUtime=0
/proc/3092/stat : 3092 (sugar) D 3090 3092 2822 0 -1 4194304 37 0 1 0 0 0 0 0 18 0 1 0 4598596 126976 23 996147200 4194304 4206940 548682068608 18446744073709551615 234208949737 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/3092/statm: 31 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 124

[startup+0.102072 s]
/proc/loadavg: 1.91 1.95 1.82 4/82 3092
/proc/meminfo: memFree=1849512/2055920 swapFree=4192956/4192956
[pid=3092] ppid=3090 vsize=12000 CPUtime=0
/proc/3092/stat : 3092 (sugar) D 3090 3092 2822 0 -1 4194304 157 0 5 0 0 0 0 0 18 0 1 0 4598596 12288000 130 996147200 4194304 4206940 548682068608 18446744073709551615 234229483152 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/3092/statm: 3000 130 96 3 0 100 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12000

[startup+0.301101 s]
/proc/loadavg: 1.91 1.95 1.82 4/82 3092
/proc/meminfo: memFree=1849512/2055920 swapFree=4192956/4192956
[pid=3092] ppid=3090 vsize=13600 CPUtime=0.04
/proc/3092/stat : 3092 (sugar) S 3090 3092 2822 0 -1 4194304 884 127 16 0 3 1 0 0 18 0 1 0 4598596 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3092/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701152 s]
/proc/loadavg: 1.91 1.95 1.82 4/82 3092
/proc/meminfo: memFree=1849512/2055920 swapFree=4192956/4192956
[pid=3092] ppid=3090 vsize=13600 CPUtime=0.04
/proc/3092/stat : 3092 (sugar) S 3090 3092 2822 0 -1 4194304 884 127 16 0 3 1 0 0 18 0 1 0 4598596 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3092/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50226 s]
/proc/loadavg: 1.91 1.95 1.82 3/93 3104
/proc/meminfo: memFree=1825680/2055920 swapFree=4192956/4192956
[pid=3092] ppid=3090 vsize=13600 CPUtime=0.04
/proc/3092/stat : 3092 (sugar) S 3090 3092 2822 0 -1 4194304 884 127 16 0 3 1 0 0 18 0 1 0 4598596 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3092/statm: 3400 796 370 3 0 500 0
[pid=3095] ppid=3092 vsize=5356 CPUtime=0
/proc/3095/stat : 3095 (sh) S 3092 3092 2822 0 -1 4194304 277 0 0 0 0 0 0 0 20 0 1 0 4598622 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3095/statm: 1339 233 193 169 0 50 0
[pid=3096] ppid=3095 vsize=864672 CPUtime=1.21
/proc/3096/stat : 3096 (java) S 3095 3092 2822 0 -1 0 13897 0 1 0 114 7 0 0 18 0 9 0 4598622 885424128 11452 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3096/statm: 216168 11452 2529 9 0 210750 0
[pid=3096/tid=3097] ppid=3095 vsize=864672 CPUtime=0.68
/proc/3096/task/3097/stat : 3097 (java) R 3095 3092 2822 0 -1 64 3024 0 1 0 66 2 0 0 22 0 9 0 4598623 885424128 11452 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3096/tid=3098] ppid=3095 vsize=864672 CPUtime=0.42
/proc/3096/task/3098/stat : 3098 (java) R 3095 3092 2822 0 -1 64 9690 0 0 0 39 3 0 0 16 0 9 0 4598624 885424128 11452 996147200 134512640 134550740 4294956000 18446744073709551615 102723017 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3096/tid=3099] ppid=3095 vsize=864672 CPUtime=0
/proc/3096/task/3099/stat : 3099 (java) S 3095 3092 2822 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 4598625 885424128 11452 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3096/tid=3100] ppid=3095 vsize=864672 CPUtime=0
/proc/3096/task/3100/stat : 3100 (java) S 3095 3092 2822 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 4598625 885424128 11452 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3096/tid=3101] ppid=3095 vsize=864672 CPUtime=0
/proc/3096/task/3101/stat : 3101 (java) S 3095 3092 2822 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4598627 885424128 11452 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3096/tid=3102] ppid=3095 vsize=864672 CPUtime=0.09
/proc/3096/task/3102/stat : 3102 (java) S 3095 3092 2822 0 -1 64 482 0 0 0 9 0 0 0 16 0 9 0 4598627 885424128 11452 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3096/tid=3103] ppid=3095 vsize=864672 CPUtime=0
/proc/3096/task/3103/stat : 3103 (java) S 3095 3092 2822 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4598627 885424128 11452 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3096/tid=3104] ppid=3095 vsize=864672 CPUtime=0
/proc/3096/task/3104/stat : 3104 (java) S 3095 3092 2822 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4598627 885424128 11452 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 883628

[startup+3.10246 s]
/proc/loadavg: 1.91 1.95 1.82 4/93 3104
/proc/meminfo: memFree=1787792/2055920 swapFree=4192956/4192956
[pid=3092] ppid=3090 vsize=13600 CPUtime=0.04
/proc/3092/stat : 3092 (sugar) S 3090 3092 2822 0 -1 4194304 884 127 16 0 3 1 0 0 18 0 1 0 4598596 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3092/statm: 3400 796 370 3 0 500 0
[pid=3095] ppid=3092 vsize=5356 CPUtime=0
/proc/3095/stat : 3095 (sh) S 3092 3092 2822 0 -1 4194304 277 0 0 0 0 0 0 0 20 0 1 0 4598622 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3095/statm: 1339 233 193 169 0 50 0
[pid=3096] ppid=3095 vsize=864692 CPUtime=2.8
/proc/3096/stat : 3096 (java) S 3095 3092 2822 0 -1 0 32175 0 1 0 265 15 0 0 18 0 9 0 4598622 885444608 26778 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3096/statm: 216173 26778 2529 9 0 210755 0
[pid=3096/tid=3097] ppid=3095 vsize=864692 CPUtime=1.34
/proc/3096/task/3097/stat : 3097 (java) R 3095 3092 2822 0 -1 64 3869 0 1 0 131 3 0 0 20 0 9 0 4598623 885444608 26778 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3096/tid=3098] ppid=3095 vsize=864692 CPUtime=1.33
/proc/3096/task/3098/stat : 3098 (java) R 3095 3092 2822 0 -1 64 27105 0 0 0 122 11 0 0 16 0 9 0 4598624 885444608 26778 996147200 134512640 134550740 4294956000 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3096/tid=3099] ppid=3095 vsize=864692 CPUtime=0
/proc/3096/task/3099/stat : 3099 (java) S 3095 3092 2822 0 -1 64 13 0 0 0 0 0 0 0 17 0 9 0 4598625 885444608 26778 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3096/tid=3100] ppid=3095 vsize=864692 CPUtime=0
/proc/3096/task/3100/stat : 3100 (java) S 3095 3092 2822 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4598625 885444608 26778 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3096/tid=3101] ppid=3095 vsize=864692 CPUtime=0
/proc/3096/task/3101/stat : 3101 (java) S 3095 3092 2822 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4598627 885444608 26778 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3096/tid=3102] ppid=3095 vsize=864692 CPUtime=0.11
/proc/3096/task/3102/stat : 3102 (java) S 3095 3092 2822 0 -1 64 500 0 0 0 11 0 0 0 16 0 9 0 4598627 885444608 26778 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3096/tid=3103] ppid=3095 vsize=864692 CPUtime=0
/proc/3096/task/3103/stat : 3103 (java) S 3095 3092 2822 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4598627 885444608 26778 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3096/tid=3104] ppid=3095 vsize=864692 CPUtime=0
/proc/3096/task/3104/stat : 3104 (java) S 3095 3092 2822 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4598627 885444608 26778 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.84
Current children cumulated vsize (KiB) 883648

[startup+6.30464 s]
/proc/loadavg: 2.00 1.97 1.82 5/93 3114
/proc/meminfo: memFree=1819536/2055920 swapFree=4192956/4192956
[pid=3092] ppid=3090 vsize=13600 CPUtime=3.85
/proc/3092/stat : 3092 (sugar) S 3090 3092 2822 0 -1 4194304 957 33837 16 1 3 1 362 19 15 0 1 0 4598596 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3092/statm: 3400 797 370 3 0 500 0
[pid=3105] ppid=3092 vsize=5356 CPUtime=0
/proc/3105/stat : 3105 (sh) S 3092 3092 2822 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4599010 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3105/statm: 1339 233 193 169 0 50 0
[pid=3106] ppid=3105 vsize=864096 CPUtime=2.12
/proc/3106/stat : 3106 (java) S 3105 3092 2822 0 -1 0 12130 0 1 0 203 9 0 0 18 0 9 0 4599010 884834304 10769 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3106/statm: 216024 10769 2532 9 0 210606 0
[pid=3106/tid=3107] ppid=3105 vsize=864096 CPUtime=1.31
/proc/3106/task/3107/stat : 3107 (java) R 3105 3092 2822 0 -1 64 2934 0 1 0 128 3 0 0 25 0 9 0 4599011 884834304 10769 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3106/tid=3108] ppid=3105 vsize=864096 CPUtime=0.71
/proc/3106/task/3108/stat : 3108 (java) S 3105 3092 2822 0 -1 64 8166 0 0 0 67 4 0 0 15 0 9 0 4599012 884834304 10769 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3106/tid=3109] ppid=3105 vsize=864096 CPUtime=0
/proc/3106/task/3109/stat : 3109 (java) S 3105 3092 2822 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4599013 884834304 10769 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3106/tid=3110] ppid=3105 vsize=864096 CPUtime=0
/proc/3106/task/3110/stat : 3110 (java) S 3105 3092 2822 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 4599013 884834304 10769 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3106/tid=3111] ppid=3105 vsize=864096 CPUtime=0
/proc/3106/task/3111/stat : 3111 (java) S 3105 3092 2822 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 4599015 884834304 10769 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3106/tid=3112] ppid=3105 vsize=864096 CPUtime=0.06
/proc/3106/task/3112/stat : 3112 (java) S 3105 3092 2822 0 -1 64 333 0 0 0 6 0 0 0 15 0 9 0 4599015 884834304 10769 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3106/tid=3113] ppid=3105 vsize=864096 CPUtime=0
/proc/3106/task/3113/stat : 3113 (java) S 3105 3092 2822 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4599015 884834304 10769 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3106/tid=3114] ppid=3105 vsize=864096 CPUtime=0
/proc/3106/task/3114/stat : 3114 (java) S 3105 3092 2822 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4599015 884834304 10769 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 883052

[startup+12.7027 s]
/proc/loadavg: 2.00 1.97 1.82 3/93 3114
/proc/meminfo: memFree=1783376/2055920 swapFree=4192956/4192956
[pid=3092] ppid=3090 vsize=13600 CPUtime=3.85
/proc/3092/stat : 3092 (sugar) S 3090 3092 2822 0 -1 4194304 958 33837 16 1 3 1 362 19 15 0 1 0 4598596 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3092/statm: 3400 797 370 3 0 500 0
[pid=3105] ppid=3092 vsize=5356 CPUtime=0
/proc/3105/stat : 3105 (sh) S 3092 3092 2822 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4599010 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3105/statm: 1339 233 193 169 0 50 0
[pid=3106] ppid=3105 vsize=868432 CPUtime=8.44
/proc/3106/stat : 3106 (java) S 3105 3092 2822 0 -1 0 23754 0 1 0 827 17 0 0 18 0 9 0 4599010 889274368 16621 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3106/statm: 217108 16621 2541 9 0 211683 0
[pid=3106/tid=3107] ppid=3105 vsize=868432 CPUtime=6.71
/proc/3106/task/3107/stat : 3107 (java) R 3105 3092 2822 0 -1 64 3473 0 1 0 667 4 0 0 25 0 9 0 4599011 889274368 16621 996147200 134512640 134550740 4294955952 18446744073709551615 4126628449 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3106/tid=3108] ppid=3105 vsize=868432 CPUtime=1.46
/proc/3106/task/3108/stat : 3108 (java) S 3105 3092 2822 0 -1 64 18112 0 0 0 136 10 0 0 16 0 9 0 4599012 889274368 16621 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3106/tid=3109] ppid=3105 vsize=868432 CPUtime=0
/proc/3106/task/3109/stat : 3109 (java) S 3105 3092 2822 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4599013 889274368 16621 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3106/tid=3110] ppid=3105 vsize=868432 CPUtime=0
/proc/3106/task/3110/stat : 3110 (java) S 3105 3092 2822 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 4599013 889274368 16621 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3106/tid=3111] ppid=3105 vsize=868432 CPUtime=0
/proc/3106/task/3111/stat : 3111 (java) S 3105 3092 2822 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 4599015 889274368 16621 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3106/tid=3112] ppid=3105 vsize=868432 CPUtime=0.23
/proc/3106/task/3112/stat : 3112 (java) S 3105 3092 2822 0 -1 64 1472 0 0 0 22 1 0 0 15 0 9 0 4599015 889274368 16621 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3106/tid=3113] ppid=3105 vsize=868432 CPUtime=0
/proc/3106/task/3113/stat : 3113 (java) S 3105 3092 2822 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4599015 889274368 16621 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3106/tid=3114] ppid=3105 vsize=868432 CPUtime=0
/proc/3106/task/3114/stat : 3114 (java) S 3105 3092 2822 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4599015 889274368 16621 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.29
Current children cumulated vsize (KiB) 887388

[startup+25.5023 s]
/proc/loadavg: 2.00 1.97 1.82 3/93 3114
/proc/meminfo: memFree=1746128/2055920 swapFree=4192956/4192956
[pid=3092] ppid=3090 vsize=13600 CPUtime=3.85
/proc/3092/stat : 3092 (sugar) S 3090 3092 2822 0 -1 4194304 958 33837 16 1 3 1 362 19 16 0 1 0 4598596 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3092/statm: 3400 797 370 3 0 500 0
[pid=3105] ppid=3092 vsize=5356 CPUtime=0
/proc/3105/stat : 3105 (sh) S 3092 3092 2822 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4599010 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3105/statm: 1339 233 193 169 0 50 0
[pid=3106] ppid=3105 vsize=868432 CPUtime=21.08
/proc/3106/stat : 3106 (java) S 3105 3092 2822 0 -1 0 35802 0 1 0 2082 26 0 0 18 0 9 0 4599010 889274368 24882 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3106/statm: 217108 24882 2541 9 0 211683 0
[pid=3106/tid=3107] ppid=3105 vsize=868432 CPUtime=18.03
/proc/3106/task/3107/stat : 3107 (java) R 3105 3092 2822 0 -1 64 4136 0 1 0 1798 5 0 0 25 0 9 0 4599011 889274368 24882 996147200 134512640 134550740 4294955952 18446744073709551615 4126557187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3106/tid=3108] ppid=3105 vsize=868432 CPUtime=2.78
/proc/3106/task/3108/stat : 3108 (java) S 3105 3092 2822 0 -1 64 29486 0 0 0 260 18 0 0 16 0 9 0 4599012 889274368 24882 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3106/tid=3109] ppid=3105 vsize=868432 CPUtime=0
/proc/3106/task/3109/stat : 3109 (java) S 3105 3092 2822 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4599013 889274368 24882 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3106/tid=3110] ppid=3105 vsize=868432 CPUtime=0
/proc/3106/task/3110/stat : 3110 (java) S 3105 3092 2822 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 4599013 889274368 24882 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/3106/task/3107/stat : 3107 (java) R 3105 3092 2822 0 -1 64 11732 0 1 0 65740 1018 0 0 25 0 9 0 4599011 889389056 127324 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3106/tid=3108] ppid=3105 vsize=868544 CPUtime=22.52
/proc/3106/task/3108/stat : 3108 (java) S 3105 3092 2822 0 -1 64 141322 0 0 0 2168 84 0 0 16 0 9 0 4599012 889389056 127324 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3106/tid=3109] ppid=3105 vsize=868544 CPUtime=0
/proc/3106/task/3109/stat : 3109 (java) S 3105 3092 2822 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4599013 889389056 127324 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3106/tid=3110] ppid=3105 vsize=868544 CPUtime=0
/proc/3106/task/3110/stat : 3110 (java) S 3105 3092 2822 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 4599013 889389056 127324 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3106/tid=3111] ppid=3105 vsize=868544 CPUtime=0
/proc/3106/task/3111/stat : 3111 (java) S 3105 3092 2822 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 4599015 889389056 127324 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3106/tid=3112] ppid=3105 vsize=868544 CPUtime=0.35
/proc/3106/task/3112/stat : 3112 (java) S 3105 3092 2822 0 -1 64 1534 0 0 0 34 1 0 0 17 0 9 0 4599015 889389056 127324 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3106/tid=3113] ppid=3105 vsize=868544 CPUtime=0
/proc/3106/task/3113/stat : 3113 (java) S 3105 3092 2822 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4599015 889389056 127324 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3106/tid=3114] ppid=3105 vsize=868544 CPUtime=0
/proc/3106/task/3114/stat : 3114 (java) S 3105 3092 2822 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4599015 889389056 127324 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 694.32
Current children cumulated vsize (KiB) 887500

[startup+762.308 s]
/proc/loadavg: 2.07 2.08 1.95 3/94 3115
/proc/meminfo: memFree=15752/2055920 swapFree=4192812/4192956
[pid=3092] ppid=3090 vsize=13600 CPUtime=3.85
/proc/3092/stat : 3092 (sugar) S 3090 3092 2822 0 -1 4194304 958 33837 16 1 3 1 362 19 16 0 1 0 4598596 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3092/statm: 3400 797 370 3 0 500 0
[pid=3105] ppid=3092 vsize=5356 CPUtime=0
/proc/3105/stat : 3105 (sh) S 3092 3092 2822 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4599010 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3105/statm: 1339 233 193 169 0 50 0
[pid=3106] ppid=3105 vsize=868544 CPUtime=749.92
/proc/3106/stat : 3106 (java) S 3105 3092 2822 0 -1 0 155372 0 1 0 73796 1196 0 0 18 0 9 0 4599010 889389056 127324 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3106/statm: 217136 127324 2566 9 0 211683 0
[pid=3106/tid=3107] ppid=3105 vsize=868544 CPUtime=726.88
/proc/3106/task/3107/stat : 3107 (java) R 3105 3092 2822 0 -1 64 11819 0 1 0 71579 1109 0 0 25 0 9 0 4599011 889389056 127324 996147200 134512640 134550740 4294955952 18446744073709551615 4127018576 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3106/tid=3108] ppid=3105 vsize=868544 CPUtime=22.64
/proc/3106/task/3108/stat : 3108 (java) S 3105 3092 2822 0 -1 64 141322 0 0 0 2180 84 0 0 16 0 9 0 4599012 889389056 127324 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3106/tid=3109] ppid=3105 vsize=868544 CPUtime=0
/proc/3106/task/3109/stat : 3109 (java) S 3105 3092 2822 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4599013 889389056 127324 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3106/tid=3110] ppid=3105 vsize=868544 CPUtime=0
/proc/3106/task/3110/stat : 3110 (java) S 3105 3092 2822 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 4599013 889389056 127324 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3106/tid=3111] ppid=3105 vsize=868544 CPUtime=0
/proc/3106/task/3111/stat : 3111 (java) S 3105 3092 2822 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 4599015 889389056 127324 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3106/tid=3112] ppid=3105 vsize=868544 CPUtime=0.35
/proc/3106/task/3112/stat : 3112 (java) S 3105 3092 2822 0 -1 64 1534 0 0 0 34 1 0 0 17 0 9 0 4599015 889389056 127324 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3106/tid=3113] ppid=3105 vsize=868544 CPUtime=0
/proc/3106/task/3113/stat : 3113 (java) S 3105 3092 2822 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4599015 889389056 127324 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3106/tid=3114] ppid=3105 vsize=868544 CPUtime=0.01
/proc/3106/task/3114/stat : 3114 (java) S 3105 3092 2822 0 -1 64 1 0 0 0 1 0 0 0 15 0 9 0 4599015 889389056 127324 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 753.77
Current children cumulated vsize (KiB) 887500

[startup+822.303 s]
/proc/loadavg: 2.02 2.06 1.95 4/94 3115
/proc/meminfo: memFree=15432/2055920 swapFree=4192812/4192956
[pid=3092] ppid=3090 vsize=13600 CPUtime=3.85
/proc/3092/stat : 3092 (sugar) S 3090 3092 2822 0 -1 4194304 958 33837 16 1 3 1 362 19 16 0 1 0 4598596 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3092/statm: 3400 797 370 3 0 500 0
[pid=3105] ppid=3092 vsize=5356 CPUtime=0
/proc/3105/stat : 3105 (sh) S 3092 3092 2822 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4599010 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3105/statm: 1339 233 193 169 0 50 0
[pid=3106] ppid=3105 vsize=868544 CPUtime=809.3
/proc/3106/stat : 3106 (java) S 3105 3092 2822 0 -1 0 155464 0 1 0 79644 1286 0 0 18 0 9 0 4599010 889389056 127324 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3106/statm: 217136 127324 2566 9 0 211683 0
[pid=3106/tid=3107] ppid=3105 vsize=868544 CPUtime=786.11
/proc/3106/task/3107/stat : 3107 (java) R 3105 3092 2822 0 -1 64 11911 0 1 0 77413 1198 0 0 25 0 9 0 4599011 889389056 127324 996147200 134512640 134550740 4294955952 18446744073709551615 4126882737 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3106/tid=3108] ppid=3105 vsize=868544 CPUtime=22.79
/proc/3106/task/3108/stat : 3108 (java) S 3105 3092 2822 0 -1 64 141322 0 0 0 2195 84 0 0 16 0 9 0 4599012 889389056 127324 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3106/tid=3109] ppid=3105 vsize=868544 CPUtime=0
/proc/3106/task/3109/stat : 3109 (java) S 3105 3092 2822 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4599013 889389056 127324 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3106/tid=3110] ppid=3105 vsize=868544 CPUtime=0
/proc/3106/task/3110/stat : 3110 (java) S 3105 3092 2822 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 4599013 889389056 127324 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3106/tid=3111] ppid=3105 vsize=868544 CPUtime=0
/proc/3106/task/3111/stat : 3111 (java) S 3105 3092 2822 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 4599015 889389056 127324 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3106/tid=3112] ppid=3105 vsize=868544 CPUtime=0.35
/proc/3106/task/3112/stat : 3112 (java) S 3105 3092 2822 0 -1 64 1534 0 0 0 34 1 0 0 17 0 9 0 4599015 889389056 127324 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3106/tid=3113] ppid=3105 vsize=868544 CPUtime=0
/proc/3106/task/3113/stat : 3113 (java) S 3105 3092 2822 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4599015 889389056 127324 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3106/tid=3114] ppid=3105 vsize=868544 CPUtime=0.01
/proc/3106/task/3114/stat : 3114 (java) S 3105 3092 2822 0 -1 64 1 0 0 0 1 0 0 0 15 0 9 0 4599015 889389056 127324 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 813.15
Current children cumulated vsize (KiB) 887500

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

[startup+825.503 s]
/proc/loadavg: 2.02 2.06 1.95 3/94 3115
/proc/meminfo: memFree=15816/2055920 swapFree=4192812/4192956
[pid=3092] ppid=3090 vsize=13600 CPUtime=3.85
/proc/3092/stat : 3092 (sugar) S 3090 3092 2822 0 -1 4194304 958 33837 16 1 3 1 362 19 16 0 1 0 4598596 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3092/statm: 3400 797 370 3 0 500 0
[pid=3105] ppid=3092 vsize=5356 CPUtime=0
/proc/3105/stat : 3105 (sh) S 3092 3092 2822 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4599010 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3105/statm: 1339 233 193 169 0 50 0
[pid=3106] ppid=3105 vsize=868544 CPUtime=812.47
/proc/3106/stat : 3106 (java) S 3105 3092 2822 0 -1 0 155469 0 1 0 79957 1290 0 0 18 0 9 0 4599010 889389056 127324 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3106/statm: 217136 127324 2566 9 0 211683 0
[pid=3106/tid=3107] ppid=3105 vsize=868544 CPUtime=789.28
/proc/3106/task/3107/stat : 3107 (java) R 3105 3092 2822 0 -1 64 11916 0 1 0 77725 1203 0 0 25 0 9 0 4599011 889389056 127324 996147200 134512640 134550740 4294955952 18446744073709551615 4126628470 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3106/tid=3108] ppid=3105 vsize=868544 CPUtime=22.8
/proc/3106/task/3108/stat : 3108 (java) S 3105 3092 2822 0 -1 64 141322 0 0 0 2196 84 0 0 16 0 9 0 4599012 889389056 127324 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3106/tid=3109] ppid=3105 vsize=868544 CPUtime=0
/proc/3106/task/3109/stat : 3109 (java) S 3105 3092 2822 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4599013 889389056 127324 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3106/tid=3110] ppid=3105 vsize=868544 CPUtime=0
/proc/3106/task/3110/stat : 3110 (java) S 3105 3092 2822 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 4599013 889389056 127324 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3106/tid=3111] ppid=3105 vsize=868544 CPUtime=0
/proc/3106/task/3111/stat : 3111 (java) S 3105 3092 2822 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 4599015 889389056 127324 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3106/tid=3112] ppid=3105 vsize=868544 CPUtime=0.35
/proc/3106/task/3112/stat : 3112 (java) S 3105 3092 2822 0 -1 64 1534 0 0 0 34 1 0 0 17 0 9 0 4599015 889389056 127324 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3106/tid=3113] ppid=3105 vsize=868544 CPUtime=0
/proc/3106/task/3113/stat : 3113 (java) S 3105 3092 2822 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4599015 889389056 127324 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3106/tid=3114] ppid=3105 vsize=868544 CPUtime=0.01
/proc/3106/task/3114/stat : 3114 (java) S 3105 3092 2822 0 -1 64 1 0 0 0 1 0 0 0 15 0 9 0 4599015 889389056 127324 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 816.32
Current children cumulated vsize (KiB) 887500

[startup+828.701 s]
/proc/loadavg: 2.02 2.06 1.95 3/94 3115
/proc/meminfo: memFree=15624/2055920 swapFree=4192812/4192956
[pid=3092] ppid=3090 vsize=13600 CPUtime=3.85
/proc/3092/stat : 3092 (sugar) S 3090 3092 2822 0 -1 4194304 958 33837 16 1 3 1 362 19 16 0 1 0 4598596 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3092/statm: 3400 797 370 3 0 500 0
[pid=3105] ppid=3092 vsize=5356 CPUtime=0
/proc/3105/stat : 3105 (sh) S 3092 3092 2822 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4599010 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3105/statm: 1339 233 193 169 0 50 0
[pid=3106] ppid=3105 vsize=868544 CPUtime=815.63
/proc/3106/stat : 3106 (java) S 3105 3092 2822 0 -1 0 155473 0 1 0 80267 1296 0 0 18 0 9 0 4599010 889389056 127324 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3106/statm: 217136 127324 2566 9 0 211683 0
[pid=3106/tid=3107] ppid=3105 vsize=868544 CPUtime=792.44
/proc/3106/task/3107/stat : 3107 (java) R 3105 3092 2822 0 -1 64 11920 0 1 0 78035 1209 0 0 25 0 9 0 4599011 889389056 127324 996147200 134512640 134550740 4294955952 18446744073709551615 4126628470 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3106/tid=3108] ppid=3105 vsize=868544 CPUtime=22.8
/proc/3106/task/3108/stat : 3108 (java) S 3105 3092 2822 0 -1 64 141322 0 0 0 2196 84 0 0 16 0 9 0 4599012 889389056 127324 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3106/tid=3109] ppid=3105 vsize=868544 CPUtime=0
/proc/3106/task/3109/stat : 3109 (java) S 3105 3092 2822 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4599013 889389056 127324 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3106/tid=3110] ppid=3105 vsize=868544 CPUtime=0
/proc/3106/task/3110/stat : 3110 (java) S 3105 3092 2822 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 4599013 889389056 127324 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3106/tid=3111] ppid=3105 vsize=868544 CPUtime=0
/proc/3106/task/3111/stat : 3111 (java) S 3105 3092 2822 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 4599015 889389056 127324 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3106/tid=3112] ppid=3105 vsize=868544 CPUtime=0.35
/proc/3106/task/3112/stat : 3112 (java) S 3105 3092 2822 0 -1 64 1534 0 0 0 34 1 0 0 17 0 9 0 4599015 889389056 127324 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3106/tid=3113] ppid=3105 vsize=868544 CPUtime=0
/proc/3106/task/3113/stat : 3113 (java) S 3105 3092 2822 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4599015 889389056 127324 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3106/tid=3114] ppid=3105 vsize=868544 CPUtime=0.01
/proc/3106/task/3114/stat : 3114 (java) S 3105 3092 2822 0 -1 64 1 0 0 0 1 0 0 0 15 0 9 0 4599015 889389056 127324 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 819.48
Current children cumulated vsize (KiB) 887500

[startup+830.302 s]
/proc/loadavg: 2.02 2.06 1.95 3/87 3115
/proc/meminfo: memFree=111560/2055920 swapFree=4192812/4192956
[pid=3092] ppid=3090 vsize=13600 CPUtime=820.69
/proc/3092/stat : 3092 (sugar) D 3090 3092 2822 0 -1 4194304 980 189610 16 2 4 58 80684 1323 18 0 1 0 4598596 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234211742761 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/3092/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 820.69
Current children cumulated vsize (KiB) 13600

[startup+830.702 s]
/proc/loadavg: 2.02 2.06 1.95 2/84 3115
/proc/meminfo: memFree=1641368/2055920 swapFree=4192812/4192956
[pid=3092] ppid=3090 vsize=13600 CPUtime=820.72
/proc/3092/stat : 3092 (sugar) D 3090 3092 2822 0 -1 4194304 980 189610 16 2 4 61 80684 1323 18 0 1 0 4598596 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234211742761 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/3092/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 820.72
Current children cumulated vsize (KiB) 13600

[startup+830.902 s]
/proc/loadavg: 2.02 2.06 1.95 2/84 3115
/proc/meminfo: memFree=1641368/2055920 swapFree=4192812/4192956
[pid=3092] ppid=3090 vsize=13600 CPUtime=820.73
/proc/3092/stat : 3092 (sugar) D 3090 3092 2822 0 -1 4194304 980 189610 16 2 4 62 80684 1323 18 0 1 0 4598596 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234211742761 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/3092/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 820.73
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 830.929
CPU time (s): 820.753
CPU user time (s): 806.881
CPU system time (s): 13.8719
CPU usage (%): 98.7753
Max. virtual memory (cumulated for all children) (KiB): 898640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 806.881
system time used= 13.8719
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 190620
page faults= 18
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37221
involuntary context switches= 44512

runsolver used 1.17482 second user time and 3.05354 second system time

The end

Launcher Data (download as text)

Begin job on node54 at 2008-07-08 03:03:10
IDJOB=1087493
IDBENCH=58000
IDSOLVER=345
FILE ID=node54/1087493-1215478989
PBS_JOBID= 7888707
Free space on /tmp= 66512 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/fapp/fapp29/normalized-fapp29-2900-3.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-1087493-1215478989/watcher-1087493-1215478989 -o /tmp/evaluation-result-1087493-1215478989/solver-1087493-1215478989 -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-1087493-1215478989.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a235a933b5e2cb4afa8ed79f71c05679
RANDOM SEED=1719391010

node54.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.235
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.235
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:       1849992 kB
Buffers:         23616 kB
Cached:         111024 kB
SwapCached:          0 kB
Active:         115408 kB
Inactive:        59976 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1849992 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           20128 kB
Writeback:           0 kB
Mapped:          60968 kB
Slab:            15772 kB
Committed_AS:   136024 kB
PageTables:       1848 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 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 node54 at 2008-07-08 03:17:01