Trace number 1109894

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? 546.584 1651.83

General information on the benchmark

Namecsp/pseudo/ssa/
normalized-ssa-6288-047.xml
MD5SUMdd00c5def4c55b065ec455ee1bcb23cb
Bench CategoryN-ARY-INT (n-ary 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 variables20820
Number of constraints44644
Maximum constraint arity6
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension44644
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:17:54 2008
0.00/0.04	c 0	PID 13955
0.00/0.04	c 0	HOST node85.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1109894-1218133074.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-1109894-1218133074.xml' 'HOME/temp.csp'
2.47/2.58	c 3	2 domains, 20820 variables, 6 predicates, 0 relations, 44644 constraints
2.56/2.60	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.56/2.60	c 3	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'
2.56/2.67	c 3	Parsing HOME/temp.csp
2.56/2.96	c 3	parsed 10000 expressions
2.56/3.14	c 3	parsed 20000 expressions
3.24/3.36	c 4	parsed 30000 expressions
3.44/3.53	c 4	parsed 40000 expressions
3.64/3.78	c 4	parsed 50000 expressions
3.83/3.98	c 4	parsed 60000 expressions
4.04/4.10	c 4	parsed 65472 expressions
4.04/4.11	c 4	Heap : 20 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.35/4.46	c 5	MAX CSP: 44644 constraints
4.35/4.46	c 5	Converting to clausal form CSP
4.46/4.50	c 5	converted 11012 (10%) expressions
4.69/4.79	c 5	converted 22024 (20%) expressions
5.05/5.05	c 5	converted 33036 (30%) expressions
5.26/5.21	c 5	converted 44048 (40%) expressions
5.36/5.39	c 6	converted 55060 (50%) expressions
5.57/5.56	c 6	converted 66072 (60%) expressions
5.76/5.74	c 6	converted 77084 (70%) expressions
6.26/6.21	c 6	converted 88096 (80%) expressions
6.46/6.45	c 7	converted 99108 (90%) expressions
11.15/11.19	c 11	converted 110119 (100%) expressions
11.26/11.20	c 11	CSP : 110108 integers, 0 booleans, 133912 clauses, largest domain size 66967
11.26/11.20	c 11	Heap : 127 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
11.26/11.20	c 11	Propagation in CSP
12.96/12.91	c 13	44636 values, 0 unsatisfiable literals, and 0 valid clauses are removed
12.96/12.93	c 13	CSP : 110108 integers, 0 booleans, 133912 clauses, largest domain size 44645
12.96/12.93	c 13	Heap : 133 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
12.96/12.97	c 13	Simplifing CSP by introducing new Boolean variables
13.05/13.02	c 13	CSP : 110108 integers, 0 booleans, 133912 clauses, largest domain size 44645
13.05/13.03	c 13	Heap : 132 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
13.65/13.70	c 14	Encoding CSP to SAT : HOME/temp.cnf
13.76/13.75	c 14	11011 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
13.76/13.76	c 14	22022 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
13.76/13.78	c 14	33033 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
13.76/13.79	c 14	44044 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
13.85/13.80	c 14	55054 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
13.85/13.87	c 14	66065 (60%) CSP integer variables are encoded (48735 clauses, 759482 bytes)
14.75/14.73	c 15	77076 (70%) CSP integer variables are encoded (790375 clauses, 13367362 bytes)
14.95/14.95	c 15	88087 (80%) CSP integer variables are encoded (973484 clauses, 16602746 bytes)
15.15/15.13	c 15	99098 (90%) CSP integer variables are encoded (1112370 clauses, 19241580 bytes)
15.35/15.34	c 16	110108 (100%) CSP integer variables are encoded (1273793 clauses, 22308617 bytes)
15.45/15.49	c 16	13392 (10%) CSP clauses are encoded (1287185 clauses, 22577557 bytes)
15.65/15.60	c 16	26783 (20%) CSP clauses are encoded (1300576 clauses, 22873193 bytes)
15.74/15.75	c 16	40174 (30%) CSP clauses are encoded (1313967 clauses, 23242472 bytes)
33.65/34.80	c 35	53565 (40%) CSP clauses are encoded (11186126 clauses, 264393399 bytes)
546.09/1040.98	c 1041	ERROR Exception Too large HOME/temp.cnf
546.09/1040.98	c 1041	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
546.09/1040.98	c 1041	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
546.09/1040.98	c 1041	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
546.09/1040.98	s UNKNOWN
546.21/1041.88	c 1041	CPU 530.59 (0.03 0 530.56 15.62)
546.21/1041.88	c 1041	END Thu Aug  7 20:35:15 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-1109894-1218133074/watcher-1109894-1218133074 -o /tmp/evaluation-result-1109894-1218133074/solver-1109894-1218133074 -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-1109894-1218133074.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: 0.47 0.33 0.20 3/75 13955
/proc/meminfo: memFree=237592/2055920 swapFree=4180868/4192956
[pid=13955] ppid=13953 vsize=12272 CPUtime=0
/proc/13955/stat : 13955 (sugar) R 13953 13955 13434 0 -1 4194304 396 0 0 0 0 0 0 0 18 0 1 0 140392250 12566528 364 996147200 4194304 4206940 548682068592 18446744073709551615 214953933822 0 0 4224 0 0 0 0 17 1 0 0
/proc/13955/statm: 3068 364 274 3 0 168 0

[startup+0.080907 s]
/proc/loadavg: 0.47 0.33 0.20 3/75 13955
/proc/meminfo: memFree=237592/2055920 swapFree=4180868/4192956
[pid=13955] ppid=13953 vsize=13600 CPUtime=0.03
/proc/13955/stat : 13955 (sugar) S 13953 13955 13434 0 -1 4194304 898 127 0 0 3 0 0 0 16 0 1 0 140392250 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13955/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102907 s]
/proc/loadavg: 0.47 0.33 0.20 3/75 13955
/proc/meminfo: memFree=237592/2055920 swapFree=4180868/4192956
[pid=13955] ppid=13953 vsize=13600 CPUtime=0.03
/proc/13955/stat : 13955 (sugar) S 13953 13955 13434 0 -1 4194304 898 127 0 0 3 0 0 0 16 0 1 0 140392250 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13955/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301935 s]
/proc/loadavg: 0.47 0.33 0.20 3/75 13955
/proc/meminfo: memFree=237592/2055920 swapFree=4180868/4192956
[pid=13955] ppid=13953 vsize=13600 CPUtime=0.03
/proc/13955/stat : 13955 (sugar) S 13953 13955 13434 0 -1 4194304 898 127 0 0 3 0 0 0 16 0 1 0 140392250 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13955/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701982 s]
/proc/loadavg: 0.47 0.33 0.20 3/75 13955
/proc/meminfo: memFree=237592/2055920 swapFree=4180868/4192956
[pid=13955] ppid=13953 vsize=13600 CPUtime=0.03
/proc/13955/stat : 13955 (sugar) S 13953 13955 13434 0 -1 4194304 898 127 0 0 3 0 0 0 16 0 1 0 140392250 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13955/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50208 s]
/proc/loadavg: 0.47 0.33 0.20 3/86 13969
/proc/meminfo: memFree=200768/2055920 swapFree=4180868/4192956
[pid=13955] ppid=13953 vsize=13600 CPUtime=0.03
/proc/13955/stat : 13955 (sugar) S 13953 13955 13434 0 -1 4194304 898 127 0 0 3 0 0 0 16 0 1 0 140392250 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13955/statm: 3400 796 370 3 0 500 0
[pid=13958] ppid=13955 vsize=5356 CPUtime=0
/proc/13958/stat : 13958 (sh) S 13955 13955 13434 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 140392255 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13958/statm: 1339 233 193 169 0 50 0
[pid=13959] ppid=13958 vsize=864676 CPUtime=1.45
/proc/13959/stat : 13959 (java) S 13958 13955 13434 0 -1 0 18872 0 1 0 135 10 0 0 18 0 9 0 140392255 885428224 15450 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13959/statm: 216169 15450 2529 9 0 210751 0
[pid=13959/tid=13960] ppid=13958 vsize=864676 CPUtime=0.68
/proc/13959/task/13960/stat : 13960 (java) S 13958 13955 13434 0 -1 64 3358 0 1 0 66 2 0 0 25 0 9 0 140392256 885428224 15450 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13959/tid=13961] ppid=13958 vsize=864676 CPUtime=0.63
/proc/13959/task/13961/stat : 13961 (java) R 13958 13955 13434 0 -1 64 14311 0 0 0 57 6 0 0 17 0 9 0 140392257 885428224 15450 996147200 134512640 134550740 4294956000 18446744073709551615 104179080 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13959/tid=13962] ppid=13958 vsize=864676 CPUtime=0
/proc/13959/task/13962/stat : 13962 (java) S 13958 13955 13434 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 140392257 885428224 15450 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13959/tid=13963] ppid=13958 vsize=864676 CPUtime=0
/proc/13959/task/13963/stat : 13963 (java) S 13958 13955 13434 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140392257 885428224 15450 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13959/tid=13964] ppid=13958 vsize=864676 CPUtime=0
/proc/13959/task/13964/stat : 13964 (java) S 13958 13955 13434 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 140392259 885428224 15450 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13959/tid=13965] ppid=13958 vsize=864676 CPUtime=0.11
/proc/13959/task/13965/stat : 13965 (java) S 13958 13955 13434 0 -1 64 504 0 0 0 11 0 0 0 16 0 9 0 140392259 885428224 15450 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13959/tid=13966] ppid=13958 vsize=864676 CPUtime=0
/proc/13959/task/13966/stat : 13966 (java) S 13958 13955 13434 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 140392259 885428224 15450 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13959/tid=13967] ppid=13958 vsize=864676 CPUtime=0
/proc/13959/task/13967/stat : 13967 (java) S 13958 13955 13434 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140392259 885428224 15450 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 883632

[startup+3.10146 s]
/proc/loadavg: 0.67 0.37 0.21 2/79 13998
/proc/meminfo: memFree=216376/2055920 swapFree=4180868/4192956
[pid=13955] ppid=13953 vsize=13600 CPUtime=2.56
/proc/13955/stat : 13955 (sugar) S 13953 13955 13434 0 -1 4194304 974 26018 0 1 3 0 237 16 15 0 1 0 140392250 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13955/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 2.56
Current children cumulated vsize (KiB) 13600

[startup+6.30275 s]
/proc/loadavg: 0.67 0.37 0.21 2/79 14107
/proc/meminfo: memFree=231024/2055920 swapFree=4180868/4192956
[pid=13955] ppid=13953 vsize=13600 CPUtime=2.56
/proc/13955/stat : 13955 (sugar) S 13953 13955 13434 0 -1 4194304 974 26018 0 1 3 0 237 16 15 0 1 0 140392250 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13955/statm: 3400 797 370 3 0 500 0
[pid=14018] ppid=13955 vsize=5356 CPUtime=0
/proc/14018/stat : 14018 (sh) S 13955 13955 13434 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140392511 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14018/statm: 1339 233 193 169 0 50 0
[pid=14019] ppid=14018 vsize=869268 CPUtime=3.8
/proc/14019/stat : 14019 (java) S 14018 13955 13434 0 -1 0 24835 0 1 0 366 14 0 0 20 0 9 0 140392512 890130432 21632 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14019/statm: 217317 21632 2540 9 0 211892 0
[pid=14019/tid=14020] ppid=14018 vsize=869268 CPUtime=2.04
/proc/14019/task/14020/stat : 14020 (java) S 14018 13955 13434 0 -1 64 3845 0 1 0 201 3 0 0 20 0 9 0 140392513 890130432 21632 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14019/tid=14021] ppid=14018 vsize=869268 CPUtime=1.54
/proc/14019/task/14021/stat : 14021 (java) R 14018 13955 13434 0 -1 64 18848 0 0 0 145 9 0 0 16 0 9 0 140392514 890130432 21632 996147200 134512640 134550740 4294955936 18446744073709551615 102723232 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14019/tid=14022] ppid=14018 vsize=869268 CPUtime=0
/proc/14019/task/14022/stat : 14022 (java) S 14018 13955 13434 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 140392514 890130432 21632 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14019/tid=14023] ppid=14018 vsize=869268 CPUtime=0
/proc/14019/task/14023/stat : 14023 (java) S 14018 13955 13434 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140392514 890130432 21632 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14019/tid=14024] ppid=14018 vsize=869268 CPUtime=0
/proc/14019/task/14024/stat : 14024 (java) S 14018 13955 13434 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 140392516 890130432 21632 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14019/tid=14025] ppid=14018 vsize=869268 CPUtime=0.19
/proc/14019/task/14025/stat : 14025 (java) S 14018 13955 13434 0 -1 64 1445 0 0 0 19 0 0 0 16 0 9 0 140392516 890130432 21632 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14019/tid=14026] ppid=14018 vsize=869268 CPUtime=0
/proc/14019/task/14026/stat : 14026 (java) S 14018 13955 13434 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 140392516 890130432 21632 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14019/tid=14027] ppid=14018 vsize=869268 CPUtime=0
/proc/14019/task/14027/stat : 14027 (java) S 14018 13955 13434 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140392516 890130432 21632 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.36
Current children cumulated vsize (KiB) 888224

[startup+12.7025 s]
/proc/loadavg: 0.95 0.44 0.24 3/94 14136
/proc/meminfo: memFree=57792/2055920 swapFree=4180868/4192956
[pid=13955] ppid=13953 vsize=13600 CPUtime=2.56
/proc/13955/stat : 13955 (sugar) S 13953 13955 13434 0 -1 4194304 974 26018 0 1 3 0 237 16 16 0 1 0 140392250 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13955/statm: 3400 797 370 3 0 500 0
[pid=14018] ppid=13955 vsize=5356 CPUtime=0
/proc/14018/stat : 14018 (sh) S 13955 13955 13434 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140392511 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14018/statm: 1339 233 193 169 0 50 0
[pid=14019] ppid=14018 vsize=869268 CPUtime=10.2
/proc/14019/stat : 14019 (java) S 14018 13955 13434 0 -1 0 52971 0 1 0 990 30 0 0 20 0 9 0 140392512 890130432 40095 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14019/statm: 217317 40095 2541 9 0 211892 0
[pid=14019/tid=14020] ppid=14018 vsize=869268 CPUtime=6.76
/proc/14019/task/14020/stat : 14020 (java) R 14018 13955 13434 0 -1 64 4502 0 1 0 672 4 0 0 25 0 9 0 140392513 890130432 40095 996147200 134512640 134550740 4294955936 18446744073709551615 4126997060 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14019/tid=14021] ppid=14018 vsize=869268 CPUtime=3.19
/proc/14019/task/14021/stat : 14021 (java) S 14018 13955 13434 0 -1 64 46310 0 0 0 295 24 0 0 16 0 9 0 140392514 890130432 40095 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14019/tid=14022] ppid=14018 vsize=869268 CPUtime=0
/proc/14019/task/14022/stat : 14022 (java) S 14018 13955 13434 0 -1 64 10 0 0 0 0 0 0 0 17 0 9 0 140392514 890130432 40095 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14019/tid=14023] ppid=14018 vsize=869268 CPUtime=0
/proc/14019/task/14023/stat : 14023 (java) S 14018 13955 13434 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140392514 890130432 40095 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14019/tid=14024] ppid=14018 vsize=869268 CPUtime=0
/proc/14019/task/14024/stat : 14024 (java) S 14018 13955 13434 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 140392516 890130432 40095 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14019/tid=14025] ppid=14018 vsize=869268 CPUtime=0.22
/proc/14019/task/14025/stat : 14025 (java) S 14018 13955 13434 0 -1 64 1462 0 0 0 22 0 0 0 16 0 9 0 140392516 890130432 40095 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14019/tid=14026] ppid=14018 vsize=869268 CPUtime=0
/proc/14019/task/14026/stat : 14026 (java) S 14018 13955 13434 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 140392516 890130432 40095 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14019/tid=14027] ppid=14018 vsize=869268 CPUtime=0
/proc/14019/task/14027/stat : 14027 (java) S 14018 13955 13434 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140392516 890130432 40095 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.76
Current children cumulated vsize (KiB) 888224

[startup+25.5029 s]
/proc/loadavg: 1.27 0.52 0.27 3/94 14136
/proc/meminfo: memFree=15952/2055920 swapFree=4181028/4192956
[pid=13955] ppid=13953 vsize=13600 CPUtime=2.56
/proc/13955/stat : 13955 (sugar) S 13953 13955 13434 0 -1 4194304 974 26018 0 1 3 0 237 16 15 0 1 0 140392250 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13955/statm: 3400 797 370 3 0 500 0
[pid=14018] ppid=13955 vsize=5356 CPUtime=0
/proc/14018/stat : 14018 (sh) S 13955 13955 13434 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140392511 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14018/statm: 1339 233 193 169 0 50 0
[pid=14019] ppid=14018 vsize=869380 CPUtime=22.83
/proc/14019/stat : 14019 (java) S 14018 13955 13434 0 -1 0 58382 0 1 0 2164 119 0 0 20 0 9 0 140392512 890245120 40173 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14019/statm: 217345 40173 2565 9 0 211892 0
[pid=14019/tid=14020] ppid=14018 vsize=869380 CPUtime=18.5
/proc/14019/task/14020/stat : 14020 (java) R 14018 13955 13434 0 -1 64 4888 0 1 0 1762 88 0 0 25 0 9 0 140392513 890245120 40173 996147200 134512640 134550740 4294955936 18446744073709551615 4126918424 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14019/tid=14021] ppid=14018 vsize=869380 CPUtime=4.03
/proc/14019/task/14021/stat : 14021 (java) S 14018 13955 13434 0 -1 64 51300 0 0 0 374 29 0 0 16 0 9 0 140392514 890245120 40173 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14019/tid=14022] ppid=14018 vsize=869380 CPUtime=0
/proc/14019/task/14022/stat : 14022 (java) S 14018 13955 13434 0 -1 64 10 0 0 0 0 0 0 0 17 0 9 0 140392514 890245120 40173 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14019/tid=14023] ppid=14018 vsize=869380 CPUtime=0
/proc/14019/task/14023/stat : 14023 (java) S 14018 13955 13434 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140392514 890245120 40173 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14019/tid=14024] ppid=14018 vsize=869380 CPUtime=0
/proc/14019/task/14024/stat : 14024 (java) S 14018 13955 13434 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 140392516 890245120 40173 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14019/tid=14025] ppid=14018 vsize=869380 CPUtime=0.28
/proc/14019/task/14025/stat : 14025 (java) S 14018 13955 13434 0 -1 64 1497 0 0 0 28 0 0 0 16 0 9 0 140392516 890245120 40173 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14019/tid=14026] ppid=14018 vsize=869380 CPUtime=0
/proc/14019/task/14026/stat : 14026 (java) S 14018 13955 13434 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 140392516 890245120 40173 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14019/tid=14027] ppid=14018 vsize=869380 CPUtime=0
/proc/14019/task/14027/stat : 14027 (java) S 14018 13955 13434 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140392516 890245120 40173 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 888336

[startup+51.1028 s]
/proc/loadavg: 4.40 1.30 0.53 3/101 14143
/proc/meminfo: memFree=20504/2055920 swapFree=4181028/4192956
[pid=13955] ppid=13953 vsize=13600 CPUtime=2.56
/proc/13955/stat : 13955 (sugar) S 13953 13955 13434 0 -1 4194304 974 26018 0 1 3 0 237 16 16 0 1 0 140392250 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13955/statm: 3400 797 370 3 0 500 0
[pid=14018] ppid=13955 vsize=5356 CPUtime=0
/proc/14018/stat : 14018 (sh) S 13955 13955 13434 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140392511 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14018/statm: 1339 233 193 169 0 50 0
[pid=14019] ppid=14018 vsize=869380 CPUtime=46.62
/proc/14019/stat : 14019 (java) S 14018 13955 13434 0 -1 0 59070 0 1 0 4351 311 0 0 20 0 9 0 140392512 890245120 40173 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0

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

/proc/meminfo: memFree=1030456/2055920 swapFree=4181032/4192956
[pid=13955] ppid=13953 vsize=13600 CPUtime=546.35
/proc/13955/stat : 13955 (sugar) D 13953 13955 13434 0 -1 4194304 997 92253 0 2 3 14 53056 1562 16 0 1 0 140392250 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 214945207337 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/13955/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 546.35
Current children cumulated vsize (KiB) 13600

[startup+1122.3 s]
/proc/loadavg: 7.00 6.08 4.08 2/91 14371
/proc/meminfo: memFree=674344/2055920 swapFree=4181032/4192956
[pid=13955] ppid=13953 vsize=13600 CPUtime=546.35
/proc/13955/stat : 13955 (sugar) D 13953 13955 13434 0 -1 4194304 997 92253 0 2 3 14 53056 1562 15 0 1 0 140392250 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 214945207337 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/13955/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 546.35
Current children cumulated vsize (KiB) 13600

[startup+1182.3 s]
/proc/loadavg: 9.33 6.78 4.43 1/93 14377
/proc/meminfo: memFree=354968/2055920 swapFree=4181032/4192956
[pid=13955] ppid=13953 vsize=13600 CPUtime=546.35
/proc/13955/stat : 13955 (sugar) D 13953 13955 13434 0 -1 4194304 997 92253 0 2 3 14 53056 1562 15 0 1 0 140392250 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 214945207337 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/13955/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 546.35
Current children cumulated vsize (KiB) 13600

[startup+1242.31 s]
/proc/loadavg: 11.47 7.98 5.00 2/90 14377
/proc/meminfo: memFree=207024/2055920 swapFree=4181032/4192956
[pid=13955] ppid=13953 vsize=13600 CPUtime=546.35
/proc/13955/stat : 13955 (sugar) D 13953 13955 13434 0 -1 4194304 997 92253 0 2 3 14 53056 1562 15 0 1 0 140392250 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 214945207337 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/13955/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 546.35
Current children cumulated vsize (KiB) 13600

[startup+1302.3 s]
/proc/loadavg: 11.43 8.65 5.42 1/91 14383
/proc/meminfo: memFree=15560/2055920 swapFree=4181032/4192956
[pid=13955] ppid=13953 vsize=13600 CPUtime=546.35
/proc/13955/stat : 13955 (sugar) D 13953 13955 13434 0 -1 4194304 997 92253 0 2 3 14 53056 1562 15 0 1 0 140392250 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 214945207337 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/13955/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 546.35
Current children cumulated vsize (KiB) 13600

[startup+1362.3 s]
/proc/loadavg: 9.54 8.61 5.59 1/90 14383
/proc/meminfo: memFree=23632/2055920 swapFree=4181032/4192956
[pid=13955] ppid=13953 vsize=13600 CPUtime=546.35
/proc/13955/stat : 13955 (sugar) D 13953 13955 13434 0 -1 4194304 997 92253 0 2 3 14 53056 1562 15 0 1 0 140392250 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 214945207337 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/13955/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 546.35
Current children cumulated vsize (KiB) 13600

[startup+1422.3 s]
/proc/loadavg: 9.18 8.63 5.80 3/90 14383
/proc/meminfo: memFree=15376/2055920 swapFree=4181032/4192956
[pid=13955] ppid=13953 vsize=13600 CPUtime=546.35
/proc/13955/stat : 13955 (sugar) D 13953 13955 13434 0 -1 4194304 997 92253 0 2 3 14 53056 1562 15 0 1 0 140392250 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 214945207337 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/13955/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 546.35
Current children cumulated vsize (KiB) 13600

[startup+1482.3 s]
/proc/loadavg: 9.68 8.90 6.05 1/80 14383
/proc/meminfo: memFree=1068008/2055920 swapFree=4181032/4192956
[pid=13955] ppid=13953 vsize=13600 CPUtime=546.35
/proc/13955/stat : 13955 (sugar) D 13953 13955 13434 0 -1 4194304 997 92253 0 2 3 14 53056 1562 15 0 1 0 140392250 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 214945207337 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/13955/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 546.35
Current children cumulated vsize (KiB) 13600

[startup+1542.31 s]
/proc/loadavg: 8.57 8.72 6.18 1/80 14383
/proc/meminfo: memFree=1078248/2055920 swapFree=4181032/4192956
[pid=13955] ppid=13953 vsize=13600 CPUtime=546.35
/proc/13955/stat : 13955 (sugar) D 13953 13955 13434 0 -1 4194304 997 92253 0 2 3 14 53056 1562 15 0 1 0 140392250 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 214945207337 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/13955/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 546.35
Current children cumulated vsize (KiB) 13600

[startup+1602.3 s]
/proc/loadavg: 8.27 8.61 6.29 1/80 14383
/proc/meminfo: memFree=1088616/2055920 swapFree=4181032/4192956
[pid=13955] ppid=13953 vsize=13600 CPUtime=546.35
/proc/13955/stat : 13955 (sugar) D 13953 13955 13434 0 -1 4194304 997 92253 0 2 3 14 53056 1562 15 0 1 0 140392250 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 214945207337 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/13955/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 546.35
Current children cumulated vsize (KiB) 13600

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

[startup+1613.9 s]
/proc/loadavg: 8.21 8.58 6.31 1/80 14383
/proc/meminfo: memFree=1090600/2055920 swapFree=4181032/4192956
[pid=13955] ppid=13953 vsize=13600 CPUtime=546.35
/proc/13955/stat : 13955 (sugar) D 13953 13955 13434 0 -1 4194304 997 92253 0 2 3 14 53056 1562 15 0 1 0 140392250 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 214945207337 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/13955/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 546.35
Current children cumulated vsize (KiB) 13600

[startup+1626.7 s]
/proc/loadavg: 8.18 8.56 6.33 1/80 14383
/proc/meminfo: memFree=1092712/2055920 swapFree=4181032/4192956
[pid=13955] ppid=13953 vsize=13600 CPUtime=546.35
/proc/13955/stat : 13955 (sugar) D 13953 13955 13434 0 -1 4194304 997 92253 0 2 3 14 53056 1562 15 0 1 0 140392250 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 214945207337 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/13955/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 546.35
Current children cumulated vsize (KiB) 13600

[startup+1639.5 s]
/proc/loadavg: 8.14 8.53 6.36 1/79 14383
/proc/meminfo: memFree=1095728/2055920 swapFree=4181032/4192956
[pid=13955] ppid=13953 vsize=13600 CPUtime=546.35
/proc/13955/stat : 13955 (sugar) D 13953 13955 13434 0 -1 4194304 997 92253 0 2 3 14 53056 1562 15 0 1 0 140392250 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 214945207337 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/13955/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 546.35
Current children cumulated vsize (KiB) 13600

[startup+1645.9 s]
/proc/loadavg: 7.73 8.44 6.34 1/76 14386
/proc/meminfo: memFree=1917656/2055920 swapFree=4181032/4192956
[pid=13955] ppid=13953 vsize=13600 CPUtime=546.38
/proc/13955/stat : 13955 (sugar) D 13953 13955 13434 0 -1 4194304 997 92253 0 2 3 17 53056 1562 15 0 1 0 140392250 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 214945207337 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/13955/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 546.38
Current children cumulated vsize (KiB) 13600

[startup+1649.1 s]
/proc/loadavg: 7.35 8.35 6.32 1/76 14386
/proc/meminfo: memFree=1930904/2055920 swapFree=4181032/4192956
[pid=13955] ppid=13953 vsize=13600 CPUtime=546.41
/proc/13955/stat : 13955 (sugar) D 13953 13955 13434 0 -1 4194304 997 92253 0 2 3 20 53056 1562 16 0 1 0 140392250 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 214945207337 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/13955/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 546.41
Current children cumulated vsize (KiB) 13600

[startup+1650.7 s]
/proc/loadavg: 7.35 8.35 6.32 1/77 14410
/proc/meminfo: memFree=1958352/2055920 swapFree=4181032/4192956
[pid=13955] ppid=13953 vsize=13600 CPUtime=546.52
/proc/13955/stat : 13955 (sugar) D 13953 13955 13434 0 -1 4194304 997 92253 0 2 3 31 53056 1562 15 0 1 0 140392250 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 214945207337 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/13955/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 546.52
Current children cumulated vsize (KiB) 13600

[startup+1651.5 s]
/proc/loadavg: 7.35 8.35 6.32 2/87 14421
/proc/meminfo: memFree=1930560/2055920 swapFree=4181032/4192956
[pid=13955] ppid=13953 vsize=13600 CPUtime=546.55
/proc/13955/stat : 13955 (sugar) D 13953 13955 13434 0 -1 4194304 997 92253 0 2 3 34 53056 1562 15 0 1 0 140392250 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 214945207337 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/13955/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 546.55
Current children cumulated vsize (KiB) 13600

[startup+1651.7 s]
/proc/loadavg: 7.35 8.35 6.32 2/87 14421
/proc/meminfo: memFree=1930560/2055920 swapFree=4181032/4192956
[pid=13955] ppid=13953 vsize=13600 CPUtime=546.55
/proc/13955/stat : 13955 (sugar) D 13953 13955 13434 0 -1 4194304 997 92253 0 2 3 34 53056 1562 15 0 1 0 140392250 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 214945207337 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/13955/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 546.55
Current children cumulated vsize (KiB) 13600

[startup+1651.8 s]
/proc/loadavg: 7.35 8.35 6.32 2/87 14421
/proc/meminfo: memFree=1930560/2055920 swapFree=4181032/4192956
[pid=13955] ppid=13953 vsize=13600 CPUtime=546.56
/proc/13955/stat : 13955 (sugar) D 13953 13955 13434 0 -1 4194304 997 92253 0 2 3 35 53056 1562 15 0 1 0 140392250 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 214945207337 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/13955/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 546.56
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 1651.83
CPU time (s): 546.584
CPU user time (s): 530.599
CPU system time (s): 15.9846
CPU usage (%): 33.0895
Max. virtual memory (cumulated for all children) (KiB): 908712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 530.599
system time used= 15.9846
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 93280
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 73698
involuntary context switches= 67384

runsolver used 2.05569 second user time and 5.2712 second system time

The end

Launcher Data (download as text)

Begin job on node85 at 2008-08-07 20:17:54
IDJOB=1109894
IDBENCH=61031
IDSOLVER=368
FILE ID=node85/1109894-1218133074
PBS_JOBID= 8000806
Free space on /tmp= 126848 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/pseudo/ssa/normalized-ssa-6288-047.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-1109894-1218133074/watcher-1109894-1218133074 -o /tmp/evaluation-result-1109894-1218133074/solver-1109894-1218133074 -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-1109894-1218133074.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= dd00c5def4c55b065ec455ee1bcb23cb
RANDOM SEED=1694964394

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        238072 kB
Buffers:         48488 kB
Cached:        1589660 kB
SwapCached:       5956 kB
Active:         560712 kB
Inactive:      1126444 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        238072 kB
SwapTotal:     4192956 kB
SwapFree:      4180868 kB
Dirty:           27380 kB
Writeback:           0 kB
Mapped:          55896 kB
Slab:           115900 kB
Committed_AS:   168200 kB
PageTables:       1864 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= 126864 MiB
End job on node85 at 2008-08-07 20:45:26