Trace number 1112770

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? 706.325 754.118

General information on the benchmark

Namecsp/fapp/fapp22/
normalized-fapp22-1750-0.xml
MD5SUM9a4e6098c7014d2e43e37229a7ed8846
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints172
Best CPU time to get the best result obtained on this benchmark3600.06
Satisfiable
(Un)Satisfiability was proved
Number of variables1750
Number of constraints32049
Maximum constraint arity2
Maximum domain size802
Number of constraints which are defined in extension0
Number of constraints which are defined in intension32049
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 Thu Aug  7 20:25:03 2008
0.00/0.04	c 0	PID 21955
0.00/0.04	c 0	HOST node88.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1112770-1218133502.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1112770-1218133502.xml' 'HOME/temp.csp'
1.91/1.84	c 1	30 domains, 1750 variables, 8 predicates, 0 relations, 32049 constraints
1.91/1.87	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.91/1.87	c 2	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.96/1.94	c 2	Parsing HOME/temp.csp
2.44/2.31	c 2	parsed 10000 expressions
2.73/2.60	c 2	parsed 20000 expressions
3.04/2.91	c 3	parsed 30000 expressions
3.13/3.00	c 3	parsed 33837 expressions
3.13/3.01	c 3	Heap : 15 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.35/3.30	c 3	MAX CSP: 32049 constraints
3.35/3.30	c 3	Converting to clausal form CSP
9.04/8.85	c 9	converted 6589 (10%) expressions
16.11/15.93	c 16	converted 13178 (20%) expressions
22.67/22.55	c 22	converted 19767 (30%) expressions
29.43/29.33	c 29	converted 26356 (40%) expressions
35.58/35.60	c 35	converted 32945 (50%) expressions
41.54/41.56	c 41	converted 39534 (60%) expressions
47.11/47.18	c 47	converted 46123 (70%) expressions
53.77/53.81	c 53	converted 52712 (80%) expressions
58.84/59.00	c 59	converted 59301 (90%) expressions
66.80/66.97	c 67	converted 65889 (100%) expressions
66.80/66.98	c 67	CSP : 69701 integers, 125641 booleans, 297306 clauses, largest domain size 48074
66.80/66.98	c 67	Heap : 254 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
66.80/66.98	c 67	Propagation in CSP
74.19/74.37	c 74	32040 values, 0 unsatisfiable literals, and 0 valid clauses are removed
74.19/74.37	c 74	CSP : 69701 integers, 125641 booleans, 297306 clauses, largest domain size 32050
74.19/74.37	c 74	Heap : 270 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
74.29/74.46	c 74	Simplifing CSP by introducing new Boolean variables
74.59/74.74	c 74	CSP : 69701 integers, 193283 booleans, 364948 clauses, largest domain size 32050
74.59/74.74	c 74	Heap : 298 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
76.19/76.36	c 76	Encoding CSP to SAT : HOME/temp.cnf
101.16/101.35	c 101	6971 (10%) CSP integer variables are encoded (3636964 clauses, 66884600 bytes)
103.65/103.80	c 103	13941 (20%) CSP integer variables are encoded (5741822 clauses, 106876902 bytes)
105.64/106.67	c 106	20911 (30%) CSP integer variables are encoded (7469388 clauses, 139700656 bytes)
107.33/108.33	c 108	27881 (40%) CSP integer variables are encoded (8842020 clauses, 165780664 bytes)
108.03/109.02	c 109	34851 (50%) CSP integer variables are encoded (9401852 clauses, 176417472 bytes)
108.13/109.14	c 109	41821 (60%) CSP integer variables are encoded (9501729 clauses, 178315135 bytes)
108.23/109.25	c 109	48791 (70%) CSP integer variables are encoded (9582375 clauses, 179847409 bytes)
108.83/109.80	c 109	55761 (80%) CSP integer variables are encoded (10033710 clauses, 188601551 bytes)
108.93/109.98	c 110	62731 (90%) CSP integer variables are encoded (10170547 clauses, 191475128 bytes)
109.12/110.14	c 110	69701 (100%) CSP integer variables are encoded (10289412 clauses, 193971293 bytes)
292.75/310.82	c 310	36495 (10%) CSP clauses are encoded (30325753 clauses, 706593221 bytes)
423.11/445.74	c 445	72990 (20%) CSP clauses are encoded (46531278 clauses, 1134150929 bytes)
543.81/571.97	c 572	109485 (30%) CSP clauses are encoded (61895465 clauses, 1550080115 bytes)
651.70/685.98	c 686	145980 (40%) CSP clauses are encoded (76421302 clauses, 1943970559 bytes)
705.64/746.58	c 746	ERROR Exception Too large HOME/temp.cnf
705.64/746.58	c 746	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
705.64/746.58	c 746	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
705.64/746.58	c 746	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
705.64/746.58	s UNKNOWN
705.76/749.81	c 749	CPU 693.07 (0.03 0 693.04 12.71)
705.76/749.81	c 749	END Thu Aug  7 20:37:32 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-1112770-1218133502/watcher-1112770-1218133502 -o /tmp/evaluation-result-1112770-1218133502/solver-1112770-1218133502 -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-1112770-1218133502.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: 3.09 2.68 1.39 3/83 21955
/proc/meminfo: memFree=1195624/2055920 swapFree=4180892/4192956
[pid=21955] ppid=21953 vsize=12272 CPUtime=0
/proc/21955/stat : 21955 (sugar) R 21953 21955 21596 0 -1 4194304 396 0 0 0 0 0 0 0 20 0 1 0 140434883 12566528 364 996147200 4194304 4206940 548682068592 18446744073709551615 270196063230 0 0 4224 0 0 0 0 17 1 0 0
/proc/21955/statm: 3068 364 274 3 0 168 0

[startup+0.0561899 s]
/proc/loadavg: 3.09 2.68 1.39 3/83 21955
/proc/meminfo: memFree=1195624/2055920 swapFree=4180892/4192956
[pid=21955] ppid=21953 vsize=13600 CPUtime=0.03
/proc/21955/stat : 21955 (sugar) S 21953 21955 21596 0 -1 4194304 898 127 0 0 3 0 0 0 16 0 1 0 140434883 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21955/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102194 s]
/proc/loadavg: 3.09 2.68 1.39 3/83 21955
/proc/meminfo: memFree=1195624/2055920 swapFree=4180892/4192956
[pid=21955] ppid=21953 vsize=13600 CPUtime=0.03
/proc/21955/stat : 21955 (sugar) S 21953 21955 21596 0 -1 4194304 898 127 0 0 3 0 0 0 16 0 1 0 140434883 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21955/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302236 s]
/proc/loadavg: 3.09 2.68 1.39 3/83 21955
/proc/meminfo: memFree=1195624/2055920 swapFree=4180892/4192956
[pid=21955] ppid=21953 vsize=13600 CPUtime=0.03
/proc/21955/stat : 21955 (sugar) S 21953 21955 21596 0 -1 4194304 898 127 0 0 3 0 0 0 16 0 1 0 140434883 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21955/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702307 s]
/proc/loadavg: 3.09 2.68 1.39 3/83 21955
/proc/meminfo: memFree=1195624/2055920 swapFree=4180892/4192956
[pid=21955] ppid=21953 vsize=13600 CPUtime=0.03
/proc/21955/stat : 21955 (sugar) S 21953 21955 21596 0 -1 4194304 898 127 0 0 3 0 0 0 16 0 1 0 140434883 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21955/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50146 s]
/proc/loadavg: 3.09 2.68 1.39 2/94 21967
/proc/meminfo: memFree=1155792/2055920 swapFree=4180892/4192956
[pid=21955] ppid=21953 vsize=13600 CPUtime=0.03
/proc/21955/stat : 21955 (sugar) S 21953 21955 21596 0 -1 4194304 898 127 0 0 3 0 0 0 16 0 1 0 140434883 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21955/statm: 3400 796 370 3 0 500 0
[pid=21958] ppid=21955 vsize=5356 CPUtime=0
/proc/21958/stat : 21958 (sh) S 21955 21955 21596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 140434887 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21958/statm: 1339 233 193 169 0 50 0
[pid=21959] ppid=21958 vsize=865540 CPUtime=1.57
/proc/21959/stat : 21959 (java) S 21958 21955 21596 0 -1 0 18033 0 1 0 148 9 0 0 20 0 9 0 140434888 886312960 15112 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21959/statm: 216385 15112 2529 9 0 210967 0
[pid=21959/tid=21960] ppid=21958 vsize=865540 CPUtime=0.74
/proc/21959/task/21960/stat : 21960 (java) R 21958 21955 21596 0 -1 64 3027 0 1 0 72 2 0 0 17 0 9 0 140434888 886312960 15112 996147200 134512640 134550740 4294956000 18446744073709551615 4126650832 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21959/tid=21961] ppid=21958 vsize=865540 CPUtime=0.68
/proc/21959/task/21961/stat : 21961 (java) S 21958 21955 21596 0 -1 64 13799 0 0 0 63 5 0 0 17 0 9 0 140434889 886312960 15112 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21959/tid=21962] ppid=21958 vsize=865540 CPUtime=0
/proc/21959/task/21962/stat : 21962 (java) S 21958 21955 21596 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 140434890 886312960 15112 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21959/tid=21963] ppid=21958 vsize=865540 CPUtime=0
/proc/21959/task/21963/stat : 21963 (java) S 21958 21955 21596 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140434890 886312960 15112 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21959/tid=21964] ppid=21958 vsize=865540 CPUtime=0
/proc/21959/task/21964/stat : 21964 (java) S 21958 21955 21596 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140434891 886312960 15112 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21959/tid=21965] ppid=21958 vsize=865540 CPUtime=0.12
/proc/21959/task/21965/stat : 21965 (java) S 21958 21955 21596 0 -1 64 508 0 0 0 12 0 0 0 16 0 9 0 140434891 886312960 15112 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21959/tid=21966] ppid=21958 vsize=865540 CPUtime=0
/proc/21959/task/21966/stat : 21966 (java) S 21958 21955 21596 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140434892 886312960 15112 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21959/tid=21967] ppid=21958 vsize=865540 CPUtime=0
/proc/21959/task/21967/stat : 21967 (java) S 21958 21955 21596 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140434892 886312960 15112 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.6
Current children cumulated vsize (KiB) 884496

[startup+3.10277 s]
/proc/loadavg: 3.09 2.68 1.39 2/94 21977
/proc/meminfo: memFree=1185488/2055920 swapFree=4180892/4192956
[pid=21955] ppid=21953 vsize=13600 CPUtime=1.96
/proc/21955/stat : 21955 (sugar) S 21953 21955 21596 0 -1 4194304 974 18917 0 1 3 0 182 11 15 0 1 0 140434883 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21955/statm: 3400 797 370 3 0 500 0
[pid=21968] ppid=21955 vsize=5356 CPUtime=0
/proc/21968/stat : 21968 (sh) S 21955 21955 21596 0 -1 4194304 278 0 0 0 0 0 0 0 16 0 1 0 140435070 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21968/statm: 1339 233 193 169 0 50 0
[pid=21969] ppid=21968 vsize=865028 CPUtime=1.28
/proc/21969/stat : 21969 (java) S 21968 21955 21596 0 -1 0 10076 0 1 0 124 4 0 0 20 0 9 0 140435071 885788672 9062 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21969/statm: 216257 9063 2540 9 0 210832 0
[pid=21969/tid=21970] ppid=21968 vsize=865028 CPUtime=0.8
/proc/21969/task/21970/stat : 21970 (java) S 21968 21955 21596 0 -1 64 2756 0 1 0 79 1 0 0 16 0 9 0 140435072 885788672 9064 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21969/tid=21971] ppid=21968 vsize=865028 CPUtime=0.39
/proc/21969/task/21971/stat : 21971 (java) R 21968 21955 21596 0 -1 64 6277 0 0 0 37 2 0 0 16 0 9 0 140435073 885788672 9066 996147200 134512640 134550740 4294955936 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21969/tid=21972] ppid=21968 vsize=865028 CPUtime=0
/proc/21969/task/21972/stat : 21972 (java) S 21968 21955 21596 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 140435073 885788672 9068 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21969/tid=21973] ppid=21968 vsize=865028 CPUtime=0
/proc/21969/task/21973/stat : 21973 (java) S 21968 21955 21596 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 140435073 885788672 9069 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21969/tid=21974] ppid=21968 vsize=865028 CPUtime=0
/proc/21969/task/21974/stat : 21974 (java) S 21968 21955 21596 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140435075 885788672 9071 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21969/tid=21975] ppid=21968 vsize=865028 CPUtime=0.07
/proc/21969/task/21975/stat : 21975 (java) S 21968 21955 21596 0 -1 64 350 0 0 0 7 0 0 0 15 0 9 0 140435075 885788672 9072 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21969/tid=21976] ppid=21968 vsize=865028 CPUtime=0
/proc/21969/task/21976/stat : 21976 (java) S 21968 21955 21596 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 140435075 885788672 9074 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21969/tid=21977] ppid=21968 vsize=865028 CPUtime=0
/proc/21969/task/21977/stat : 21977 (java) S 21968 21955 21596 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140435075 885788672 9076 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.24
Current children cumulated vsize (KiB) 883984

[startup+6.30139 s]
/proc/loadavg: 2.93 2.65 1.38 2/94 21977
/proc/meminfo: memFree=1149520/2055920 swapFree=4180892/4192956
[pid=21955] ppid=21953 vsize=13600 CPUtime=1.96
/proc/21955/stat : 21955 (sugar) S 21953 21955 21596 0 -1 4194304 974 18917 0 1 3 0 182 11 15 0 1 0 140434883 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21955/statm: 3400 797 370 3 0 500 0
[pid=21968] ppid=21955 vsize=5356 CPUtime=0
/proc/21968/stat : 21968 (sh) S 21955 21955 21596 0 -1 4194304 278 0 0 0 0 0 0 0 16 0 1 0 140435070 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21968/statm: 1339 233 193 169 0 50 0
[pid=21969] ppid=21968 vsize=869220 CPUtime=4.58
/proc/21969/stat : 21969 (java) S 21968 21955 21596 0 -1 0 15169 0 1 0 451 7 0 0 20 0 9 0 140435071 890081280 13773 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21969/statm: 217305 13773 2543 9 0 211880 0
[pid=21969/tid=21970] ppid=21968 vsize=869220 CPUtime=3.59
/proc/21969/task/21970/stat : 21970 (java) R 21968 21955 21596 0 -1 64 3156 0 1 0 357 2 0 0 17 0 9 0 140435072 890081280 13773 996147200 134512640 134550740 4294955936 18446744073709551615 4126608368 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21969/tid=21971] ppid=21968 vsize=869220 CPUtime=0.77
/proc/21969/task/21971/stat : 21971 (java) S 21968 21955 21596 0 -1 64 9844 0 0 0 73 4 0 0 16 0 9 0 140435073 890081280 13773 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21969/tid=21972] ppid=21968 vsize=869220 CPUtime=0
/proc/21969/task/21972/stat : 21972 (java) S 21968 21955 21596 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 140435073 890081280 13773 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21969/tid=21973] ppid=21968 vsize=869220 CPUtime=0
/proc/21969/task/21973/stat : 21973 (java) S 21968 21955 21596 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 140435073 890081280 13773 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21969/tid=21974] ppid=21968 vsize=869220 CPUtime=0
/proc/21969/task/21974/stat : 21974 (java) S 21968 21955 21596 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140435075 890081280 13773 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21969/tid=21975] ppid=21968 vsize=869220 CPUtime=0.19
/proc/21969/task/21975/stat : 21975 (java) S 21968 21955 21596 0 -1 64 1472 0 0 0 19 0 0 0 16 0 9 0 140435075 890081280 13773 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21969/tid=21976] ppid=21968 vsize=869220 CPUtime=0
/proc/21969/task/21976/stat : 21976 (java) S 21968 21955 21596 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 140435075 890081280 13773 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21969/tid=21977] ppid=21968 vsize=869220 CPUtime=0
/proc/21969/task/21977/stat : 21977 (java) S 21968 21955 21596 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140435075 890081280 13773 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.54
Current children cumulated vsize (KiB) 888176

[startup+12.7028 s]
/proc/loadavg: 2.77 2.62 1.38 2/94 21977
/proc/meminfo: memFree=1129624/2055920 swapFree=4180892/4192956
[pid=21955] ppid=21953 vsize=13600 CPUtime=1.96
/proc/21955/stat : 21955 (sugar) S 21953 21955 21596 0 -1 4194304 974 18917 0 1 3 0 182 11 16 0 1 0 140434883 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21955/statm: 3400 797 370 3 0 500 0
[pid=21968] ppid=21955 vsize=5356 CPUtime=0
/proc/21968/stat : 21968 (sh) S 21955 21955 21596 0 -1 4194304 278 0 0 0 0 0 0 0 16 0 1 0 140435070 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21968/statm: 1339 233 193 169 0 50 0
[pid=21969] ppid=21968 vsize=869220 CPUtime=10.98
/proc/21969/stat : 21969 (java) S 21968 21955 21596 0 -1 0 25783 0 1 0 1084 14 0 0 20 0 9 0 140435071 890081280 18727 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21969/statm: 217305 18727 2540 9 0 211880 0
[pid=21969/tid=21970] ppid=21968 vsize=869220 CPUtime=9.27
/proc/21969/task/21970/stat : 21970 (java) R 21968 21955 21596 0 -1 64 3558 0 1 0 924 3 0 0 17 0 9 0 140435072 890081280 18727 996147200 134512640 134550740 4294955936 18446744073709551615 4126617204 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21969/tid=21971] ppid=21968 vsize=869220 CPUtime=1.49
/proc/21969/task/21971/stat : 21971 (java) S 21968 21955 21596 0 -1 64 20056 0 0 0 140 9 0 0 15 0 9 0 140435073 890081280 18727 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21969/tid=21972] ppid=21968 vsize=869220 CPUtime=0
/proc/21969/task/21972/stat : 21972 (java) S 21968 21955 21596 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140435073 890081280 18727 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21969/tid=21973] ppid=21968 vsize=869220 CPUtime=0
/proc/21969/task/21973/stat : 21973 (java) S 21968 21955 21596 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140435073 890081280 18727 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21969/tid=21974] ppid=21968 vsize=869220 CPUtime=0
/proc/21969/task/21974/stat : 21974 (java) S 21968 21955 21596 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140435075 890081280 18727 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21969/tid=21975] ppid=21968 vsize=869220 CPUtime=0.19
/proc/21969/task/21975/stat : 21975 (java) S 21968 21955 21596 0 -1 64 1472 0 0 0 19 0 0 0 16 0 9 0 140435075 890081280 18727 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21969/tid=21976] ppid=21968 vsize=869220 CPUtime=0
/proc/21969/task/21976/stat : 21976 (java) S 21968 21955 21596 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 140435075 890081280 18727 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21969/tid=21977] ppid=21968 vsize=869220 CPUtime=0
/proc/21969/task/21977/stat : 21977 (java) S 21968 21955 21596 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140435075 890081280 18727 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.94
Current children cumulated vsize (KiB) 888176

[startup+25.5013 s]
/proc/loadavg: 2.38 2.54 1.37 2/94 21977
/proc/meminfo: memFree=1088856/2055920 swapFree=4180892/4192956
[pid=21955] ppid=21953 vsize=13600 CPUtime=1.96
/proc/21955/stat : 21955 (sugar) S 21953 21955 21596 0 -1 4194304 974 18917 0 1 3 0 182 11 16 0 1 0 140434883 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21955/statm: 3400 797 370 3 0 500 0
[pid=21968] ppid=21955 vsize=5356 CPUtime=0
/proc/21968/stat : 21968 (sh) S 21955 21955 21596 0 -1 4194304 278 0 0 0 0 0 0 0 16 0 1 0 140435070 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21968/statm: 1339 233 193 169 0 50 0
[pid=21969] ppid=21968 vsize=869220 CPUtime=23.7
/proc/21969/stat : 21969 (java) S 21968 21955 21596 0 -1 0 39815 0 1 0 2349 21 0 0 20 0 9 0 140435071 890081280 28426 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21969/statm: 217305 28426 2540 9 0 211880 0
[pid=21969/tid=21970] ppid=21968 vsize=869220 CPUtime=20.74
/proc/21969/task/21970/stat : 21970 (java) R 21968 21955 21596 0 -1 64 4179 0 1 0 2071 3 0 0 17 0 9 0 140435072 890081280 28426 996147200 134512640 134550740 4294955936 18446744073709551615 4126608401 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21969/tid=21971] ppid=21968 vsize=869220 CPUtime=2.71
/proc/21969/task/21971/stat : 21971 (java) S 21968 21955 21596 0 -1 64 33458 0 0 0 256 15 0 0 16 0 9 0 140435073 890081280 28426 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21969/tid=21972] ppid=21968 vsize=869220 CPUtime=0
/proc/21969/task/21972/stat : 21972 (java) S 21968 21955 21596 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140435073 890081280 28426 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21969/tid=21973] ppid=21968 vsize=869220 CPUtime=0
/proc/21969/task/21973/stat : 21973 (java) S 21968 21955 21596 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140435073 890081280 28426 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=21968] ppid=21955 vsize=5356 CPUtime=0
/proc/21968/stat : 21968 (sh) S 21955 21955 21596 0 -1 4194304 278 0 0 0 0 0 0 0 16 0 1 0 140435070 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21968/statm: 1339 233 193 169 0 50 0
[pid=21969] ppid=21968 vsize=869332 CPUtime=665.06
/proc/21969/stat : 21969 (java) S 21968 21955 21596 0 -1 0 107521 0 1 0 65334 1172 0 0 20 0 9 0 140435071 890195968 79622 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21969/statm: 217333 79622 2566 9 0 211880 0
[pid=21969/tid=21970] ppid=21968 vsize=869332 CPUtime=651.98
/proc/21969/task/21970/stat : 21970 (java) R 21968 21955 21596 0 -1 64 9658 0 1 0 64080 1118 0 0 16 0 9 0 140435072 890195968 79622 996147200 134512640 134550740 4294955936 18446744073709551615 4127154416 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21969/tid=21971] ppid=21968 vsize=869332 CPUtime=12.74
/proc/21969/task/21971/stat : 21971 (java) S 21968 21955 21596 0 -1 64 95621 0 0 0 1222 52 0 0 16 0 9 0 140435073 890195968 79622 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21969/tid=21972] ppid=21968 vsize=869332 CPUtime=0
/proc/21969/task/21972/stat : 21972 (java) S 21968 21955 21596 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140435073 890195968 79622 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21969/tid=21973] ppid=21968 vsize=869332 CPUtime=0
/proc/21969/task/21973/stat : 21973 (java) S 21968 21955 21596 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140435073 890195968 79622 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21969/tid=21974] ppid=21968 vsize=869332 CPUtime=0
/proc/21969/task/21974/stat : 21974 (java) S 21968 21955 21596 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140435075 890195968 79622 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21969/tid=21975] ppid=21968 vsize=869332 CPUtime=0.3
/proc/21969/task/21975/stat : 21975 (java) S 21968 21955 21596 0 -1 64 1545 0 0 0 30 0 0 0 15 0 9 0 140435075 890195968 79622 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21969/tid=21976] ppid=21968 vsize=869332 CPUtime=0
/proc/21969/task/21976/stat : 21976 (java) S 21968 21955 21596 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 140435075 890195968 79622 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21969/tid=21977] ppid=21968 vsize=869332 CPUtime=0
/proc/21969/task/21977/stat : 21977 (java) S 21968 21955 21596 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140435075 890195968 79622 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 667.02
Current children cumulated vsize (KiB) 888288

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

[startup+717.501 s]
/proc/loadavg: 2.10 2.11 1.69 2/94 21978
/proc/meminfo: memFree=16216/2055920 swapFree=4180892/4192956
[pid=21955] ppid=21953 vsize=13600 CPUtime=1.96
/proc/21955/stat : 21955 (sugar) S 21953 21955 21596 0 -1 4194304 974 18917 0 1 3 0 182 11 16 0 1 0 140434883 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21955/statm: 3400 797 370 3 0 500 0
[pid=21968] ppid=21955 vsize=5356 CPUtime=0
/proc/21968/stat : 21968 (sh) S 21955 21955 21596 0 -1 4194304 278 0 0 0 0 0 0 0 16 0 1 0 140435070 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21968/statm: 1339 233 193 169 0 50 0
[pid=21969] ppid=21968 vsize=869332 CPUtime=676.04
/proc/21969/stat : 21969 (java) S 21968 21955 21596 0 -1 0 107554 0 1 0 66408 1196 0 0 20 0 9 0 140435071 890195968 79622 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21969/statm: 217333 79622 2566 9 0 211880 0
[pid=21969/tid=21970] ppid=21968 vsize=869332 CPUtime=662.93
/proc/21969/task/21970/stat : 21970 (java) R 21968 21955 21596 0 -1 64 9691 0 1 0 65151 1142 0 0 18 0 9 0 140435072 890195968 79622 996147200 134512640 134550740 4294955936 18446744073709551615 4127152928 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21969/tid=21971] ppid=21968 vsize=869332 CPUtime=12.78
/proc/21969/task/21971/stat : 21971 (java) S 21968 21955 21596 0 -1 64 95621 0 0 0 1226 52 0 0 16 0 9 0 140435073 890195968 79622 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21969/tid=21972] ppid=21968 vsize=869332 CPUtime=0
/proc/21969/task/21972/stat : 21972 (java) S 21968 21955 21596 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140435073 890195968 79622 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21969/tid=21973] ppid=21968 vsize=869332 CPUtime=0
/proc/21969/task/21973/stat : 21973 (java) S 21968 21955 21596 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140435073 890195968 79622 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21969/tid=21974] ppid=21968 vsize=869332 CPUtime=0
/proc/21969/task/21974/stat : 21974 (java) S 21968 21955 21596 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140435075 890195968 79622 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21969/tid=21975] ppid=21968 vsize=869332 CPUtime=0.3
/proc/21969/task/21975/stat : 21975 (java) S 21968 21955 21596 0 -1 64 1545 0 0 0 30 0 0 0 15 0 9 0 140435075 890195968 79622 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21969/tid=21976] ppid=21968 vsize=869332 CPUtime=0
/proc/21969/task/21976/stat : 21976 (java) S 21968 21955 21596 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 140435075 890195968 79622 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21969/tid=21977] ppid=21968 vsize=869332 CPUtime=0
/proc/21969/task/21977/stat : 21977 (java) S 21968 21955 21596 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140435075 890195968 79622 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 678
Current children cumulated vsize (KiB) 888288

[startup+730.303 s]
/proc/loadavg: 2.01 2.08 1.69 2/94 21978
/proc/meminfo: memFree=16280/2055920 swapFree=4180892/4192956
[pid=21955] ppid=21953 vsize=13600 CPUtime=1.96
/proc/21955/stat : 21955 (sugar) S 21953 21955 21596 0 -1 4194304 974 18917 0 1 3 0 182 11 16 0 1 0 140434883 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21955/statm: 3400 797 370 3 0 500 0
[pid=21968] ppid=21955 vsize=5356 CPUtime=0
/proc/21968/stat : 21968 (sh) S 21955 21955 21596 0 -1 4194304 278 0 0 0 0 0 0 0 16 0 1 0 140435070 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21968/statm: 1339 233 193 169 0 50 0
[pid=21969] ppid=21968 vsize=869332 CPUtime=687.89
/proc/21969/stat : 21969 (java) S 21968 21955 21596 0 -1 0 107590 0 1 0 67567 1222 0 0 20 0 9 0 140435071 890195968 79622 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21969/statm: 217333 79622 2566 9 0 211880 0
[pid=21969/tid=21970] ppid=21968 vsize=869332 CPUtime=674.73
/proc/21969/task/21970/stat : 21970 (java) R 21968 21955 21596 0 -1 64 9727 0 1 0 66305 1168 0 0 18 0 9 0 140435072 890195968 79622 996147200 134512640 134550740 4294955936 18446744073709551615 4126670291 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21969/tid=21971] ppid=21968 vsize=869332 CPUtime=12.82
/proc/21969/task/21971/stat : 21971 (java) S 21968 21955 21596 0 -1 64 95621 0 0 0 1230 52 0 0 16 0 9 0 140435073 890195968 79622 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21969/tid=21972] ppid=21968 vsize=869332 CPUtime=0
/proc/21969/task/21972/stat : 21972 (java) S 21968 21955 21596 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140435073 890195968 79622 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21969/tid=21973] ppid=21968 vsize=869332 CPUtime=0
/proc/21969/task/21973/stat : 21973 (java) S 21968 21955 21596 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140435073 890195968 79622 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21969/tid=21974] ppid=21968 vsize=869332 CPUtime=0
/proc/21969/task/21974/stat : 21974 (java) S 21968 21955 21596 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140435075 890195968 79622 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21969/tid=21975] ppid=21968 vsize=869332 CPUtime=0.3
/proc/21969/task/21975/stat : 21975 (java) S 21968 21955 21596 0 -1 64 1545 0 0 0 30 0 0 0 15 0 9 0 140435075 890195968 79622 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21969/tid=21976] ppid=21968 vsize=869332 CPUtime=0
/proc/21969/task/21976/stat : 21976 (java) S 21968 21955 21596 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 140435075 890195968 79622 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21969/tid=21977] ppid=21968 vsize=869332 CPUtime=0
/proc/21969/task/21977/stat : 21977 (java) S 21968 21955 21596 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140435075 890195968 79622 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 689.85
Current children cumulated vsize (KiB) 888288

[startup+743.101 s]
/proc/loadavg: 2.01 2.08 1.69 2/94 21978
/proc/meminfo: memFree=15192/2055920 swapFree=4180892/4192956
[pid=21955] ppid=21953 vsize=13600 CPUtime=1.96
/proc/21955/stat : 21955 (sugar) S 21953 21955 21596 0 -1 4194304 974 18917 0 1 3 0 182 11 16 0 1 0 140434883 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21955/statm: 3400 797 370 3 0 500 0
[pid=21968] ppid=21955 vsize=5356 CPUtime=0
/proc/21968/stat : 21968 (sh) S 21955 21955 21596 0 -1 4194304 278 0 0 0 0 0 0 0 16 0 1 0 140435070 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21968/statm: 1339 233 193 169 0 50 0
[pid=21969] ppid=21968 vsize=869332 CPUtime=700.41
/proc/21969/stat : 21969 (java) S 21968 21955 21596 0 -1 0 107626 0 1 0 68794 1247 0 0 20 0 9 0 140435071 890195968 79622 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21969/statm: 217333 79622 2566 9 0 211880 0
[pid=21969/tid=21970] ppid=21968 vsize=869332 CPUtime=687.22
/proc/21969/task/21970/stat : 21970 (java) R 21968 21955 21596 0 -1 64 9763 0 1 0 67529 1193 0 0 18 0 9 0 140435072 890195968 79622 996147200 134512640 134550740 4294955936 18446744073709551615 4127153571 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21969/tid=21971] ppid=21968 vsize=869332 CPUtime=12.85
/proc/21969/task/21971/stat : 21971 (java) S 21968 21955 21596 0 -1 64 95621 0 0 0 1233 52 0 0 16 0 9 0 140435073 890195968 79622 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21969/tid=21972] ppid=21968 vsize=869332 CPUtime=0
/proc/21969/task/21972/stat : 21972 (java) S 21968 21955 21596 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140435073 890195968 79622 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21969/tid=21973] ppid=21968 vsize=869332 CPUtime=0
/proc/21969/task/21973/stat : 21973 (java) S 21968 21955 21596 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140435073 890195968 79622 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21969/tid=21974] ppid=21968 vsize=869332 CPUtime=0
/proc/21969/task/21974/stat : 21974 (java) S 21968 21955 21596 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140435075 890195968 79622 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21969/tid=21975] ppid=21968 vsize=869332 CPUtime=0.3
/proc/21969/task/21975/stat : 21975 (java) S 21968 21955 21596 0 -1 64 1545 0 0 0 30 0 0 0 15 0 9 0 140435075 890195968 79622 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21969/tid=21976] ppid=21968 vsize=869332 CPUtime=0
/proc/21969/task/21976/stat : 21976 (java) S 21968 21955 21596 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 140435075 890195968 79622 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21969/tid=21977] ppid=21968 vsize=869332 CPUtime=0
/proc/21969/task/21977/stat : 21977 (java) S 21968 21955 21596 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140435075 890195968 79622 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 702.37
Current children cumulated vsize (KiB) 888288

[startup+749.502 s]
/proc/loadavg: 2.17 2.11 1.70 1/86 21978
/proc/meminfo: memFree=324312/2055920 swapFree=4180892/4192956
[pid=21955] ppid=21953 vsize=13600 CPUtime=1.96
/proc/21955/stat : 21955 (sugar) S 21953 21955 21596 0 -1 4194304 975 18917 0 1 3 0 182 11 16 0 1 0 140434883 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21955/statm: 3400 797 370 3 0 500 0
[pid=21968] ppid=21955 vsize=5356 CPUtime=0
/proc/21968/stat : 21968 (sh) S 21955 21955 21596 0 -1 4194304 278 0 0 0 0 0 0 0 16 0 1 0 140435070 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21968/statm: 1339 233 193 169 0 50 0
[pid=21969] ppid=21968 vsize=0 CPUtime=703.8
/proc/21969/stat : 21969 (java) D 21968 21955 21596 0 -1 1028 107642 0 3 0 69121 1259 0 0 17 0 1 0 140435071 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744071563608240 0 0 17 0 0 0
/proc/21969/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 705.76
Current children cumulated vsize (KiB) 18956

[startup+752.701 s]
/proc/loadavg: 2.17 2.11 1.70 1/84 21978
/proc/meminfo: memFree=1220840/2055920 swapFree=4180892/4192956
[pid=21955] ppid=21953 vsize=13600 CPUtime=706.26
/proc/21955/stat : 21955 (sugar) D 21953 21955 21596 0 -1 4194304 997 126845 0 4 3 48 69304 1271 15 0 1 0 140434883 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 270187336745 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/21955/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 706.26
Current children cumulated vsize (KiB) 13600

[startup+753.501 s]
/proc/loadavg: 2.08 2.09 1.70 1/84 21978
/proc/meminfo: memFree=1220328/2055920 swapFree=4180892/4192956
[pid=21955] ppid=21953 vsize=13600 CPUtime=706.28
/proc/21955/stat : 21955 (sugar) D 21953 21955 21596 0 -1 4194304 997 126845 0 4 3 50 69304 1271 15 0 1 0 140434883 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 270187336745 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/21955/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 706.28
Current children cumulated vsize (KiB) 13600

[startup+753.901 s]
/proc/loadavg: 2.08 2.09 1.70 1/84 21978
/proc/meminfo: memFree=1220328/2055920 swapFree=4180892/4192956
[pid=21955] ppid=21953 vsize=13600 CPUtime=706.3
/proc/21955/stat : 21955 (sugar) D 21953 21955 21596 0 -1 4194304 997 126845 0 4 3 52 69304 1271 15 0 1 0 140434883 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 270187336745 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/21955/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 706.3
Current children cumulated vsize (KiB) 13600

[startup+754.101 s]
/proc/loadavg: 2.08 2.09 1.70 1/84 21978
/proc/meminfo: memFree=1220328/2055920 swapFree=4180892/4192956
[pid=21955] ppid=21953 vsize=13600 CPUtime=706.31
/proc/21955/stat : 21955 (sugar) D 21953 21955 21596 0 -1 4194304 997 126845 0 4 3 53 69304 1271 15 0 1 0 140434883 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 270187336745 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/21955/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 706.31
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 754.118
CPU time (s): 706.325
CPU user time (s): 693.081
CPU system time (s): 13.244
CPU usage (%): 93.6624
Max. virtual memory (cumulated for all children) (KiB): 900428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 693.081
system time used= 13.244
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 127872
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28109
involuntary context switches= 29942

runsolver used 0.964853 second user time and 2.47562 second system time

The end

Launcher Data (download as text)

Begin job on node88 at 2008-08-07 20:25:03
IDJOB=1112770
IDBENCH=61471
IDSOLVER=368
FILE ID=node88/1112770-1218133502
PBS_JOBID= 8000801
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fapp/fapp22/normalized-fapp22-1750-0.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-1112770-1218133502/watcher-1112770-1218133502 -o /tmp/evaluation-result-1112770-1218133502/solver-1112770-1218133502 -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-1112770-1218133502.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9a4e6098c7014d2e43e37229a7ed8846
RANDOM SEED=2070224919

node88.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.266
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.266
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	: 6012.92
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1196040 kB
Buffers:          2832 kB
Cached:          44284 kB
SwapCached:       6196 kB
Active:         788268 kB
Inactive:        14412 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1196040 kB
SwapTotal:     4192956 kB
SwapFree:      4180892 kB
Dirty:            6052 kB
Writeback:           0 kB
Mapped:         771424 kB
Slab:            40824 kB
Committed_AS:   921520 kB
PageTables:       3364 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= 66556 MiB
End job on node88 at 2008-08-07 20:37:37