Trace number 1087283

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? 531.543 540.833

General information on the benchmark

Namecsp/fapp/fapp23/
normalized-fapp23-1800-9.xml
MD5SUM934d5befa5025b948f72904dd764f189
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark37.9152
Satisfiable
(Un)Satisfiability was proved
Number of variables1800
Number of constraints63962
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension63962
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.16	c 0	Sugar v1-13 + HOME/picosat
0.00/0.16	c 0	BEGIN Sat Jul  5 09:36:28 2008
0.00/0.16	c 0	PID 1709
0.00/0.17	c 0	HOST node43.alineos.net
0.00/0.17	c 0	CONVERTING HOME/instance-1087283-1215243387.xml TO HOME/temp.csp
0.00/0.17	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1087283-1215243387.xml' 'HOME/temp.csp'
3.72/3.96	c 4	24 domains, 1800 variables, 8 predicates, 0 relations, 63962 constraints
3.79/4.00	c 4	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.79/4.00	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.80/4.12	c 4	Parsing HOME/temp.csp
4.23/4.57	c 5	parsed 10000 expressions
4.63/4.90	c 5	parsed 20000 expressions
4.93/5.25	c 5	parsed 30000 expressions
5.23/5.53	c 6	parsed 40000 expressions
5.62/5.95	c 6	parsed 50000 expressions
5.91/6.23	c 6	parsed 60000 expressions
6.02/6.40	c 6	parsed 65794 expressions
6.11/6.40	c 6	Heap : 28 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
6.11/6.40	c 6	Converting to clausal form CSP
13.33/13.75	c 14	converted 6580 (10%) expressions
21.45/21.99	c 22	converted 13159 (20%) expressions
28.76/29.39	c 29	converted 19739 (30%) expressions
37.28/37.98	c 38	converted 26318 (40%) expressions
44.21/44.99	c 45	converted 32897 (50%) expressions
51.14/51.99	c 52	converted 39477 (60%) expressions
59.47/60.30	c 60	converted 46056 (70%) expressions
65.11/66.08	c 66	converted 52636 (80%) expressions
71.05/72.03	c 72	converted 59215 (90%) expressions
76.60/77.65	c 78	converted 65794 (100%) expressions
76.60/77.65	c 78	CSP : 9184 integers, 186795 booleans, 398360 clauses, largest domain size 2821
76.60/77.65	c 78	Heap : 396 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
76.60/77.65	c 78	Propagation in CSP
82.64/83.72	c 84	107412 values, 0 unsatisfiable literals, and 0 valid clauses are removed
82.64/83.72	c 84	CSP : 9184 integers, 186795 booleans, 398360 clauses, largest domain size 2821
82.64/83.72	c 84	Heap : 440 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
82.73/83.87	c 84	Simplifing CSP by introducing new Boolean variables
86.80/87.93	c 88	CSP : 9184 integers, 322593 booleans, 534158 clauses, largest domain size 2821
86.80/87.93	c 88	Heap : 472 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
89.87/91.07	c 91	Encoding CSP to SAT : HOME/temp.cnf
95.21/96.42	c 96	919 (10%) CSP integer variables are encoded (231092 clauses, 3707287 bytes)
100.27/101.60	c 102	1837 (20%) CSP integer variables are encoded (525354 clauses, 8709741 bytes)
102.92/104.28	c 104	2756 (30%) CSP integer variables are encoded (2582405 clauses, 46848509 bytes)
105.77/107.12	c 107	3674 (40%) CSP integer variables are encoded (4709911 clauses, 87271123 bytes)
108.45/109.89	c 110	4592 (50%) CSP integer variables are encoded (6792309 clauses, 126836685 bytes)
111.32/112.96	c 113	5511 (60%) CSP integer variables are encoded (8866210 clauses, 166240804 bytes)
114.18/115.83	c 116	6429 (70%) CSP integer variables are encoded (10913292 clauses, 206973963 bytes)
117.09/118.88	c 119	7348 (80%) CSP integer variables are encoded (13002913 clauses, 250856004 bytes)
120.02/122.06	c 122	8266 (90%) CSP integer variables are encoded (15053431 clauses, 293916882 bytes)
122.96/125.09	c 125	9184 (100%) CSP integer variables are encoded (17152407 clauses, 337995378 bytes)
286.33/291.05	c 291	53416 (10%) CSP clauses are encoded (43921499 clauses, 1006052417 bytes)
420.36/427.21	c 427	106832 (20%) CSP clauses are encoded (68202975 clauses, 1631972212 bytes)
530.62/538.82	c 539	ERROR Exception Too large HOME/temp.cnf
530.62/538.82	c 539	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
530.62/538.82	c 539	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
530.62/538.82	c 539	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
530.62/538.82	s UNKNOWN
530.67/538.98	c 539	CPU 515.79 (0.03 0.01 515.76 14.95)
530.67/538.98	c 539	END Sat Jul  5 09:45:27 2008

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1087283-1215243387/watcher-1087283-1215243387 -o /tmp/evaluation-result-1087283-1215243387/solver-1087283-1215243387 -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-1087283-1215243387.xml 

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


[startup+0 s]
/proc/loadavg: 2.89 2.40 2.22 4/72 1709
/proc/meminfo: memFree=1864632/2055920 swapFree=4179776/4192956
[pid=1709] ppid=1707 vsize=18572 CPUtime=0
/proc/1709/stat : 1709 (runsolver) R 1707 1709 1626 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 2003311271 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 221954764071 0 0 4096 24578 0 0 0 17 1 0 0
/proc/1709/statm: 4643 292 257 25 0 2626 0

[startup+0.0167919 s]
/proc/loadavg: 2.89 2.40 2.22 4/72 1709
/proc/meminfo: memFree=1864632/2055920 swapFree=4179776/4192956
[pid=1709] ppid=1707 vsize=18572 CPUtime=0
/proc/1709/stat : 1709 (runsolver) D 1707 1709 1626 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 2003311271 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 221954764071 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/1709/statm: 4643 292 257 25 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18572

[startup+0.102804 s]
/proc/loadavg: 2.89 2.40 2.22 4/72 1709
/proc/meminfo: memFree=1864632/2055920 swapFree=4179776/4192956
[pid=1709] ppid=1707 vsize=12412 CPUtime=0
/proc/1709/stat : 1709 (sugar) D 1707 1709 1626 0 -1 4194304 414 0 0 0 0 0 0 0 18 0 1 0 2003311271 12709888 382 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/1709/statm: 3103 382 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.302827 s]
/proc/loadavg: 2.89 2.40 2.22 4/72 1709
/proc/meminfo: memFree=1864632/2055920 swapFree=4179776/4192956
[pid=1709] ppid=1707 vsize=13600 CPUtime=0.04
/proc/1709/stat : 1709 (sugar) S 1707 1709 1626 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2003311271 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1709/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.702864 s]
/proc/loadavg: 2.89 2.40 2.22 4/72 1709
/proc/meminfo: memFree=1864632/2055920 swapFree=4179776/4192956
[pid=1709] ppid=1707 vsize=13600 CPUtime=0.04
/proc/1709/stat : 1709 (sugar) S 1707 1709 1626 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2003311271 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1709/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50194 s]
/proc/loadavg: 2.89 2.40 2.22 4/83 1721
/proc/meminfo: memFree=1840224/2055920 swapFree=4179776/4192956
[pid=1709] ppid=1707 vsize=13600 CPUtime=0.04
/proc/1709/stat : 1709 (sugar) S 1707 1709 1626 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2003311271 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1709/statm: 3400 796 370 3 0 500 0
[pid=1712] ppid=1709 vsize=5356 CPUtime=0
/proc/1712/stat : 1712 (sh) S 1709 1709 1626 0 -1 4194304 277 0 0 0 0 0 0 0 20 0 1 0 2003311288 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1712/statm: 1339 233 193 169 0 50 0
[pid=1713] ppid=1712 vsize=864676 CPUtime=1.3
/proc/1713/stat : 1713 (java) S 1712 1709 1626 0 -1 0 13631 0 1 0 122 8 0 0 18 0 9 0 2003311288 885428224 11687 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1713/statm: 216169 11687 2529 9 0 210751 0
[pid=1713/tid=1714] ppid=1712 vsize=864676 CPUtime=0.72
/proc/1713/task/1714/stat : 1714 (java) R 1712 1709 1626 0 -1 64 2969 0 1 0 70 2 0 0 23 0 9 0 2003311289 885428224 11687 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1713/tid=1715] ppid=1712 vsize=864676 CPUtime=0.45
/proc/1713/task/1715/stat : 1715 (java) R 1712 1709 1626 0 -1 64 9478 0 0 0 41 4 0 0 16 0 9 0 2003311291 885428224 11687 996147200 134512640 134550740 4294956000 18446744073709551615 102514255 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1713/tid=1716] ppid=1712 vsize=864676 CPUtime=0
/proc/1713/task/1716/stat : 1716 (java) S 1712 1709 1626 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 2003311291 885428224 11687 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1713/tid=1717] ppid=1712 vsize=864676 CPUtime=0
/proc/1713/task/1717/stat : 1717 (java) S 1712 1709 1626 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 2003311291 885428224 11687 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1713/tid=1718] ppid=1712 vsize=864676 CPUtime=0
/proc/1713/task/1718/stat : 1718 (java) S 1712 1709 1626 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003311293 885428224 11687 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1713/tid=1719] ppid=1712 vsize=864676 CPUtime=0.09
/proc/1713/task/1719/stat : 1719 (java) S 1712 1709 1626 0 -1 64 484 0 0 0 9 0 0 0 16 0 9 0 2003311294 885428224 11687 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1713/tid=1720] ppid=1712 vsize=864676 CPUtime=0
/proc/1713/task/1720/stat : 1720 (java) S 1712 1709 1626 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003311294 885428224 11687 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1713/tid=1721] ppid=1712 vsize=864676 CPUtime=0
/proc/1713/task/1721/stat : 1721 (java) S 1712 1709 1626 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003311294 885428224 11687 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 883632

[startup+3.10208 s]
/proc/loadavg: 2.89 2.40 2.22 4/83 1721
/proc/meminfo: memFree=1805344/2055920 swapFree=4179776/4192956
[pid=1709] ppid=1707 vsize=13600 CPUtime=0.04
/proc/1709/stat : 1709 (sugar) S 1707 1709 1626 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2003311271 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1709/statm: 3400 796 370 3 0 500 0
[pid=1712] ppid=1709 vsize=5356 CPUtime=0
/proc/1712/stat : 1712 (sh) S 1709 1709 1626 0 -1 4194304 277 0 0 0 0 0 0 0 20 0 1 0 2003311288 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1712/statm: 1339 233 193 169 0 50 0
[pid=1713] ppid=1712 vsize=864692 CPUtime=2.89
/proc/1713/stat : 1713 (java) S 1712 1709 1626 0 -1 0 29852 0 1 0 270 19 0 0 18 0 9 0 2003311288 885444608 24955 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1713/statm: 216173 24955 2529 9 0 210755 0
[pid=1713/tid=1714] ppid=1712 vsize=864692 CPUtime=1.36
/proc/1713/task/1714/stat : 1714 (java) R 1712 1709 1626 0 -1 64 3867 0 1 0 133 3 0 0 25 0 9 0 2003311289 885444608 24955 996147200 134512640 134550740 4294956000 18446744073709551615 4125977646 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1713/tid=1715] ppid=1712 vsize=864692 CPUtime=1.37
/proc/1713/task/1715/stat : 1715 (java) S 1712 1709 1626 0 -1 64 24780 0 0 0 123 14 0 0 17 0 9 0 2003311291 885444608 24955 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1713/tid=1716] ppid=1712 vsize=864692 CPUtime=0
/proc/1713/task/1716/stat : 1716 (java) S 1712 1709 1626 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 2003311291 885444608 24955 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1713/tid=1717] ppid=1712 vsize=864692 CPUtime=0
/proc/1713/task/1717/stat : 1717 (java) S 1712 1709 1626 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003311291 885444608 24955 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1713/tid=1718] ppid=1712 vsize=864692 CPUtime=0
/proc/1713/task/1718/stat : 1718 (java) S 1712 1709 1626 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003311293 885444608 24955 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1713/tid=1719] ppid=1712 vsize=864692 CPUtime=0.13
/proc/1713/task/1719/stat : 1719 (java) S 1712 1709 1626 0 -1 64 505 0 0 0 13 0 0 0 16 0 9 0 2003311294 885444608 24955 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1713/tid=1720] ppid=1712 vsize=864692 CPUtime=0
/proc/1713/task/1720/stat : 1720 (java) S 1712 1709 1626 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003311294 885444608 24955 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1713/tid=1721] ppid=1712 vsize=864692 CPUtime=0
/proc/1713/task/1721/stat : 1721 (java) S 1712 1709 1626 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003311294 885444608 24955 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 883648

[startup+6.30519 s]
/proc/loadavg: 2.90 2.41 2.23 4/83 1732
/proc/meminfo: memFree=1837152/2055920 swapFree=4179776/4192956
[pid=1709] ppid=1707 vsize=13600 CPUtime=3.8
/proc/1709/stat : 1709 (sugar) S 1707 1709 1626 0 -1 4194304 973 31966 0 1 3 1 352 24 16 0 1 0 2003311271 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1709/statm: 3400 797 370 3 0 500 0
[pid=1723] ppid=1709 vsize=5356 CPUtime=0
/proc/1723/stat : 1723 (sh) S 1709 1709 1626 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003311672 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1723/statm: 1339 233 193 169 0 50 0
[pid=1724] ppid=1723 vsize=864084 CPUtime=2.22
/proc/1724/stat : 1724 (java) S 1723 1709 1626 0 -1 0 12449 0 1 0 213 9 0 0 18 0 9 0 2003311675 884822016 11063 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1724/statm: 216021 11063 2532 9 0 210603 0
[pid=1724/tid=1725] ppid=1723 vsize=864084 CPUtime=1.39
/proc/1724/task/1725/stat : 1725 (java) R 1723 1709 1626 0 -1 64 2952 0 1 0 137 2 0 0 25 0 9 0 2003311676 884822016 11063 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1724/tid=1726] ppid=1723 vsize=864084 CPUtime=0.73
/proc/1724/task/1726/stat : 1726 (java) S 1723 1709 1626 0 -1 64 8465 0 0 0 68 5 0 0 15 0 9 0 2003311677 884822016 11063 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1724/tid=1727] ppid=1723 vsize=864084 CPUtime=0
/proc/1724/task/1727/stat : 1727 (java) S 1723 1709 1626 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003311678 884822016 11063 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1724/tid=1728] ppid=1723 vsize=864084 CPUtime=0
/proc/1724/task/1728/stat : 1728 (java) S 1723 1709 1626 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2003311678 884822016 11063 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1724/tid=1729] ppid=1723 vsize=864084 CPUtime=0
/proc/1724/task/1729/stat : 1729 (java) S 1723 1709 1626 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003311680 884822016 11063 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1724/tid=1730] ppid=1723 vsize=864084 CPUtime=0.07
/proc/1724/task/1730/stat : 1730 (java) S 1723 1709 1626 0 -1 64 336 0 0 0 7 0 0 0 16 0 9 0 2003311680 884822016 11063 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1724/tid=1731] ppid=1723 vsize=864084 CPUtime=0
/proc/1724/task/1731/stat : 1731 (java) S 1723 1709 1626 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003311680 884822016 11063 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1724/tid=1732] ppid=1723 vsize=864084 CPUtime=0
/proc/1724/task/1732/stat : 1732 (java) S 1723 1709 1626 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003311680 884822016 11063 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 883040

[startup+12.7029 s]
/proc/loadavg: 2.83 2.40 2.22 3/83 1732
/proc/meminfo: memFree=1793952/2055920 swapFree=4179776/4192956
[pid=1709] ppid=1707 vsize=13600 CPUtime=3.8
/proc/1709/stat : 1709 (sugar) S 1707 1709 1626 0 -1 4194304 974 31966 0 1 3 1 352 24 15 0 1 0 2003311271 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1709/statm: 3400 797 370 3 0 500 0
[pid=1723] ppid=1709 vsize=5356 CPUtime=0
/proc/1723/stat : 1723 (sh) S 1709 1709 1626 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003311672 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1723/statm: 1339 233 193 169 0 50 0
[pid=1724] ppid=1723 vsize=868424 CPUtime=8.53
/proc/1724/stat : 1724 (java) S 1723 1709 1626 0 -1 0 21860 0 1 0 837 16 0 0 18 0 9 0 2003311675 889266176 19794 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1724/statm: 217106 19794 2541 9 0 211681 0
[pid=1724/tid=1725] ppid=1723 vsize=868424 CPUtime=6.7
/proc/1724/task/1725/stat : 1725 (java) R 1723 1709 1626 0 -1 64 3474 0 1 0 666 4 0 0 25 0 9 0 2003311676 889266176 19794 996147200 134512640 134550740 4294955952 18446744073709551615 4126569075 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1724/tid=1726] ppid=1723 vsize=868424 CPUtime=1.58
/proc/1724/task/1726/stat : 1726 (java) S 1723 1709 1626 0 -1 64 16201 0 0 0 147 11 0 0 16 0 9 0 2003311677 889266176 19794 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1724/tid=1727] ppid=1723 vsize=868424 CPUtime=0
/proc/1724/task/1727/stat : 1727 (java) S 1723 1709 1626 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003311678 889266176 19794 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1724/tid=1728] ppid=1723 vsize=868424 CPUtime=0
/proc/1724/task/1728/stat : 1728 (java) S 1723 1709 1626 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003311678 889266176 19794 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1724/tid=1729] ppid=1723 vsize=868424 CPUtime=0
/proc/1724/task/1729/stat : 1729 (java) S 1723 1709 1626 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003311680 889266176 19794 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1724/tid=1730] ppid=1723 vsize=868424 CPUtime=0.22
/proc/1724/task/1730/stat : 1730 (java) S 1723 1709 1626 0 -1 64 1489 0 0 0 22 0 0 0 16 0 9 0 2003311680 889266176 19794 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1724/tid=1731] ppid=1723 vsize=868424 CPUtime=0
/proc/1724/task/1731/stat : 1731 (java) S 1723 1709 1626 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003311680 889266176 19794 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1724/tid=1732] ppid=1723 vsize=868424 CPUtime=0
/proc/1724/task/1732/stat : 1732 (java) S 1723 1709 1626 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003311680 889266176 19794 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 887380

[startup+25.5021 s]
/proc/loadavg: 2.72 2.40 2.23 3/83 1732
/proc/meminfo: memFree=1728160/2055920 swapFree=4179776/4192956
[pid=1709] ppid=1707 vsize=13600 CPUtime=3.8
/proc/1709/stat : 1709 (sugar) S 1707 1709 1626 0 -1 4194304 974 31966 0 1 3 1 352 24 16 0 1 0 2003311271 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1709/statm: 3400 797 370 3 0 500 0
[pid=1723] ppid=1709 vsize=5356 CPUtime=0
/proc/1723/stat : 1723 (sh) S 1709 1709 1626 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003311672 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1723/statm: 1339 233 193 169 0 50 0
[pid=1724] ppid=1723 vsize=868424 CPUtime=21.21
/proc/1724/stat : 1724 (java) S 1723 1709 1626 0 -1 0 46180 0 1 0 2086 35 0 0 18 0 9 0 2003311675 889266176 35695 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1724/statm: 217106 35695 2541 9 0 211681 0
[pid=1724/tid=1725] ppid=1723 vsize=868424 CPUtime=16.93
/proc/1724/task/1725/stat : 1725 (java) R 1723 1709 1626 0 -1 64 4673 0 1 0 1688 5 0 0 25 0 9 0 2003311676 889266176 35695 996147200 134512640 134550740 4294955952 18446744073709551615 4126569122 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1724/tid=1726] ppid=1723 vsize=868424 CPUtime=4.01
/proc/1724/task/1726/stat : 1726 (java) S 1723 1709 1626 0 -1 64 39318 0 0 0 373 28 0 0 16 0 9 0 2003311677 889266176 35695 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1724/tid=1727] ppid=1723 vsize=868424 CPUtime=0
/proc/1724/task/1727/stat : 1727 (java) S 1723 1709 1626 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003311678 889266176 35695 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1724/tid=1728] ppid=1723 vsize=868424 CPUtime=0
/proc/1724/task/1728/stat : 1728 (java) S 1723 1709 1626 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003311678 889266176 35695 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=1724/tid=1730] ppid=1723 vsize=868536 CPUtime=0.34
/proc/1724/task/1730/stat : 1730 (java) S 1723 1709 1626 0 -1 64 1540 0 0 0 33 1 0 0 16 0 9 0 2003311680 889380864 130801 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1724/tid=1731] ppid=1723 vsize=868536 CPUtime=0
/proc/1724/task/1731/stat : 1731 (java) S 1723 1709 1626 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003311680 889380864 130801 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1724/tid=1732] ppid=1723 vsize=868536 CPUtime=0
/proc/1724/task/1732/stat : 1732 (java) S 1723 1709 1626 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003311680 889380864 130801 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 455
Current children cumulated vsize (KiB) 887492

[startup+522.303 s]
/proc/loadavg: 2.19 2.24 2.19 3/83 1732
/proc/meminfo: memFree=15648/2055920 swapFree=4179776/4192956
[pid=1709] ppid=1707 vsize=13600 CPUtime=3.8
/proc/1709/stat : 1709 (sugar) S 1707 1709 1626 0 -1 4194304 974 31966 0 1 3 1 352 24 16 0 1 0 2003311271 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1709/statm: 3400 797 370 3 0 500 0
[pid=1723] ppid=1709 vsize=5356 CPUtime=0
/proc/1723/stat : 1723 (sh) S 1709 1709 1626 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003311672 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1723/statm: 1339 233 193 169 0 50 0
[pid=1724] ppid=1723 vsize=868536 CPUtime=510.47
/proc/1724/stat : 1724 (java) S 1723 1709 1626 0 -1 0 157012 0 1 0 49633 1414 0 0 18 0 9 0 2003311675 889380864 130801 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1724/statm: 217134 130801 2566 9 0 211681 0
[pid=1724/tid=1725] ppid=1723 vsize=868536 CPUtime=488.21
/proc/1724/task/1725/stat : 1725 (java) R 1723 1709 1626 0 -1 64 11198 0 1 0 47508 1313 0 0 25 0 9 0 2003311676 889380864 130801 996147200 134512640 134550740 4294955952 18446744073709551615 4127032625 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1724/tid=1726] ppid=1723 vsize=868536 CPUtime=21.89
/proc/1724/task/1726/stat : 1726 (java) S 1723 1709 1626 0 -1 64 143578 0 0 0 2090 99 0 0 16 0 9 0 2003311677 889380864 130801 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1724/tid=1727] ppid=1723 vsize=868536 CPUtime=0
/proc/1724/task/1727/stat : 1727 (java) S 1723 1709 1626 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003311678 889380864 130801 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1724/tid=1728] ppid=1723 vsize=868536 CPUtime=0
/proc/1724/task/1728/stat : 1728 (java) S 1723 1709 1626 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003311678 889380864 130801 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1724/tid=1729] ppid=1723 vsize=868536 CPUtime=0
/proc/1724/task/1729/stat : 1729 (java) S 1723 1709 1626 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003311680 889380864 130801 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1724/tid=1730] ppid=1723 vsize=868536 CPUtime=0.34
/proc/1724/task/1730/stat : 1730 (java) S 1723 1709 1626 0 -1 64 1540 0 0 0 33 1 0 0 16 0 9 0 2003311680 889380864 130801 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1724/tid=1731] ppid=1723 vsize=868536 CPUtime=0
/proc/1724/task/1731/stat : 1731 (java) S 1723 1709 1626 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003311680 889380864 130801 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1724/tid=1732] ppid=1723 vsize=868536 CPUtime=0
/proc/1724/task/1732/stat : 1732 (java) S 1723 1709 1626 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003311680 889380864 130801 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 514.27
Current children cumulated vsize (KiB) 887492

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

[startup+524.807 s]
/proc/loadavg: 2.17 2.24 2.19 3/83 1732
/proc/meminfo: memFree=16032/2055920 swapFree=4179776/4192956
[pid=1709] ppid=1707 vsize=13600 CPUtime=3.8
/proc/1709/stat : 1709 (sugar) S 1707 1709 1626 0 -1 4194304 974 31966 0 1 3 1 352 24 16 0 1 0 2003311271 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1709/statm: 3400 797 370 3 0 500 0
[pid=1723] ppid=1709 vsize=5356 CPUtime=0
/proc/1723/stat : 1723 (sh) S 1709 1709 1626 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003311672 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1723/statm: 1339 233 193 169 0 50 0
[pid=1724] ppid=1723 vsize=868536 CPUtime=512.96
/proc/1724/stat : 1724 (java) S 1723 1709 1626 0 -1 0 157019 0 1 0 49874 1422 0 0 18 0 9 0 2003311675 889380864 130801 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1724/statm: 217134 130801 2566 9 0 211681 0
[pid=1724/tid=1725] ppid=1723 vsize=868536 CPUtime=490.68
/proc/1724/task/1725/stat : 1725 (java) R 1723 1709 1626 0 -1 64 11205 0 1 0 47748 1320 0 0 25 0 9 0 2003311676 889380864 130801 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1724/tid=1726] ppid=1723 vsize=868536 CPUtime=21.9
/proc/1724/task/1726/stat : 1726 (java) R 1723 1709 1626 0 -1 64 143578 0 0 0 2091 99 0 0 15 0 9 0 2003311677 889380864 130801 996147200 134512640 134550740 4294955952 18446744073709551615 102109414 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1724/tid=1727] ppid=1723 vsize=868536 CPUtime=0
/proc/1724/task/1727/stat : 1727 (java) S 1723 1709 1626 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003311678 889380864 130801 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1724/tid=1728] ppid=1723 vsize=868536 CPUtime=0
/proc/1724/task/1728/stat : 1728 (java) S 1723 1709 1626 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003311678 889380864 130801 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1724/tid=1729] ppid=1723 vsize=868536 CPUtime=0
/proc/1724/task/1729/stat : 1729 (java) S 1723 1709 1626 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003311680 889380864 130801 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1724/tid=1730] ppid=1723 vsize=868536 CPUtime=0.34
/proc/1724/task/1730/stat : 1730 (java) S 1723 1709 1626 0 -1 64 1540 0 0 0 33 1 0 0 16 0 9 0 2003311680 889380864 130801 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1724/tid=1731] ppid=1723 vsize=868536 CPUtime=0
/proc/1724/task/1731/stat : 1731 (java) S 1723 1709 1626 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003311680 889380864 130801 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1724/tid=1732] ppid=1723 vsize=868536 CPUtime=0
/proc/1724/task/1732/stat : 1732 (java) S 1723 1709 1626 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003311680 889380864 130801 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 516.76
Current children cumulated vsize (KiB) 887492

[startup+531.203 s]
/proc/loadavg: 2.16 2.23 2.19 3/83 1732
/proc/meminfo: memFree=15904/2055920 swapFree=4179776/4192956
[pid=1709] ppid=1707 vsize=13600 CPUtime=3.8
/proc/1709/stat : 1709 (sugar) S 1707 1709 1626 0 -1 4194304 974 31966 0 1 3 1 352 24 16 0 1 0 2003311271 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1709/statm: 3400 797 370 3 0 500 0
[pid=1723] ppid=1709 vsize=5356 CPUtime=0
/proc/1723/stat : 1723 (sh) S 1709 1709 1626 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003311672 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1723/statm: 1339 233 193 169 0 50 0
[pid=1724] ppid=1723 vsize=868536 CPUtime=519.31
/proc/1724/stat : 1724 (java) S 1723 1709 1626 0 -1 0 157034 0 1 0 50492 1439 0 0 18 0 9 0 2003311675 889380864 130801 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1724/statm: 217134 130801 2566 9 0 211681 0
[pid=1724/tid=1725] ppid=1723 vsize=868536 CPUtime=497
/proc/1724/task/1725/stat : 1725 (java) R 1723 1709 1626 0 -1 64 11220 0 1 0 48363 1337 0 0 25 0 9 0 2003311676 889380864 130801 996147200 134512640 134550740 4294955952 18446744073709551615 4126891763 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1724/tid=1726] ppid=1723 vsize=868536 CPUtime=21.93
/proc/1724/task/1726/stat : 1726 (java) S 1723 1709 1626 0 -1 64 143578 0 0 0 2094 99 0 0 16 0 9 0 2003311677 889380864 130801 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1724/tid=1727] ppid=1723 vsize=868536 CPUtime=0
/proc/1724/task/1727/stat : 1727 (java) S 1723 1709 1626 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003311678 889380864 130801 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1724/tid=1728] ppid=1723 vsize=868536 CPUtime=0
/proc/1724/task/1728/stat : 1728 (java) S 1723 1709 1626 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003311678 889380864 130801 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1724/tid=1729] ppid=1723 vsize=868536 CPUtime=0
/proc/1724/task/1729/stat : 1729 (java) S 1723 1709 1626 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003311680 889380864 130801 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1724/tid=1730] ppid=1723 vsize=868536 CPUtime=0.34
/proc/1724/task/1730/stat : 1730 (java) S 1723 1709 1626 0 -1 64 1540 0 0 0 33 1 0 0 16 0 9 0 2003311680 889380864 130801 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1724/tid=1731] ppid=1723 vsize=868536 CPUtime=0
/proc/1724/task/1731/stat : 1731 (java) S 1723 1709 1626 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003311680 889380864 130801 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1724/tid=1732] ppid=1723 vsize=868536 CPUtime=0
/proc/1724/task/1732/stat : 1732 (java) S 1723 1709 1626 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003311680 889380864 130801 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 523.11
Current children cumulated vsize (KiB) 887492

[startup+537.602 s]
/proc/loadavg: 2.15 2.23 2.19 3/83 1732
/proc/meminfo: memFree=14944/2055920 swapFree=4179776/4192956
[pid=1709] ppid=1707 vsize=13600 CPUtime=3.8
/proc/1709/stat : 1709 (sugar) S 1707 1709 1626 0 -1 4194304 974 31966 0 1 3 1 352 24 16 0 1 0 2003311271 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1709/statm: 3400 797 370 3 0 500 0
[pid=1723] ppid=1709 vsize=5356 CPUtime=0
/proc/1723/stat : 1723 (sh) S 1709 1709 1626 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003311672 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1723/statm: 1339 233 193 169 0 50 0
[pid=1724] ppid=1723 vsize=868536 CPUtime=525.63
/proc/1724/stat : 1724 (java) S 1723 1709 1626 0 -1 0 157050 0 1 0 51105 1458 0 0 18 0 9 0 2003311675 889380864 130801 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1724/statm: 217134 130801 2566 9 0 211681 0
[pid=1724/tid=1725] ppid=1723 vsize=868536 CPUtime=503.3
/proc/1724/task/1725/stat : 1725 (java) R 1723 1709 1626 0 -1 64 11236 0 1 0 48974 1356 0 0 25 0 9 0 2003311676 889380864 130801 996147200 134512640 134550740 4294955952 18446744073709551615 4127032614 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1724/tid=1726] ppid=1723 vsize=868536 CPUtime=21.97
/proc/1724/task/1726/stat : 1726 (java) S 1723 1709 1626 0 -1 64 143578 0 0 0 2097 100 0 0 16 0 9 0 2003311677 889380864 130801 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1724/tid=1727] ppid=1723 vsize=868536 CPUtime=0
/proc/1724/task/1727/stat : 1727 (java) S 1723 1709 1626 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003311678 889380864 130801 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1724/tid=1728] ppid=1723 vsize=868536 CPUtime=0
/proc/1724/task/1728/stat : 1728 (java) S 1723 1709 1626 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003311678 889380864 130801 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1724/tid=1729] ppid=1723 vsize=868536 CPUtime=0
/proc/1724/task/1729/stat : 1729 (java) S 1723 1709 1626 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003311680 889380864 130801 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1724/tid=1730] ppid=1723 vsize=868536 CPUtime=0.34
/proc/1724/task/1730/stat : 1730 (java) S 1723 1709 1626 0 -1 64 1540 0 0 0 33 1 0 0 16 0 9 0 2003311680 889380864 130801 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1724/tid=1731] ppid=1723 vsize=868536 CPUtime=0
/proc/1724/task/1731/stat : 1731 (java) S 1723 1709 1626 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003311680 889380864 130801 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1724/tid=1732] ppid=1723 vsize=868536 CPUtime=0
/proc/1724/task/1732/stat : 1732 (java) S 1723 1709 1626 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003311680 889380864 130801 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 529.43
Current children cumulated vsize (KiB) 887492

[startup+539.201 s]
/proc/loadavg: 2.13 2.23 2.19 2/73 1732
/proc/meminfo: memFree=529328/2055920 swapFree=4179776/4192956
[pid=1709] ppid=1707 vsize=13600 CPUtime=530.94
/proc/1709/stat : 1709 (sugar) R 1707 1709 1626 0 -1 4194304 996 189317 0 2 3 20 51576 1495 17 0 1 0 2003311271 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221954937897 0 0 4224 16386 0 0 0 17 1 0 0
/proc/1709/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 530.94
Current children cumulated vsize (KiB) 13600

[startup+540.001 s]
/proc/loadavg: 2.13 2.23 2.19 2/73 1732
/proc/meminfo: memFree=529328/2055920 swapFree=4179776/4192956
[pid=1709] ppid=1707 vsize=13600 CPUtime=531.48
/proc/1709/stat : 1709 (sugar) D 1707 1709 1626 0 -1 4194304 996 189317 0 2 3 74 51576 1495 18 0 1 0 2003311271 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221954937897 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/1709/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 531.48
Current children cumulated vsize (KiB) 13600

[startup+540.401 s]
/proc/loadavg: 2.13 2.23 2.19 2/73 1732
/proc/meminfo: memFree=1910000/2055920 swapFree=4179776/4192956
[pid=1709] ppid=1707 vsize=13600 CPUtime=531.5
/proc/1709/stat : 1709 (sugar) D 1707 1709 1626 0 -1 4194304 996 189317 0 2 3 76 51576 1495 18 0 1 0 2003311271 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221954937897 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/1709/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 531.5
Current children cumulated vsize (KiB) 13600

[startup+540.801 s]
/proc/loadavg: 2.13 2.23 2.19 2/73 1732
/proc/meminfo: memFree=1910000/2055920 swapFree=4179776/4192956
[pid=1709] ppid=1707 vsize=13600 CPUtime=531.52
/proc/1709/stat : 1709 (sugar) D 1707 1709 1626 0 -1 4194304 996 189317 0 2 3 78 51576 1495 18 0 1 0 2003311271 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221954937897 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/1709/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 531.52
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 540.833
CPU time (s): 531.543
CPU user time (s): 515.798
CPU system time (s): 15.7456
CPU usage (%): 98.2824
Max. virtual memory (cumulated for all children) (KiB): 901632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 515.798
system time used= 15.7456
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 190343
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= 27014
involuntary context switches= 27431

runsolver used 0.657899 second user time and 1.88871 second system time

The end

Launcher Data (download as text)

Begin job on node43 at 2008-07-05 09:36:28
IDJOB=1087283
IDBENCH=57965
IDSOLVER=345
FILE ID=node43/1087283-1215243387
PBS_JOBID= 7882017
Free space on /tmp= 66500 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/fapp/fapp23/normalized-fapp23-1800-9.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-1087283-1215243387/watcher-1087283-1215243387 -o /tmp/evaluation-result-1087283-1215243387/solver-1087283-1215243387 -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-1087283-1215243387.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 934d5befa5025b948f72904dd764f189
RANDOM SEED=777358081

node43.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:       1865112 kB
Buffers:          6484 kB
Cached:          73468 kB
SwapCached:       6816 kB
Active:         112072 kB
Inactive:        26960 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1865112 kB
SwapTotal:     4192956 kB
SwapFree:      4179776 kB
Dirty:           10116 kB
Writeback:           0 kB
Mapped:          67124 kB
Slab:            36972 kB
Committed_AS:  3877688 kB
PageTables:       1948 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= 66500 MiB
End job on node43 at 2008-07-05 09:45:29