Trace number 1112871

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-inc? 1062.11 1072.86

General information on the benchmark

Namecsp/fapp/fapp37/
normalized-fapp37-2250-2.xml
MD5SUMf8718ebaf51fd44c6f84abcaca826b6a
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best Number of falsified constraints
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2250
Number of constraints42699
Maximum constraint arity2
Maximum domain size998
Number of constraints which are defined in extension0
Number of constraints which are defined in intension42699
Global constraints used (with number of constraints)

Solver Data (download as text)

0.06/0.21	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.06/0.22	c 0	BEGIN Sat Jul 12 17:00:46 2008
0.06/0.22	c 0	PID 18399
0.06/0.23	c 0	HOST node67.alineos.net
0.06/0.23	c 0	CONVERTING HOME/instance-1112871-1215874845.xml TO HOME/temp.csp
0.06/0.23	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1112871-1215874845.xml' 'HOME/temp.csp'
2.26/2.75	c 2	22 domains, 2250 variables, 8 predicates, 0 relations, 42699 constraints
2.26/2.79	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.26/2.79	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
2.33/2.88	c 3	Parsing HOME/temp.csp
2.81/3.31	c 3	parsed 10000 expressions
3.10/3.62	c 3	parsed 20000 expressions
3.40/3.96	c 4	parsed 30000 expressions
3.70/4.23	c 4	parsed 40000 expressions
3.80/4.37	c 4	parsed 44979 expressions
3.80/4.37	c 4	Heap : 21 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.18/4.76	c 4	MAX CSP: 42699 constraints
4.18/4.76	c 4	Converting to clausal form CSP
13.60/14.27	c 14	converted 8769 (10%) expressions
24.46/25.13	c 25	converted 17537 (20%) expressions
35.06/35.75	c 35	converted 26305 (30%) expressions
45.24/45.95	c 46	converted 35073 (40%) expressions
55.04/55.70	c 55	converted 43841 (50%) expressions
65.94/66.64	c 66	converted 52609 (60%) expressions
75.33/76.08	c 76	converted 61377 (70%) expressions
84.83/85.52	c 85	converted 70145 (80%) expressions
93.73/94.44	c 94	converted 78913 (90%) expressions
107.82/108.51	c 108	converted 87681 (100%) expressions
107.82/108.53	c 108	CSP : 95265 integers, 166902 booleans, 401503 clauses, largest domain size 64049
107.82/108.53	c 108	Heap : 304 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
107.82/108.53	c 108	Propagation in CSP
120.41/121.10	c 121	42690 values, 0 unsatisfiable literals, and 0 valid clauses are removed
120.41/121.12	c 121	CSP : 95265 integers, 166902 booleans, 401503 clauses, largest domain size 42700
120.41/121.12	c 121	Heap : 332 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
120.51/121.23	c 121	Simplifing CSP by introducing new Boolean variables
121.01/121.80	c 121	CSP : 95265 integers, 261062 booleans, 495663 clauses, largest domain size 42700
121.01/121.80	c 121	Heap : 368 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
123.12/123.88	c 124	Encoding CSP to SAT : HOME/temp.cnf
187.73/188.53	c 188	9527 (10%) CSP integer variables are encoded (7084129 clauses, 132379527 bytes)
195.82/196.71	c 196	19053 (20%) CSP integer variables are encoded (13657571 clauses, 264617618 bytes)
202.35/203.45	c 203	28580 (30%) CSP integer variables are encoded (18863663 clauses, 373945550 bytes)
207.63/208.81	c 209	38106 (40%) CSP integer variables are encoded (23023933 clauses, 461311220 bytes)
210.76/212.02	c 212	47633 (50%) CSP integer variables are encoded (25541315 clauses, 514176242 bytes)
211.25/212.58	c 212	57159 (60%) CSP integer variables are encoded (25965300 clauses, 523079927 bytes)
211.45/212.75	c 212	66686 (70%) CSP integer variables are encoded (26087886 clauses, 525654233 bytes)
211.64/212.94	c 213	76212 (80%) CSP integer variables are encoded (26228191 clauses, 528600638 bytes)
211.84/213.11	c 213	85739 (90%) CSP integer variables are encoded (26350115 clauses, 531161042 bytes)
212.71/214.08	c 214	95265 (100%) CSP integer variables are encoded (27093426 clauses, 546770573 bytes)
720.09/723.71	c 723	49567 (10%) CSP clauses are encoded (64409239 clauses, 1510697063 bytes)
1061.50/1069.61	c 1069	ERROR Exception Too large HOME/temp.cnf
1061.50/1069.61	c 1069	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
1061.50/1069.61	c 1069	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
1061.50/1069.61	c 1069	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
1061.50/1069.61	s UNKNOWN
1061.55/1069.75	c 1069	CPU 1048.46 (0.06 0.02 1048.4 13.13)
1061.55/1069.75	c 1069	END Sat Jul 12 17:18:35 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-1112871-1215874845/watcher-1112871-1215874845 -o /tmp/evaluation-result-1112871-1215874845/solver-1112871-1215874845 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1112871-1215874845.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.56 2.57 2.28 4/82 18399
/proc/meminfo: memFree=1238352/2055920 swapFree=4181048/4192956
[pid=18399] ppid=18397 vsize=18572 CPUtime=0
/proc/18399/stat : 18399 (runsolver) R 18397 18399 17862 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 44182490 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 271638392103 0 0 4096 24578 0 0 0 17 1 0 0
/proc/18399/statm: 4643 292 257 25 0 2626 0

[startup+0.0913781 s]
/proc/loadavg: 2.56 2.57 2.28 4/82 18399
/proc/meminfo: memFree=1238352/2055920 swapFree=4181048/4192956
[pid=18399] ppid=18397 vsize=12412 CPUtime=0
/proc/18399/stat : 18399 (sugar++) D 18397 18399 17862 0 -1 4194304 410 0 4 0 0 0 0 0 18 0 1 0 44182490 12709888 382 996147200 4194304 4206940 548682068528 18446744073709551615 271647289442 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/18399/statm: 3103 382 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.102382 s]
/proc/loadavg: 2.56 2.57 2.28 4/82 18399
/proc/meminfo: memFree=1238352/2055920 swapFree=4181048/4192956
[pid=18399] ppid=18397 vsize=12544 CPUtime=0.01
/proc/18399/stat : 18399 (sugar++) R 18397 18399 17862 0 -1 4194304 497 0 4 0 1 0 0 0 18 0 1 0 44182490 12845056 469 996147200 4194304 4206940 548682068528 18446744073709551615 271638269255 0 0 4224 0 0 0 0 17 1 0 0
/proc/18399/statm: 3136 469 298 3 0 236 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12544

[startup+0.3024 s]
/proc/loadavg: 2.56 2.57 2.28 4/82 18399
/proc/meminfo: memFree=1238352/2055920 swapFree=4181048/4192956
[pid=18399] ppid=18397 vsize=16740 CPUtime=0.07
/proc/18399/stat : 18399 (sugar++) S 18397 18399 17862 0 -1 4194304 1213 128 6 0 5 2 0 0 19 0 1 0 44182490 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18399/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.702443 s]
/proc/loadavg: 2.56 2.57 2.28 4/82 18399
/proc/meminfo: memFree=1238352/2055920 swapFree=4181048/4192956
[pid=18399] ppid=18397 vsize=16740 CPUtime=0.07
/proc/18399/stat : 18399 (sugar++) S 18397 18399 17862 0 -1 4194304 1213 128 6 0 5 2 0 0 19 0 1 0 44182490 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18399/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+1.50153 s]
/proc/loadavg: 2.56 2.57 2.28 3/93 18411
/proc/meminfo: memFree=1199544/2055920 swapFree=4181048/4192956
[pid=18399] ppid=18397 vsize=16740 CPUtime=0.07
/proc/18399/stat : 18399 (sugar++) S 18397 18399 17862 0 -1 4194304 1213 128 6 0 5 2 0 0 19 0 1 0 44182490 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18399/statm: 4185 1104 409 3 0 764 0
[pid=18402] ppid=18399 vsize=5356 CPUtime=0
/proc/18402/stat : 18402 (sh) S 18399 18399 17862 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 44182513 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18402/statm: 1339 233 193 169 0 50 0
[pid=18403] ppid=18402 vsize=865508 CPUtime=0.99
/proc/18403/stat : 18403 (java) S 18402 18399 17862 0 -1 0 13946 0 66 0 92 7 0 0 18 0 9 0 44182513 886280192 11566 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18403/statm: 216377 11566 2529 9 0 210959 0
[pid=18403/tid=18404] ppid=18402 vsize=865508 CPUtime=0.48
/proc/18403/task/18404/stat : 18404 (java) R 18402 18399 17862 0 -1 64 2993 0 30 0 45 3 0 0 21 0 9 0 44182524 886280192 11566 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18403/tid=18405] ppid=18402 vsize=865508 CPUtime=0.4
/proc/18403/task/18405/stat : 18405 (java) S 18402 18399 17862 0 -1 64 9803 0 0 0 37 3 0 0 16 0 9 0 44182535 886280192 11566 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18403/tid=18406] ppid=18402 vsize=865508 CPUtime=0
/proc/18403/task/18406/stat : 18406 (java) S 18402 18399 17862 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 44182535 886280192 11566 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18403/tid=18407] ppid=18402 vsize=865508 CPUtime=0
/proc/18403/task/18407/stat : 18407 (java) S 18402 18399 17862 0 -1 64 11 0 0 0 0 0 0 0 15 0 9 0 44182535 886280192 11566 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18403/tid=18408] ppid=18402 vsize=865508 CPUtime=0
/proc/18403/task/18408/stat : 18408 (java) S 18402 18399 17862 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44182538 886280192 11566 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18403/tid=18409] ppid=18402 vsize=865508 CPUtime=0.08
/proc/18403/task/18409/stat : 18409 (java) S 18402 18399 17862 0 -1 64 485 0 0 0 8 0 0 0 16 0 9 0 44182538 886280192 11566 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18403/tid=18410] ppid=18402 vsize=865508 CPUtime=0
/proc/18403/task/18410/stat : 18410 (java) S 18402 18399 17862 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44182538 886280192 11566 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18403/tid=18411] ppid=18402 vsize=865508 CPUtime=0
/proc/18403/task/18411/stat : 18411 (java) S 18402 18399 17862 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44182538 886280192 11566 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 887604

[startup+3.10169 s]
/proc/loadavg: 2.56 2.57 2.28 3/93 18411
/proc/meminfo: memFree=1147640/2055920 swapFree=4181048/4192956
[pid=18399] ppid=18397 vsize=16740 CPUtime=2.33
/proc/18399/stat : 18399 (sugar++) S 18397 18399 17862 0 -1 4194304 1291 23046 6 66 5 2 212 14 16 0 1 0 44182490 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18399/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 2.33
Current children cumulated vsize (KiB) 16740

[startup+6.30302 s]
/proc/loadavg: 2.52 2.56 2.28 3/93 18421
/proc/meminfo: memFree=1138488/2055920 swapFree=4181048/4192956
[pid=18399] ppid=18397 vsize=16740 CPUtime=2.33
/proc/18399/stat : 18399 (sugar++) S 18397 18399 17862 0 -1 4194304 1291 23046 6 66 5 2 212 14 15 0 1 0 44182490 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18399/statm: 4185 1104 409 3 0 764 0
[pid=18412] ppid=18399 vsize=5356 CPUtime=0
/proc/18412/stat : 18412 (sh) S 18399 18399 17862 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44182769 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18412/statm: 1339 233 193 169 0 50 0
[pid=18413] ppid=18412 vsize=868448 CPUtime=3.43
/proc/18413/stat : 18413 (java) S 18412 18399 17862 0 -1 0 16427 0 6 0 332 11 0 0 18 0 9 0 44182770 889290752 14566 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18413/statm: 217112 14566 2541 9 0 211687 0
[pid=18413/tid=18414] ppid=18412 vsize=868448 CPUtime=2.15
/proc/18413/task/18414/stat : 18414 (java) R 18412 18399 17862 0 -1 64 3311 0 6 0 212 3 0 0 25 0 9 0 44182771 889290752 14566 996147200 134512640 134550740 4294955920 18446744073709551615 4126610023 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18413/tid=18415] ppid=18412 vsize=868448 CPUtime=1.03
/proc/18413/task/18415/stat : 18415 (java) S 18412 18399 17862 0 -1 64 10949 0 0 0 97 6 0 0 16 0 9 0 44182772 889290752 14566 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18413/tid=18416] ppid=18412 vsize=868448 CPUtime=0
/proc/18413/task/18416/stat : 18416 (java) S 18412 18399 17862 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44182772 889290752 14566 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18413/tid=18417] ppid=18412 vsize=868448 CPUtime=0
/proc/18413/task/18417/stat : 18417 (java) S 18412 18399 17862 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44182772 889290752 14566 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18413/tid=18418] ppid=18412 vsize=868448 CPUtime=0
/proc/18413/task/18418/stat : 18418 (java) S 18412 18399 17862 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44182774 889290752 14566 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18413/tid=18419] ppid=18412 vsize=868448 CPUtime=0.23
/proc/18413/task/18419/stat : 18419 (java) S 18412 18399 17862 0 -1 64 1470 0 0 0 22 1 0 0 16 0 9 0 44182774 889290752 14566 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18413/tid=18420] ppid=18412 vsize=868448 CPUtime=0
/proc/18413/task/18420/stat : 18420 (java) S 18412 18399 17862 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44182774 889290752 14566 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18413/tid=18421] ppid=18412 vsize=868448 CPUtime=0
/proc/18413/task/18421/stat : 18421 (java) R 18412 18399 17862 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44182774 889290752 14566 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.76
Current children cumulated vsize (KiB) 890544

[startup+12.7027 s]
/proc/loadavg: 2.55 2.56 2.29 2/83 18421
/proc/meminfo: memFree=1888264/2055920 swapFree=4181048/4192956
[pid=18399] ppid=18397 vsize=16740 CPUtime=2.33
/proc/18399/stat : 18399 (sugar++) S 18397 18399 17862 0 -1 4194304 1291 23046 6 66 5 2 212 14 15 0 1 0 44182490 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18399/statm: 4185 1104 409 3 0 764 0
[pid=18412] ppid=18399 vsize=5356 CPUtime=0
/proc/18412/stat : 18412 (sh) S 18399 18399 17862 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44182769 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18412/statm: 1339 233 193 169 0 50 0
[pid=18413] ppid=18412 vsize=868448 CPUtime=9.78
/proc/18413/stat : 18413 (java) S 18412 18399 17862 0 -1 0 19897 0 6 0 963 15 0 0 18 0 9 0 44182770 889290752 17854 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18413/statm: 217112 17854 2541 9 0 211687 0
[pid=18413/tid=18414] ppid=18412 vsize=868448 CPUtime=8.07
/proc/18413/task/18414/stat : 18414 (java) R 18412 18399 17862 0 -1 64 3493 0 6 0 803 4 0 0 17 0 9 0 44182771 889290752 17854 996147200 134512640 134550740 4294955920 18446744073709551615 4126600253 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18413/tid=18415] ppid=18412 vsize=868448 CPUtime=1.44
/proc/18413/task/18415/stat : 18415 (java) S 18412 18399 17862 0 -1 64 14229 0 0 0 136 8 0 0 15 0 9 0 44182772 889290752 17854 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18413/tid=18416] ppid=18412 vsize=868448 CPUtime=0
/proc/18413/task/18416/stat : 18416 (java) S 18412 18399 17862 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44182772 889290752 17854 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18413/tid=18417] ppid=18412 vsize=868448 CPUtime=0
/proc/18413/task/18417/stat : 18417 (java) S 18412 18399 17862 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44182772 889290752 17854 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18413/tid=18418] ppid=18412 vsize=868448 CPUtime=0
/proc/18413/task/18418/stat : 18418 (java) S 18412 18399 17862 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44182774 889290752 17854 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18413/tid=18419] ppid=18412 vsize=868448 CPUtime=0.24
/proc/18413/task/18419/stat : 18419 (java) S 18412 18399 17862 0 -1 64 1478 0 0 0 23 1 0 0 15 0 9 0 44182774 889290752 17854 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18413/tid=18420] ppid=18412 vsize=868448 CPUtime=0
/proc/18413/task/18420/stat : 18420 (java) S 18412 18399 17862 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44182774 889290752 17854 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18413/tid=18421] ppid=18412 vsize=868448 CPUtime=0
/proc/18413/task/18421/stat : 18421 (java) S 18412 18399 17862 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44182774 889290752 17854 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.11
Current children cumulated vsize (KiB) 890544

[startup+25.503 s]
/proc/loadavg: 2.43 2.54 2.28 3/92 18464
/proc/meminfo: memFree=1824712/2055920 swapFree=4181048/4192956
[pid=18399] ppid=18397 vsize=16740 CPUtime=2.33
/proc/18399/stat : 18399 (sugar++) S 18397 18399 17862 0 -1 4194304 1291 23046 6 66 5 2 212 14 16 0 1 0 44182490 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18399/statm: 4185 1104 409 3 0 764 0
[pid=18412] ppid=18399 vsize=5356 CPUtime=0
/proc/18412/stat : 18412 (sh) S 18399 18399 17862 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44182769 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18412/statm: 1339 233 193 169 0 50 0
[pid=18413] ppid=18412 vsize=868448 CPUtime=22.53
/proc/18413/stat : 18413 (java) S 18412 18399 17862 0 -1 0 32194 0 6 0 2228 25 0 0 18 0 9 0 44182770 889290752 25714 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18413/statm: 217112 25714 2541 9 0 211687 0
[pid=18413/tid=18414] ppid=18412 vsize=868448 CPUtime=19.54
/proc/18413/task/18414/stat : 18414 (java) R 18412 18399 17862 0 -1 64 4165 0 6 0 1946 8 0 0 25 0 9 0 44182771 889290752 25714 996147200 134512640 134550740 4294955920 18446744073709551615 4126600160 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18413/tid=18415] ppid=18412 vsize=868448 CPUtime=2.71
/proc/18413/task/18415/stat : 18415 (java) S 18412 18399 17862 0 -1 64 25845 0 0 0 256 15 0 0 16 0 9 0 44182772 889290752 25714 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18413/tid=18416] ppid=18412 vsize=868448 CPUtime=0
/proc/18413/task/18416/stat : 18416 (java) S 18412 18399 17862 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44182772 889290752 25714 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18413/tid=18417] ppid=18412 vsize=868448 CPUtime=0
/proc/18413/task/18417/stat : 18417 (java) S 18412 18399 17862 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44182772 889290752 25714 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18413/tid=18418] ppid=18412 vsize=868448 CPUtime=0
/proc/18413/task/18418/stat : 18418 (java) S 18412 18399 17862 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44182774 889290752 25714 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18413/tid=18419] ppid=18412 vsize=868448 CPUtime=0.25
/proc/18413/task/18419/stat : 18419 (java) S 18412 18399 17862 0 -1 64 1487 0 0 0 24 1 0 0 16 0 9 0 44182774 889290752 25714 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18413/tid=18420] ppid=18412 vsize=868448 CPUtime=0
/proc/18413/task/18420/stat : 18420 (java) S 18412 18399 17862 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44182774 889290752 25714 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18413/tid=18421] ppid=18412 vsize=868448 CPUtime=0
/proc/18413/task/18421/stat : 18421 (java) S 18412 18399 17862 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44182774 889290752 25714 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.86
Current children cumulated vsize (KiB) 890544

[startup+51.1026 s]
/proc/loadavg: 2.35 2.51 2.28 3/92 18464
/proc/meminfo: memFree=1751624/2055920 swapFree=4181048/4192956
[pid=18399] ppid=18397 vsize=16740 CPUtime=2.33
/proc/18399/stat : 18399 (sugar++) S 18397 18399 17862 0 -1 4194304 1291 23046 6 66 5 2 212 14 16 0 1 0 44182490 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18399/statm: 4185 1104 409 3 0 764 0
[pid=18412] ppid=18399 vsize=5356 CPUtime=0
/proc/18412/stat : 18412 (sh) S 18399 18399 17862 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44182769 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18412/statm: 1339 233 193 169 0 50 0
[pid=18413] ppid=18412 vsize=868448 CPUtime=48.11
/proc/18413/stat : 18413 (java) S 18412 18399 17862 0 -1 0 53020 0 6 0 4772 39 0 0 18 0 9 0 44182770 889290752 42116 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

[pid=18413/tid=18419] ppid=18412 vsize=868560 CPUtime=0.36
/proc/18413/task/18419/stat : 18419 (java) S 18412 18399 17862 0 -1 64 1544 0 0 0 35 1 0 0 16 0 9 0 44182774 889405440 98580 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18413/tid=18420] ppid=18412 vsize=868560 CPUtime=0
/proc/18413/task/18420/stat : 18420 (java) S 18412 18399 17862 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44182774 889405440 98580 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18413/tid=18421] ppid=18412 vsize=868560 CPUtime=0
/proc/18413/task/18421/stat : 18421 (java) S 18412 18399 17862 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44182774 889405440 98580 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 935.91
Current children cumulated vsize (KiB) 890656

[startup+1002.3 s]
/proc/loadavg: 1.01 1.40 1.83 2/93 18465
/proc/meminfo: memFree=16768/2055920 swapFree=4181048/4192956
[pid=18399] ppid=18397 vsize=16740 CPUtime=2.34
/proc/18399/stat : 18399 (sugar++) S 18397 18399 17862 0 -1 4194304 1291 23046 6 66 6 2 212 14 16 0 1 0 44182490 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18399/statm: 4185 1104 409 3 0 764 0
[pid=18412] ppid=18399 vsize=5356 CPUtime=0
/proc/18412/stat : 18412 (sh) S 18399 18399 17862 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44182769 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18412/statm: 1339 233 193 169 0 50 0
[pid=18413] ppid=18412 vsize=868560 CPUtime=992.87
/proc/18413/stat : 18413 (java) S 18412 18399 17862 0 -1 0 120601 0 7 0 98071 1216 0 0 18 0 9 0 44182770 889405440 98580 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18413/statm: 217140 98580 2566 9 0 211687 0
[pid=18413/tid=18414] ppid=18412 vsize=868560 CPUtime=976
/proc/18413/task/18414/stat : 18414 (java) R 18412 18399 17862 0 -1 64 9719 0 7 0 96456 1144 0 0 25 0 9 0 44182771 889405440 98580 996147200 134512640 134550740 4294955920 18446744073709551615 4126666475 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18413/tid=18415] ppid=18412 vsize=868560 CPUtime=16.5
/proc/18413/task/18415/stat : 18415 (java) S 18412 18399 17862 0 -1 64 108641 0 0 0 1580 70 0 0 16 0 9 0 44182772 889405440 98580 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18413/tid=18416] ppid=18412 vsize=868560 CPUtime=0
/proc/18413/task/18416/stat : 18416 (java) S 18412 18399 17862 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44182772 889405440 98580 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18413/tid=18417] ppid=18412 vsize=868560 CPUtime=0
/proc/18413/task/18417/stat : 18417 (java) S 18412 18399 17862 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44182772 889405440 98580 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18413/tid=18418] ppid=18412 vsize=868560 CPUtime=0
/proc/18413/task/18418/stat : 18418 (java) S 18412 18399 17862 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44182774 889405440 98580 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18413/tid=18419] ppid=18412 vsize=868560 CPUtime=0.36
/proc/18413/task/18419/stat : 18419 (java) S 18412 18399 17862 0 -1 64 1544 0 0 0 35 1 0 0 16 0 9 0 44182774 889405440 98580 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18413/tid=18420] ppid=18412 vsize=868560 CPUtime=0
/proc/18413/task/18420/stat : 18420 (java) S 18412 18399 17862 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44182774 889405440 98580 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18413/tid=18421] ppid=18412 vsize=868560 CPUtime=0
/proc/18413/task/18421/stat : 18421 (java) S 18412 18399 17862 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44182774 889405440 98580 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 995.21
Current children cumulated vsize (KiB) 890656

[startup+1062.3 s]
/proc/loadavg: 1.00 1.32 1.78 2/93 18465
/proc/meminfo: memFree=15616/2055920 swapFree=4181048/4192956
[pid=18399] ppid=18397 vsize=16740 CPUtime=2.34
/proc/18399/stat : 18399 (sugar++) S 18397 18399 17862 0 -1 4194304 1291 23046 6 66 6 2 212 14 16 0 1 0 44182490 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18399/statm: 4185 1104 409 3 0 764 0
[pid=18412] ppid=18399 vsize=5356 CPUtime=0
/proc/18412/stat : 18412 (sh) S 18399 18399 17862 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44182769 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18412/statm: 1339 233 193 169 0 50 0
[pid=18413] ppid=18412 vsize=868560 CPUtime=1051.93
/proc/18413/stat : 18413 (java) S 18412 18399 17862 0 -1 0 120675 0 7 0 103911 1282 0 0 18 0 9 0 44182770 889405440 98580 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18413/statm: 217140 98580 2566 9 0 211687 0
[pid=18413/tid=18414] ppid=18412 vsize=868560 CPUtime=1034.95
/proc/18413/task/18414/stat : 18414 (java) R 18412 18399 17862 0 -1 64 9793 0 7 0 102286 1209 0 0 25 0 9 0 44182771 889405440 98580 996147200 134512640 134550740 4294955920 18446744073709551615 4127149479 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18413/tid=18415] ppid=18412 vsize=868560 CPUtime=16.59
/proc/18413/task/18415/stat : 18415 (java) S 18412 18399 17862 0 -1 64 108641 0 0 0 1589 70 0 0 17 0 9 0 44182772 889405440 98580 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18413/tid=18416] ppid=18412 vsize=868560 CPUtime=0
/proc/18413/task/18416/stat : 18416 (java) S 18412 18399 17862 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44182772 889405440 98580 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18413/tid=18417] ppid=18412 vsize=868560 CPUtime=0
/proc/18413/task/18417/stat : 18417 (java) S 18412 18399 17862 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44182772 889405440 98580 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18413/tid=18418] ppid=18412 vsize=868560 CPUtime=0
/proc/18413/task/18418/stat : 18418 (java) S 18412 18399 17862 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44182774 889405440 98580 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18413/tid=18419] ppid=18412 vsize=868560 CPUtime=0.36
/proc/18413/task/18419/stat : 18419 (java) S 18412 18399 17862 0 -1 64 1544 0 0 0 35 1 0 0 16 0 9 0 44182774 889405440 98580 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18413/tid=18420] ppid=18412 vsize=868560 CPUtime=0
/proc/18413/task/18420/stat : 18420 (java) S 18412 18399 17862 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44182774 889405440 98580 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18413/tid=18421] ppid=18412 vsize=868560 CPUtime=0
/proc/18413/task/18421/stat : 18421 (java) S 18412 18399 17862 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44182774 889405440 98580 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1054.27
Current children cumulated vsize (KiB) 890656

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

[startup+1062.4 s]
/proc/loadavg: 1.00 1.32 1.78 2/93 18465
/proc/meminfo: memFree=15616/2055920 swapFree=4181048/4192956
[pid=18399] ppid=18397 vsize=16740 CPUtime=2.34
/proc/18399/stat : 18399 (sugar++) S 18397 18399 17862 0 -1 4194304 1291 23046 6 66 6 2 212 14 16 0 1 0 44182490 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18399/statm: 4185 1104 409 3 0 764 0
[pid=18412] ppid=18399 vsize=5356 CPUtime=0
/proc/18412/stat : 18412 (sh) S 18399 18399 17862 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44182769 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18412/statm: 1339 233 193 169 0 50 0
[pid=18413] ppid=18412 vsize=868560 CPUtime=1052.03
/proc/18413/stat : 18413 (java) S 18412 18399 17862 0 -1 0 120675 0 7 0 103921 1282 0 0 18 0 9 0 44182770 889405440 98580 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18413/statm: 217140 98580 2566 9 0 211687 0
[pid=18413/tid=18414] ppid=18412 vsize=868560 CPUtime=1035.05
/proc/18413/task/18414/stat : 18414 (java) R 18412 18399 17862 0 -1 64 9793 0 7 0 102296 1209 0 0 25 0 9 0 44182771 889405440 98580 996147200 134512640 134550740 4294955920 18446744073709551615 4127149457 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18413/tid=18415] ppid=18412 vsize=868560 CPUtime=16.59
/proc/18413/task/18415/stat : 18415 (java) S 18412 18399 17862 0 -1 64 108641 0 0 0 1589 70 0 0 17 0 9 0 44182772 889405440 98580 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18413/tid=18416] ppid=18412 vsize=868560 CPUtime=0
/proc/18413/task/18416/stat : 18416 (java) S 18412 18399 17862 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44182772 889405440 98580 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18413/tid=18417] ppid=18412 vsize=868560 CPUtime=0
/proc/18413/task/18417/stat : 18417 (java) S 18412 18399 17862 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44182772 889405440 98580 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18413/tid=18418] ppid=18412 vsize=868560 CPUtime=0
/proc/18413/task/18418/stat : 18418 (java) S 18412 18399 17862 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44182774 889405440 98580 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18413/tid=18419] ppid=18412 vsize=868560 CPUtime=0.36
/proc/18413/task/18419/stat : 18419 (java) S 18412 18399 17862 0 -1 64 1544 0 0 0 35 1 0 0 16 0 9 0 44182774 889405440 98580 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18413/tid=18420] ppid=18412 vsize=868560 CPUtime=0
/proc/18413/task/18420/stat : 18420 (java) S 18412 18399 17862 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44182774 889405440 98580 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18413/tid=18421] ppid=18412 vsize=868560 CPUtime=0
/proc/18413/task/18421/stat : 18421 (java) R 18412 18399 17862 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44182774 889405440 98580 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1054.37
Current children cumulated vsize (KiB) 890656

[startup+1068.8 s]
/proc/loadavg: 1.00 1.31 1.77 2/93 18465
/proc/meminfo: memFree=15552/2055920 swapFree=4181048/4192956
[pid=18399] ppid=18397 vsize=16740 CPUtime=2.34
/proc/18399/stat : 18399 (sugar++) S 18397 18399 17862 0 -1 4194304 1291 23046 6 66 6 2 212 14 16 0 1 0 44182490 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18399/statm: 4185 1104 409 3 0 764 0
[pid=18412] ppid=18399 vsize=5356 CPUtime=0
/proc/18412/stat : 18412 (sh) S 18399 18399 17862 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44182769 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18412/statm: 1339 233 193 169 0 50 0
[pid=18413] ppid=18412 vsize=868560 CPUtime=1058.37
/proc/18413/stat : 18413 (java) S 18412 18399 17862 0 -1 0 120685 0 7 0 104547 1290 0 0 18 0 9 0 44182770 889405440 98580 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18413/statm: 217140 98580 2566 9 0 211687 0
[pid=18413/tid=18414] ppid=18412 vsize=868560 CPUtime=1041.37
/proc/18413/task/18414/stat : 18414 (java) R 18412 18399 17862 0 -1 64 9803 0 7 0 102920 1217 0 0 25 0 9 0 44182771 889405440 98580 996147200 134512640 134550740 4294955920 18446744073709551615 4126666416 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18413/tid=18415] ppid=18412 vsize=868560 CPUtime=16.6
/proc/18413/task/18415/stat : 18415 (java) S 18412 18399 17862 0 -1 64 108641 0 0 0 1590 70 0 0 16 0 9 0 44182772 889405440 98580 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18413/tid=18416] ppid=18412 vsize=868560 CPUtime=0
/proc/18413/task/18416/stat : 18416 (java) S 18412 18399 17862 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44182772 889405440 98580 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18413/tid=18417] ppid=18412 vsize=868560 CPUtime=0
/proc/18413/task/18417/stat : 18417 (java) S 18412 18399 17862 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44182772 889405440 98580 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18413/tid=18418] ppid=18412 vsize=868560 CPUtime=0
/proc/18413/task/18418/stat : 18418 (java) S 18412 18399 17862 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44182774 889405440 98580 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18413/tid=18419] ppid=18412 vsize=868560 CPUtime=0.36
/proc/18413/task/18419/stat : 18419 (java) S 18412 18399 17862 0 -1 64 1544 0 0 0 35 1 0 0 16 0 9 0 44182774 889405440 98580 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18413/tid=18420] ppid=18412 vsize=868560 CPUtime=0
/proc/18413/task/18420/stat : 18420 (java) S 18412 18399 17862 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44182774 889405440 98580 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18413/tid=18421] ppid=18412 vsize=868560 CPUtime=0
/proc/18413/task/18421/stat : 18421 (java) S 18412 18399 17862 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44182774 889405440 98580 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1060.71
Current children cumulated vsize (KiB) 890656

[startup+1070.41 s]
/proc/loadavg: 1.00 1.31 1.77 1/83 18465
/proc/meminfo: memFree=1208400/2055920 swapFree=4181048/4192956
[pid=18399] ppid=18397 vsize=16740 CPUtime=1062.01
/proc/18399/stat : 18399 (sugar++) D 18397 18399 17862 0 -1 4194304 1314 144028 6 75 6 42 104840 1313 15 0 1 0 44182490 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 271638565929 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/18399/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 16740

[startup+1072 s]
/proc/loadavg: 1.00 1.31 1.77 1/83 18465
/proc/meminfo: memFree=1208016/2055920 swapFree=4181048/4192956
[pid=18399] ppid=18397 vsize=16740 CPUtime=1062.07
/proc/18399/stat : 18399 (sugar++) D 18397 18399 17862 0 -1 4194304 1314 144028 6 75 6 48 104840 1313 15 0 1 0 44182490 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 271638565929 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/18399/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 1062.07
Current children cumulated vsize (KiB) 16740

[startup+1072.4 s]
/proc/loadavg: 1.00 1.31 1.77 1/83 18465
/proc/meminfo: memFree=1208016/2055920 swapFree=4181048/4192956
[pid=18399] ppid=18397 vsize=16740 CPUtime=1062.08
/proc/18399/stat : 18399 (sugar++) D 18397 18399 17862 0 -1 4194304 1314 144028 6 75 6 49 104840 1313 15 0 1 0 44182490 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 271638565929 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/18399/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 1062.08
Current children cumulated vsize (KiB) 16740

[startup+1072.8 s]
/proc/loadavg: 1.00 1.31 1.77 1/83 18465
/proc/meminfo: memFree=1207440/2055920 swapFree=4181048/4192956
[pid=18399] ppid=18397 vsize=16740 CPUtime=1062.1
/proc/18399/stat : 18399 (sugar++) D 18397 18399 17862 0 -1 4194304 1314 144028 6 75 6 51 104840 1313 15 0 1 0 44182490 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 271638565929 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/18399/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 1062.1
Current children cumulated vsize (KiB) 16740

Child status: 0
Real time (s): 1072.86
CPU time (s): 1062.11
CPU user time (s): 1048.46
CPU system time (s): 13.6429
CPU usage (%): 98.9972
Max. virtual memory (cumulated for all children) (KiB): 901796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1048.46
system time used= 13.6429
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 145398
page faults= 81
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 43496
involuntary context switches= 45146

runsolver used 1.2968 second user time and 3.67844 second system time

The end

Launcher Data (download as text)

Begin job on node67 at 2008-07-12 17:00:46
IDJOB=1112871
IDBENCH=61488
IDSOLVER=367
FILE ID=node67/1112871-1215874845
PBS_JOBID= 7903558
Free space on /tmp= 64456 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f8718ebaf51fd44c6f84abcaca826b6a
RANDOM SEED=1610021983

node67.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.218
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.218
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:       1238960 kB
Buffers:          2856 kB
Cached:         541980 kB
SwapCached:       4672 kB
Active:         433600 kB
Inactive:       316464 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1238960 kB
SwapTotal:     4192956 kB
SwapFree:      4181048 kB
Dirty:          207816 kB
Writeback:           0 kB
Mapped:         223540 kB
Slab:            51624 kB
Committed_AS:   500592 kB
PageTables:       2364 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= 66428 MiB
End job on node67 at 2008-07-12 17:18:39