Trace number 2073359

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+minisat? 274.682 296.703

General information on the benchmark

Namecsp/bddSmall/
normalized-bdd-21-133-18-78-28_ext.xml
MD5SUM0f494e9044ccf75c6f1c2068c887183b
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark18.1752
Satisfiable
(Un)Satisfiability was proved
Number of variables21
Number of constraints133
Maximum constraint arity18
Maximum domain size2
Number of constraints which are defined in extension133
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.05/18.31	c 0	Sugar v1-14-6 + HOME/minisat
0.05/18.31	c 0	BEGIN Sun Jul 12 02:26:49 2009
0.05/18.31	c 0	PID 19612
0.06/19.00	c 0	HOST node80.alineos.net
0.06/19.00	c 0	CONVERTING HOME/instance-2073359-1247358383.xml TO HOME/temp.csp
0.06/19.00	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2073359-1247358383.xml' 'HOME/temp.csp'
0.80/21.59	c 3	1 domains, 21 variables, 0 predicates, 1 relations, 133 constraints
0.89/21.61	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.89/21.61	c 3	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.89/21.68	c 3	Parsing HOME/temp.csp
1.60/22.39	c 4	parsed 156 expressions
1.69/22.40	c 4	Heap : 8 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.69/22.40	c 4	Converting to clausal form CSP
1.69/22.42	c 4	converted 16 (10%) expressions
14.84/35.68	c 17	converted 32 (20%) expressions
49.97/70.99	c 52	converted 47 (30%) expressions
274.45/296.56	c 278	ERROR Exception Java heap space
274.45/296.56	c 278	java.lang.Object.clone(Native Method)
274.45/296.56	c 278	jp.ac.kobe_u.cs.sugar.csp.RelationLiteral.<init>(RelationLiteral.java:97)
274.45/296.56	c 278	jp.ac.kobe_u.cs.sugar.converter.Converter.convertRelation(Converter.java:816)
274.45/296.56	c 278	jp.ac.kobe_u.cs.sugar.converter.Converter.convertConstraint(Converter.java:854)
274.45/296.56	c 278	jp.ac.kobe_u.cs.sugar.converter.Converter.convertConstraint(Converter.java:1161)
274.45/296.56	c 278	jp.ac.kobe_u.cs.sugar.converter.Converter.convertExpression(Converter.java:1192)
274.45/296.56	c 278	jp.ac.kobe_u.cs.sugar.converter.Converter.convert(Converter.java:1201)
274.45/296.56	c 278	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:102)
274.45/296.56	c 278	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:314)
274.45/296.56	s UNKNOWN
274.54/296.70	c 278	CPU 274.66 (0.05 0.01 272.62 1.98)
274.66/296.70	c 278	END Sun Jul 12 02:31:27 2009

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2073359-1247358383/watcher-2073359-1247358383 -o /tmp/evaluation-result-2073359-1247358383/solver-2073359-1247358383 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2073359-1247358383.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 5.07 5.12 4.85 4/83 19612
/proc/meminfo: memFree=589864/2055920 swapFree=4192812/4192956
[pid=19612] ppid=19610 vsize=18576 CPUtime=0
/proc/19612/stat : 19612 (runsolver) R 19610 19612 17819 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 22903622 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 226686987559 0 0 4096 24578 0 0 0 17 1 0 0
/proc/19612/statm: 4644 284 249 26 0 2626 0

[startup+0.021229 s]
/proc/loadavg: 5.07 5.12 4.85 4/83 19612
/proc/meminfo: memFree=589864/2055920 swapFree=4192812/4192956
[pid=19612] ppid=19610 vsize=18576 CPUtime=0
/proc/19612/stat : 19612 (runsolver) D 19610 19612 17819 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 22903622 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 226686987559 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/19612/statm: 4644 284 249 26 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18576

[startup+0.102242 s]
/proc/loadavg: 5.07 5.12 4.85 4/83 19612
/proc/meminfo: memFree=589864/2055920 swapFree=4192812/4192956
[pid=19612] ppid=19610 vsize=18576 CPUtime=0
/proc/19612/stat : 19612 (runsolver) D 19610 19612 17819 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 22903622 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 226686987559 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/19612/statm: 4644 284 249 26 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18576

[startup+0.302289 s]
/proc/loadavg: 5.07 5.12 4.85 4/83 19612
/proc/meminfo: memFree=589864/2055920 swapFree=4192812/4192956
[pid=19612] ppid=19610 vsize=24 CPUtime=0
/proc/19612/stat : 19612 (sugar) D 19610 19612 17819 0 -1 4194304 15 0 0 0 0 0 0 0 18 0 1 0 22903622 24576 1 996147200 0 0 548682069409 18446744073709551615 226686987559 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/19612/statm: 6 1 0 0 0 1 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 24

[startup+0.70137 s]
/proc/loadavg: 5.07 5.12 4.85 4/83 19612
/proc/meminfo: memFree=589864/2055920 swapFree=4192812/4192956
[pid=19612] ppid=19610 vsize=124 CPUtime=0
/proc/19612/stat : 19612 (sugar) D 19610 19612 17819 0 -1 4194304 37 0 1 0 0 0 0 0 18 0 1 0 22903622 126976 23 996147200 4194304 4206940 548682068608 18446744073709551615 226684368361 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/19612/statm: 31 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 124

[startup+1.50153 s]
/proc/loadavg: 5.07 5.12 4.85 2/84 19613
/proc/meminfo: memFree=575776/2055920 swapFree=4192812/4192956
[pid=19612] ppid=19610 vsize=2504 CPUtime=0
/proc/19612/stat : 19612 (sugar) D 19610 19612 17819 0 -1 4194304 37 0 1 0 0 0 0 0 18 0 1 0 22903622 2564096 23 996147200 4194304 4206940 548682068608 18446744073709551615 226684371664 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/19612/statm: 626 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2504

[startup+3.10186 s]
/proc/loadavg: 5.07 5.12 4.85 2/84 19613
/proc/meminfo: memFree=560672/2055920 swapFree=4192812/4192956
[pid=19612] ppid=19610 vsize=7504 CPUtime=0
/proc/19612/stat : 19612 (sugar) D 19610 19612 17819 0 -1 4194304 61 0 2 0 0 0 0 0 18 0 1 0 22903622 7684096 48 996147200 4194304 4206940 548682068608 18446744073709551615 226684371664 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/19612/statm: 1876 48 36 3 0 9 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 7504
heavy processes:

[startup+6.3015 s]
/proc/loadavg: 5.07 5.12 4.85 2/84 19613
/proc/meminfo: memFree=514848/2055920 swapFree=4192812/4192956
[pid=19612] ppid=19610 vsize=12272 CPUtime=0
/proc/19612/stat : 19612 (sugar) D 19610 19612 17819 0 -1 4194304 403 0 4 0 0 0 0 0 18 0 1 0 22903622 12566528 375 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/19612/statm: 3068 375 275 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272
heavy processes:

[startup+12.7018 s]
/proc/loadavg: 5.06 5.11 4.85 1/84 19613
/proc/meminfo: memFree=459168/2055920 swapFree=4192812/4192956
[pid=19612] ppid=19610 vsize=13468 CPUtime=0.03
/proc/19612/stat : 19612 (sugar) D 19610 19612 17819 0 -1 4194304 752 0 4 0 2 1 0 0 18 0 1 0 22903622 13791232 724 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/19612/statm: 3367 724 338 3 0 467 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13468
heavy processes:

[startup+25.5024 s]
/proc/loadavg: 5.05 5.11 4.85 2/84 19637
/proc/meminfo: memFree=1007912/2055920 swapFree=4192812/4192956
[pid=19612] ppid=19610 vsize=16868 CPUtime=0.9
/proc/19612/stat : 19612 (sugar) S 19610 19612 17819 0 -1 4194304 1303 15356 6 41 5 1 72 12 16 0 1 0 22903622 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19612/statm: 4217 1111 409 3 0 796 0
[pid=19628] ppid=19612 vsize=5356 CPUtime=0
/proc/19628/stat : 19628 (sh) S 19612 19612 17819 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22905784 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19628/statm: 1339 233 193 169 0 50 0
[pid=19629] ppid=19628 vsize=864760 CPUtime=3.89
/proc/19629/stat : 19629 (java) S 19628 19612 17819 0 -1 0 28578 0 5 0 376 13 0 0 18 0 9 0 22905784 885514240 26109 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19629/statm: 216190 26109 2566 9 0 210695 0
[pid=19629/tid=19630] ppid=19628 vsize=864760 CPUtime=2.17
/proc/19629/task/19630/stat : 19630 (java) S 19628 19612 17819 0 -1 64 3600 0 5 0 215 2 0 0 17 0 9 0 22905785 885514240 26109 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19629/tid=19631] ppid=19628 vsize=864760 CPUtime=1.65
/proc/19629/task/19631/stat : 19631 (java) R 19628 19612 17819 0 -1 64 23951 0 0 0 156 9 0 0 16 0 9 0 22905786 885514240 26109 996147200 134512640 134550932 4294955936 18446744073709551615 102546957 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19629/tid=19632] ppid=19628 vsize=864760 CPUtime=0
/proc/19629/task/19632/stat : 19632 (java) S 19628 19612 17819 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22905786 885514240 26109 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19629/tid=19633] ppid=19628 vsize=864760 CPUtime=0
/proc/19629/task/19633/stat : 19633 (java) S 19628 19612 17819 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22905786 885514240 26109 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19629/tid=19634] ppid=19628 vsize=864760 CPUtime=0
/proc/19629/task/19634/stat : 19634 (java) S 19628 19612 17819 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 22905788 885514240 26109 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19629/tid=19635] ppid=19628 vsize=864760 CPUtime=0.04
/proc/19629/task/19635/stat : 19635 (java) S 19628 19612 17819 0 -1 64 324 0 0 0 4 0 0 0 16 0 9 0 22905788 885514240 26109 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19629/tid=19636] ppid=19628 vsize=864760 CPUtime=0
/proc/19629/task/19636/stat : 19636 (java) S 19628 19612 17819 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22905788 885514240 26109 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19629/tid=19637] ppid=19628 vsize=864760 CPUtime=0
/proc/19629/task/19637/stat : 19637 (java) S 19628 19612 17819 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22905788 885514240 26109 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.79
Current children cumulated vsize (KiB) 886984
heavy processes:

[startup+51.1026 s]
/proc/loadavg: 4.79 5.05 4.84 2/84 19638
/proc/meminfo: memFree=537072/2055920 swapFree=4192812/4192956
[pid=19612] ppid=19610 vsize=16868 CPUtime=0.9
/proc/19612/stat : 19612 (sugar) S 19610 19612 17819 0 -1 4194304 1303 15356 6 41 5 1 72 12 16 0 1 0 22903622 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19612/statm: 4217 1111 409 3 0 796 0
[pid=19628] ppid=19612 vsize=5356 CPUtime=0
/proc/19628/stat : 19628 (sh) S 19612 19612 17819 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22905784 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19628/statm: 1339 233 193 169 0 50 0
[pid=19629] ppid=19628 vsize=864760 CPUtime=29.38
/proc/19629/stat : 19629 (java) S 19628 19612 17819 0 -1 0 201980 0 5 0 2855 83 0 0 18 0 9 0 22905784 885514240 177387 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19629/statm: 216190 177387 2567 9 0 210695 0
[pid=19629/tid=19630] ppid=19628 vsize=864760 CPUtime=14.69
/proc/19629/task/19630/stat : 19630 (java) S 19628 19612 17819 0 -1 64 9209 0 5 0 1464 5 0 0 17 0 9 0 22905785 885514240 177387 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19629/tid=19631] ppid=19628 vsize=864760 CPUtime=14.62
/proc/19629/task/19631/stat : 19631 (java) R 19628 19612 17819 0 -1 64 191744 0 0 0 1386 76 0 0 16 0 9 0 22905786 885514240 177387 996147200 134512640 134550932 4294955936 18446744073709551615 102546957 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19629/tid=19632] ppid=19628 vsize=864760 CPUtime=0
/proc/19629/task/19632/stat : 19632 (java) S 19628 19612 17819 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22905786 885514240 177387 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19629/tid=19633] ppid=19628 vsize=864760 CPUtime=0
/proc/19629/task/19633/stat : 19633 (java) S 19628 19612 17819 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22905786 885514240 177387 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19629/tid=19634] ppid=19628 vsize=864760 CPUtime=0
/proc/19629/task/19634/stat : 19634 (java) S 19628 19612 17819 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 22905788 885514240 177387 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19629/tid=19635] ppid=19628 vsize=864760 CPUtime=0.04
/proc/19629/task/19635/stat : 19635 (java) S 19628 19612 17819 0 -1 64 324 0 0 0 4 0 0 0 16 0 9 0 22905788 885514240 177387 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19629/tid=19636] ppid=19628 vsize=864760 CPUtime=0
/proc/19629/task/19636/stat : 19636 (java) S 19628 19612 17819 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22905788 885514240 177387 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19629/tid=19637] ppid=19628 vsize=864760 CPUtime=0
/proc/19629/task/19637/stat : 19637 (java) S 19628 19612 17819 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22905788 885514240 177387 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 30.28
Current children cumulated vsize (KiB) 886984
heavy processes:

[startup+102.306 s]
/proc/loadavg: 3.25 4.59 4.69 3/92 19673
/proc/meminfo: memFree=1108272/2055920 swapFree=4192812/4192956
[pid=19612] ppid=19610 vsize=16868 CPUtime=0.9
/proc/19612/stat : 19612 (sugar) S 19610 19612 17819 0 -1 4194304 1303 15356 6 41 5 1 72 12 16 0 1 0 22903622 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19612/statm: 4217 1111 409 3 0 796 0
[pid=19628] ppid=19612 vsize=5356 CPUtime=0
/proc/19628/stat : 19628 (sh) S 19612 19612 17819 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22905784 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19628/statm: 1339 233 193 169 0 50 0
[pid=19629] ppid=19628 vsize=865764 CPUtime=80.32
/proc/19629/stat : 19629 (java) S 19628 19612 17819 0 -1 0 246957 0 5 0 7927 105 0 0 18 0 9 0 22905784 886542336 184029 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19629/statm: 216441 184029 2567 9 0 210946 0
[pid=19629/tid=19630] ppid=19628 vsize=865764 CPUtime=16.94
/proc/19629/task/19630/stat : 19630 (java) S 19628 19612 17819 0 -1 64 9224 0 5 0 1688 6 0 0 17 0 9 0 22905785 886542336 184029 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19629/tid=19631] ppid=19628 vsize=865764 CPUtime=63.32
/proc/19629/task/19631/stat : 19631 (java) R 19628 19612 17819 0 -1 64 236706 0 0 0 6234 98 0 0 25 0 9 0 22905786 886542336 184029 996147200 134512640 134550932 4294955936 18446744073709551615 103825760 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19629/tid=19632] ppid=19628 vsize=865764 CPUtime=0
/proc/19629/task/19632/stat : 19632 (java) S 19628 19612 17819 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22905786 886542336 184029 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19629/tid=19633] ppid=19628 vsize=865764 CPUtime=0
/proc/19629/task/19633/stat : 19633 (java) S 19628 19612 17819 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22905786 886542336 184029 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19629/tid=19634] ppid=19628 vsize=865764 CPUtime=0
/proc/19629/task/19634/stat : 19634 (java) S 19628 19612 17819 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 22905788 886542336 184029 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19629/tid=19635] ppid=19628 vsize=865764 CPUtime=0.04
/proc/19629/task/19635/stat : 19635 (java) S 19628 19612 17819 0 -1 64 324 0 0 0 4 0 0 0 16 0 9 0 22905788 886542336 184029 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19629/tid=19636] ppid=19628 vsize=865764 CPUtime=0
/proc/19629/task/19636/stat : 19636 (java) S 19628 19612 17819 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22905788 886542336 184029 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19629/tid=19637] ppid=19628 vsize=865764 CPUtime=0
/proc/19629/task/19637/stat : 19637 (java) S 19628 19612 17819 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22905788 886542336 184029 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 81.22
Current children cumulated vsize (KiB) 887988
heavy processes:

[startup+162.302 s]
/proc/loadavg: 2.46 4.12 4.52 3/92 19673
/proc/meminfo: memFree=1108208/2055920 swapFree=4192812/4192956
[pid=19612] ppid=19610 vsize=16868 CPUtime=0.9
/proc/19612/stat : 19612 (sugar) S 19610 19612 17819 0 -1 4194304 1303 15356 6 41 5 1 72 12 16 0 1 0 22903622 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19612/statm: 4217 1111 409 3 0 796 0
[pid=19628] ppid=19612 vsize=5356 CPUtime=0
/proc/19628/stat : 19628 (sh) S 19612 19612 17819 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22905784 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19628/statm: 1339 233 193 169 0 50 0
[pid=19629] ppid=19628 vsize=865764 CPUtime=140.01

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

[pid=19629/tid=19637] ppid=19628 vsize=865764 CPUtime=0
/proc/19629/task/19637/stat : 19637 (java) S 19628 19612 17819 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22905788 886542336 184029 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 260.33
Current children cumulated vsize (KiB) 887988

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

[startup+287.903 s]
/proc/loadavg: 2.05 3.39 4.20 3/92 19673
/proc/meminfo: memFree=1103088/2055920 swapFree=4192812/4192956
[pid=19612] ppid=19610 vsize=16868 CPUtime=0.9
/proc/19612/stat : 19612 (sugar) S 19610 19612 17819 0 -1 4194304 1303 15356 6 41 5 1 72 12 16 0 1 0 22903622 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19612/statm: 4217 1111 409 3 0 796 0
[pid=19628] ppid=19612 vsize=5356 CPUtime=0
/proc/19628/stat : 19628 (sh) S 19612 19612 17819 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22905784 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19628/statm: 1339 233 193 169 0 50 0
[pid=19629] ppid=19628 vsize=870892 CPUtime=265
/proc/19629/stat : 19629 (java) S 19628 19612 17819 0 -1 0 393151 0 5 0 26329 171 0 0 18 0 9 0 22905784 891793408 185311 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19629/statm: 217723 185311 2567 9 0 212228 0
[pid=19629/tid=19630] ppid=19628 vsize=870892 CPUtime=17.05
/proc/19629/task/19630/stat : 19630 (java) S 19628 19612 17819 0 -1 64 9273 0 5 0 1699 6 0 0 16 0 9 0 22905785 891793408 185311 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19629/tid=19631] ppid=19628 vsize=870892 CPUtime=247.88
/proc/19629/task/19631/stat : 19631 (java) R 19628 19612 17819 0 -1 64 382851 0 0 0 24625 163 0 0 25 0 9 0 22905786 891793408 185311 996147200 134512640 134550932 4294955936 18446744073709551615 103831000 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19629/tid=19632] ppid=19628 vsize=870892 CPUtime=0
/proc/19629/task/19632/stat : 19632 (java) S 19628 19612 17819 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22905786 891793408 185311 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19629/tid=19633] ppid=19628 vsize=870892 CPUtime=0
/proc/19629/task/19633/stat : 19633 (java) S 19628 19612 17819 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22905786 891793408 185311 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19629/tid=19634] ppid=19628 vsize=870892 CPUtime=0
/proc/19629/task/19634/stat : 19634 (java) S 19628 19612 17819 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 22905788 891793408 185311 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19629/tid=19635] ppid=19628 vsize=870892 CPUtime=0.04
/proc/19629/task/19635/stat : 19635 (java) S 19628 19612 17819 0 -1 64 324 0 0 0 4 0 0 0 16 0 9 0 22905788 891793408 185311 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19629/tid=19636] ppid=19628 vsize=870892 CPUtime=0
/proc/19629/task/19636/stat : 19636 (java) S 19628 19612 17819 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22905788 891793408 185311 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19629/tid=19637] ppid=19628 vsize=870892 CPUtime=0
/proc/19629/task/19637/stat : 19637 (java) S 19628 19612 17819 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22905788 891793408 185311 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 265.9
Current children cumulated vsize (KiB) 893116

[startup+291.101 s]
/proc/loadavg: 2.05 3.37 4.19 3/92 19673
/proc/meminfo: memFree=1108208/2055920 swapFree=4192812/4192956
[pid=19612] ppid=19610 vsize=16868 CPUtime=0.9
/proc/19612/stat : 19612 (sugar) S 19610 19612 17819 0 -1 4194304 1303 15356 6 41 5 1 72 12 16 0 1 0 22903622 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19612/statm: 4217 1111 409 3 0 796 0
[pid=19628] ppid=19612 vsize=5356 CPUtime=0
/proc/19628/stat : 19628 (sh) S 19612 19612 17819 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22905784 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19628/statm: 1339 233 193 169 0 50 0
[pid=19629] ppid=19628 vsize=870892 CPUtime=268.18
/proc/19629/stat : 19629 (java) S 19628 19612 17819 0 -1 0 396084 0 5 0 26646 172 0 0 18 0 9 0 22905784 891793408 185311 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19629/statm: 217723 185311 2567 9 0 212228 0
[pid=19629/tid=19630] ppid=19628 vsize=870892 CPUtime=17.05
/proc/19629/task/19630/stat : 19630 (java) S 19628 19612 17819 0 -1 64 9274 0 5 0 1699 6 0 0 16 0 9 0 22905785 891793408 185311 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19629/tid=19631] ppid=19628 vsize=870892 CPUtime=251.06
/proc/19629/task/19631/stat : 19631 (java) R 19628 19612 17819 0 -1 64 385783 0 0 0 24942 164 0 0 25 0 9 0 22905786 891793408 185311 996147200 134512640 134550932 4294955936 18446744073709551615 104188666 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19629/tid=19632] ppid=19628 vsize=870892 CPUtime=0
/proc/19629/task/19632/stat : 19632 (java) S 19628 19612 17819 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22905786 891793408 185311 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19629/tid=19633] ppid=19628 vsize=870892 CPUtime=0
/proc/19629/task/19633/stat : 19633 (java) S 19628 19612 17819 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22905786 891793408 185311 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19629/tid=19634] ppid=19628 vsize=870892 CPUtime=0
/proc/19629/task/19634/stat : 19634 (java) S 19628 19612 17819 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 22905788 891793408 185311 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19629/tid=19635] ppid=19628 vsize=870892 CPUtime=0.04
/proc/19629/task/19635/stat : 19635 (java) S 19628 19612 17819 0 -1 64 324 0 0 0 4 0 0 0 16 0 9 0 22905788 891793408 185311 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19629/tid=19636] ppid=19628 vsize=870892 CPUtime=0
/proc/19629/task/19636/stat : 19636 (java) S 19628 19612 17819 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22905788 891793408 185311 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19629/tid=19637] ppid=19628 vsize=870892 CPUtime=0
/proc/19629/task/19637/stat : 19637 (java) S 19628 19612 17819 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22905788 891793408 185311 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 269.08
Current children cumulated vsize (KiB) 893116

[startup+294.302 s]
/proc/loadavg: 2.05 3.37 4.19 3/92 19673
/proc/meminfo: memFree=1108208/2055920 swapFree=4192812/4192956
[pid=19612] ppid=19610 vsize=16868 CPUtime=0.9
/proc/19612/stat : 19612 (sugar) S 19610 19612 17819 0 -1 4194304 1303 15356 6 41 5 1 72 12 16 0 1 0 22903622 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19612/statm: 4217 1111 409 3 0 796 0
[pid=19628] ppid=19612 vsize=5356 CPUtime=0
/proc/19628/stat : 19628 (sh) S 19612 19612 17819 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22905784 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19628/statm: 1339 233 193 169 0 50 0
[pid=19629] ppid=19628 vsize=865764 CPUtime=271.37
/proc/19629/stat : 19629 (java) S 19628 19612 17819 0 -1 0 396539 0 5 0 26965 172 0 0 18 0 9 0 22905784 886542336 184029 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19629/statm: 216441 184029 2567 9 0 210946 0
[pid=19629/tid=19630] ppid=19628 vsize=865764 CPUtime=17.05
/proc/19629/task/19630/stat : 19630 (java) S 19628 19612 17819 0 -1 64 9274 0 5 0 1699 6 0 0 16 0 9 0 22905785 886542336 184029 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19629/tid=19631] ppid=19628 vsize=865764 CPUtime=254.25
/proc/19629/task/19631/stat : 19631 (java) R 19628 19612 17819 0 -1 64 386238 0 0 0 25261 164 0 0 25 0 9 0 22905786 886542336 184029 996147200 134512640 134550932 4294955936 18446744073709551615 102758168 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19629/tid=19632] ppid=19628 vsize=865764 CPUtime=0
/proc/19629/task/19632/stat : 19632 (java) S 19628 19612 17819 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22905786 886542336 184029 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19629/tid=19633] ppid=19628 vsize=865764 CPUtime=0
/proc/19629/task/19633/stat : 19633 (java) S 19628 19612 17819 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22905786 886542336 184029 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19629/tid=19634] ppid=19628 vsize=865764 CPUtime=0
/proc/19629/task/19634/stat : 19634 (java) S 19628 19612 17819 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 22905788 886542336 184029 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19629/tid=19635] ppid=19628 vsize=865764 CPUtime=0.04
/proc/19629/task/19635/stat : 19635 (java) S 19628 19612 17819 0 -1 64 324 0 0 0 4 0 0 0 16 0 9 0 22905788 886542336 184029 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19629/tid=19636] ppid=19628 vsize=865764 CPUtime=0
/proc/19629/task/19636/stat : 19636 (java) S 19628 19612 17819 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22905788 886542336 184029 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19629/tid=19637] ppid=19628 vsize=865764 CPUtime=0
/proc/19629/task/19637/stat : 19637 (java) S 19628 19612 17819 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22905788 886542336 184029 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 272.27
Current children cumulated vsize (KiB) 887988

[startup+295.906 s]
/proc/loadavg: 2.05 3.34 4.18 3/92 19673
/proc/meminfo: memFree=1103088/2055920 swapFree=4192812/4192956
[pid=19612] ppid=19610 vsize=16868 CPUtime=0.9
/proc/19612/stat : 19612 (sugar) S 19610 19612 17819 0 -1 4194304 1303 15356 6 41 5 1 72 12 16 0 1 0 22903622 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19612/statm: 4217 1111 409 3 0 796 0
[pid=19628] ppid=19612 vsize=5356 CPUtime=0
/proc/19628/stat : 19628 (sh) S 19612 19612 17819 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22905784 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19628/statm: 1339 233 193 169 0 50 0
[pid=19629] ppid=19628 vsize=870892 CPUtime=272.96
/proc/19629/stat : 19629 (java) S 19628 19612 17819 0 -1 0 399016 0 5 0 27124 172 0 0 18 0 9 0 22905784 891793408 185311 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19629/statm: 217723 185311 2567 9 0 212228 0
[pid=19629/tid=19630] ppid=19628 vsize=870892 CPUtime=17.05
/proc/19629/task/19630/stat : 19630 (java) S 19628 19612 17819 0 -1 64 9274 0 5 0 1699 6 0 0 16 0 9 0 22905785 891793408 185311 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19629/tid=19631] ppid=19628 vsize=870892 CPUtime=255.84
/proc/19629/task/19631/stat : 19631 (java) R 19628 19612 17819 0 -1 64 388715 0 0 0 25419 165 0 0 25 0 9 0 22905786 891793408 185311 996147200 134512640 134550932 4294955936 18446744073709551615 102768017 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19629/tid=19632] ppid=19628 vsize=870892 CPUtime=0
/proc/19629/task/19632/stat : 19632 (java) S 19628 19612 17819 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22905786 891793408 185311 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19629/tid=19633] ppid=19628 vsize=870892 CPUtime=0
/proc/19629/task/19633/stat : 19633 (java) S 19628 19612 17819 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22905786 891793408 185311 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19629/tid=19634] ppid=19628 vsize=870892 CPUtime=0
/proc/19629/task/19634/stat : 19634 (java) S 19628 19612 17819 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 22905788 891793408 185311 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19629/tid=19635] ppid=19628 vsize=870892 CPUtime=0.04
/proc/19629/task/19635/stat : 19635 (java) S 19628 19612 17819 0 -1 64 324 0 0 0 4 0 0 0 16 0 9 0 22905788 891793408 185311 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19629/tid=19636] ppid=19628 vsize=870892 CPUtime=0
/proc/19629/task/19636/stat : 19636 (java) S 19628 19612 17819 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22905788 891793408 185311 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19629/tid=19637] ppid=19628 vsize=870892 CPUtime=0
/proc/19629/task/19637/stat : 19637 (java) S 19628 19612 17819 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22905788 891793408 185311 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 273.86
Current children cumulated vsize (KiB) 893116

[startup+296.302 s]
/proc/loadavg: 2.05 3.34 4.18 3/92 19673
/proc/meminfo: memFree=1103088/2055920 swapFree=4192812/4192956
[pid=19612] ppid=19610 vsize=16868 CPUtime=0.9
/proc/19612/stat : 19612 (sugar) S 19610 19612 17819 0 -1 4194304 1303 15356 6 41 5 1 72 12 16 0 1 0 22903622 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19612/statm: 4217 1111 409 3 0 796 0
[pid=19628] ppid=19612 vsize=5356 CPUtime=0
/proc/19628/stat : 19628 (sh) S 19612 19612 17819 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22905784 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19628/statm: 1339 233 193 169 0 50 0
[pid=19629] ppid=19628 vsize=864760 CPUtime=273.35
/proc/19629/stat : 19629 (java) S 19628 19612 17819 0 -1 0 399017 0 5 0 27163 172 0 0 18 0 9 0 22905784 885514240 183778 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19629/statm: 216190 183778 2567 9 0 210695 0
[pid=19629/tid=19630] ppid=19628 vsize=864760 CPUtime=17.05
/proc/19629/task/19630/stat : 19630 (java) S 19628 19612 17819 0 -1 64 9275 0 5 0 1699 6 0 0 16 0 9 0 22905785 885514240 183778 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19629/tid=19631] ppid=19628 vsize=864760 CPUtime=256.24
/proc/19629/task/19631/stat : 19631 (java) R 19628 19612 17819 0 -1 64 388715 0 0 0 25459 165 0 0 25 0 9 0 22905786 885514240 183778 996147200 134512640 134550932 4294955936 18446744073709551615 104190130 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19629/tid=19632] ppid=19628 vsize=864760 CPUtime=0
/proc/19629/task/19632/stat : 19632 (java) S 19628 19612 17819 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22905786 885514240 183778 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19629/tid=19633] ppid=19628 vsize=864760 CPUtime=0
/proc/19629/task/19633/stat : 19633 (java) S 19628 19612 17819 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22905786 885514240 183778 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19629/tid=19634] ppid=19628 vsize=864760 CPUtime=0
/proc/19629/task/19634/stat : 19634 (java) S 19628 19612 17819 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 22905788 885514240 183778 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19629/tid=19635] ppid=19628 vsize=864760 CPUtime=0.04
/proc/19629/task/19635/stat : 19635 (java) S 19628 19612 17819 0 -1 64 324 0 0 0 4 0 0 0 16 0 9 0 22905788 885514240 183778 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19629/tid=19636] ppid=19628 vsize=864760 CPUtime=0
/proc/19629/task/19636/stat : 19636 (java) S 19628 19612 17819 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22905788 885514240 183778 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19629/tid=19637] ppid=19628 vsize=864760 CPUtime=0
/proc/19629/task/19637/stat : 19637 (java) S 19628 19612 17819 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22905788 885514240 183778 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 274.25
Current children cumulated vsize (KiB) 886984

[startup+296.702 s]
/proc/loadavg: 2.05 3.34 4.18 3/92 19673
/proc/meminfo: memFree=1103088/2055920 swapFree=4192812/4192956
[pid=19612] ppid=19610 vsize=16868 CPUtime=274.66
/proc/19612/stat : 19612 (sugar) R 19610 19612 17819 0 -1 4194304 1330 414672 6 46 5 1 27262 198 16 0 1 0 22903622 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226687161385 0 0 4224 16386 0 0 0 17 1 0 0
/proc/19612/statm: 4217 1113 410 3 0 796 0
Current children cumulated CPU time (s) 274.66
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 296.703
CPU time (s): 274.682
CPU user time (s): 272.68
CPU system time (s): 2.00269
CPU usage (%): 92.5782
Max. virtual memory (cumulated for all children) (KiB): 898236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 272.68
system time used= 2.0027
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 416063
page faults= 52
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6639
involuntary context switches= 4265

runsolver used 0.387941 second user time and 0.990849 second system time

The end

Launcher Data

Begin job on node80 at 2009-07-12 02:26:28
IDJOB=2073359
IDBENCH=55971
IDSOLVER=739
FILE ID=node80/2073359-1247358383
PBS_JOBID= 9506967
Free space on /tmp= 56424 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/bddSmall/normalized-bdd-21-133-18-78-28_ext.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2073359-1247358383/watcher-2073359-1247358383 -o /tmp/evaluation-result-2073359-1247358383/solver-2073359-1247358383 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2073359-1247358383.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 0f494e9044ccf75c6f1c2068c887183b
RANDOM SEED=1858198606

node80.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.285
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.285
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:        590792 kB
Buffers:          2396 kB
Cached:        1332852 kB
SwapCached:          0 kB
Active:         871376 kB
Inactive:       490388 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        590792 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          782632 kB
Writeback:           0 kB
Mapped:          47812 kB
Slab:            88632 kB
Committed_AS:   215804 kB
PageTables:       1920 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= 66252 MiB
End job on node80 at 2009-07-12 02:31:27