Trace number 1086716

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? 465.473 474.311

General information on the benchmark

Namecsp/fapp/fapp24/
normalized-fapp24-2000-2.xml
MD5SUM1f2ebc90aacefa2bf62f5cb29b948cb3
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 benchmark8.71867
Satisfiable
(Un)Satisfiability was proved
Number of variables2000
Number of constraints26753
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension26753
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 08:54:54 2008
0.00/0.05	c 0	PID 9643
0.00/0.05	c 0	HOST node66.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1086716-1215240894.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-1086716-1215240894.xml' 'HOME/temp.csp'
1.75/1.89	c 2	13 domains, 2000 variables, 8 predicates, 0 relations, 26753 constraints
1.84/1.94	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.84/1.94	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.86/2.02	c 2	Parsing HOME/temp.csp
2.30/2.42	c 3	parsed 10000 expressions
2.59/2.77	c 3	parsed 20000 expressions
2.89/3.07	c 3	parsed 28774 expressions
2.89/3.08	c 3	Heap : 12 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.89/3.08	c 3	Converting to clausal form CSP
4.18/4.33	c 5	converted 2878 (10%) expressions
7.14/7.30	c 8	converted 5755 (20%) expressions
10.11/10.36	c 11	converted 8633 (30%) expressions
12.69/12.99	c 13	converted 11510 (40%) expressions
15.36/15.62	c 16	converted 14387 (50%) expressions
18.23/18.59	c 19	converted 17265 (60%) expressions
20.81/21.10	c 21	converted 20142 (70%) expressions
23.18/23.53	c 24	converted 23020 (80%) expressions
25.45/25.80	c 26	converted 25897 (90%) expressions
28.14/28.60	c 29	converted 28774 (100%) expressions
28.14/28.60	c 29	CSP : 7310 integers, 76888 booleans, 172722 clauses, largest domain size 2721
28.14/28.60	c 29	Heap : 97 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
28.14/28.60	c 29	Propagation in CSP
31.10/31.58	c 32	74880 values, 0 unsatisfiable literals, and 0 valid clauses are removed
31.10/31.58	c 32	CSP : 7310 integers, 76888 booleans, 172722 clauses, largest domain size 2721
31.10/31.58	c 32	Heap : 112 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
31.19/31.63	c 32	Simplifing CSP by introducing new Boolean variables
31.59/32.01	c 32	CSP : 7310 integers, 139266 booleans, 235100 clauses, largest domain size 2721
31.59/32.01	c 32	Heap : 132 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
32.28/32.77	c 33	Encoding CSP to SAT : HOME/temp.cnf
36.73/37.25	c 38	731 (10%) CSP integer variables are encoded (205020 clauses, 3263993 bytes)
41.20/41.72	c 42	1462 (20%) CSP integer variables are encoded (411495 clauses, 6774068 bytes)
45.05/45.63	c 46	2193 (30%) CSP integer variables are encoded (1058439 clauses, 17893337 bytes)
47.32/47.97	c 48	2924 (40%) CSP integer variables are encoded (2925126 clauses, 53360390 bytes)
49.70/50.32	c 51	3655 (50%) CSP integer variables are encoded (4811435 clauses, 89200261 bytes)
52.05/52.72	c 53	4386 (60%) CSP integer variables are encoded (6701574 clauses, 125112902 bytes)
54.51/55.22	c 56	5117 (70%) CSP integer variables are encoded (8588891 clauses, 160971925 bytes)
56.95/57.79	c 58	5848 (80%) CSP integer variables are encoded (10494612 clauses, 198181159 bytes)
59.61/60.43	c 61	6579 (90%) CSP integer variables are encoded (12392367 clauses, 238034014 bytes)
62.13/63.04	c 63	7310 (100%) CSP integer variables are encoded (14251932 clauses, 277084879 bytes)
162.24/164.63	c 165	23510 (10%) CSP clauses are encoded (30861200 clauses, 685977670 bytes)
243.21/246.83	c 247	47020 (20%) CSP clauses are encoded (45879006 clauses, 1066668882 bytes)
318.87/323.81	c 324	70530 (30%) CSP clauses are encoded (60088071 clauses, 1428597192 bytes)
391.43/397.76	c 398	94040 (40%) CSP clauses are encoded (73828591 clauses, 1780921549 bytes)
463.18/470.85	c 471	117550 (50%) CSP clauses are encoded (87761382 clauses, 2140627134 bytes)
464.46/472.12	c 472	ERROR Exception Too large HOME/temp.cnf
464.46/472.12	c 472	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
464.46/472.12	c 472	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
464.46/472.12	c 472	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
464.46/472.12	s UNKNOWN
464.46/472.19	c 472	CPU 451.03 (0.03 0.01 451 13.49)
464.46/472.19	c 472	END Sat Jul  5 09:02:46 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-1086716-1215240894/watcher-1086716-1215240894 -o /tmp/evaluation-result-1086716-1215240894/solver-1086716-1215240894 -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-1086716-1215240894.xml 

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/72 9643
/proc/meminfo: memFree=1416000/2055920 swapFree=4179860/4192956
[pid=9643] ppid=9641 vsize=18572 CPUtime=0
/proc/9643/stat : 9643 (runsolver) R 9641 9643 8795 0 -1 4194368 15 0 0 0 0 0 0 0 22 0 1 0 2003059119 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 227607637287 0 0 4096 24578 0 0 0 17 1 0 0
/proc/9643/statm: 4643 292 257 25 0 2626 0

[startup+0.09191 s]
/proc/loadavg: 2.00 2.00 2.00 3/72 9643
/proc/meminfo: memFree=1416000/2055920 swapFree=4179860/4192956
[pid=9643] ppid=9641 vsize=13600 CPUtime=0.04
/proc/9643/stat : 9643 (sugar) S 9641 9643 8795 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2003059119 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9643/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.102905 s]
/proc/loadavg: 2.00 2.00 2.00 3/72 9643
/proc/meminfo: memFree=1416000/2055920 swapFree=4179860/4192956
[pid=9643] ppid=9641 vsize=13600 CPUtime=0.04
/proc/9643/stat : 9643 (sugar) S 9641 9643 8795 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2003059119 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9643/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301927 s]
/proc/loadavg: 2.00 2.00 2.00 3/72 9643
/proc/meminfo: memFree=1416000/2055920 swapFree=4179860/4192956
[pid=9643] ppid=9641 vsize=13600 CPUtime=0.04
/proc/9643/stat : 9643 (sugar) S 9641 9643 8795 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2003059119 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9643/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.702988 s]
/proc/loadavg: 2.00 2.00 2.00 3/72 9643
/proc/meminfo: memFree=1416000/2055920 swapFree=4179860/4192956
[pid=9643] ppid=9641 vsize=13600 CPUtime=0.04
/proc/9643/stat : 9643 (sugar) S 9641 9643 8795 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2003059119 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9643/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50208 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 9655
/proc/meminfo: memFree=1387112/2055920 swapFree=4179860/4192956
[pid=9643] ppid=9641 vsize=13600 CPUtime=0.04
/proc/9643/stat : 9643 (sugar) S 9641 9643 8795 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2003059119 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9643/statm: 3400 796 370 3 0 500 0
[pid=9646] ppid=9643 vsize=5356 CPUtime=0
/proc/9646/stat : 9646 (sh) S 9643 9643 8795 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003059124 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9646/statm: 1339 233 193 169 0 50 0
[pid=9647] ppid=9646 vsize=864676 CPUtime=1.42
/proc/9647/stat : 9647 (java) S 9646 9643 8795 0 -1 0 15149 0 1 0 135 7 0 0 18 0 9 0 2003059124 885428224 13193 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9647/statm: 216169 13193 2529 9 0 210751 0
[pid=9647/tid=9648] ppid=9646 vsize=864676 CPUtime=0.79
/proc/9647/task/9648/stat : 9648 (java) R 9646 9643 8795 0 -1 64 3025 0 1 0 77 2 0 0 24 0 9 0 2003059125 885428224 13193 996147200 134512640 134550740 4294956000 18446744073709551615 4126653419 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9647/tid=9649] ppid=9646 vsize=864676 CPUtime=0.49
/proc/9647/task/9649/stat : 9649 (java) S 9646 9643 8795 0 -1 64 10916 0 0 0 45 4 0 0 16 0 9 0 2003059127 885428224 13193 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9647/tid=9650] ppid=9646 vsize=864676 CPUtime=0
/proc/9647/task/9650/stat : 9650 (java) S 9646 9643 8795 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2003059127 885428224 13193 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9647/tid=9651] ppid=9646 vsize=864676 CPUtime=0
/proc/9647/task/9651/stat : 9651 (java) S 9646 9643 8795 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003059127 885428224 13193 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9647/tid=9652] ppid=9646 vsize=864676 CPUtime=0
/proc/9647/task/9652/stat : 9652 (java) S 9646 9643 8795 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003059129 885428224 13193 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9647/tid=9653] ppid=9646 vsize=864676 CPUtime=0.12
/proc/9647/task/9653/stat : 9653 (java) S 9646 9643 8795 0 -1 64 509 0 0 0 12 0 0 0 16 0 9 0 2003059129 885428224 13193 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9647/tid=9654] ppid=9646 vsize=864676 CPUtime=0
/proc/9647/task/9654/stat : 9654 (java) S 9646 9643 8795 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003059129 885428224 13193 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9647/tid=9655] ppid=9646 vsize=864676 CPUtime=0
/proc/9647/task/9655/stat : 9655 (java) S 9646 9643 8795 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003059129 885428224 13193 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 883632

[startup+3.10127 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 9665
/proc/meminfo: memFree=1406952/2055920 swapFree=4179860/4192956
[pid=9643] ppid=9641 vsize=13600 CPUtime=1.86
/proc/9643/stat : 9643 (sugar) S 9641 9643 8795 0 -1 4194304 974 15969 0 1 3 1 173 9 15 0 1 0 2003059119 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9643/statm: 3400 797 370 3 0 500 0
[pid=9656] ppid=9643 vsize=5356 CPUtime=0
/proc/9656/stat : 9656 (sh) S 9643 9643 8795 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003059313 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9656/statm: 1339 233 193 169 0 50 0
[pid=9657] ppid=9656 vsize=864248 CPUtime=1.13
/proc/9657/stat : 9657 (java) S 9656 9643 8795 0 -1 0 8399 0 1 0 109 4 0 0 19 0 9 0 2003059313 884989952 7328 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9657/statm: 216062 7328 2540 9 0 210637 0
[pid=9657/tid=9658] ppid=9656 vsize=864248 CPUtime=0.71
/proc/9657/task/9658/stat : 9658 (java) R 9656 9643 8795 0 -1 64 2789 0 1 0 70 1 0 0 18 0 9 0 2003059314 884989952 7328 996147200 134512640 134550740 4294955952 18446744073709551615 4126566522 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9657/tid=9659] ppid=9656 vsize=864248 CPUtime=0.32
/proc/9657/task/9659/stat : 9659 (java) S 9656 9643 8795 0 -1 64 4575 0 0 0 31 1 0 0 16 0 9 0 2003059315 884989952 7328 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9657/tid=9660] ppid=9656 vsize=864248 CPUtime=0
/proc/9657/task/9660/stat : 9660 (java) S 9656 9643 8795 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003059316 884989952 7328 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9657/tid=9661] ppid=9656 vsize=864248 CPUtime=0
/proc/9657/task/9661/stat : 9661 (java) S 9656 9643 8795 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2003059316 884989952 7328 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9657/tid=9662] ppid=9656 vsize=864248 CPUtime=0
/proc/9657/task/9662/stat : 9662 (java) S 9656 9643 8795 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003059318 884989952 7328 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9657/tid=9663] ppid=9656 vsize=864248 CPUtime=0.07
/proc/9657/task/9663/stat : 9663 (java) S 9656 9643 8795 0 -1 64 338 0 0 0 7 0 0 0 16 0 9 0 2003059318 884989952 7328 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9657/tid=9664] ppid=9656 vsize=864248 CPUtime=0
/proc/9657/task/9664/stat : 9664 (java) S 9656 9643 8795 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003059318 884989952 7328 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9657/tid=9665] ppid=9656 vsize=864248 CPUtime=0
/proc/9657/task/9665/stat : 9665 (java) R 9656 9643 8795 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003059318 884989952 7328 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) 883204

[startup+6.30265 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 9665
/proc/meminfo: memFree=1380776/2055920 swapFree=4179860/4192956
[pid=9643] ppid=9641 vsize=13600 CPUtime=1.86
/proc/9643/stat : 9643 (sugar) S 9641 9643 8795 0 -1 4194304 974 15969 0 1 3 1 173 9 16 0 1 0 2003059119 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9643/statm: 3400 797 370 3 0 500 0
[pid=9656] ppid=9643 vsize=5356 CPUtime=0
/proc/9656/stat : 9656 (sh) S 9643 9643 8795 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003059313 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9656/statm: 1339 233 193 169 0 50 0
[pid=9657] ppid=9656 vsize=868424 CPUtime=4.3
/proc/9657/stat : 9657 (java) S 9656 9643 8795 0 -1 0 12540 0 1 0 422 8 0 0 19 0 9 0 2003059313 889266176 11142 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9657/statm: 217106 11142 2541 9 0 211681 0
[pid=9657/tid=9658] ppid=9656 vsize=868424 CPUtime=3.32
/proc/9657/task/9658/stat : 9658 (java) R 9656 9643 8795 0 -1 64 3140 0 1 0 330 2 0 0 25 0 9 0 2003059314 889266176 11142 996147200 134512640 134550740 4294955952 18446744073709551615 4126641044 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9657/tid=9659] ppid=9656 vsize=868424 CPUtime=0.73
/proc/9657/task/9659/stat : 9659 (java) S 9656 9643 8795 0 -1 64 7216 0 0 0 68 5 0 0 16 0 9 0 2003059315 889266176 11142 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9657/tid=9660] ppid=9656 vsize=868424 CPUtime=0
/proc/9657/task/9660/stat : 9660 (java) S 9656 9643 8795 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003059316 889266176 11142 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9657/tid=9661] ppid=9656 vsize=868424 CPUtime=0
/proc/9657/task/9661/stat : 9661 (java) S 9656 9643 8795 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003059316 889266176 11142 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9657/tid=9662] ppid=9656 vsize=868424 CPUtime=0
/proc/9657/task/9662/stat : 9662 (java) S 9656 9643 8795 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003059318 889266176 11142 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9657/tid=9663] ppid=9656 vsize=868424 CPUtime=0.22
/proc/9657/task/9663/stat : 9663 (java) S 9656 9643 8795 0 -1 64 1487 0 0 0 22 0 0 0 16 0 9 0 2003059318 889266176 11142 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9657/tid=9664] ppid=9656 vsize=868424 CPUtime=0
/proc/9657/task/9664/stat : 9664 (java) S 9656 9643 8795 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003059318 889266176 11142 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9657/tid=9665] ppid=9656 vsize=868424 CPUtime=0
/proc/9657/task/9665/stat : 9665 (java) S 9656 9643 8795 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003059318 889266176 11142 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) 887380

[startup+12.7024 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 9665
/proc/meminfo: memFree=1356712/2055920 swapFree=4179860/4192956
[pid=9643] ppid=9641 vsize=13600 CPUtime=1.86
/proc/9643/stat : 9643 (sugar) S 9641 9643 8795 0 -1 4194304 974 15969 0 1 3 1 173 9 16 0 1 0 2003059119 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9643/statm: 3400 797 370 3 0 500 0
[pid=9656] ppid=9643 vsize=5356 CPUtime=0
/proc/9656/stat : 9656 (sh) S 9643 9643 8795 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003059313 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9656/statm: 1339 233 193 169 0 50 0
[pid=9657] ppid=9656 vsize=868424 CPUtime=10.63
/proc/9657/stat : 9657 (java) S 9656 9643 8795 0 -1 0 22577 0 1 0 1047 16 0 0 19 0 9 0 2003059313 889266176 17077 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9657/statm: 217106 17077 2541 9 0 211681 0
[pid=9657/tid=9658] ppid=9656 vsize=868424 CPUtime=8.8
/proc/9657/task/9658/stat : 9658 (java) R 9656 9643 8795 0 -1 64 3622 0 1 0 877 3 0 0 25 0 9 0 2003059314 889266176 17077 996147200 134512640 134550740 4294955952 18446744073709551615 4126566909 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9657/tid=9659] ppid=9656 vsize=868424 CPUtime=1.57
/proc/9657/task/9659/stat : 9659 (java) S 9656 9643 8795 0 -1 64 16760 0 0 0 146 11 0 0 16 0 9 0 2003059315 889266176 17077 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9657/tid=9660] ppid=9656 vsize=868424 CPUtime=0
/proc/9657/task/9660/stat : 9660 (java) S 9656 9643 8795 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003059316 889266176 17077 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9657/tid=9661] ppid=9656 vsize=868424 CPUtime=0
/proc/9657/task/9661/stat : 9661 (java) S 9656 9643 8795 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003059316 889266176 17077 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9657/tid=9662] ppid=9656 vsize=868424 CPUtime=0
/proc/9657/task/9662/stat : 9662 (java) S 9656 9643 8795 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003059318 889266176 17077 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9657/tid=9663] ppid=9656 vsize=868424 CPUtime=0.23
/proc/9657/task/9663/stat : 9663 (java) S 9656 9643 8795 0 -1 64 1498 0 0 0 23 0 0 0 15 0 9 0 2003059318 889266176 17077 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9657/tid=9664] ppid=9656 vsize=868424 CPUtime=0
/proc/9657/task/9664/stat : 9664 (java) S 9656 9643 8795 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003059318 889266176 17077 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9657/tid=9665] ppid=9656 vsize=868424 CPUtime=0
/proc/9657/task/9665/stat : 9665 (java) S 9656 9643 8795 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003059318 889266176 17077 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 887380

[startup+25.5029 s]
/proc/loadavg: 2.07 2.02 2.00 3/83 9665
/proc/meminfo: memFree=1308648/2055920 swapFree=4179860/4192956
[pid=9643] ppid=9641 vsize=13600 CPUtime=1.86
/proc/9643/stat : 9643 (sugar) S 9641 9643 8795 0 -1 4194304 974 15969 0 1 3 1 173 9 16 0 1 0 2003059119 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9643/statm: 3400 797 370 3 0 500 0
[pid=9656] ppid=9643 vsize=5356 CPUtime=0
/proc/9656/stat : 9656 (sh) S 9643 9643 8795 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003059313 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9656/statm: 1339 233 193 169 0 50 0
[pid=9657] ppid=9656 vsize=868424 CPUtime=23.3
/proc/9657/stat : 9657 (java) S 9656 9643 8795 0 -1 0 38183 0 1 0 2303 27 0 0 19 0 9 0 2003059313 889266176 28557 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9657/statm: 217106 28557 2541 9 0 211681 0
[pid=9657/tid=9658] ppid=9656 vsize=868424 CPUtime=19.98
/proc/9657/task/9658/stat : 9658 (java) R 9656 9643 8795 0 -1 64 4303 0 1 0 1994 4 0 0 25 0 9 0 2003059314 889266176 28557 996147200 134512640 134550740 4294955952 18446744073709551615 4126638163 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9657/tid=9659] ppid=9656 vsize=868424 CPUtime=3.05
/proc/9657/task/9659/stat : 9659 (java) S 9656 9643 8795 0 -1 64 31683 0 0 0 284 21 0 0 16 0 9 0 2003059315 889266176 28557 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9657/tid=9660] ppid=9656 vsize=868424 CPUtime=0
/proc/9657/task/9660/stat : 9660 (java) S 9656 9643 8795 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003059316 889266176 28557 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9657/tid=9661] ppid=9656 vsize=868424 CPUtime=0
/proc/9657/task/9661/stat : 9661 (java) S 9656 9643 8795 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003059316 889266176 28557 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/9657/task/9658/stat : 9658 (java) R 9656 9643 8795 0 -1 64 8788 0 1 0 37543 1071 0 0 25 0 9 0 2003059314 889380864 39387 996147200 134512640 134550740 4294955952 18446744073709551615 4127083847 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9657/tid=9659] ppid=9656 vsize=868536 CPUtime=7.61
/proc/9657/task/9659/stat : 9659 (java) S 9656 9643 8795 0 -1 64 43865 0 0 0 712 49 0 0 16 0 9 0 2003059315 889380864 39387 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9657/tid=9660] ppid=9656 vsize=868536 CPUtime=0
/proc/9657/task/9660/stat : 9660 (java) S 9656 9643 8795 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003059316 889380864 39387 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9657/tid=9661] ppid=9656 vsize=868536 CPUtime=0
/proc/9657/task/9661/stat : 9661 (java) S 9656 9643 8795 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003059316 889380864 39387 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9657/tid=9662] ppid=9656 vsize=868536 CPUtime=0
/proc/9657/task/9662/stat : 9662 (java) S 9656 9643 8795 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003059318 889380864 39387 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9657/tid=9663] ppid=9656 vsize=868536 CPUtime=0.32
/proc/9657/task/9663/stat : 9663 (java) S 9656 9643 8795 0 -1 64 1546 0 0 0 32 0 0 0 16 0 9 0 2003059318 889380864 39387 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9657/tid=9664] ppid=9656 vsize=868536 CPUtime=0
/proc/9657/task/9664/stat : 9664 (java) S 9656 9643 8795 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003059318 889380864 39387 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9657/tid=9665] ppid=9656 vsize=868536 CPUtime=0
/proc/9657/task/9665/stat : 9665 (java) S 9656 9643 8795 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003059318 889380864 39387 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 395.96
Current children cumulated vsize (KiB) 887492

[startup+462.303 s]
/proc/loadavg: 2.05 2.05 2.00 3/83 9671
/proc/meminfo: memFree=15528/2055920 swapFree=4179860/4192956
[pid=9643] ppid=9641 vsize=13600 CPUtime=1.86
/proc/9643/stat : 9643 (sugar) S 9641 9643 8795 0 -1 4194304 974 15969 0 1 3 1 173 9 16 0 1 0 2003059119 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9643/statm: 3400 797 370 3 0 500 0
[pid=9656] ppid=9643 vsize=5356 CPUtime=0
/proc/9656/stat : 9656 (sh) S 9643 9643 8795 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003059313 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9656/statm: 1339 233 193 169 0 50 0
[pid=9657] ppid=9656 vsize=868536 CPUtime=452.98
/proc/9657/stat : 9657 (java) S 9656 9643 8795 0 -1 0 55500 0 1 0 43993 1305 0 0 19 0 9 0 2003059313 889380864 39387 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9657/statm: 217134 39387 2566 9 0 211681 0
[pid=9657/tid=9658] ppid=9656 vsize=868536 CPUtime=444.63
/proc/9657/task/9658/stat : 9658 (java) R 9656 9643 8795 0 -1 64 9392 0 1 0 43212 1251 0 0 25 0 9 0 2003059314 889380864 39387 996147200 134512640 134550740 4294955952 18446744073709551615 4127086878 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9657/tid=9659] ppid=9656 vsize=868536 CPUtime=8
/proc/9657/task/9659/stat : 9659 (java) S 9656 9643 8795 0 -1 64 43865 0 0 0 748 52 0 0 16 0 9 0 2003059315 889380864 39387 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9657/tid=9660] ppid=9656 vsize=868536 CPUtime=0
/proc/9657/task/9660/stat : 9660 (java) S 9656 9643 8795 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003059316 889380864 39387 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9657/tid=9661] ppid=9656 vsize=868536 CPUtime=0
/proc/9657/task/9661/stat : 9661 (java) S 9656 9643 8795 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003059316 889380864 39387 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9657/tid=9662] ppid=9656 vsize=868536 CPUtime=0
/proc/9657/task/9662/stat : 9662 (java) S 9656 9643 8795 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003059318 889380864 39387 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9657/tid=9663] ppid=9656 vsize=868536 CPUtime=0.32
/proc/9657/task/9663/stat : 9663 (java) S 9656 9643 8795 0 -1 64 1546 0 0 0 32 0 0 0 16 0 9 0 2003059318 889380864 39387 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9657/tid=9664] ppid=9656 vsize=868536 CPUtime=0
/proc/9657/task/9664/stat : 9664 (java) S 9656 9643 8795 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003059318 889380864 39387 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9657/tid=9665] ppid=9656 vsize=868536 CPUtime=0
/proc/9657/task/9665/stat : 9665 (java) S 9656 9643 8795 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003059318 889380864 39387 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 454.84
Current children cumulated vsize (KiB) 887492

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

[startup+467.102 s]
/proc/loadavg: 2.04 2.05 2.00 3/83 9671
/proc/meminfo: memFree=15208/2055920 swapFree=4179860/4192956
[pid=9643] ppid=9641 vsize=13600 CPUtime=1.86
/proc/9643/stat : 9643 (sugar) S 9641 9643 8795 0 -1 4194304 974 15969 0 1 3 1 173 9 16 0 1 0 2003059119 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9643/statm: 3400 797 370 3 0 500 0
[pid=9656] ppid=9643 vsize=5356 CPUtime=0
/proc/9656/stat : 9656 (sh) S 9643 9643 8795 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003059313 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9656/statm: 1339 233 193 169 0 50 0
[pid=9657] ppid=9656 vsize=868536 CPUtime=457.7
/proc/9657/stat : 9657 (java) S 9656 9643 8795 0 -1 0 55549 0 1 0 44450 1320 0 0 19 0 9 0 2003059313 889380864 39387 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9657/statm: 217134 39387 2566 9 0 211681 0
[pid=9657/tid=9658] ppid=9656 vsize=868536 CPUtime=449.31
/proc/9657/task/9658/stat : 9658 (java) R 9656 9643 8795 0 -1 64 9441 0 1 0 43665 1266 0 0 25 0 9 0 2003059314 889380864 39387 996147200 134512640 134550740 4294955952 18446744073709551615 4126895255 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9657/tid=9659] ppid=9656 vsize=868536 CPUtime=8.03
/proc/9657/task/9659/stat : 9659 (java) S 9656 9643 8795 0 -1 64 43865 0 0 0 751 52 0 0 16 0 9 0 2003059315 889380864 39387 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9657/tid=9660] ppid=9656 vsize=868536 CPUtime=0
/proc/9657/task/9660/stat : 9660 (java) S 9656 9643 8795 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003059316 889380864 39387 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9657/tid=9661] ppid=9656 vsize=868536 CPUtime=0
/proc/9657/task/9661/stat : 9661 (java) S 9656 9643 8795 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003059316 889380864 39387 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9657/tid=9662] ppid=9656 vsize=868536 CPUtime=0
/proc/9657/task/9662/stat : 9662 (java) S 9656 9643 8795 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003059318 889380864 39387 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9657/tid=9663] ppid=9656 vsize=868536 CPUtime=0.32
/proc/9657/task/9663/stat : 9663 (java) S 9656 9643 8795 0 -1 64 1546 0 0 0 32 0 0 0 16 0 9 0 2003059318 889380864 39387 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9657/tid=9664] ppid=9656 vsize=868536 CPUtime=0
/proc/9657/task/9664/stat : 9664 (java) S 9656 9643 8795 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003059318 889380864 39387 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9657/tid=9665] ppid=9656 vsize=868536 CPUtime=0
/proc/9657/task/9665/stat : 9665 (java) S 9656 9643 8795 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003059318 889380864 39387 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 459.56
Current children cumulated vsize (KiB) 887492

[startup+470.303 s]
/proc/loadavg: 2.04 2.05 2.00 3/83 9671
/proc/meminfo: memFree=16040/2055920 swapFree=4179860/4192956
[pid=9643] ppid=9641 vsize=13600 CPUtime=1.86
/proc/9643/stat : 9643 (sugar) S 9641 9643 8795 0 -1 4194304 974 15969 0 1 3 1 173 9 16 0 1 0 2003059119 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9643/statm: 3400 797 370 3 0 500 0
[pid=9656] ppid=9643 vsize=5356 CPUtime=0
/proc/9656/stat : 9656 (sh) S 9643 9643 8795 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003059313 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9656/statm: 1339 233 193 169 0 50 0
[pid=9657] ppid=9656 vsize=868536 CPUtime=460.83
/proc/9657/stat : 9657 (java) S 9656 9643 8795 0 -1 0 55582 0 1 0 44753 1330 0 0 19 0 9 0 2003059313 889380864 39387 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9657/statm: 217134 39387 2566 9 0 211681 0
[pid=9657/tid=9658] ppid=9656 vsize=868536 CPUtime=452.42
/proc/9657/task/9658/stat : 9658 (java) R 9656 9643 8795 0 -1 64 9474 0 1 0 43966 1276 0 0 25 0 9 0 2003059314 889380864 39387 996147200 134512640 134550740 4294955952 18446744073709551615 4126638225 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9657/tid=9659] ppid=9656 vsize=868536 CPUtime=8.06
/proc/9657/task/9659/stat : 9659 (java) S 9656 9643 8795 0 -1 64 43865 0 0 0 753 53 0 0 16 0 9 0 2003059315 889380864 39387 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9657/tid=9660] ppid=9656 vsize=868536 CPUtime=0
/proc/9657/task/9660/stat : 9660 (java) S 9656 9643 8795 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003059316 889380864 39387 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9657/tid=9661] ppid=9656 vsize=868536 CPUtime=0
/proc/9657/task/9661/stat : 9661 (java) S 9656 9643 8795 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003059316 889380864 39387 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9657/tid=9662] ppid=9656 vsize=868536 CPUtime=0
/proc/9657/task/9662/stat : 9662 (java) S 9656 9643 8795 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003059318 889380864 39387 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9657/tid=9663] ppid=9656 vsize=868536 CPUtime=0.32
/proc/9657/task/9663/stat : 9663 (java) S 9656 9643 8795 0 -1 64 1546 0 0 0 32 0 0 0 16 0 9 0 2003059318 889380864 39387 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9657/tid=9664] ppid=9656 vsize=868536 CPUtime=0
/proc/9657/task/9664/stat : 9664 (java) S 9656 9643 8795 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003059318 889380864 39387 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9657/tid=9665] ppid=9656 vsize=868536 CPUtime=0
/proc/9657/task/9665/stat : 9665 (java) S 9656 9643 8795 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003059318 889380864 39387 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 462.69
Current children cumulated vsize (KiB) 887492

[startup+471.908 s]
/proc/loadavg: 2.04 2.05 2.00 3/83 9671
/proc/meminfo: memFree=16168/2055920 swapFree=4179860/4192956
[pid=9643] ppid=9641 vsize=13600 CPUtime=1.86
/proc/9643/stat : 9643 (sugar) S 9641 9643 8795 0 -1 4194304 974 15969 0 1 3 1 173 9 16 0 1 0 2003059119 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9643/statm: 3400 797 370 3 0 500 0
[pid=9656] ppid=9643 vsize=5356 CPUtime=0
/proc/9656/stat : 9656 (sh) S 9643 9643 8795 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003059313 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9656/statm: 1339 233 193 169 0 50 0
[pid=9657] ppid=9656 vsize=868536 CPUtime=462.4
/proc/9657/stat : 9657 (java) S 9656 9643 8795 0 -1 0 55600 0 1 0 44905 1335 0 0 19 0 9 0 2003059313 889380864 39387 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9657/statm: 217134 39387 2566 9 0 211681 0
[pid=9657/tid=9658] ppid=9656 vsize=868536 CPUtime=453.99
/proc/9657/task/9658/stat : 9658 (java) R 9656 9643 8795 0 -1 64 9492 0 1 0 44118 1281 0 0 25 0 9 0 2003059314 889380864 39387 996147200 134512640 134550740 4294955952 18446744073709551615 4127082980 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9657/tid=9659] ppid=9656 vsize=868536 CPUtime=8.07
/proc/9657/task/9659/stat : 9659 (java) S 9656 9643 8795 0 -1 64 43865 0 0 0 754 53 0 0 16 0 9 0 2003059315 889380864 39387 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9657/tid=9660] ppid=9656 vsize=868536 CPUtime=0
/proc/9657/task/9660/stat : 9660 (java) S 9656 9643 8795 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003059316 889380864 39387 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9657/tid=9661] ppid=9656 vsize=868536 CPUtime=0
/proc/9657/task/9661/stat : 9661 (java) S 9656 9643 8795 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003059316 889380864 39387 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9657/tid=9662] ppid=9656 vsize=868536 CPUtime=0
/proc/9657/task/9662/stat : 9662 (java) S 9656 9643 8795 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003059318 889380864 39387 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9657/tid=9663] ppid=9656 vsize=868536 CPUtime=0.32
/proc/9657/task/9663/stat : 9663 (java) S 9656 9643 8795 0 -1 64 1546 0 0 0 32 0 0 0 16 0 9 0 2003059318 889380864 39387 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9657/tid=9664] ppid=9656 vsize=868536 CPUtime=0
/proc/9657/task/9664/stat : 9664 (java) S 9656 9643 8795 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003059318 889380864 39387 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9657/tid=9665] ppid=9656 vsize=868536 CPUtime=0
/proc/9657/task/9665/stat : 9665 (java) S 9656 9643 8795 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003059318 889380864 39387 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 464.26
Current children cumulated vsize (KiB) 887492

[startup+473.501 s]
/proc/loadavg: 2.04 2.05 2.00 3/73 9671
/proc/meminfo: memFree=1606648/2055920 swapFree=4179860/4192956
[pid=9643] ppid=9641 vsize=13600 CPUtime=465.42
/proc/9643/stat : 9643 (sugar) D 9641 9643 8795 0 -1 4194304 996 71869 0 2 3 90 45100 1349 18 0 1 0 2003059119 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 227607811113 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/9643/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 465.42
Current children cumulated vsize (KiB) 13600

[startup+473.901 s]
/proc/loadavg: 2.04 2.05 2.00 3/73 9671
/proc/meminfo: memFree=1606648/2055920 swapFree=4179860/4192956
[pid=9643] ppid=9641 vsize=13600 CPUtime=465.44
/proc/9643/stat : 9643 (sugar) D 9641 9643 8795 0 -1 4194304 996 71869 0 2 3 92 45100 1349 18 0 1 0 2003059119 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 227607811113 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/9643/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 465.44
Current children cumulated vsize (KiB) 13600

[startup+474.301 s]
/proc/loadavg: 2.04 2.05 2.00 2/73 9671
/proc/meminfo: memFree=1843704/2055920 swapFree=4179860/4192956
[pid=9643] ppid=9641 vsize=13600 CPUtime=465.46
/proc/9643/stat : 9643 (sugar) D 9641 9643 8795 0 -1 4194304 996 71869 0 2 3 94 45100 1349 18 0 1 0 2003059119 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 227607811113 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/9643/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 465.46
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 474.311
CPU time (s): 465.473
CPU user time (s): 451.038
CPU system time (s): 14.4348
CPU usage (%): 98.1366
Max. virtual memory (cumulated for all children) (KiB): 897628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 451.038
system time used= 14.4348
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72895
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= 49156
involuntary context switches= 60134

runsolver used 0.609907 second user time and 1.61975 second system time

The end

Launcher Data (download as text)

Begin job on node66 at 2008-07-05 08:54:54
IDJOB=1086716
IDBENCH=57867
IDSOLVER=345
FILE ID=node66/1086716-1215240894
PBS_JOBID= 7881943
Free space on /tmp= 66408 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/fapp/fapp24/normalized-fapp24-2000-2.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-1086716-1215240894/watcher-1086716-1215240894 -o /tmp/evaluation-result-1086716-1215240894/solver-1086716-1215240894 -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-1086716-1215240894.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1f2ebc90aacefa2bf62f5cb29b948cb3
RANDOM SEED=1561196957

node66.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.213
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.213
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:       1416480 kB
Buffers:         77472 kB
Cached:         386640 kB
SwapCached:       7264 kB
Active:         352656 kB
Inactive:       226456 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1416480 kB
SwapTotal:     4192956 kB
SwapFree:      4179860 kB
Dirty:            5008 kB
Writeback:           0 kB
Mapped:         122292 kB
Slab:            45412 kB
Committed_AS:  4235800 kB
PageTables:       2080 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= 66408 MiB
End job on node66 at 2008-07-05 09:02:49