Trace number 1112890

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 NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar v1.13+minisat? 310.04 318.444

General information on the benchmark

Namecsp/fapp/fapp33/
normalized-fapp33-0650-3.xml
MD5SUM0a9f1ff1ab9407d2449a296e69817edc
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints39
Best CPU time to get the best result obtained on this benchmark3600.06
Satisfiable
(Un)Satisfiability was proved
Number of variables650
Number of constraints8684
Maximum constraint arity2
Maximum domain size498
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8684
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul 12 17:05:37 2008
0.00/0.04	c 0	PID 19831
0.00/0.05	c 0	HOST node21.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1112890-1215875137.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-1112890-1215875137.xml' 'HOME/temp.csp'
0.95/1.07	c 1	11 domains, 650 variables, 8 predicates, 0 relations, 8684 constraints
1.02/1.13	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.02/1.13	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.03/1.21	c 1	Parsing HOME/temp.csp
1.03/1.59	c 2	parsed 9353 expressions
1.03/1.59	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.03/1.70	c 2	MAX CSP: 8684 constraints
1.03/1.71	c 2	Converting to clausal form CSP
2.86/3.05	c 3	converted 1804 (10%) expressions
4.35/4.54	c 5	converted 3608 (20%) expressions
5.53/5.77	c 6	converted 5412 (30%) expressions
6.93/7.20	c 7	converted 7216 (40%) expressions
8.11/8.39	c 9	converted 9020 (50%) expressions
9.50/9.80	c 10	converted 10824 (60%) expressions
10.68/10.98	c 11	converted 12628 (70%) expressions
11.87/12.11	c 12	converted 14432 (80%) expressions
12.86/13.19	c 13	converted 16236 (90%) expressions
15.14/15.42	c 16	converted 18040 (100%) expressions
15.14/15.43	c 16	CSP : 18660 integers, 33690 booleans, 78902 clauses, largest domain size 13027
15.14/15.43	c 16	Heap : 65 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
15.14/15.43	c 16	Propagation in CSP
16.41/16.71	c 17	8677 values, 0 unsatisfiable literals, and 0 valid clauses are removed
16.41/16.71	c 17	CSP : 18660 integers, 33690 booleans, 78902 clauses, largest domain size 8685
16.41/16.71	c 17	Heap : 71 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
16.41/16.74	c 17	Simplifing CSP by introducing new Boolean variables
16.51/16.87	c 17	CSP : 18660 integers, 50800 booleans, 96012 clauses, largest domain size 8685
16.51/16.87	c 17	Heap : 76 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
17.01/17.36	c 18	Encoding CSP to SAT : HOME/temp.cnf
23.54/23.95	c 24	1866 (10%) CSP integer variables are encoded (1143574 clauses, 19509600 bytes)
24.24/24.60	c 25	3732 (20%) CSP integer variables are encoded (1654394 clauses, 29215180 bytes)
24.34/24.75	c 25	5598 (30%) CSP integer variables are encoded (1769313 clauses, 31398641 bytes)
24.43/24.84	c 25	7464 (40%) CSP integer variables are encoded (1830219 clauses, 32555855 bytes)
24.43/24.84	c 25	9330 (50%) CSP integer variables are encoded (1833130 clauses, 32611164 bytes)
24.43/24.87	c 25	11196 (60%) CSP integer variables are encoded (1852410 clauses, 32977484 bytes)
24.64/25.02	c 25	13062 (70%) CSP integer variables are encoded (1970478 clauses, 35220776 bytes)
24.64/25.06	c 25	14928 (80%) CSP integer variables are encoded (1999039 clauses, 35763435 bytes)
24.64/25.09	c 25	16794 (90%) CSP integer variables are encoded (2018319 clauses, 36129755 bytes)
24.74/25.12	c 25	18660 (100%) CSP integer variables are encoded (2042538 clauses, 36589916 bytes)
74.18/75.12	c 75	9602 (10%) CSP clauses are encoded (8300092 clauses, 181643334 bytes)
101.40/102.78	c 103	19203 (20%) CSP clauses are encoded (12773298 clauses, 293757194 bytes)
117.81/119.73	c 120	28804 (30%) CSP clauses are encoded (16222400 clauses, 383990535 bytes)
132.45/134.63	c 135	38405 (40%) CSP clauses are encoded (19611924 clauses, 474531933 bytes)
144.83/147.22	c 147	48006 (50%) CSP clauses are encoded (22580288 clauses, 553766489 bytes)
156.50/159.13	c 159	57608 (60%) CSP clauses are encoded (25359142 clauses, 628064610 bytes)
167.80/170.62	c 171	67209 (70%) CSP clauses are encoded (28322597 clauses, 708800532 bytes)
178.58/181.66	c 182	76810 (80%) CSP clauses are encoded (31180800 clauses, 786190175 bytes)
271.27/277.31	c 278	86411 (90%) CSP clauses are encoded (71116993 clauses, 1881949618 bytes)
308.97/316.76	c 317	ERROR Exception Too large HOME/temp.cnf
308.97/316.76	c 317	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
308.97/316.76	c 317	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
308.97/316.76	c 317	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
308.97/316.76	s UNKNOWN
309.03/316.85	c 317	CPU 294.32 (0.04 0 294.28 14.74)
309.03/316.85	c 317	END Sat Jul 12 17:10:54 2008

Verifier Data (download as text)

ERROR: no interpretation found !

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-1112890-1215875137/watcher-1112890-1215875137 -o /tmp/evaluation-result-1112890-1215875137/solver-1112890-1215875137 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1112890-1215875137.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 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.09 2.29 4/81 19831
/proc/meminfo: memFree=1905616/2055920 swapFree=4180224/4192956
[pid=19831] ppid=19829 vsize=18572 CPUtime=0
/proc/19831/stat : 19831 (runsolver) R 19829 19831 19543 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 44215826 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 221236489511 0 0 4096 24578 0 0 0 17 1 0 0
/proc/19831/statm: 4643 292 257 25 0 2626 0

[startup+0.07544 s]
/proc/loadavg: 2.00 2.09 2.29 4/81 19831
/proc/meminfo: memFree=1905616/2055920 swapFree=4180224/4192956
[pid=19831] ppid=19829 vsize=13600 CPUtime=0.03
/proc/19831/stat : 19831 (sugar) S 19829 19831 19543 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 44215826 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19831/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101441 s]
/proc/loadavg: 2.00 2.09 2.29 4/81 19831
/proc/meminfo: memFree=1905616/2055920 swapFree=4180224/4192956
[pid=19831] ppid=19829 vsize=13600 CPUtime=0.03
/proc/19831/stat : 19831 (sugar) S 19829 19831 19543 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 44215826 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19831/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301474 s]
/proc/loadavg: 2.00 2.09 2.29 4/81 19831
/proc/meminfo: memFree=1905616/2055920 swapFree=4180224/4192956
[pid=19831] ppid=19829 vsize=13600 CPUtime=0.03
/proc/19831/stat : 19831 (sugar) S 19829 19831 19543 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 44215826 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19831/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701556 s]
/proc/loadavg: 2.00 2.09 2.29 4/81 19831
/proc/meminfo: memFree=1905616/2055920 swapFree=4180224/4192956
[pid=19831] ppid=19829 vsize=13600 CPUtime=0.03
/proc/19831/stat : 19831 (sugar) S 19829 19831 19543 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 44215826 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19831/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50171 s]
/proc/loadavg: 2.00 2.09 2.29 4/92 19843
/proc/meminfo: memFree=1883960/2055920 swapFree=4180224/4192956
[pid=19831] ppid=19829 vsize=13600 CPUtime=1.03
/proc/19831/stat : 19831 (sugar) S 19829 19831 19543 0 -1 4194304 974 8765 0 1 3 0 95 5 16 0 1 0 44215826 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19831/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 13600

[startup+3.10201 s]
/proc/loadavg: 2.00 2.09 2.29 3/92 19853
/proc/meminfo: memFree=1884472/2055920 swapFree=4180224/4192956
[pid=19831] ppid=19829 vsize=13600 CPUtime=1.03
/proc/19831/stat : 19831 (sugar) S 19829 19831 19543 0 -1 4194304 974 8765 0 1 3 0 95 5 16 0 1 0 44215826 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19831/statm: 3400 797 370 3 0 500 0
[pid=19844] ppid=19831 vsize=5356 CPUtime=0
/proc/19844/stat : 19844 (sh) S 19831 19831 19543 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44215940 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19844/statm: 1339 233 193 169 0 50 0
[pid=19845] ppid=19844 vsize=868392 CPUtime=1.93
/proc/19845/stat : 19845 (java) S 19844 19831 19543 0 -1 0 8812 0 1 0 188 5 0 0 18 0 9 0 44215940 889233408 7795 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19845/statm: 217098 7795 2541 9 0 211673 0
[pid=19845/tid=19846] ppid=19844 vsize=868392 CPUtime=1.43
/proc/19845/task/19846/stat : 19846 (java) R 19844 19831 19543 0 -1 64 2743 0 1 0 142 1 0 0 25 0 9 0 44215941 889233408 7795 996147200 134512640 134550740 4294955936 18446744073709551615 4126587562 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19847] ppid=19844 vsize=868392 CPUtime=0.26
/proc/19845/task/19847/stat : 19847 (java) S 19844 19831 19543 0 -1 64 3910 0 0 0 25 1 0 0 16 0 9 0 44215942 889233408 7795 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19848] ppid=19844 vsize=868392 CPUtime=0
/proc/19845/task/19848/stat : 19848 (java) S 19844 19831 19543 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44215942 889233408 7795 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19849] ppid=19844 vsize=868392 CPUtime=0
/proc/19845/task/19849/stat : 19849 (java) S 19844 19831 19543 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 44215942 889233408 7795 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19850] ppid=19844 vsize=868392 CPUtime=0
/proc/19845/task/19850/stat : 19850 (java) S 19844 19831 19543 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44215944 889233408 7795 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19851] ppid=19844 vsize=868392 CPUtime=0.21
/proc/19845/task/19851/stat : 19851 (java) S 19844 19831 19543 0 -1 64 1462 0 0 0 20 1 0 0 16 0 9 0 44215944 889233408 7795 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19852] ppid=19844 vsize=868392 CPUtime=0
/proc/19845/task/19852/stat : 19852 (java) S 19844 19831 19543 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44215944 889233408 7795 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19853] ppid=19844 vsize=868392 CPUtime=0
/proc/19845/task/19853/stat : 19853 (java) S 19844 19831 19543 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44215944 889233408 7795 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 887348

[startup+6.30261 s]
/proc/loadavg: 2.00 2.09 2.29 3/92 19853
/proc/meminfo: memFree=1872952/2055920 swapFree=4180224/4192956
[pid=19831] ppid=19829 vsize=13600 CPUtime=1.03
/proc/19831/stat : 19831 (sugar) S 19829 19831 19543 0 -1 4194304 974 8765 0 1 3 0 95 5 16 0 1 0 44215826 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19831/statm: 3400 797 370 3 0 500 0
[pid=19844] ppid=19831 vsize=5356 CPUtime=0
/proc/19844/stat : 19844 (sh) S 19831 19831 19543 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44215940 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19844/statm: 1339 233 193 169 0 50 0
[pid=19845] ppid=19844 vsize=868392 CPUtime=5.1
/proc/19845/stat : 19845 (java) S 19844 19831 19543 0 -1 0 14592 0 1 0 500 10 0 0 18 0 9 0 44215940 889233408 10689 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19845/statm: 217098 10689 2540 9 0 211673 0
[pid=19845/tid=19846] ppid=19844 vsize=868392 CPUtime=4.09
/proc/19845/task/19846/stat : 19846 (java) R 19844 19831 19543 0 -1 64 3188 0 1 0 407 2 0 0 25 0 9 0 44215941 889233408 10689 996147200 134512640 134550740 4294955936 18446744073709551615 4126428810 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19847] ppid=19844 vsize=868392 CPUtime=0.77
/proc/19845/task/19847/stat : 19847 (java) S 19844 19831 19543 0 -1 64 9236 0 0 0 71 6 0 0 16 0 9 0 44215942 889233408 10689 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19848] ppid=19844 vsize=868392 CPUtime=0
/proc/19845/task/19848/stat : 19848 (java) S 19844 19831 19543 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44215942 889233408 10689 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19849] ppid=19844 vsize=868392 CPUtime=0
/proc/19845/task/19849/stat : 19849 (java) S 19844 19831 19543 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 44215942 889233408 10689 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19850] ppid=19844 vsize=868392 CPUtime=0
/proc/19845/task/19850/stat : 19850 (java) S 19844 19831 19543 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44215944 889233408 10689 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19851] ppid=19844 vsize=868392 CPUtime=0.22
/proc/19845/task/19851/stat : 19851 (java) S 19844 19831 19543 0 -1 64 1471 0 0 0 21 1 0 0 15 0 9 0 44215944 889233408 10689 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19852] ppid=19844 vsize=868392 CPUtime=0
/proc/19845/task/19852/stat : 19852 (java) S 19844 19831 19543 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44215944 889233408 10689 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19853] ppid=19844 vsize=868392 CPUtime=0
/proc/19845/task/19853/stat : 19853 (java) S 19844 19831 19543 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44215944 889233408 10689 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 887348

[startup+12.7018 s]
/proc/loadavg: 2.00 2.09 2.29 3/92 19853
/proc/meminfo: memFree=1844600/2055920 swapFree=4180224/4192956
[pid=19831] ppid=19829 vsize=13600 CPUtime=1.03
/proc/19831/stat : 19831 (sugar) S 19829 19831 19543 0 -1 4194304 974 8765 0 1 3 0 95 5 16 0 1 0 44215826 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19831/statm: 3400 797 370 3 0 500 0
[pid=19844] ppid=19831 vsize=5356 CPUtime=0
/proc/19844/stat : 19844 (sh) S 19831 19831 19543 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44215940 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19844/statm: 1339 233 193 169 0 50 0
[pid=19845] ppid=19844 vsize=868392 CPUtime=11.43
/proc/19845/stat : 19845 (java) S 19844 19831 19543 0 -1 0 22891 0 1 0 1128 15 0 0 18 0 9 0 44215940 889233408 17487 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19845/statm: 217098 17487 2540 9 0 211673 0
[pid=19845/tid=19846] ppid=19844 vsize=868392 CPUtime=9.6
/proc/19845/task/19846/stat : 19846 (java) R 19844 19831 19543 0 -1 64 3647 0 1 0 957 3 0 0 25 0 9 0 44215941 889233408 17487 996147200 134512640 134550740 4294955936 18446744073709551615 4126587537 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19847] ppid=19844 vsize=868392 CPUtime=1.57
/proc/19845/task/19847/stat : 19847 (java) S 19844 19831 19543 0 -1 64 17075 0 0 0 148 9 0 0 16 0 9 0 44215942 889233408 17487 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19848] ppid=19844 vsize=868392 CPUtime=0
/proc/19845/task/19848/stat : 19848 (java) S 19844 19831 19543 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44215942 889233408 17487 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19849] ppid=19844 vsize=868392 CPUtime=0
/proc/19845/task/19849/stat : 19849 (java) S 19844 19831 19543 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 44215942 889233408 17487 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19850] ppid=19844 vsize=868392 CPUtime=0
/proc/19845/task/19850/stat : 19850 (java) S 19844 19831 19543 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44215944 889233408 17487 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19851] ppid=19844 vsize=868392 CPUtime=0.23
/proc/19845/task/19851/stat : 19851 (java) S 19844 19831 19543 0 -1 64 1472 0 0 0 22 1 0 0 16 0 9 0 44215944 889233408 17487 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19852] ppid=19844 vsize=868392 CPUtime=0
/proc/19845/task/19852/stat : 19852 (java) S 19844 19831 19543 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44215944 889233408 17487 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19853] ppid=19844 vsize=868392 CPUtime=0
/proc/19845/task/19853/stat : 19853 (java) S 19844 19831 19543 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44215944 889233408 17487 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 887348

[startup+25.5022 s]
/proc/loadavg: 2.00 2.08 2.28 3/92 19853
/proc/meminfo: memFree=1775544/2055920 swapFree=4180224/4192956
[pid=19831] ppid=19829 vsize=13600 CPUtime=1.04
/proc/19831/stat : 19831 (sugar) S 19829 19831 19543 0 -1 4194304 974 8765 0 1 4 0 95 5 15 0 1 0 44215826 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19831/statm: 3400 797 370 3 0 500 0
[pid=19844] ppid=19831 vsize=5356 CPUtime=0
/proc/19844/stat : 19844 (sh) S 19831 19831 19543 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44215940 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19844/statm: 1339 233 193 169 0 50 0
[pid=19845] ppid=19844 vsize=868504 CPUtime=24.1
/proc/19845/stat : 19845 (java) S 19844 19831 19543 0 -1 0 32588 0 1 0 2370 40 0 0 18 0 9 0 44215940 889348096 25046 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19845/statm: 217126 25046 2566 9 0 211673 0
[pid=19845/tid=19846] ppid=19844 vsize=868504 CPUtime=20.82
/proc/19845/task/19846/stat : 19846 (java) R 19844 19831 19543 0 -1 64 4325 0 1 0 2058 24 0 0 25 0 9 0 44215941 889348096 25046 996147200 134512640 134550740 4294955936 18446744073709551615 4127099368 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19847] ppid=19844 vsize=868504 CPUtime=2.95
/proc/19845/task/19847/stat : 19847 (java) S 19844 19831 19543 0 -1 64 26040 0 0 0 281 14 0 0 16 0 9 0 44215942 889348096 25046 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19848] ppid=19844 vsize=868504 CPUtime=0
/proc/19845/task/19848/stat : 19848 (java) S 19844 19831 19543 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44215942 889348096 25046 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19849] ppid=19844 vsize=868504 CPUtime=0
/proc/19845/task/19849/stat : 19849 (java) S 19844 19831 19543 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 44215942 889348096 25046 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19850] ppid=19844 vsize=868504 CPUtime=0
/proc/19845/task/19850/stat : 19850 (java) S 19844 19831 19543 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44215944 889348096 25046 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19851] ppid=19844 vsize=868504 CPUtime=0.3
/proc/19845/task/19851/stat : 19851 (java) S 19844 19831 19543 0 -1 64 1526 0 0 0 29 1 0 0 16 0 9 0 44215944 889348096 25046 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19852] ppid=19844 vsize=868504 CPUtime=0
/proc/19845/task/19852/stat : 19852 (java) S 19844 19831 19543 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44215944 889348096 25046 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19853] ppid=19844 vsize=868504 CPUtime=0
/proc/19845/task/19853/stat : 19853 (java) S 19844 19831 19543 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44215944 889348096 25046 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 887460

[startup+51.1021 s]
/proc/loadavg: 2.41 2.17 2.31 3/92 19853
/proc/meminfo: memFree=1712320/2055920 swapFree=4180224/4192956
[pid=19831] ppid=19829 vsize=13600 CPUtime=1.04
/proc/19831/stat : 19831 (sugar) S 19829 19831 19543 0 -1 4194304 974 8765 0 1 4 0 95 5 15 0 1 0 44215826 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19831/statm: 3400 797 370 3 0 500 0
[pid=19844] ppid=19831 vsize=5356 CPUtime=0
/proc/19844/stat : 19844 (sh) S 19831 19831 19543 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44215940 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19844/statm: 1339 233 193 169 0 50 0
[pid=19845] ppid=19844 vsize=868504 CPUtime=49.41
/proc/19845/stat : 19845 (java) S 19844 19831 19543 0 -1 0 32827 0 1 0 4859 82 0 0 18 0 9 0 44215940 889348096 25052 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

[pid=19845] ppid=19844 vsize=868504 CPUtime=274.95
/proc/19845/stat : 19845 (java) S 19844 19831 19543 0 -1 0 38374 0 1 0 26302 1193 0 0 18 0 9 0 44215940 889348096 25055 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19845/statm: 217126 25055 2566 9 0 211673 0
[pid=19845/tid=19846] ppid=19844 vsize=868504 CPUtime=268.39
/proc/19845/task/19846/stat : 19846 (java) R 19844 19831 19543 0 -1 64 10102 0 1 0 25698 1141 0 0 25 0 9 0 44215941 889348096 25055 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19845/tid=19847] ppid=19844 vsize=868504 CPUtime=6.2
/proc/19845/task/19847/stat : 19847 (java) S 19844 19831 19543 0 -1 64 26040 0 0 0 571 49 0 0 16 0 9 0 44215942 889348096 25055 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19845/tid=19848] ppid=19844 vsize=868504 CPUtime=0
/proc/19845/task/19848/stat : 19848 (java) S 19844 19831 19543 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44215942 889348096 25055 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19849] ppid=19844 vsize=868504 CPUtime=0
/proc/19845/task/19849/stat : 19849 (java) S 19844 19831 19543 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 44215942 889348096 25055 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19850] ppid=19844 vsize=868504 CPUtime=0
/proc/19845/task/19850/stat : 19850 (java) S 19844 19831 19543 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44215944 889348096 25055 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19851] ppid=19844 vsize=868504 CPUtime=0.32
/proc/19845/task/19851/stat : 19851 (java) S 19844 19831 19543 0 -1 64 1535 0 0 0 31 1 0 0 16 0 9 0 44215944 889348096 25055 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19852] ppid=19844 vsize=868504 CPUtime=0
/proc/19845/task/19852/stat : 19852 (java) S 19844 19831 19543 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44215944 889348096 25055 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19853] ppid=19844 vsize=868504 CPUtime=0
/proc/19845/task/19853/stat : 19853 (java) S 19844 19831 19543 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44215944 889348096 25055 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 275.99
Current children cumulated vsize (KiB) 887460

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

[startup+294.403 s]
/proc/loadavg: 2.64 2.64 2.48 3/92 19853
/proc/meminfo: memFree=15488/2055920 swapFree=4180224/4192956
[pid=19831] ppid=19829 vsize=13600 CPUtime=1.04
/proc/19831/stat : 19831 (sugar) S 19829 19831 19543 0 -1 4194304 974 8765 0 1 4 0 95 5 16 0 1 0 44215826 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19831/statm: 3400 797 370 3 0 500 0
[pid=19844] ppid=19831 vsize=5356 CPUtime=0
/proc/19844/stat : 19844 (sh) S 19831 19831 19543 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44215940 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19844/statm: 1339 233 193 169 0 50 0
[pid=19845] ppid=19844 vsize=868504 CPUtime=286.53
/proc/19845/stat : 19845 (java) S 19844 19831 19543 0 -1 0 38865 0 1 0 27362 1291 0 0 18 0 9 0 44215940 889348096 25055 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19845/statm: 217126 25055 2566 9 0 211673 0
[pid=19845/tid=19846] ppid=19844 vsize=868504 CPUtime=279.71
/proc/19845/task/19846/stat : 19846 (java) R 19844 19831 19543 0 -1 64 10593 0 1 0 26735 1236 0 0 25 0 9 0 44215941 889348096 25055 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19845/tid=19847] ppid=19844 vsize=868504 CPUtime=6.46
/proc/19845/task/19847/stat : 19847 (java) S 19844 19831 19543 0 -1 64 26040 0 0 0 594 52 0 0 16 0 9 0 44215942 889348096 25055 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19845/tid=19848] ppid=19844 vsize=868504 CPUtime=0
/proc/19845/task/19848/stat : 19848 (java) S 19844 19831 19543 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44215942 889348096 25055 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19849] ppid=19844 vsize=868504 CPUtime=0
/proc/19845/task/19849/stat : 19849 (java) S 19844 19831 19543 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 44215942 889348096 25055 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19850] ppid=19844 vsize=868504 CPUtime=0
/proc/19845/task/19850/stat : 19850 (java) S 19844 19831 19543 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44215944 889348096 25055 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19851] ppid=19844 vsize=868504 CPUtime=0.32
/proc/19845/task/19851/stat : 19851 (java) S 19844 19831 19543 0 -1 64 1535 0 0 0 31 1 0 0 16 0 9 0 44215944 889348096 25055 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19852] ppid=19844 vsize=868504 CPUtime=0
/proc/19845/task/19852/stat : 19852 (java) S 19844 19831 19543 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44215944 889348096 25055 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19853] ppid=19844 vsize=868504 CPUtime=0
/proc/19845/task/19853/stat : 19853 (java) S 19844 19831 19543 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44215944 889348096 25055 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 287.57
Current children cumulated vsize (KiB) 887460

[startup+307.203 s]
/proc/loadavg: 2.54 2.62 2.47 3/92 19853
/proc/meminfo: memFree=15168/2055920 swapFree=4180224/4192956
[pid=19831] ppid=19829 vsize=13600 CPUtime=1.04
/proc/19831/stat : 19831 (sugar) S 19829 19831 19543 0 -1 4194304 974 8765 0 1 4 0 95 5 16 0 1 0 44215826 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19831/statm: 3400 797 370 3 0 500 0
[pid=19844] ppid=19831 vsize=5356 CPUtime=0
/proc/19844/stat : 19844 (sh) S 19831 19831 19543 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44215940 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19844/statm: 1339 233 193 169 0 50 0
[pid=19845] ppid=19844 vsize=868504 CPUtime=298.73
/proc/19845/stat : 19845 (java) S 19844 19831 19543 0 -1 0 39356 0 1 0 28480 1393 0 0 18 0 9 0 44215940 889348096 25055 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19845/statm: 217126 25055 2566 9 0 211673 0
[pid=19845/tid=19846] ppid=19844 vsize=868504 CPUtime=291.63
/proc/19845/task/19846/stat : 19846 (java) R 19844 19831 19543 0 -1 64 11084 0 1 0 27829 1334 0 0 25 0 9 0 44215941 889348096 25055 996147200 134512640 134550740 4294955936 18446744073709551615 4126486960 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19847] ppid=19844 vsize=868504 CPUtime=6.74
/proc/19845/task/19847/stat : 19847 (java) S 19844 19831 19543 0 -1 64 26040 0 0 0 618 56 0 0 16 0 9 0 44215942 889348096 25055 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19848] ppid=19844 vsize=868504 CPUtime=0
/proc/19845/task/19848/stat : 19848 (java) S 19844 19831 19543 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44215942 889348096 25055 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19849] ppid=19844 vsize=868504 CPUtime=0
/proc/19845/task/19849/stat : 19849 (java) S 19844 19831 19543 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 44215942 889348096 25055 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19850] ppid=19844 vsize=868504 CPUtime=0
/proc/19845/task/19850/stat : 19850 (java) S 19844 19831 19543 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44215944 889348096 25055 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19851] ppid=19844 vsize=868504 CPUtime=0.32
/proc/19845/task/19851/stat : 19851 (java) S 19844 19831 19543 0 -1 64 1535 0 0 0 31 1 0 0 16 0 9 0 44215944 889348096 25055 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19852] ppid=19844 vsize=868504 CPUtime=0
/proc/19845/task/19852/stat : 19852 (java) S 19844 19831 19543 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44215944 889348096 25055 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19853] ppid=19844 vsize=868504 CPUtime=0
/proc/19845/task/19853/stat : 19853 (java) S 19844 19831 19543 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44215944 889348096 25055 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 299.77
Current children cumulated vsize (KiB) 887460

[startup+313.607 s]
/proc/loadavg: 2.46 2.60 2.47 3/92 19853
/proc/meminfo: memFree=15104/2055920 swapFree=4180224/4192956
[pid=19831] ppid=19829 vsize=13600 CPUtime=1.04
/proc/19831/stat : 19831 (sugar) S 19829 19831 19543 0 -1 4194304 974 8765 0 1 4 0 95 5 16 0 1 0 44215826 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19831/statm: 3400 797 370 3 0 500 0
[pid=19844] ppid=19831 vsize=5356 CPUtime=0
/proc/19844/stat : 19844 (sh) S 19831 19831 19543 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44215940 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19844/statm: 1339 233 193 169 0 50 0
[pid=19845] ppid=19844 vsize=868504 CPUtime=304.93
/proc/19845/stat : 19845 (java) S 19844 19831 19543 0 -1 0 39597 0 1 0 29049 1444 0 0 18 0 9 0 44215940 889348096 25055 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19845/statm: 217126 25055 2566 9 0 211673 0
[pid=19845/tid=19846] ppid=19844 vsize=868504 CPUtime=297.68
/proc/19845/task/19846/stat : 19846 (java) R 19844 19831 19543 0 -1 64 11325 0 1 0 28385 1383 0 0 25 0 9 0 44215941 889348096 25055 996147200 134512640 134550740 4294955936 18446744073709551615 4127102412 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19847] ppid=19844 vsize=868504 CPUtime=6.9
/proc/19845/task/19847/stat : 19847 (java) S 19844 19831 19543 0 -1 64 26040 0 0 0 631 59 0 0 16 0 9 0 44215942 889348096 25055 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19848] ppid=19844 vsize=868504 CPUtime=0
/proc/19845/task/19848/stat : 19848 (java) S 19844 19831 19543 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44215942 889348096 25055 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19849] ppid=19844 vsize=868504 CPUtime=0
/proc/19845/task/19849/stat : 19849 (java) S 19844 19831 19543 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 44215942 889348096 25055 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19850] ppid=19844 vsize=868504 CPUtime=0
/proc/19845/task/19850/stat : 19850 (java) S 19844 19831 19543 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44215944 889348096 25055 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19851] ppid=19844 vsize=868504 CPUtime=0.32
/proc/19845/task/19851/stat : 19851 (java) S 19844 19831 19543 0 -1 64 1535 0 0 0 31 1 0 0 16 0 9 0 44215944 889348096 25055 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19852] ppid=19844 vsize=868504 CPUtime=0
/proc/19845/task/19852/stat : 19852 (java) S 19844 19831 19543 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44215944 889348096 25055 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19853] ppid=19844 vsize=868504 CPUtime=0
/proc/19845/task/19853/stat : 19853 (java) S 19844 19831 19543 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44215944 889348096 25055 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 305.97
Current children cumulated vsize (KiB) 887460

[startup+316.802 s]
/proc/loadavg: 2.46 2.60 2.47 2/90 19853
/proc/meminfo: memFree=15616/2055920 swapFree=4180224/4192956
[pid=19831] ppid=19829 vsize=13600 CPUtime=1.04
/proc/19831/stat : 19831 (sugar) S 19829 19831 19543 0 -1 4194304 975 8765 0 1 4 0 95 5 16 0 1 0 44215826 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19831/statm: 3400 797 370 3 0 500 0
[pid=19844] ppid=19831 vsize=5356 CPUtime=0
/proc/19844/stat : 19844 (sh) S 19831 19831 19543 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44215940 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19844/statm: 1339 233 193 169 0 50 0
[pid=19845] ppid=19844 vsize=868504 CPUtime=307.99
/proc/19845/stat : 19845 (java) S 19844 19831 19543 0 -1 0 39714 0 1 0 29332 1467 0 0 18 0 7 0 44215940 889348096 25062 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19845/statm: 217126 25062 2567 9 0 211673 0
[pid=19845/tid=19846] ppid=19844 vsize=868504 CPUtime=300.69
/proc/19845/task/19846/stat : 19846 (java) S 19844 19831 19543 0 -1 64 11438 0 1 0 28664 1405 0 0 24 0 7 0 44215941 889348096 25062 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19847] ppid=19844 vsize=868504 CPUtime=6.95
/proc/19845/task/19847/stat : 19847 (java) D 19844 19831 19543 0 -1 64 26040 0 0 0 636 59 0 0 15 0 7 0 44215942 889348096 25062 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744071563608240 0 0 -1 1 0 0
[pid=19845/tid=19848] ppid=19844 vsize=868504 CPUtime=0
/proc/19845/task/19848/stat : 19848 (java) S 19844 19831 19543 0 -1 64 10 0 0 0 0 0 0 0 16 0 7 0 44215942 889348096 25062 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19849] ppid=19844 vsize=868504 CPUtime=0
/proc/19845/task/19849/stat : 19849 (java) S 19844 19831 19543 0 -1 64 9 0 0 0 0 0 0 0 15 0 7 0 44215942 889348096 25062 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19851] ppid=19844 vsize=868504 CPUtime=0.32
/proc/19845/task/19851/stat : 19851 (java) S 19844 19831 19543 0 -1 64 1535 0 0 0 31 1 0 0 16 0 7 0 44215944 889348096 25062 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19845/tid=19852] ppid=19844 vsize=868504 CPUtime=0
/proc/19845/task/19852/stat : 19852 (java) S 19844 19831 19543 0 -1 64 1 0 0 0 0 0 0 0 19 0 7 0 44215944 889348096 25063 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 309.03
Current children cumulated vsize (KiB) 887460

[startup+317.601 s]
/proc/loadavg: 2.46 2.60 2.47 2/90 19853
/proc/meminfo: memFree=15616/2055920 swapFree=4180224/4192956
[pid=19831] ppid=19829 vsize=13600 CPUtime=309.78
/proc/19831/stat : 19831 (sugar) R 19829 19831 19543 0 -1 4194304 998 48766 0 2 4 72 29428 1474 17 0 1 0 44215826 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 221236663337 0 0 4224 16386 0 0 0 17 0 0 0
/proc/19831/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 309.78
Current children cumulated vsize (KiB) 13600

[startup+318.005 s]
/proc/loadavg: 2.42 2.59 2.46 3/82 19853
/proc/meminfo: memFree=1957520/2055920 swapFree=4180224/4192956
[pid=19831] ppid=19829 vsize=13600 CPUtime=309.98
/proc/19831/stat : 19831 (sugar) D 19829 19831 19543 0 -1 4194304 998 48766 0 2 4 92 29428 1474 15 0 1 0 44215826 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 221236663337 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/19831/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 309.98
Current children cumulated vsize (KiB) 13600

[startup+318.401 s]
/proc/loadavg: 2.42 2.59 2.46 3/82 19853
/proc/meminfo: memFree=1957520/2055920 swapFree=4180224/4192956
[pid=19831] ppid=19829 vsize=13600 CPUtime=310.01
/proc/19831/stat : 19831 (sugar) D 19829 19831 19543 0 -1 4194304 998 48766 0 2 4 95 29428 1474 15 0 1 0 44215826 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 221236663337 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/19831/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 310.01
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 318.444
CPU time (s): 310.04
CPU user time (s): 294.328
CPU system time (s): 15.7116
CPU usage (%): 97.361
Max. virtual memory (cumulated for all children) (KiB): 893760

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 294.328
system time used= 15.7116
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49794
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= 63760
involuntary context switches= 72095

runsolver used 0.398939 second user time and 1.10483 second system time

The end

Launcher Data (download as text)

Begin job on node21 at 2008-07-12 17:05:37
IDJOB=1112890
IDBENCH=61491
IDSOLVER=368
FILE ID=node21/1112890-1215875137
PBS_JOBID= 7903539
Free space on /tmp= 66480 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fapp/fapp33/normalized-fapp33-0650-3.xml
COMMAND LINE= DIR/sugar -max -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1112890-1215875137/watcher-1112890-1215875137 -o /tmp/evaluation-result-1112890-1215875137/solver-1112890-1215875137 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1112890-1215875137.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0a9f1ff1ab9407d2449a296e69817edc
RANDOM SEED=446397897

node21.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.257
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.257
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:       1906096 kB
Buffers:         30644 kB
Cached:          52976 kB
SwapCached:       6480 kB
Active:          73052 kB
Inactive:        32716 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1906096 kB
SwapTotal:     4192956 kB
SwapFree:      4180224 kB
Dirty:            2460 kB
Writeback:           0 kB
Mapped:          38220 kB
Slab:            29368 kB
Committed_AS:   206128 kB
PageTables:       1900 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= 66480 MiB
End job on node21 at 2008-07-12 17:10:56