Trace number 1087577

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? 585.416 596.239

General information on the benchmark

Namecsp/fapp/fapp36/
normalized-fapp36-2000-10.xml
MD5SUMd5e3aabb8926151d3fb7baec2a204317
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.0944
Satisfiable
(Un)Satisfiability was proved
Number of variables2000
Number of constraints18600
Maximum constraint arity2
Maximum domain size454
Number of constraints which are defined in extension0
Number of constraints which are defined in intension18600
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.05	c 0	BEGIN Sat Jul  5 09:59:12 2008
0.00/0.05	c 0	PID 13681
0.00/0.05	c 0	HOST node29.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1087577-1215244751.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-1087577-1215244751.xml' 'HOME/temp.csp'
1.35/1.47	c 1	26 domains, 2000 variables, 8 predicates, 0 relations, 18600 constraints
1.42/1.52	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.42/1.52	c 1	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.43/1.60	c 1	Parsing HOME/temp.csp
1.43/2.02	c 2	parsed 10000 expressions
2.19/2.32	c 2	parsed 20000 expressions
2.19/2.33	c 2	parsed 20634 expressions
2.19/2.34	c 2	Heap : 9 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.19/2.34	c 2	Converting to clausal form CSP
2.28/2.49	c 2	converted 2064 (10%) expressions
5.89/6.03	c 6	converted 4127 (20%) expressions
8.77/8.93	c 8	converted 6191 (30%) expressions
11.84/12.07	c 12	converted 8254 (40%) expressions
14.70/14.91	c 14	converted 10317 (50%) expressions
17.67/17.94	c 17	converted 12381 (60%) expressions
20.34/20.65	c 20	converted 14444 (70%) expressions
22.92/23.22	c 23	converted 16508 (80%) expressions
25.28/25.61	c 25	converted 18571 (90%) expressions
28.06/28.44	c 28	converted 20634 (100%) expressions
28.06/28.44	c 28	CSP : 6108 integers, 51656 booleans, 118580 clauses, largest domain size 2895
28.06/28.44	c 28	Heap : 100 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
28.06/28.44	c 28	Propagation in CSP
31.33/31.70	c 31	169650 values, 0 unsatisfiable literals, and 0 valid clauses are removed
31.33/31.71	c 31	CSP : 6108 integers, 51656 booleans, 118580 clauses, largest domain size 2895
31.33/31.71	c 31	Heap : 107 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
31.33/31.75	c 31	Simplifing CSP by introducing new Boolean variables
31.63/32.02	c 32	CSP : 6108 integers, 94724 booleans, 161648 clauses, largest domain size 2895
31.63/32.02	c 32	Heap : 117 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
32.31/32.76	c 32	Encoding CSP to SAT : HOME/temp.cnf
38.35/38.85	c 38	611 (10%) CSP integer variables are encoded (227176 clauses, 3640439 bytes)
43.83/44.38	c 44	1222 (20%) CSP integer variables are encoded (454769 clauses, 7509520 bytes)
49.67/50.29	c 50	1833 (30%) CSP integer variables are encoded (682814 clauses, 11386285 bytes)
52.56/53.13	c 53	2444 (40%) CSP integer variables are encoded (1842365 clauses, 32787585 bytes)
54.33/54.94	c 54	3054 (50%) CSP integer variables are encoded (3378889 clauses, 61981541 bytes)
56.11/56.71	c 56	3665 (60%) CSP integer variables are encoded (4891616 clauses, 90723354 bytes)
57.89/58.51	c 58	4276 (70%) CSP integer variables are encoded (6445739 clauses, 120251691 bytes)
59.62/60.49	c 60	4887 (80%) CSP integer variables are encoded (7942306 clauses, 148686464 bytes)
61.51/62.33	c 62	5498 (90%) CSP integer variables are encoded (9486705 clauses, 178030045 bytes)
63.38/64.27	c 64	6108 (100%) CSP integer variables are encoded (11002851 clauses, 208853924 bytes)
156.11/158.05	c 158	16165 (10%) CSP clauses are encoded (22852242 clauses, 497340959 bytes)
221.86/224.62	c 224	32330 (20%) CSP clauses are encoded (32482077 clauses, 738496817 bytes)
288.86/292.41	c 292	48495 (30%) CSP clauses are encoded (41963114 clauses, 975488222 bytes)
356.05/361.67	c 361	64660 (40%) CSP clauses are encoded (51982666 clauses, 1229216267 bytes)
417.19/423.60	c 423	80824 (50%) CSP clauses are encoded (60842710 clauses, 1453489755 bytes)
475.17/482.34	c 482	96989 (60%) CSP clauses are encoded (69957991 clauses, 1686658861 bytes)
527.30/535.24	c 535	113154 (70%) CSP clauses are encoded (78210606 clauses, 1899220837 bytes)
573.79/582.85	c 582	129319 (80%) CSP clauses are encoded (85883307 clauses, 2100191906 bytes)
584.68/594.12	c 594	ERROR Exception Too large HOME/temp.cnf
584.68/594.12	c 594	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
584.68/594.12	c 594	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
584.68/594.12	c 594	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
584.68/594.12	s UNKNOWN
584.68/594.17	c 594	CPU 570.99 (0.03 0.01 570.96 13.74)
584.68/594.17	c 594	END Sat Jul  5 10:09:06 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-1087577-1215244751/watcher-1087577-1215244751 -o /tmp/evaluation-result-1087577-1215244751/solver-1087577-1215244751 -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-1087577-1215244751.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.13 2.11 2.04 4/82 13681
/proc/meminfo: memFree=1713104/2055920 swapFree=4180452/4192956
[pid=13681] ppid=13679 vsize=12272 CPUtime=0
/proc/13681/stat : 13681 (sugar) R 13679 13681 12910 0 -1 4194304 359 0 0 0 0 0 0 0 20 0 1 0 2003448941 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 221780867685 0 0 4224 0 0 0 0 17 1 0 0
/proc/13681/statm: 3068 327 246 3 0 168 0

[startup+0.139485 s]
/proc/loadavg: 2.13 2.11 2.04 4/82 13681
/proc/meminfo: memFree=1713104/2055920 swapFree=4180452/4192956
[pid=13681] ppid=13679 vsize=13600 CPUtime=0.03
/proc/13681/stat : 13681 (sugar) S 13679 13681 12910 0 -1 4194304 900 127 0 0 3 0 0 0 21 0 1 0 2003448941 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13681/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.20149 s]
/proc/loadavg: 2.13 2.11 2.04 4/82 13681
/proc/meminfo: memFree=1713104/2055920 swapFree=4180452/4192956
[pid=13681] ppid=13679 vsize=13600 CPUtime=0.03
/proc/13681/stat : 13681 (sugar) S 13679 13681 12910 0 -1 4194304 900 127 0 0 3 0 0 0 21 0 1 0 2003448941 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13681/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301497 s]
/proc/loadavg: 2.13 2.11 2.04 4/82 13681
/proc/meminfo: memFree=1713104/2055920 swapFree=4180452/4192956
[pid=13681] ppid=13679 vsize=13600 CPUtime=0.03
/proc/13681/stat : 13681 (sugar) S 13679 13681 12910 0 -1 4194304 900 127 0 0 3 0 0 0 21 0 1 0 2003448941 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13681/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701526 s]
/proc/loadavg: 2.13 2.11 2.04 4/82 13681
/proc/meminfo: memFree=1713104/2055920 swapFree=4180452/4192956
[pid=13681] ppid=13679 vsize=13600 CPUtime=0.03
/proc/13681/stat : 13681 (sugar) S 13679 13681 12910 0 -1 4194304 900 127 0 0 3 0 0 0 21 0 1 0 2003448941 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13681/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50257 s]
/proc/loadavg: 2.20 2.13 2.04 3/93 13693
/proc/meminfo: memFree=1662200/2055920 swapFree=4180452/4192956
[pid=13681] ppid=13679 vsize=13600 CPUtime=0.03
/proc/13681/stat : 13681 (sugar) S 13679 13681 12910 0 -1 4194304 918 127 0 0 3 0 0 0 16 0 1 0 2003448941 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13681/statm: 3400 796 370 3 0 500 0
[pid=13684] ppid=13681 vsize=5356 CPUtime=0
/proc/13684/stat : 13684 (sh) S 13681 13681 12910 0 -1 4194304 277 0 0 0 0 0 0 0 23 0 1 0 2003448947 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13684/statm: 1339 233 193 169 0 50 0
[pid=13685] ppid=13684 vsize=864660 CPUtime=1.39
/proc/13685/stat : 13685 (java) S 13684 13681 12910 0 -1 0 12637 0 1 0 131 8 0 0 18 0 9 0 2003448947 885411840 10678 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13685/statm: 216165 10678 2529 9 0 210747 0
[pid=13685/tid=13686] ppid=13684 vsize=864660 CPUtime=0.75
/proc/13685/task/13686/stat : 13686 (java) S 13684 13681 12910 0 -1 64 2999 0 1 0 73 2 0 0 25 0 9 0 2003448948 885411840 10678 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13685/tid=13687] ppid=13684 vsize=864660 CPUtime=0.46
/proc/13685/task/13687/stat : 13687 (java) S 13684 13681 12910 0 -1 64 8413 0 0 0 42 4 0 0 16 0 9 0 2003448949 885411840 10678 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13685/tid=13688] ppid=13684 vsize=864660 CPUtime=0
/proc/13685/task/13688/stat : 13688 (java) S 13684 13681 12910 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2003448949 885411840 10678 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13685/tid=13689] ppid=13684 vsize=864660 CPUtime=0
/proc/13685/task/13689/stat : 13689 (java) S 13684 13681 12910 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 2003448949 885411840 10678 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13685/tid=13690] ppid=13684 vsize=864660 CPUtime=0
/proc/13685/task/13690/stat : 13690 (java) S 13684 13681 12910 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003448951 885411840 10678 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13685/tid=13691] ppid=13684 vsize=864660 CPUtime=0.15
/proc/13685/task/13691/stat : 13691 (java) S 13684 13681 12910 0 -1 64 525 0 0 0 15 0 0 0 16 0 9 0 2003448951 885411840 10678 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13685/tid=13692] ppid=13684 vsize=864660 CPUtime=0
/proc/13685/task/13692/stat : 13692 (java) S 13684 13681 12910 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003448951 885411840 10678 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13685/tid=13693] ppid=13684 vsize=864660 CPUtime=0
/proc/13685/task/13693/stat : 13693 (java) S 13684 13681 12910 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003448951 885411840 10678 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 883616

[startup+3.10267 s]
/proc/loadavg: 2.20 2.13 2.04 4/93 13703
/proc/meminfo: memFree=1661944/2055920 swapFree=4180452/4192956
[pid=13681] ppid=13679 vsize=13600 CPUtime=1.44
/proc/13681/stat : 13681 (sugar) S 13679 13681 12910 0 -1 4194304 974 13054 0 1 3 1 131 9 15 0 1 0 2003448941 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13681/statm: 3400 797 370 3 0 500 0
[pid=13694] ppid=13681 vsize=5356 CPUtime=0
/proc/13694/stat : 13694 (sh) S 13681 13681 12910 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003449093 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13694/statm: 1339 233 193 169 0 50 0
[pid=13695] ppid=13694 vsize=868304 CPUtime=1.55
/proc/13695/stat : 13695 (java) S 13694 13681 12910 0 -1 0 8968 0 1 0 151 4 0 0 18 0 9 0 2003449094 889143296 7925 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13695/statm: 217076 7925 2544 9 0 211651 0
[pid=13695/tid=13696] ppid=13694 vsize=868304 CPUtime=1.1
/proc/13695/task/13696/stat : 13696 (java) R 13694 13681 12910 0 -1 64 2735 0 1 0 109 1 0 0 25 0 9 0 2003449095 889143296 7925 996147200 134512640 134550740 4294955952 18446744073709551615 4126570708 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13695/tid=13697] ppid=13694 vsize=868304 CPUtime=0.24
/proc/13695/task/13697/stat : 13697 (java) S 13694 13681 12910 0 -1 64 4063 0 0 0 23 1 0 0 16 0 9 0 2003449096 889143296 7925 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13695/tid=13698] ppid=13694 vsize=868304 CPUtime=0
/proc/13695/task/13698/stat : 13698 (java) S 13694 13681 12910 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003449096 889143296 7925 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13695/tid=13699] ppid=13694 vsize=868304 CPUtime=0
/proc/13695/task/13699/stat : 13699 (java) S 13694 13681 12910 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2003449096 889143296 7925 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13695/tid=13700] ppid=13694 vsize=868304 CPUtime=0
/proc/13695/task/13700/stat : 13700 (java) S 13694 13681 12910 0 -1 64 1 0 0 0 0 0 0 0 21 0 9 0 2003449098 889143296 7925 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13695/tid=13701] ppid=13694 vsize=868304 CPUtime=0.18
/proc/13695/task/13701/stat : 13701 (java) S 13694 13681 12910 0 -1 64 1474 0 0 0 18 0 0 0 15 0 9 0 2003449098 889143296 7925 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13695/tid=13702] ppid=13694 vsize=868304 CPUtime=0
/proc/13695/task/13702/stat : 13702 (java) S 13694 13681 12910 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 2003449098 889143296 7925 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13695/tid=13703] ppid=13694 vsize=868304 CPUtime=0
/proc/13695/task/13703/stat : 13703 (java) S 13694 13681 12910 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003449098 889143296 7925 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 887260

[startup+6.30188 s]
/proc/loadavg: 2.27 2.14 2.05 3/93 13703
/proc/meminfo: memFree=1595832/2055920 swapFree=4180452/4192956
[pid=13681] ppid=13679 vsize=13600 CPUtime=1.44
/proc/13681/stat : 13681 (sugar) S 13679 13681 12910 0 -1 4194304 974 13054 0 1 3 1 131 9 16 0 1 0 2003448941 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13681/statm: 3400 797 370 3 0 500 0
[pid=13694] ppid=13681 vsize=5356 CPUtime=0
/proc/13694/stat : 13694 (sh) S 13681 13681 12910 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003449093 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13694/statm: 1339 233 193 169 0 50 0
[pid=13695] ppid=13694 vsize=868416 CPUtime=4.75
/proc/13695/stat : 13695 (java) S 13694 13681 12910 0 -1 0 14681 0 1 0 462 13 0 0 18 0 9 0 2003449094 889257984 10766 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13695/statm: 217104 10766 2541 9 0 211679 0
[pid=13695/tid=13696] ppid=13694 vsize=868416 CPUtime=3.73
/proc/13695/task/13696/stat : 13696 (java) R 13694 13681 12910 0 -1 64 3197 0 1 0 368 5 0 0 25 0 9 0 2003449095 889257984 10766 996147200 134512640 134550740 4294955952 18446744073709551615 4126569328 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13695/tid=13697] ppid=13694 vsize=868416 CPUtime=0.79
/proc/13695/task/13697/stat : 13697 (java) S 13694 13681 12910 0 -1 64 9306 0 0 0 73 6 0 0 16 0 9 0 2003449096 889257984 10766 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13695/tid=13698] ppid=13694 vsize=868416 CPUtime=0
/proc/13695/task/13698/stat : 13698 (java) S 13694 13681 12910 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003449096 889257984 10766 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13695/tid=13699] ppid=13694 vsize=868416 CPUtime=0
/proc/13695/task/13699/stat : 13699 (java) S 13694 13681 12910 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003449096 889257984 10766 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13695/tid=13700] ppid=13694 vsize=868416 CPUtime=0
/proc/13695/task/13700/stat : 13700 (java) S 13694 13681 12910 0 -1 64 1 0 0 0 0 0 0 0 21 0 9 0 2003449098 889257984 10766 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13695/tid=13701] ppid=13694 vsize=868416 CPUtime=0.2
/proc/13695/task/13701/stat : 13701 (java) S 13694 13681 12910 0 -1 64 1482 0 0 0 20 0 0 0 15 0 9 0 2003449098 889257984 10766 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13695/tid=13702] ppid=13694 vsize=868416 CPUtime=0
/proc/13695/task/13702/stat : 13702 (java) S 13694 13681 12910 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 2003449098 889257984 10766 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13695/tid=13703] ppid=13694 vsize=868416 CPUtime=0
/proc/13695/task/13703/stat : 13703 (java) S 13694 13681 12910 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003449098 889257984 10766 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 887372

[startup+12.7023 s]
/proc/loadavg: 2.32 2.16 2.05 3/93 13703
/proc/meminfo: memFree=1526976/2055920 swapFree=4180452/4192956
[pid=13681] ppid=13679 vsize=13600 CPUtime=1.44
/proc/13681/stat : 13681 (sugar) S 13679 13681 12910 0 -1 4194304 974 13054 0 1 3 1 131 9 16 0 1 0 2003448941 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13681/statm: 3400 797 370 3 0 500 0
[pid=13694] ppid=13681 vsize=5356 CPUtime=0
/proc/13694/stat : 13694 (sh) S 13681 13681 12910 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003449093 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13694/statm: 1339 233 193 169 0 50 0
[pid=13695] ppid=13694 vsize=868416 CPUtime=11.08
/proc/13695/stat : 13695 (java) S 13694 13681 12910 0 -1 0 22508 0 1 0 1086 22 0 0 18 0 9 0 2003449094 889257984 16425 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13695/statm: 217104 16425 2541 9 0 211679 0
[pid=13695/tid=13696] ppid=13694 vsize=868416 CPUtime=9.29
/proc/13695/task/13696/stat : 13696 (java) R 13694 13681 12910 0 -1 64 3665 0 1 0 921 8 0 0 25 0 9 0 2003449095 889257984 16425 996147200 134512640 134550740 4294955952 18446744073709551615 4126642123 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13695/tid=13697] ppid=13694 vsize=868416 CPUtime=1.55
/proc/13695/task/13697/stat : 13697 (java) S 13694 13681 12910 0 -1 64 16657 0 0 0 143 12 0 0 16 0 9 0 2003449096 889257984 16425 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13695/tid=13698] ppid=13694 vsize=868416 CPUtime=0
/proc/13695/task/13698/stat : 13698 (java) S 13694 13681 12910 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003449096 889257984 16425 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13695/tid=13699] ppid=13694 vsize=868416 CPUtime=0
/proc/13695/task/13699/stat : 13699 (java) S 13694 13681 12910 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003449096 889257984 16425 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13695/tid=13700] ppid=13694 vsize=868416 CPUtime=0
/proc/13695/task/13700/stat : 13700 (java) S 13694 13681 12910 0 -1 64 1 0 0 0 0 0 0 0 21 0 9 0 2003449098 889257984 16425 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13695/tid=13701] ppid=13694 vsize=868416 CPUtime=0.21
/proc/13695/task/13701/stat : 13701 (java) S 13694 13681 12910 0 -1 64 1490 0 0 0 21 0 0 0 16 0 9 0 2003449098 889257984 16425 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13695/tid=13702] ppid=13694 vsize=868416 CPUtime=0
/proc/13695/task/13702/stat : 13702 (java) S 13694 13681 12910 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 2003449098 889257984 16425 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13695/tid=13703] ppid=13694 vsize=868416 CPUtime=0
/proc/13695/task/13703/stat : 13703 (java) S 13694 13681 12910 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003449098 889257984 16425 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 887372

[startup+25.5021 s]
/proc/loadavg: 2.25 2.15 2.05 3/93 13703
/proc/meminfo: memFree=1444160/2055920 swapFree=4180452/4192956
[pid=13681] ppid=13679 vsize=13600 CPUtime=1.44
/proc/13681/stat : 13681 (sugar) S 13679 13681 12910 0 -1 4194304 974 13054 0 1 3 1 131 9 16 0 1 0 2003448941 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13681/statm: 3400 797 370 3 0 500 0
[pid=13694] ppid=13681 vsize=5356 CPUtime=0
/proc/13694/stat : 13694 (sh) S 13681 13681 12910 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003449093 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13694/statm: 1339 233 193 169 0 50 0
[pid=13695] ppid=13694 vsize=868416 CPUtime=23.74
/proc/13695/stat : 13695 (java) S 13694 13681 12910 0 -1 0 35684 0 1 0 2343 31 0 0 18 0 9 0 2003449094 889257984 27736 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13695/statm: 217104 27736 2541 9 0 211679 0
[pid=13695/tid=13696] ppid=13694 vsize=868416 CPUtime=20.5
/proc/13695/task/13696/stat : 13696 (java) R 13694 13681 12910 0 -1 64 4327 0 1 0 2041 9 0 0 25 0 9 0 2003449095 889257984 27736 996147200 134512640 134550740 4294955952 18446744073709551615 4125952085 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13695/tid=13697] ppid=13694 vsize=868416 CPUtime=2.99
/proc/13695/task/13697/stat : 13697 (java) S 13694 13681 12910 0 -1 64 29169 0 0 0 279 20 0 0 16 0 9 0 2003449096 889257984 27736 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13695/tid=13698] ppid=13694 vsize=868416 CPUtime=0
/proc/13695/task/13698/stat : 13698 (java) S 13694 13681 12910 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003449096 889257984 27736 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13695/tid=13699] ppid=13694 vsize=868416 CPUtime=0
/proc/13695/task/13699/stat : 13699 (java) S 13694 13681 12910 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003449096 889257984 27736 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

/proc/13695/task/13696/stat : 13696 (java) R 13694 13681 12910 0 -1 64 9181 0 1 0 49403 1118 0 0 25 0 9 0 2003449095 889372672 36338 996147200 134512640 134550740 4294955952 18446744073709551615 4127094000 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13695/tid=13697] ppid=13694 vsize=868528 CPUtime=7.66
/proc/13695/task/13697/stat : 13697 (java) S 13694 13681 12910 0 -1 64 39588 0 0 0 717 49 0 0 16 0 9 0 2003449096 889372672 36338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13695/tid=13698] ppid=13694 vsize=868528 CPUtime=0
/proc/13695/task/13698/stat : 13698 (java) S 13694 13681 12910 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003449096 889372672 36338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13695/tid=13699] ppid=13694 vsize=868528 CPUtime=0
/proc/13695/task/13699/stat : 13699 (java) S 13694 13681 12910 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003449096 889372672 36338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13695/tid=13700] ppid=13694 vsize=868528 CPUtime=0
/proc/13695/task/13700/stat : 13700 (java) S 13694 13681 12910 0 -1 64 1 0 0 0 0 0 0 0 21 0 9 0 2003449098 889372672 36338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13695/tid=13701] ppid=13694 vsize=868528 CPUtime=0.3
/proc/13695/task/13701/stat : 13701 (java) S 13694 13681 12910 0 -1 64 1537 0 0 0 30 0 0 0 17 0 9 0 2003449098 889372672 36338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13695/tid=13702] ppid=13694 vsize=868528 CPUtime=0
/proc/13695/task/13702/stat : 13702 (java) S 13694 13681 12910 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 2003449098 889372672 36338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13695/tid=13703] ppid=13694 vsize=868528 CPUtime=0
/proc/13695/task/13703/stat : 13703 (java) S 13694 13681 12910 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003449098 889372672 36338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 514.66
Current children cumulated vsize (KiB) 887484

[startup+582.302 s]
/proc/loadavg: 2.20 2.23 2.13 5/104 13763
/proc/meminfo: memFree=646440/2055920 swapFree=4180452/4192956
[pid=13681] ppid=13679 vsize=13600 CPUtime=1.44
/proc/13681/stat : 13681 (sugar) S 13679 13681 12910 0 -1 4194304 974 13054 0 1 3 1 131 9 16 0 1 0 2003448941 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13681/statm: 3400 797 370 3 0 500 0
[pid=13694] ppid=13681 vsize=5356 CPUtime=0
/proc/13694/stat : 13694 (sh) S 13681 13681 12910 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003449093 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13694/statm: 1339 233 193 169 0 50 0
[pid=13695] ppid=13694 vsize=868528 CPUtime=571.86
/proc/13695/stat : 13695 (java) S 13694 13681 12910 0 -1 0 51540 0 1 0 55856 1330 0 0 18 0 9 0 2003449094 889372672 36339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13695/statm: 217132 36339 2566 9 0 211679 0
[pid=13695/tid=13696] ppid=13694 vsize=868528 CPUtime=563.49
/proc/13695/task/13696/stat : 13696 (java) R 13694 13681 12910 0 -1 64 9718 0 1 0 55074 1275 0 0 25 0 9 0 2003449095 889372672 36339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13695/tid=13697] ppid=13694 vsize=868528 CPUtime=8.03
/proc/13695/task/13697/stat : 13697 (java) S 13694 13681 12910 0 -1 64 39588 0 0 0 751 52 0 0 16 0 9 0 2003449096 889372672 36339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13695/tid=13698] ppid=13694 vsize=868528 CPUtime=0
/proc/13695/task/13698/stat : 13698 (java) S 13694 13681 12910 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003449096 889372672 36339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13695/tid=13699] ppid=13694 vsize=868528 CPUtime=0
/proc/13695/task/13699/stat : 13699 (java) S 13694 13681 12910 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003449096 889372672 36339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13695/tid=13700] ppid=13694 vsize=868528 CPUtime=0
/proc/13695/task/13700/stat : 13700 (java) S 13694 13681 12910 0 -1 64 1 0 0 0 0 0 0 0 21 0 9 0 2003449098 889372672 36339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13695/tid=13701] ppid=13694 vsize=868528 CPUtime=0.31
/proc/13695/task/13701/stat : 13701 (java) S 13694 13681 12910 0 -1 64 1538 0 0 0 30 1 0 0 16 0 9 0 2003449098 889372672 36339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13695/tid=13702] ppid=13694 vsize=868528 CPUtime=0
/proc/13695/task/13702/stat : 13702 (java) S 13694 13681 12910 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 2003449098 889372672 36339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13695/tid=13703] ppid=13694 vsize=868528 CPUtime=0
/proc/13695/task/13703/stat : 13703 (java) S 13694 13681 12910 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003449098 889372672 36339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 573.3
Current children cumulated vsize (KiB) 887484

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

[startup+588.802 s]
/proc/loadavg: 2.27 2.25 2.13 3/104 13763
/proc/meminfo: memFree=605160/2055920 swapFree=4180452/4192956
[pid=13681] ppid=13679 vsize=13600 CPUtime=1.44
/proc/13681/stat : 13681 (sugar) S 13679 13681 12910 0 -1 4194304 974 13054 0 1 3 1 131 9 16 0 1 0 2003448941 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13681/statm: 3400 797 370 3 0 500 0
[pid=13694] ppid=13681 vsize=5356 CPUtime=0
/proc/13694/stat : 13694 (sh) S 13681 13681 12910 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003449093 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13694/statm: 1339 233 193 169 0 50 0
[pid=13695] ppid=13694 vsize=868528 CPUtime=578.12
/proc/13695/stat : 13695 (java) S 13694 13681 12910 0 -1 0 51599 0 1 0 56466 1346 0 0 18 0 9 0 2003449094 889372672 36339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13695/statm: 217132 36339 2566 9 0 211679 0
[pid=13695/tid=13696] ppid=13694 vsize=868528 CPUtime=569.71
/proc/13695/task/13696/stat : 13696 (java) R 13694 13681 12910 0 -1 64 9777 0 1 0 55680 1291 0 0 25 0 9 0 2003449095 889372672 36339 996147200 134512640 134550740 4294955952 18446744073709551615 4127085787 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13695/tid=13697] ppid=13694 vsize=868528 CPUtime=8.06
/proc/13695/task/13697/stat : 13697 (java) S 13694 13681 12910 0 -1 64 39588 0 0 0 754 52 0 0 16 0 9 0 2003449096 889372672 36339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13695/tid=13698] ppid=13694 vsize=868528 CPUtime=0
/proc/13695/task/13698/stat : 13698 (java) S 13694 13681 12910 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003449096 889372672 36339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13695/tid=13699] ppid=13694 vsize=868528 CPUtime=0
/proc/13695/task/13699/stat : 13699 (java) S 13694 13681 12910 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003449096 889372672 36339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13695/tid=13700] ppid=13694 vsize=868528 CPUtime=0
/proc/13695/task/13700/stat : 13700 (java) S 13694 13681 12910 0 -1 64 1 0 0 0 0 0 0 0 21 0 9 0 2003449098 889372672 36339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13695/tid=13701] ppid=13694 vsize=868528 CPUtime=0.31
/proc/13695/task/13701/stat : 13701 (java) S 13694 13681 12910 0 -1 64 1538 0 0 0 30 1 0 0 16 0 9 0 2003449098 889372672 36339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13695/tid=13702] ppid=13694 vsize=868528 CPUtime=0
/proc/13695/task/13702/stat : 13702 (java) S 13694 13681 12910 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 2003449098 889372672 36339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13695/tid=13703] ppid=13694 vsize=868528 CPUtime=0
/proc/13695/task/13703/stat : 13703 (java) S 13694 13681 12910 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003449098 889372672 36339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 579.56
Current children cumulated vsize (KiB) 887484

[startup+592.003 s]
/proc/loadavg: 2.25 2.24 2.13 3/83 13790
/proc/meminfo: memFree=732176/2055920 swapFree=4180452/4192956
[pid=13681] ppid=13679 vsize=13600 CPUtime=1.44
/proc/13681/stat : 13681 (sugar) S 13679 13681 12910 0 -1 4194304 974 13054 0 1 3 1 131 9 16 0 1 0 2003448941 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13681/statm: 3400 797 370 3 0 500 0
[pid=13694] ppid=13681 vsize=5356 CPUtime=0
/proc/13694/stat : 13694 (sh) S 13681 13681 12910 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003449093 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13694/statm: 1339 233 193 169 0 50 0
[pid=13695] ppid=13694 vsize=868528 CPUtime=581.18
/proc/13695/stat : 13695 (java) S 13694 13681 12910 0 -1 0 51625 0 1 0 56764 1354 0 0 18 0 9 0 2003449094 889372672 36339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13695/statm: 217132 36339 2566 9 0 211679 0
[pid=13695/tid=13696] ppid=13694 vsize=868528 CPUtime=572.75
/proc/13695/task/13696/stat : 13696 (java) R 13694 13681 12910 0 -1 64 9803 0 1 0 55976 1299 0 0 25 0 9 0 2003449095 889372672 36339 996147200 134512640 134550740 4294955952 18446744073709551615 4126640572 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13695/tid=13697] ppid=13694 vsize=868528 CPUtime=8.08
/proc/13695/task/13697/stat : 13697 (java) S 13694 13681 12910 0 -1 64 39588 0 0 0 756 52 0 0 16 0 9 0 2003449096 889372672 36339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13695/tid=13698] ppid=13694 vsize=868528 CPUtime=0
/proc/13695/task/13698/stat : 13698 (java) S 13694 13681 12910 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003449096 889372672 36339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13695/tid=13699] ppid=13694 vsize=868528 CPUtime=0
/proc/13695/task/13699/stat : 13699 (java) S 13694 13681 12910 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003449096 889372672 36339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13695/tid=13700] ppid=13694 vsize=868528 CPUtime=0
/proc/13695/task/13700/stat : 13700 (java) S 13694 13681 12910 0 -1 64 1 0 0 0 0 0 0 0 21 0 9 0 2003449098 889372672 36339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13695/tid=13701] ppid=13694 vsize=868528 CPUtime=0.31
/proc/13695/task/13701/stat : 13701 (java) S 13694 13681 12910 0 -1 64 1538 0 0 0 30 1 0 0 16 0 9 0 2003449098 889372672 36339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13695/tid=13702] ppid=13694 vsize=868528 CPUtime=0
/proc/13695/task/13702/stat : 13702 (java) S 13694 13681 12910 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 2003449098 889372672 36339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13695/tid=13703] ppid=13694 vsize=868528 CPUtime=0
/proc/13695/task/13703/stat : 13703 (java) S 13694 13681 12910 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003449098 889372672 36339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 582.62
Current children cumulated vsize (KiB) 887484

[startup+593.603 s]
/proc/loadavg: 2.25 2.24 2.13 2/78 13808
/proc/meminfo: memFree=732664/2055920 swapFree=4180452/4192956
[pid=13681] ppid=13679 vsize=13600 CPUtime=1.44
/proc/13681/stat : 13681 (sugar) S 13679 13681 12910 0 -1 4194304 974 13054 0 1 3 1 131 9 16 0 1 0 2003448941 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13681/statm: 3400 797 370 3 0 500 0
[pid=13694] ppid=13681 vsize=5356 CPUtime=0
/proc/13694/stat : 13694 (sh) S 13681 13681 12910 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003449093 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13694/statm: 1339 233 193 169 0 50 0
[pid=13695] ppid=13694 vsize=868528 CPUtime=582.74
/proc/13695/stat : 13695 (java) S 13694 13681 12910 0 -1 0 51640 0 1 0 56914 1360 0 0 18 0 9 0 2003449094 889372672 36339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13695/statm: 217132 36339 2566 9 0 211679 0
[pid=13695/tid=13696] ppid=13694 vsize=868528 CPUtime=574.31
/proc/13695/task/13696/stat : 13696 (java) R 13694 13681 12910 0 -1 64 9818 0 1 0 56126 1305 0 0 25 0 9 0 2003449095 889372672 36339 996147200 134512640 134550740 4294955952 18446744073709551615 4127089911 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13695/tid=13697] ppid=13694 vsize=868528 CPUtime=8.1
/proc/13695/task/13697/stat : 13697 (java) S 13694 13681 12910 0 -1 64 39588 0 0 0 757 53 0 0 16 0 9 0 2003449096 889372672 36339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13695/tid=13698] ppid=13694 vsize=868528 CPUtime=0
/proc/13695/task/13698/stat : 13698 (java) S 13694 13681 12910 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003449096 889372672 36339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13695/tid=13699] ppid=13694 vsize=868528 CPUtime=0
/proc/13695/task/13699/stat : 13699 (java) S 13694 13681 12910 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003449096 889372672 36339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13695/tid=13700] ppid=13694 vsize=868528 CPUtime=0
/proc/13695/task/13700/stat : 13700 (java) S 13694 13681 12910 0 -1 64 1 0 0 0 0 0 0 0 21 0 9 0 2003449098 889372672 36339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13695/tid=13701] ppid=13694 vsize=868528 CPUtime=0.31
/proc/13695/task/13701/stat : 13701 (java) S 13694 13681 12910 0 -1 64 1538 0 0 0 30 1 0 0 16 0 9 0 2003449098 889372672 36339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13695/tid=13702] ppid=13694 vsize=868528 CPUtime=0
/proc/13695/task/13702/stat : 13702 (java) S 13694 13681 12910 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 2003449098 889372672 36339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13695/tid=13703] ppid=13694 vsize=868528 CPUtime=0
/proc/13695/task/13703/stat : 13703 (java) S 13694 13681 12910 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003449098 889372672 36339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 584.18
Current children cumulated vsize (KiB) 887484

[startup+595.207 s]
/proc/loadavg: 2.25 2.24 2.13 2/81 13826
/proc/meminfo: memFree=1836384/2055920 swapFree=4180452/4192956
[pid=13681] ppid=13679 vsize=13600 CPUtime=585.32
/proc/13681/stat : 13681 (sugar) R 13679 13681 12910 0 -1 4194304 996 64998 0 2 3 59 57096 1374 18 0 1 0 2003448941 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221780874281 0 0 4224 16386 0 0 0 17 1 0 0
/proc/13681/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 585.32
Current children cumulated vsize (KiB) 13600

[startup+596.002 s]
/proc/loadavg: 2.25 2.24 2.13 2/81 13826
/proc/meminfo: memFree=1836384/2055920 swapFree=4180452/4192956
[pid=13681] ppid=13679 vsize=13600 CPUtime=585.38
/proc/13681/stat : 13681 (sugar) D 13679 13681 12910 0 -1 4194304 996 64998 0 2 3 65 57096 1374 18 0 1 0 2003448941 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221780874281 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/13681/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 585.38
Current children cumulated vsize (KiB) 13600

[startup+596.202 s]
/proc/loadavg: 2.23 2.24 2.13 2/81 13826
/proc/meminfo: memFree=1833952/2055920 swapFree=4180452/4192956
[pid=13681] ppid=13679 vsize=13600 CPUtime=585.39
/proc/13681/stat : 13681 (sugar) R 13679 13681 12910 0 -1 4194304 996 64998 0 2 3 66 57096 1374 18 0 1 0 2003448941 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221780874281 0 0 4224 16386 0 0 0 17 0 0 0
/proc/13681/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 585.39
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 596.239
CPU time (s): 585.416
CPU user time (s): 571.001
CPU system time (s): 14.4148
CPU usage (%): 98.1848
Max. virtual memory (cumulated for all children) (KiB): 892752

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 571.001
system time used= 14.4148
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66024
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= 53779
involuntary context switches= 61444

runsolver used 0.691894 second user time and 2.11268 second system time

The end

Launcher Data (download as text)

Begin job on node29 at 2008-07-05 09:59:11
IDJOB=1087577
IDBENCH=58019
IDSOLVER=345
FILE ID=node29/1087577-1215244751
PBS_JOBID= 7881988
Free space on /tmp= 66404 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/fapp/fapp36/normalized-fapp36-2000-10.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-1087577-1215244751/watcher-1087577-1215244751 -o /tmp/evaluation-result-1087577-1215244751/solver-1087577-1215244751 -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-1087577-1215244751.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d5e3aabb8926151d3fb7baec2a204317
RANDOM SEED=678741831

node29.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.220
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.220
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:       1713712 kB
Buffers:          3164 kB
Cached:         136696 kB
SwapCached:       6272 kB
Active:         277164 kB
Inactive:        10268 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1713712 kB
SwapTotal:     4192956 kB
SwapFree:      4180452 kB
Dirty:           94016 kB
Writeback:           0 kB
Mapped:         164860 kB
Slab:            39548 kB
Committed_AS:  3665356 kB
PageTables:       2376 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= 66488 MiB
End job on node29 at 2008-07-05 10:09:08