Trace number 1086044

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? 510.094 520.197

General information on the benchmark

Namecsp/fapp/fapp26/
normalized-fapp26-2300-4.xml
MD5SUMd73e99eb4b5798901f411267510cf8b6
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 benchmark7.49486
Satisfiable
(Un)Satisfiability was proved
Number of variables2300
Number of constraints24253
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension24253
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/picosat
0.00/0.05	c 0	BEGIN Sat Jul  5 07:51:21 2008
0.00/0.05	c 0	PID 7702
0.00/0.05	c 0	HOST node73.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1086044-1215237081.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-1086044-1215237081.xml' 'HOME/temp.csp'
1.63/1.73	c 2	17 domains, 2300 variables, 8 predicates, 0 relations, 24253 constraints
1.63/1.75	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.63/1.75	c 2	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'
1.68/1.83	c 2	Parsing HOME/temp.csp
2.11/2.25	c 2	parsed 10000 expressions
2.50/2.62	c 3	parsed 20000 expressions
2.70/2.80	c 3	parsed 26578 expressions
2.70/2.81	c 3	Heap : 12 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.70/2.81	c 3	Converting to clausal form CSP
3.49/3.64	c 4	converted 2658 (10%) expressions
6.74/6.91	c 7	converted 5316 (20%) expressions
9.90/10.14	c 10	converted 7974 (30%) expressions
12.67/12.93	c 13	converted 10632 (40%) expressions
15.84/16.17	c 16	converted 13289 (50%) expressions
18.51/18.84	c 19	converted 15947 (60%) expressions
21.08/21.50	c 21	converted 18605 (70%) expressions
23.65/24.09	c 24	converted 21263 (80%) expressions
26.62/27.09	c 27	converted 23921 (90%) expressions
28.89/29.33	c 29	converted 26578 (100%) expressions
28.89/29.33	c 29	CSP : 8122 integers, 67712 booleans, 156339 clauses, largest domain size 2821
28.89/29.33	c 29	Heap : 115 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
28.89/29.33	c 29	Propagation in CSP
32.36/32.82	c 33	198380 values, 0 unsatisfiable literals, and 0 valid clauses are removed
32.36/32.82	c 33	CSP : 8122 integers, 67712 booleans, 156339 clauses, largest domain size 2821
32.36/32.82	c 33	Heap : 117 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
32.36/32.87	c 33	Simplifing CSP by introducing new Boolean variables
32.76/33.26	c 33	CSP : 8122 integers, 126630 booleans, 215257 clauses, largest domain size 2821
32.76/33.26	c 33	Heap : 140 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
33.74/34.29	c 34	Encoding CSP to SAT : HOME/temp.cnf
38.89/39.46	c 39	813 (10%) CSP integer variables are encoded (222470 clauses, 3560673 bytes)
43.93/44.55	c 45	1625 (20%) CSP integer variables are encoded (446478 clauses, 7368809 bytes)
48.48/49.13	c 49	2437 (30%) CSP integer variables are encoded (971952 clauses, 16301867 bytes)
51.15/51.82	c 52	3249 (40%) CSP integer variables are encoded (3017618 clauses, 55118322 bytes)
53.79/54.55	c 55	4061 (50%) CSP integer variables are encoded (5084576 clauses, 94390524 bytes)
56.56/57.35	c 57	4874 (60%) CSP integer variables are encoded (7181173 clauses, 134225867 bytes)
59.40/60.21	c 60	5686 (70%) CSP integer variables are encoded (9253697 clauses, 173603823 bytes)
62.25/63.14	c 63	6498 (80%) CSP integer variables are encoded (11328499 clauses, 215694020 bytes)
65.16/66.18	c 66	7310 (90%) CSP integer variables are encoded (13404527 clauses, 259290608 bytes)
68.08/69.16	c 69	8122 (100%) CSP integer variables are encoded (15463053 clauses, 302519654 bytes)
164.46/167.04	c 167	21526 (10%) CSP clauses are encoded (30146324 clauses, 660158179 bytes)
245.49/249.38	c 249	43052 (20%) CSP clauses are encoded (43554430 clauses, 995030803 bytes)
322.67/327.86	c 328	64578 (30%) CSP clauses are encoded (56570904 clauses, 1322210684 bytes)
397.50/404.11	c 404	86103 (40%) CSP clauses are encoded (69327405 clauses, 1645643738 bytes)
471.93/480.02	c 480	107629 (50%) CSP clauses are encoded (82274295 clauses, 1974873850 bytes)
509.11/517.98	c 518	ERROR Exception Too large HOME/temp.cnf
509.11/517.98	c 518	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
509.11/517.98	c 518	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
509.11/517.98	c 518	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
509.11/517.98	s UNKNOWN
509.18/518.06	c 518	CPU 494.91 (0.04 0 494.87 14.31)
509.18/518.06	c 518	END Sat Jul  5 07:59: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-1086044-1215237081/watcher-1086044-1215237081 -o /tmp/evaluation-result-1086044-1215237081/solver-1086044-1215237081 -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-1086044-1215237081.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.92 1.98 1.99 3/73 7702
/proc/meminfo: memFree=1439120/2055920 swapFree=4181452/4192956
[pid=7702] ppid=7700 vsize=18572 CPUtime=0
/proc/7702/stat : 7702 (runsolver) R 7700 7702 4618 0 -1 4194368 15 0 0 0 0 0 0 0 22 0 1 0 135719126 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 210723466535 0 0 4096 24578 0 0 0 17 1 0 0
/proc/7702/statm: 4643 292 257 25 0 2626 0

[startup+0.103769 s]
/proc/loadavg: 1.92 1.98 1.99 3/73 7702
/proc/meminfo: memFree=1439120/2055920 swapFree=4181452/4192956
[pid=7702] ppid=7700 vsize=13600 CPUtime=0.03
/proc/7702/stat : 7702 (sugar) S 7700 7702 4618 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 135719126 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7702/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.201782 s]
/proc/loadavg: 1.92 1.98 1.99 3/73 7702
/proc/meminfo: memFree=1439120/2055920 swapFree=4181452/4192956
[pid=7702] ppid=7700 vsize=13600 CPUtime=0.03
/proc/7702/stat : 7702 (sugar) S 7700 7702 4618 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 135719126 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7702/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301794 s]
/proc/loadavg: 1.92 1.98 1.99 3/73 7702
/proc/meminfo: memFree=1439120/2055920 swapFree=4181452/4192956
[pid=7702] ppid=7700 vsize=13600 CPUtime=0.03
/proc/7702/stat : 7702 (sugar) S 7700 7702 4618 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 135719126 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7702/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701845 s]
/proc/loadavg: 1.92 1.98 1.99 3/73 7702
/proc/meminfo: memFree=1439120/2055920 swapFree=4181452/4192956
[pid=7702] ppid=7700 vsize=13600 CPUtime=0.03
/proc/7702/stat : 7702 (sugar) S 7700 7702 4618 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 135719126 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7702/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50293 s]
/proc/loadavg: 1.92 1.98 1.99 4/84 7714
/proc/meminfo: memFree=1404408/2055920 swapFree=4181452/4192956
[pid=7702] ppid=7700 vsize=13600 CPUtime=0.03
/proc/7702/stat : 7702 (sugar) S 7700 7702 4618 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 135719126 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7702/statm: 3400 796 370 3 0 500 0
[pid=7705] ppid=7702 vsize=5356 CPUtime=0
/proc/7705/stat : 7705 (sh) S 7702 7702 4618 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 135719131 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7705/statm: 1339 233 193 169 0 50 0
[pid=7706] ppid=7705 vsize=864660 CPUtime=1.4
/proc/7706/stat : 7706 (java) S 7705 7702 4618 0 -1 0 14462 0 1 0 130 10 0 0 18 0 9 0 135719132 885411840 12507 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7706/statm: 216165 12507 2529 9 0 210747 0
[pid=7706/tid=7707] ppid=7705 vsize=864660 CPUtime=0.7
/proc/7706/task/7707/stat : 7707 (java) R 7705 7702 4618 0 -1 64 3023 0 1 0 67 3 0 0 23 0 9 0 135719133 885411840 12507 996147200 134512640 134550740 4294956000 18446744073709551615 4125961409 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7706/tid=7708] ppid=7705 vsize=864660 CPUtime=0.52
/proc/7706/task/7708/stat : 7708 (java) S 7705 7702 4618 0 -1 64 10221 0 0 0 47 5 0 0 16 0 9 0 135719134 885411840 12507 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7706/tid=7709] ppid=7705 vsize=864660 CPUtime=0
/proc/7706/task/7709/stat : 7709 (java) S 7705 7702 4618 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 135719135 885411840 12507 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7706/tid=7710] ppid=7705 vsize=864660 CPUtime=0
/proc/7706/task/7710/stat : 7710 (java) S 7705 7702 4618 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 135719135 885411840 12507 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7706/tid=7711] ppid=7705 vsize=864660 CPUtime=0
/proc/7706/task/7711/stat : 7711 (java) S 7705 7702 4618 0 -1 64 0 0 0 0 0 0 0 0 17 0 9 0 135719138 885411840 12507 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7706/tid=7712] ppid=7705 vsize=864660 CPUtime=0.14
/proc/7706/task/7712/stat : 7712 (java) S 7705 7702 4618 0 -1 64 518 0 0 0 14 0 0 0 16 0 9 0 135719138 885411840 12507 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7706/tid=7713] ppid=7705 vsize=864660 CPUtime=0
/proc/7706/task/7713/stat : 7713 (java) S 7705 7702 4618 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 135719138 885411840 12507 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7706/tid=7714] ppid=7705 vsize=864660 CPUtime=0
/proc/7706/task/7714/stat : 7714 (java) S 7705 7702 4618 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 135719138 885411840 12507 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 883616

[startup+3.10212 s]
/proc/loadavg: 1.92 1.98 1.99 3/84 7724
/proc/meminfo: memFree=1426936/2055920 swapFree=4181452/4192956
[pid=7702] ppid=7700 vsize=13600 CPUtime=1.68
/proc/7702/stat : 7702 (sugar) S 7700 7702 4618 0 -1 4194304 974 15187 0 1 3 0 153 12 15 0 1 0 135719126 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7702/statm: 3400 797 370 3 0 500 0
[pid=7715] ppid=7702 vsize=5356 CPUtime=0
/proc/7715/stat : 7715 (sh) S 7702 7702 4618 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 135719302 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7715/statm: 1339 233 193 169 0 50 0
[pid=7716] ppid=7715 vsize=864244 CPUtime=1.31
/proc/7716/stat : 7716 (java) S 7715 7702 4618 0 -1 0 8351 0 1 0 126 5 0 0 18 0 9 0 135719302 884985856 7284 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7716/statm: 216061 7284 2541 9 0 210636 0
[pid=7716/tid=7717] ppid=7715 vsize=864244 CPUtime=0.8
/proc/7716/task/7717/stat : 7717 (java) R 7715 7702 4618 0 -1 64 2802 0 1 0 79 1 0 0 25 0 9 0 135719303 884985856 7284 996147200 134512640 134550740 4294955952 18446744073709551615 4126571671 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7716/tid=7718] ppid=7715 vsize=864244 CPUtime=0.38
/proc/7716/task/7718/stat : 7718 (java) S 7715 7702 4618 0 -1 64 4493 0 0 0 36 2 0 0 16 0 9 0 135719304 884985856 7284 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7716/tid=7719] ppid=7715 vsize=864244 CPUtime=0
/proc/7716/task/7719/stat : 7719 (java) S 7715 7702 4618 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 135719304 884985856 7284 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7716/tid=7720] ppid=7715 vsize=864244 CPUtime=0
/proc/7716/task/7720/stat : 7720 (java) S 7715 7702 4618 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 135719304 884985856 7284 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7716/tid=7721] ppid=7715 vsize=864244 CPUtime=0
/proc/7716/task/7721/stat : 7721 (java) S 7715 7702 4618 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 135719306 884985856 7284 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7716/tid=7722] ppid=7715 vsize=864244 CPUtime=0.1
/proc/7716/task/7722/stat : 7722 (java) S 7715 7702 4618 0 -1 64 360 0 0 0 10 0 0 0 16 0 9 0 135719306 884985856 7284 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7716/tid=7723] ppid=7715 vsize=864244 CPUtime=0
/proc/7716/task/7723/stat : 7723 (java) S 7715 7702 4618 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 135719306 884985856 7284 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7716/tid=7724] ppid=7715 vsize=864244 CPUtime=0
/proc/7716/task/7724/stat : 7724 (java) S 7715 7702 4618 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 135719306 884985856 7284 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 883200

[startup+6.3025 s]
/proc/loadavg: 2.01 2.00 2.00 4/84 7724
/proc/meminfo: memFree=1403640/2055920 swapFree=4181452/4192956
[pid=7702] ppid=7700 vsize=13600 CPUtime=1.68
/proc/7702/stat : 7702 (sugar) S 7700 7702 4618 0 -1 4194304 974 15187 0 1 3 0 153 12 15 0 1 0 135719126 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7702/statm: 3400 797 370 3 0 500 0
[pid=7715] ppid=7702 vsize=5356 CPUtime=0
/proc/7715/stat : 7715 (sh) S 7702 7702 4618 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 135719302 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7715/statm: 1339 233 193 169 0 50 0
[pid=7716] ppid=7715 vsize=868416 CPUtime=4.48
/proc/7716/stat : 7716 (java) S 7715 7702 4618 0 -1 0 12611 0 1 0 437 11 0 0 18 0 9 0 135719302 889257984 11250 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7716/statm: 217104 11250 2541 9 0 211679 0
[pid=7716/tid=7717] ppid=7715 vsize=868416 CPUtime=3.41
/proc/7716/task/7717/stat : 7717 (java) R 7715 7702 4618 0 -1 64 3121 0 1 0 339 2 0 0 25 0 9 0 135719303 889257984 11250 996147200 134512640 134550740 4294955952 18446744073709551615 4126568163 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7716/tid=7718] ppid=7715 vsize=868416 CPUtime=0.81
/proc/7716/task/7718/stat : 7718 (java) S 7715 7702 4618 0 -1 64 7322 0 0 0 76 5 0 0 16 0 9 0 135719304 889257984 11250 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7716/tid=7719] ppid=7715 vsize=868416 CPUtime=0
/proc/7716/task/7719/stat : 7719 (java) S 7715 7702 4618 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 135719304 889257984 11250 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7716/tid=7720] ppid=7715 vsize=868416 CPUtime=0
/proc/7716/task/7720/stat : 7720 (java) S 7715 7702 4618 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 135719304 889257984 11250 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7716/tid=7721] ppid=7715 vsize=868416 CPUtime=0
/proc/7716/task/7721/stat : 7721 (java) S 7715 7702 4618 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 135719306 889257984 11250 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7716/tid=7722] ppid=7715 vsize=868416 CPUtime=0.22
/proc/7716/task/7722/stat : 7722 (java) S 7715 7702 4618 0 -1 64 1472 0 0 0 21 1 0 0 15 0 9 0 135719306 889257984 11250 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7716/tid=7723] ppid=7715 vsize=868416 CPUtime=0
/proc/7716/task/7723/stat : 7723 (java) S 7715 7702 4618 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 135719306 889257984 11250 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7716/tid=7724] ppid=7715 vsize=868416 CPUtime=0
/proc/7716/task/7724/stat : 7724 (java) S 7715 7702 4618 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 135719306 889257984 11250 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 887372

[startup+12.7023 s]
/proc/loadavg: 2.09 2.02 2.01 3/84 7724
/proc/meminfo: memFree=1377848/2055920 swapFree=4181452/4192956
[pid=7702] ppid=7700 vsize=13600 CPUtime=1.68
/proc/7702/stat : 7702 (sugar) S 7700 7702 4618 0 -1 4194304 974 15187 0 1 3 0 153 12 16 0 1 0 135719126 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7702/statm: 3400 797 370 3 0 500 0
[pid=7715] ppid=7702 vsize=5356 CPUtime=0
/proc/7715/stat : 7715 (sh) S 7702 7702 4618 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 135719302 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7715/statm: 1339 233 193 169 0 50 0
[pid=7716] ppid=7715 vsize=868416 CPUtime=10.8
/proc/7716/stat : 7716 (java) S 7715 7702 4618 0 -1 0 22506 0 1 0 1061 19 0 0 18 0 9 0 135719302 889257984 17397 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7716/statm: 217104 17397 2541 9 0 211679 0
[pid=7716/tid=7717] ppid=7715 vsize=868416 CPUtime=8.84
/proc/7716/task/7717/stat : 7717 (java) R 7715 7702 4618 0 -1 64 3585 0 1 0 880 4 0 0 25 0 9 0 135719303 889257984 17397 996147200 134512640 134550740 4294955952 18446744073709551615 4126568230 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7716/tid=7718] ppid=7715 vsize=868416 CPUtime=1.7
/proc/7716/task/7718/stat : 7718 (java) S 7715 7702 4618 0 -1 64 16744 0 0 0 158 12 0 0 16 0 9 0 135719304 889257984 17397 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7716/tid=7719] ppid=7715 vsize=868416 CPUtime=0
/proc/7716/task/7719/stat : 7719 (java) S 7715 7702 4618 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 135719304 889257984 17397 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7716/tid=7720] ppid=7715 vsize=868416 CPUtime=0
/proc/7716/task/7720/stat : 7720 (java) S 7715 7702 4618 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 135719304 889257984 17397 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7716/tid=7721] ppid=7715 vsize=868416 CPUtime=0
/proc/7716/task/7721/stat : 7721 (java) S 7715 7702 4618 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 135719306 889257984 17397 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7716/tid=7722] ppid=7715 vsize=868416 CPUtime=0.23
/proc/7716/task/7722/stat : 7722 (java) S 7715 7702 4618 0 -1 64 1481 0 0 0 22 1 0 0 15 0 9 0 135719306 889257984 17397 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7716/tid=7723] ppid=7715 vsize=868416 CPUtime=0
/proc/7716/task/7723/stat : 7723 (java) S 7715 7702 4618 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 135719306 889257984 17397 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7716/tid=7724] ppid=7715 vsize=868416 CPUtime=0
/proc/7716/task/7724/stat : 7724 (java) S 7715 7702 4618 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 135719306 889257984 17397 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 887372

[startup+25.5028 s]
/proc/loadavg: 2.22 2.05 2.01 3/84 7724
/proc/meminfo: memFree=1328248/2055920 swapFree=4181452/4192956
[pid=7702] ppid=7700 vsize=13600 CPUtime=1.68
/proc/7702/stat : 7702 (sugar) S 7700 7702 4618 0 -1 4194304 974 15187 0 1 3 0 153 12 16 0 1 0 135719126 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7702/statm: 3400 797 370 3 0 500 0
[pid=7715] ppid=7702 vsize=5356 CPUtime=0
/proc/7715/stat : 7715 (sh) S 7702 7702 4618 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 135719302 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7715/statm: 1339 233 193 169 0 50 0
[pid=7716] ppid=7715 vsize=868416 CPUtime=23.46
/proc/7716/stat : 7716 (java) S 7715 7702 4618 0 -1 0 38412 0 1 0 2316 30 0 0 18 0 9 0 135719302 889257984 29533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7716/statm: 217104 29533 2541 9 0 211679 0
[pid=7716/tid=7717] ppid=7715 vsize=868416 CPUtime=19.72
/proc/7716/task/7717/stat : 7717 (java) R 7715 7702 4618 0 -1 64 4215 0 1 0 1967 5 0 0 25 0 9 0 135719303 889257984 29533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7716/tid=7718] ppid=7715 vsize=868416 CPUtime=3.47
/proc/7716/task/7718/stat : 7718 (java) R 7715 7702 4618 0 -1 64 32019 0 0 0 325 22 0 0 16 0 9 0 135719304 889257984 29533 996147200 134512640 134550740 4294955952 18446744073709551615 103735899 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7716/tid=7719] ppid=7715 vsize=868416 CPUtime=0
/proc/7716/task/7719/stat : 7719 (java) S 7715 7702 4618 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 135719304 889257984 29533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7716/tid=7720] ppid=7715 vsize=868416 CPUtime=0
/proc/7716/task/7720/stat : 7720 (java) S 7715 7702 4618 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 135719304 889257984 29533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

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

[startup+486.403 s]
/proc/loadavg: 2.44 2.41 2.20 3/84 7726
/proc/meminfo: memFree=16056/2055920 swapFree=4181452/4192956
[pid=7702] ppid=7700 vsize=13600 CPUtime=1.69
/proc/7702/stat : 7702 (sugar) S 7700 7702 4618 0 -1 4194304 974 15187 0 1 4 0 153 12 16 0 1 0 135719126 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7702/statm: 3400 797 370 3 0 500 0
[pid=7715] ppid=7702 vsize=5356 CPUtime=0
/proc/7715/stat : 7715 (sh) S 7702 7702 4618 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 135719302 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7715/statm: 1339 233 193 169 0 50 0
[pid=7716] ppid=7715 vsize=868528 CPUtime=476.51
/proc/7716/stat : 7716 (java) S 7715 7702 4618 0 -1 0 55813 0 1 0 46328 1323 0 0 18 0 9 0 135719302 889372672 40945 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7716/statm: 217132 40945 2566 9 0 211679 0
[pid=7716/tid=7717] ppid=7715 vsize=868528 CPUtime=467.39
/proc/7716/task/7717/stat : 7717 (java) R 7715 7702 4618 0 -1 64 8839 0 1 0 45477 1262 0 0 25 0 9 0 135719303 889372672 40945 996147200 134512640 134550740 4294955952 18446744073709551615 4126673020 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7716/tid=7718] ppid=7715 vsize=868528 CPUtime=8.75
/proc/7716/task/7718/stat : 7718 (java) S 7715 7702 4618 0 -1 64 44750 0 0 0 817 58 0 0 16 0 9 0 135719304 889372672 40945 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7716/tid=7719] ppid=7715 vsize=868528 CPUtime=0
/proc/7716/task/7719/stat : 7719 (java) S 7715 7702 4618 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 135719304 889372672 40945 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7716/tid=7720] ppid=7715 vsize=868528 CPUtime=0
/proc/7716/task/7720/stat : 7720 (java) S 7715 7702 4618 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 135719304 889372672 40945 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7716/tid=7721] ppid=7715 vsize=868528 CPUtime=0
/proc/7716/task/7721/stat : 7721 (java) S 7715 7702 4618 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 135719306 889372672 40945 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7716/tid=7722] ppid=7715 vsize=868528 CPUtime=0.33
/proc/7716/task/7722/stat : 7722 (java) S 7715 7702 4618 0 -1 64 1528 0 0 0 32 1 0 0 15 0 9 0 135719306 889372672 40945 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7716/tid=7723] ppid=7715 vsize=868528 CPUtime=0
/proc/7716/task/7723/stat : 7723 (java) S 7715 7702 4618 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 135719306 889372672 40945 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7716/tid=7724] ppid=7715 vsize=868528 CPUtime=0
/proc/7716/task/7724/stat : 7724 (java) S 7715 7702 4618 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 135719306 889372672 40945 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 478.2
Current children cumulated vsize (KiB) 887484

[startup+499.202 s]
/proc/loadavg: 2.46 2.41 2.20 3/84 7726
/proc/meminfo: memFree=15992/2055920 swapFree=4181452/4192956
[pid=7702] ppid=7700 vsize=13600 CPUtime=1.69
/proc/7702/stat : 7702 (sugar) S 7700 7702 4618 0 -1 4194304 974 15187 0 1 4 0 153 12 16 0 1 0 135719126 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7702/statm: 3400 797 370 3 0 500 0
[pid=7715] ppid=7702 vsize=5356 CPUtime=0
/proc/7715/stat : 7715 (sh) S 7702 7702 4618 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 135719302 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7715/statm: 1339 233 193 169 0 50 0
[pid=7716] ppid=7715 vsize=868528 CPUtime=489.08
/proc/7716/stat : 7716 (java) S 7715 7702 4618 0 -1 0 55920 0 1 0 47548 1360 0 0 18 0 9 0 135719302 889372672 40945 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7716/statm: 217132 40945 2566 9 0 211679 0
[pid=7716/tid=7717] ppid=7715 vsize=868528 CPUtime=479.88
/proc/7716/task/7717/stat : 7717 (java) R 7715 7702 4618 0 -1 64 8946 0 1 0 46689 1299 0 0 25 0 9 0 135719303 889372672 40945 996147200 134512640 134550740 4294955952 18446744073709551615 4127089004 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7716/tid=7718] ppid=7715 vsize=868528 CPUtime=8.83
/proc/7716/task/7718/stat : 7718 (java) S 7715 7702 4618 0 -1 64 44750 0 0 0 825 58 0 0 16 0 9 0 135719304 889372672 40945 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7716/tid=7719] ppid=7715 vsize=868528 CPUtime=0
/proc/7716/task/7719/stat : 7719 (java) S 7715 7702 4618 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 135719304 889372672 40945 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7716/tid=7720] ppid=7715 vsize=868528 CPUtime=0
/proc/7716/task/7720/stat : 7720 (java) S 7715 7702 4618 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 135719304 889372672 40945 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7716/tid=7721] ppid=7715 vsize=868528 CPUtime=0
/proc/7716/task/7721/stat : 7721 (java) S 7715 7702 4618 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 135719306 889372672 40945 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7716/tid=7722] ppid=7715 vsize=868528 CPUtime=0.33
/proc/7716/task/7722/stat : 7722 (java) S 7715 7702 4618 0 -1 64 1528 0 0 0 32 1 0 0 15 0 9 0 135719306 889372672 40945 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7716/tid=7723] ppid=7715 vsize=868528 CPUtime=0
/proc/7716/task/7723/stat : 7723 (java) S 7715 7702 4618 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 135719306 889372672 40945 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7716/tid=7724] ppid=7715 vsize=868528 CPUtime=0
/proc/7716/task/7724/stat : 7724 (java) S 7715 7702 4618 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 135719306 889372672 40945 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 490.77
Current children cumulated vsize (KiB) 887484

[startup+512.003 s]
/proc/loadavg: 2.51 2.43 2.21 3/84 7726
/proc/meminfo: memFree=15928/2055920 swapFree=4181452/4192956
[pid=7702] ppid=7700 vsize=13600 CPUtime=1.69
/proc/7702/stat : 7702 (sugar) S 7700 7702 4618 0 -1 4194304 974 15187 0 1 4 0 153 12 16 0 1 0 135719126 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7702/statm: 3400 797 370 3 0 500 0
[pid=7715] ppid=7702 vsize=5356 CPUtime=0
/proc/7715/stat : 7715 (sh) S 7702 7702 4618 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 135719302 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7715/statm: 1339 233 193 169 0 50 0
[pid=7716] ppid=7715 vsize=868528 CPUtime=501.62
/proc/7716/stat : 7716 (java) S 7715 7702 4618 0 -1 0 56026 0 1 0 48763 1399 0 0 18 0 9 0 135719302 889372672 40945 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7716/statm: 217132 40945 2566 9 0 211679 0
[pid=7716/tid=7717] ppid=7715 vsize=868528 CPUtime=492.33
/proc/7716/task/7717/stat : 7717 (java) R 7715 7702 4618 0 -1 64 9052 0 1 0 47896 1337 0 0 25 0 9 0 135719303 889372672 40945 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7716/tid=7718] ppid=7715 vsize=868528 CPUtime=8.92
/proc/7716/task/7718/stat : 7718 (java) S 7715 7702 4618 0 -1 64 44750 0 0 0 833 59 0 0 15 0 9 0 135719304 889372672 40945 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7716/tid=7719] ppid=7715 vsize=868528 CPUtime=0
/proc/7716/task/7719/stat : 7719 (java) S 7715 7702 4618 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 135719304 889372672 40945 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7716/tid=7720] ppid=7715 vsize=868528 CPUtime=0
/proc/7716/task/7720/stat : 7720 (java) S 7715 7702 4618 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 135719304 889372672 40945 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7716/tid=7721] ppid=7715 vsize=868528 CPUtime=0
/proc/7716/task/7721/stat : 7721 (java) S 7715 7702 4618 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 135719306 889372672 40945 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7716/tid=7722] ppid=7715 vsize=868528 CPUtime=0.33
/proc/7716/task/7722/stat : 7722 (java) S 7715 7702 4618 0 -1 64 1528 0 0 0 32 1 0 0 15 0 9 0 135719306 889372672 40945 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7716/tid=7723] ppid=7715 vsize=868528 CPUtime=0
/proc/7716/task/7723/stat : 7723 (java) S 7715 7702 4618 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 135719306 889372672 40945 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7716/tid=7724] ppid=7715 vsize=868528 CPUtime=0
/proc/7716/task/7724/stat : 7724 (java) S 7715 7702 4618 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 135719306 889372672 40945 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 503.31
Current children cumulated vsize (KiB) 887484

[startup+515.202 s]
/proc/loadavg: 2.47 2.42 2.21 3/84 7726
/proc/meminfo: memFree=15288/2055920 swapFree=4181452/4192956
[pid=7702] ppid=7700 vsize=13600 CPUtime=1.69
/proc/7702/stat : 7702 (sugar) S 7700 7702 4618 0 -1 4194304 974 15187 0 1 4 0 153 12 16 0 1 0 135719126 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7702/statm: 3400 797 370 3 0 500 0
[pid=7715] ppid=7702 vsize=5356 CPUtime=0
/proc/7715/stat : 7715 (sh) S 7702 7702 4618 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 135719302 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7715/statm: 1339 233 193 169 0 50 0
[pid=7716] ppid=7715 vsize=868528 CPUtime=504.77
/proc/7716/stat : 7716 (java) S 7715 7702 4618 0 -1 0 56054 0 1 0 49069 1408 0 0 18 0 9 0 135719302 889372672 40945 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7716/statm: 217132 40945 2566 9 0 211679 0
[pid=7716/tid=7717] ppid=7715 vsize=868528 CPUtime=495.46
/proc/7716/task/7717/stat : 7717 (java) R 7715 7702 4618 0 -1 64 9080 0 1 0 48200 1346 0 0 25 0 9 0 135719303 889372672 40945 996147200 134512640 134550740 4294955952 18446744073709551615 4126638198 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7716/tid=7718] ppid=7715 vsize=868528 CPUtime=8.94
/proc/7716/task/7718/stat : 7718 (java) S 7715 7702 4618 0 -1 64 44750 0 0 0 835 59 0 0 16 0 9 0 135719304 889372672 40945 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7716/tid=7719] ppid=7715 vsize=868528 CPUtime=0
/proc/7716/task/7719/stat : 7719 (java) S 7715 7702 4618 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 135719304 889372672 40945 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7716/tid=7720] ppid=7715 vsize=868528 CPUtime=0
/proc/7716/task/7720/stat : 7720 (java) S 7715 7702 4618 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 135719304 889372672 40945 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7716/tid=7721] ppid=7715 vsize=868528 CPUtime=0
/proc/7716/task/7721/stat : 7721 (java) S 7715 7702 4618 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 135719306 889372672 40945 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7716/tid=7722] ppid=7715 vsize=868528 CPUtime=0.33
/proc/7716/task/7722/stat : 7722 (java) S 7715 7702 4618 0 -1 64 1528 0 0 0 32 1 0 0 17 0 9 0 135719306 889372672 40945 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7716/tid=7723] ppid=7715 vsize=868528 CPUtime=0
/proc/7716/task/7723/stat : 7723 (java) S 7715 7702 4618 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 135719306 889372672 40945 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7716/tid=7724] ppid=7715 vsize=868528 CPUtime=0
/proc/7716/task/7724/stat : 7724 (java) S 7715 7702 4618 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 135719306 889372672 40945 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 506.46
Current children cumulated vsize (KiB) 887484

[startup+518.402 s]
/proc/loadavg: 2.47 2.42 2.21 3/74 7726
/proc/meminfo: memFree=182152/2055920 swapFree=4181452/4192956
[pid=7702] ppid=7700 vsize=13600 CPUtime=509.52
/proc/7702/stat : 7702 (sugar) R 7700 7702 4618 0 -1 4194304 996 71561 0 2 4 30 49487 1431 19 0 1 0 135719126 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210723640361 0 0 4224 16386 0 0 0 17 1 0 0
/proc/7702/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 509.52
Current children cumulated vsize (KiB) 13600

[startup+519.202 s]
/proc/loadavg: 2.47 2.42 2.21 2/74 7726
/proc/meminfo: memFree=1658888/2055920 swapFree=4181452/4192956
[pid=7702] ppid=7700 vsize=13600 CPUtime=510.03
/proc/7702/stat : 7702 (sugar) R 7700 7702 4618 0 -1 4194304 996 71561 0 2 4 81 49487 1431 18 0 1 0 135719126 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210723640361 0 0 4224 16386 0 0 0 17 1 0 0
/proc/7702/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 510.03
Current children cumulated vsize (KiB) 13600

[startup+519.602 s]
/proc/loadavg: 2.47 2.42 2.21 2/74 7726
/proc/meminfo: memFree=1658888/2055920 swapFree=4181452/4192956
[pid=7702] ppid=7700 vsize=13600 CPUtime=510.05
/proc/7702/stat : 7702 (sugar) D 7700 7702 4618 0 -1 4194304 996 71561 0 2 4 83 49487 1431 18 0 1 0 135719126 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210723640361 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/7702/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 510.05
Current children cumulated vsize (KiB) 13600

[startup+520.002 s]
/proc/loadavg: 2.47 2.42 2.21 2/74 7726
/proc/meminfo: memFree=1658888/2055920 swapFree=4181452/4192956
[pid=7702] ppid=7700 vsize=13600 CPUtime=510.06
/proc/7702/stat : 7702 (sugar) D 7700 7702 4618 0 -1 4194304 996 71561 0 2 4 84 49487 1431 18 0 1 0 135719126 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210723640361 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/7702/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 510.06
Current children cumulated vsize (KiB) 13600

[startup+520.102 s]
/proc/loadavg: 2.47 2.42 2.21 2/74 7726
/proc/meminfo: memFree=1658888/2055920 swapFree=4181452/4192956
[pid=7702] ppid=7700 vsize=13600 CPUtime=510.06
/proc/7702/stat : 7702 (sugar) D 7700 7702 4618 0 -1 4194304 996 71561 0 2 4 84 49487 1431 18 0 1 0 135719126 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210723640361 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/7702/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 510.06
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 520.197
CPU time (s): 510.094
CPU user time (s): 494.927
CPU system time (s): 15.1677
CPU usage (%): 98.0579
Max. virtual memory (cumulated for all children) (KiB): 897620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 494.927
system time used= 15.1677
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72587
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= 47258
involuntary context switches= 59261

runsolver used 0.841872 second user time and 2.09868 second system time

The end

Launcher Data (download as text)

Begin job on node73 at 2008-07-05 07:51:21
IDJOB=1086044
IDBENCH=57753
IDSOLVER=345
FILE ID=node73/1086044-1215237081
PBS_JOBID= 7881899
Free space on /tmp= 66548 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/fapp/fapp26/normalized-fapp26-2300-4.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-1086044-1215237081/watcher-1086044-1215237081 -o /tmp/evaluation-result-1086044-1215237081/solver-1086044-1215237081 -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-1086044-1215237081.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d73e99eb4b5798901f411267510cf8b6
RANDOM SEED=1549422087

node73.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.230
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.230
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:       1439664 kB
Buffers:         65540 kB
Cached:         183888 kB
SwapCached:       5300 kB
Active:         471416 kB
Inactive:        81304 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1439664 kB
SwapTotal:     4192956 kB
SwapFree:      4181452 kB
Dirty:            4944 kB
Writeback:           0 kB
Mapped:         311172 kB
Slab:            48240 kB
Committed_AS:   801348 kB
PageTables:       2384 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= 66544 MiB
End job on node73 at 2008-07-05 08:00:01