Trace number 2081466

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? (MO) 25.8459 26.8361

General information on the benchmark

Namecsp/largeQueens/
normalized-queens-1000.xml
MD5SUM78313dcdeb39aaad2168896beb466d7e
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1000
Number of constraints499500
Maximum constraint arity2
Maximum domain size1000
Number of constraints which are defined in extension0
Number of constraints which are defined in intension499500
Global constraints used (with number of constraints)

Solver Data

0.05/0.22	c 0	Sugar v1-14-6 + HOME/minisat
0.05/0.22	c 0	BEGIN Sun Jul 12 06:28:07 2009
0.05/0.22	c 0	PID 25076
0.05/0.22	c 0	HOST node73.alineos.net
0.05/0.22	c 0	CONVERTING HOME/instance-2081466-1247372883.xml TO HOME/temp.csp
0.05/0.22	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2081466-1247372883.xml' 'HOME/temp.csp'
20.47/20.84	c 21	1 domains, 1000 variables, 1 predicates, 0 relations, 499500 constraints
20.55/20.97	c 21	ENCODING HOME/temp.csp TO HOME/temp.cnf
20.55/20.97	c 21	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'
20.62/21.05	c 21	Parsing HOME/temp.csp
20.62/21.23	c 21	parsed 10000 expressions
20.62/21.46	c 21	parsed 20000 expressions
20.62/21.57	c 21	parsed 30000 expressions
20.62/21.78	c 22	parsed 40000 expressions
20.62/21.89	c 22	parsed 50000 expressions
21.73/22.19	c 22	parsed 60000 expressions
21.93/22.30	c 22	parsed 70000 expressions
22.03/22.42	c 22	parsed 80000 expressions
22.12/22.54	c 22	parsed 90000 expressions
22.43/22.89	c 23	parsed 100000 expressions
22.62/23.07	c 23	parsed 110000 expressions
22.72/23.18	c 23	parsed 120000 expressions
22.92/23.30	c 23	parsed 130000 expressions
23.02/23.46	c 23	parsed 140000 expressions
23.11/23.57	c 23	parsed 150000 expressions
23.22/23.70	c 23	parsed 160000 expressions
23.71/24.20	c 24	parsed 170000 expressions
23.81/24.28	c 24	parsed 180000 expressions
24.11/24.51	c 24	parsed 190000 expressions
24.21/24.65	c 24	parsed 200000 expressions
24.30/24.79	c 25	parsed 210000 expressions
24.40/24.87	c 25	parsed 220000 expressions
24.61/25.01	c 25	parsed 230000 expressions
24.72/25.14	c 25	parsed 240000 expressions
24.81/25.23	c 25	parsed 250000 expressions
24.91/25.37	c 25	parsed 260000 expressions
25.10/25.51	c 25	parsed 270000 expressions
25.10/25.59	c 25	parsed 280000 expressions
25.71/26.12	c ERROR INTERRUPTED
20.63/26.78	c 27	parsed 290000 expressions
20.63/26.83	s UNKNOWN
20.63/26.83	c 27	CPU 20.63 (0.06 0.02 19.07 1.48)
20.63/26.83	c 27	END Sun Jul 12 06:28:34 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-2081466-1247372883/watcher-2081466-1247372883 -o /tmp/evaluation-result-2081466-1247372883/solver-2081466-1247372883 -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-2081466-1247372883.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: 2.64 2.40 2.16 4/81 25076
/proc/meminfo: memFree=1554536/2055920 swapFree=4192812/4192956
[pid=25076] ppid=25074 vsize=18576 CPUtime=0
/proc/25076/stat : 25076 (runsolver) D 25074 25076 21149 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 24354023 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 210723466535 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/25076/statm: 4644 284 249 26 0 2626 0

[startup+0.0413871 s]
/proc/loadavg: 2.64 2.40 2.16 4/81 25076
/proc/meminfo: memFree=1554536/2055920 swapFree=4192812/4192956
[pid=25076] ppid=25074 vsize=12268 CPUtime=0
/proc/25076/stat : 25076 (sugar) D 25074 25076 21149 0 -1 4194304 352 0 0 0 0 0 0 0 18 0 1 0 24354023 12562432 320 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/25076/statm: 3067 320 242 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.101394 s]
/proc/loadavg: 2.64 2.40 2.16 4/81 25076
/proc/meminfo: memFree=1554536/2055920 swapFree=4192812/4192956
[pid=25076] ppid=25074 vsize=12544 CPUtime=0
/proc/25076/stat : 25076 (sugar) R 25074 25076 21149 0 -1 4194304 487 0 0 0 0 0 0 0 18 0 1 0 24354023 12845056 455 996147200 4194304 4206940 548682068608 18446744073709551615 210736769828 0 0 4224 0 0 0 0 17 1 0 0
/proc/25076/statm: 3136 455 291 3 0 236 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12544

[startup+0.301423 s]
/proc/loadavg: 2.64 2.40 2.16 4/81 25076
/proc/meminfo: memFree=1554536/2055920 swapFree=4192812/4192956
[pid=25076] ppid=25074 vsize=16868 CPUtime=0.07
/proc/25076/stat : 25076 (sugar) S 25074 25076 21149 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24354023 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25076/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701472 s]
/proc/loadavg: 2.64 2.40 2.16 4/81 25076
/proc/meminfo: memFree=1554536/2055920 swapFree=4192812/4192956
[pid=25076] ppid=25074 vsize=16868 CPUtime=0.07
/proc/25076/stat : 25076 (sugar) S 25074 25076 21149 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24354023 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25076/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50256 s]
/proc/loadavg: 2.64 2.40 2.16 4/92 25088
/proc/meminfo: memFree=1532432/2055920 swapFree=4192812/4192956
[pid=25076] ppid=25074 vsize=16868 CPUtime=0.07
/proc/25076/stat : 25076 (sugar) S 25074 25076 21149 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24354023 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25076/statm: 4217 1111 409 3 0 796 0
[pid=25079] ppid=25076 vsize=5356 CPUtime=0
/proc/25079/stat : 25079 (sh) S 25076 25076 21149 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24354045 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25079/statm: 1339 233 193 169 0 50 0
[pid=25080] ppid=25079 vsize=864772 CPUtime=1.23
/proc/25080/stat : 25080 (java) S 25079 25076 21149 0 -1 0 12800 0 1 0 115 8 0 0 18 0 9 0 24354045 885526528 10333 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25080/statm: 216193 10333 2557 9 0 210705 0
[pid=25080/tid=25081] ppid=25079 vsize=864772 CPUtime=0.69
/proc/25080/task/25081/stat : 25081 (java) R 25079 25076 21149 0 -1 64 2860 0 1 0 67 2 0 0 23 0 9 0 24354047 885526528 10333 996147200 134512640 134550932 4294955984 18446744073709551615 4126443088 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25080/tid=25082] ppid=25079 vsize=864772 CPUtime=0.41
/proc/25080/task/25082/stat : 25082 (java) S 25079 25076 21149 0 -1 64 8735 0 0 0 37 4 0 0 17 0 9 0 24354048 885526528 10333 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25080/tid=25083] ppid=25079 vsize=864772 CPUtime=0
/proc/25080/task/25083/stat : 25083 (java) S 25079 25076 21149 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24354048 885526528 10333 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25080/tid=25084] ppid=25079 vsize=864772 CPUtime=0
/proc/25080/task/25084/stat : 25084 (java) S 25079 25076 21149 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 24354048 885526528 10333 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25080/tid=25085] ppid=25079 vsize=864772 CPUtime=0
/proc/25080/task/25085/stat : 25085 (java) S 25079 25076 21149 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24354050 885526528 10333 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25080/tid=25086] ppid=25079 vsize=864772 CPUtime=0.09
/proc/25080/task/25086/stat : 25086 (java) S 25079 25076 21149 0 -1 64 499 0 0 0 9 0 0 0 17 0 9 0 24354050 885526528 10333 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25080/tid=25087] ppid=25079 vsize=864772 CPUtime=0
/proc/25080/task/25087/stat : 25087 (java) S 25079 25076 21149 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24354050 885526528 10333 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25080/tid=25088] ppid=25079 vsize=864772 CPUtime=0
/proc/25080/task/25088/stat : 25088 (java) S 25079 25076 21149 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24354050 885526528 10333 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 886996

[startup+3.10275 s]
/proc/loadavg: 2.64 2.40 2.16 3/92 25088
/proc/meminfo: memFree=1495312/2055920 swapFree=4192812/4192956
[pid=25076] ppid=25074 vsize=16868 CPUtime=0.07
/proc/25076/stat : 25076 (sugar) S 25074 25076 21149 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24354023 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25076/statm: 4217 1111 409 3 0 796 0
[pid=25079] ppid=25076 vsize=5356 CPUtime=0
/proc/25079/stat : 25079 (sh) S 25076 25076 21149 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24354045 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25079/statm: 1339 233 193 169 0 50 0
[pid=25080] ppid=25079 vsize=864776 CPUtime=2.82
/proc/25080/stat : 25080 (java) S 25079 25076 21149 0 -1 0 30388 0 1 0 261 21 0 0 18 0 9 0 24354045 885530624 24973 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25080/statm: 216194 24973 2557 9 0 210706 0
[pid=25080/tid=25081] ppid=25079 vsize=864776 CPUtime=1.47
/proc/25080/task/25081/stat : 25081 (java) R 25079 25076 21149 0 -1 64 3915 0 1 0 142 5 0 0 25 0 9 0 24354047 885530624 24973 996147200 134512640 134550932 4294955984 18446744073709551615 4126532212 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25080/tid=25082] ppid=25079 vsize=864776 CPUtime=1.21
/proc/25080/task/25082/stat : 25082 (java) S 25079 25076 21149 0 -1 64 25267 0 0 0 107 14 0 0 16 0 9 0 24354048 885530624 24973 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25080/tid=25083] ppid=25079 vsize=864776 CPUtime=0
/proc/25080/task/25083/stat : 25083 (java) S 25079 25076 21149 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24354048 885530624 24973 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25080/tid=25084] ppid=25079 vsize=864776 CPUtime=0
/proc/25080/task/25084/stat : 25084 (java) S 25079 25076 21149 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 24354048 885530624 24973 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25080/tid=25085] ppid=25079 vsize=864776 CPUtime=0
/proc/25080/task/25085/stat : 25085 (java) S 25079 25076 21149 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24354050 885530624 24973 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25080/tid=25086] ppid=25079 vsize=864776 CPUtime=0.1
/proc/25080/task/25086/stat : 25086 (java) S 25079 25076 21149 0 -1 64 500 0 0 0 10 0 0 0 16 0 9 0 24354050 885530624 24973 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25080/tid=25087] ppid=25079 vsize=864776 CPUtime=0
/proc/25080/task/25087/stat : 25087 (java) S 25079 25076 21149 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24354050 885530624 24973 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25080/tid=25088] ppid=25079 vsize=864776 CPUtime=0
/proc/25080/task/25088/stat : 25088 (java) S 25079 25076 21149 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24354050 885530624 24973 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 887000

[startup+6.30214 s]
/proc/loadavg: 2.67 2.41 2.16 4/92 25088
/proc/meminfo: memFree=1365328/2055920 swapFree=4192812/4192956
[pid=25076] ppid=25074 vsize=16868 CPUtime=0.07
/proc/25076/stat : 25076 (sugar) S 25074 25076 21149 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24354023 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25076/statm: 4217 1111 409 3 0 796 0
[pid=25079] ppid=25076 vsize=5356 CPUtime=0
/proc/25079/stat : 25079 (sh) S 25076 25076 21149 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24354045 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25079/statm: 1339 233 193 169 0 50 0
[pid=25080] ppid=25079 vsize=869976 CPUtime=5.99
/proc/25080/stat : 25080 (java) S 25079 25076 21149 0 -1 0 72873 0 1 0 551 48 0 0 18 0 9 0 24354045 890855424 62732 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25080/statm: 217494 62732 2558 9 0 212006 0
[pid=25080/tid=25081] ppid=25079 vsize=869976 CPUtime=3.31
/proc/25080/task/25081/stat : 25081 (java) R 25079 25076 21149 0 -1 64 4921 0 1 0 323 8 0 0 25 0 9 0 24354047 890855424 62732 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25080/tid=25082] ppid=25079 vsize=869976 CPUtime=2.54
/proc/25080/task/25082/stat : 25082 (java) R 25079 25076 21149 0 -1 64 66746 0 0 0 216 38 0 0 17 0 9 0 24354048 890855424 62732 996147200 134512640 134550932 4294955984 18446744073709551615 102500676 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25080/tid=25083] ppid=25079 vsize=869976 CPUtime=0
/proc/25080/task/25083/stat : 25083 (java) S 25079 25076 21149 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24354048 890855424 62732 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25080/tid=25084] ppid=25079 vsize=869976 CPUtime=0
/proc/25080/task/25084/stat : 25084 (java) S 25079 25076 21149 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 24354048 890855424 62732 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25080/tid=25085] ppid=25079 vsize=869976 CPUtime=0
/proc/25080/task/25085/stat : 25085 (java) S 25079 25076 21149 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24354050 890855424 62732 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25080/tid=25086] ppid=25079 vsize=869976 CPUtime=0.1
/proc/25080/task/25086/stat : 25086 (java) S 25079 25076 21149 0 -1 64 500 0 0 0 10 0 0 0 16 0 9 0 24354050 890855424 62732 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25080/tid=25087] ppid=25079 vsize=869976 CPUtime=0
/proc/25080/task/25087/stat : 25087 (java) S 25079 25076 21149 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24354050 890855424 62732 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25080/tid=25088] ppid=25079 vsize=869976 CPUtime=0
/proc/25080/task/25088/stat : 25088 (java) S 25079 25076 21149 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24354050 890855424 62732 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.06
Current children cumulated vsize (KiB) 892200

[startup+12.7029 s]
/proc/loadavg: 2.70 2.42 2.17 4/92 25088
/proc/meminfo: memFree=1132048/2055920 swapFree=4192812/4192956
[pid=25076] ppid=25074 vsize=16868 CPUtime=0.07
/proc/25076/stat : 25076 (sugar) S 25074 25076 21149 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24354023 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25076/statm: 4217 1111 409 3 0 796 0
[pid=25079] ppid=25076 vsize=5356 CPUtime=0
/proc/25079/stat : 25079 (sh) S 25076 25076 21149 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24354045 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25079/statm: 1339 233 193 169 0 50 0
[pid=25080] ppid=25079 vsize=864760 CPUtime=12.35
/proc/25080/stat : 25080 (java) S 25079 25076 21149 0 -1 0 153919 0 1 0 1134 101 0 0 18 0 9 0 24354045 885514240 118763 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25080/statm: 216190 118763 2557 9 0 210702 0
[pid=25080/tid=25081] ppid=25079 vsize=864760 CPUtime=5.6
/proc/25080/task/25081/stat : 25081 (java) R 25079 25076 21149 0 -1 64 9679 0 1 0 545 15 0 0 16 0 9 0 24354047 885514240 118763 996147200 134512640 134550932 4294955984 18446744073709551615 4126716164 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25080/tid=25082] ppid=25079 vsize=864760 CPUtime=6.59
/proc/25080/task/25082/stat : 25082 (java) R 25079 25076 21149 0 -1 64 143018 0 0 0 575 84 0 0 25 0 9 0 24354048 885514240 118763 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25080/tid=25083] ppid=25079 vsize=864760 CPUtime=0
/proc/25080/task/25083/stat : 25083 (java) S 25079 25076 21149 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24354048 885514240 118763 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25080/tid=25084] ppid=25079 vsize=864760 CPUtime=0
/proc/25080/task/25084/stat : 25084 (java) S 25079 25076 21149 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 24354048 885514240 118763 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25080/tid=25085] ppid=25079 vsize=864760 CPUtime=0
/proc/25080/task/25085/stat : 25085 (java) S 25079 25076 21149 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24354050 885514240 118763 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25080/tid=25086] ppid=25079 vsize=864760 CPUtime=0.13
/proc/25080/task/25086/stat : 25086 (java) S 25079 25076 21149 0 -1 64 516 0 0 0 13 0 0 0 16 0 9 0 24354050 885514240 118763 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25080/tid=25087] ppid=25079 vsize=864760 CPUtime=0
/proc/25080/task/25087/stat : 25087 (java) S 25079 25076 21149 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24354050 885514240 118763 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25080/tid=25088] ppid=25079 vsize=864760 CPUtime=0
/proc/25080/task/25088/stat : 25088 (java) S 25079 25076 21149 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24354050 885514240 118763 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 886984

[startup+25.5024 s]
/proc/loadavg: 2.54 2.40 2.16 3/92 25098
/proc/meminfo: memFree=1417104/2055920 swapFree=4192812/4192956
[pid=25076] ppid=25074 vsize=16868 CPUtime=20.63
/proc/25076/stat : 25076 (sugar) S 25074 25076 21149 0 -1 4194304 1309 207078 0 1 6 2 1907 148 16 0 1 0 24354023 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25076/statm: 4217 1111 409 3 0 796 0
[pid=25089] ppid=25076 vsize=5356 CPUtime=0
/proc/25089/stat : 25089 (sh) S 25076 25076 21149 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24356120 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25089/statm: 1339 233 193 169 0 50 0
[pid=25090] ppid=25089 vsize=862284 CPUtime=4.47
/proc/25090/stat : 25090 (java) S 25089 25076 21149 0 -1 0 36734 0 1 0 424 23 0 0 18 0 9 0 24356120 882978816 34002 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25090/statm: 215571 34002 2158 9 0 210484 0
[pid=25090/tid=25091] ppid=25089 vsize=862284 CPUtime=2.24
/proc/25090/task/25091/stat : 25091 (java) R 25089 25076 21149 0 -1 64 3207 0 1 0 221 3 0 0 25 0 9 0 24356121 882978816 34002 996147200 134512640 134550932 4294955936 18446744073709551615 4126417711 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25090/tid=25092] ppid=25089 vsize=862284 CPUtime=2.16
/proc/25090/task/25092/stat : 25092 (java) S 25089 25076 21149 0 -1 64 32516 0 0 0 197 19 0 0 16 0 9 0 24356122 882978816 34002 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25090/tid=25093] ppid=25089 vsize=862284 CPUtime=0
/proc/25090/task/25093/stat : 25093 (java) S 25089 25076 21149 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24356123 882978816 34002 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25090/tid=25094] ppid=25089 vsize=862284 CPUtime=0
/proc/25090/task/25094/stat : 25094 (java) S 25089 25076 21149 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24356123 882978816 34002 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25090/tid=25095] ppid=25089 vsize=862284 CPUtime=0
/proc/25090/task/25095/stat : 25095 (java) S 25089 25076 21149 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24356125 882978816 34002 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25090/tid=25096] ppid=25089 vsize=862284 CPUtime=0.05
/proc/25090/task/25096/stat : 25096 (java) S 25089 25076 21149 0 -1 64 308 0 0 0 5 0 0 0 16 0 9 0 24356125 882978816 34002 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25090/tid=25097] ppid=25089 vsize=862284 CPUtime=0
/proc/25090/task/25097/stat : 25097 (java) S 25089 25076 21149 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24356125 882978816 34002 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25090/tid=25098] ppid=25089 vsize=862284 CPUtime=0
/proc/25090/task/25098/stat : 25098 (java) S 25089 25076 21149 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24356125 882978816 34002 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 884508



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+26.1025 s]
/proc/loadavg: 2.54 2.40 2.16 3/92 25098
/proc/meminfo: memFree=1359632/2055920 swapFree=4192812/4192956
[pid=25076] ppid=25074 vsize=16868 CPUtime=20.63
/proc/25076/stat : 25076 (sugar) S 25074 25076 21149 0 -1 4194304 1309 207078 0 1 6 2 1907 148 16 0 1 0 24354023 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25076/statm: 4217 1111 409 3 0 796 0
[pid=25089] ppid=25076 vsize=5356 CPUtime=0
/proc/25089/stat : 25089 (sh) S 25076 25076 21149 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24356120 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25089/statm: 1339 233 193 169 0 50 0
[pid=25090] ppid=25089 vsize=917520 CPUtime=5.08
/proc/25090/stat : 25090 (java) S 25089 25076 21149 0 -1 0 56565 0 1 0 473 35 0 0 18 0 9 0 24356120 939540480 45233 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25090/statm: 229380 45233 2159 9 0 224293 0
[pid=25090/tid=25091] ppid=25089 vsize=917520 CPUtime=2.35
/proc/25090/task/25091/stat : 25091 (java) S 25089 25076 21149 0 -1 64 3208 0 1 0 232 3 0 0 25 0 9 0 24356121 939540480 45233 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25090/tid=25092] ppid=25089 vsize=917520 CPUtime=2.64
/proc/25090/task/25092/stat : 25092 (java) R 25089 25076 21149 0 -1 64 52345 0 0 0 234 30 0 0 20 0 9 0 24356122 939540480 45233 996147200 134512640 134550932 4294955936 18446744073709551615 102500650 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25090/tid=25093] ppid=25089 vsize=917520 CPUtime=0
/proc/25090/task/25093/stat : 25093 (java) S 25089 25076 21149 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24356123 939540480 45233 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25090/tid=25094] ppid=25089 vsize=917520 CPUtime=0
/proc/25090/task/25094/stat : 25094 (java) S 25089 25076 21149 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24356123 939540480 45233 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25090/tid=25095] ppid=25089 vsize=917520 CPUtime=0
/proc/25090/task/25095/stat : 25095 (java) S 25089 25076 21149 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24356125 939540480 45233 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25090/tid=25096] ppid=25089 vsize=917520 CPUtime=0.05
/proc/25090/task/25096/stat : 25096 (java) S 25089 25076 21149 0 -1 64 309 0 0 0 5 0 0 0 16 0 9 0 24356125 939540480 45233 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25090/tid=25097] ppid=25089 vsize=917520 CPUtime=0
/proc/25090/task/25097/stat : 25097 (java) S 25089 25076 21149 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24356125 939540480 45233 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25090/tid=25098] ppid=25089 vsize=917520 CPUtime=0
/proc/25090/task/25098/stat : 25098 (java) S 25089 25076 21149 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24356125 939540480 45233 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.71
Current children cumulated vsize (KiB) 939744

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

############
# WARNING:
# current cumulated CPU time (20.63 s) is less than in the last sample (25.82 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (5.19 s) to the 'lost time'.

[startup+26.2265 s]
/proc/loadavg: 2.54 2.40 2.16 3/92 25098
/proc/meminfo: memFree=1359632/2055920 swapFree=4192812/4192956
[pid=25076] ppid=25074 vsize=16868 CPUtime=20.63
/proc/25076/stat : 25076 (sugar) S 25074 25076 21149 0 -1 4194304 1323 207078 0 1 6 2 1907 148 15 0 1 0 24354023 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/25076/statm: 4217 1112 409 3 0 796 0
[pid=25089] ppid=25076 vsize=0 CPUtime=0
/proc/25089/stat : 25089 (sh) Z 25076 25076 21149 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 24356120 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/25089/statm: 0 0 0 0 0 0 0
[pid=25090] ppid=1 vsize=907276 CPUtime=5.19
/proc/25090/stat : 25090 (java) S 1 25076 21149 0 -1 0 60690 0 1 0 482 37 0 0 16 0 9 0 24356120 929050624 46797 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25090/statm: 226819 46797 2159 9 0 221732 0
[pid=25090/tid=25091] ppid=1 vsize=907276 CPUtime=2.35
/proc/25090/task/25091/stat : 25091 (java) S 1 25076 21149 0 -1 64 3208 0 1 0 232 3 0 0 25 0 9 0 24356121 929050624 46797 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25090/tid=25092] ppid=1 vsize=907276 CPUtime=2.77
/proc/25090/task/25092/stat : 25092 (java) R 1 25076 21149 0 -1 64 56469 0 0 0 244 33 0 0 21 0 9 0 24356122 929050624 46797 996147200 134512640 134550932 4294955936 18446744073709551615 104189893 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25090/tid=25093] ppid=1 vsize=907276 CPUtime=0
/proc/25090/task/25093/stat : 25093 (java) S 1 25076 21149 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24356123 929050624 46797 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25090/tid=25094] ppid=1 vsize=907276 CPUtime=0
/proc/25090/task/25094/stat : 25094 (java) S 1 25076 21149 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24356123 929050624 46797 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25090/tid=25095] ppid=1 vsize=907276 CPUtime=0
/proc/25090/task/25095/stat : 25095 (java) S 1 25076 21149 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 24356125 929050624 46797 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25090/tid=25096] ppid=1 vsize=907276 CPUtime=0.05
/proc/25090/task/25096/stat : 25096 (java) S 1 25076 21149 0 -1 64 309 0 0 0 5 0 0 0 16 0 9 0 24356125 929050624 46797 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25090/tid=25097] ppid=1 vsize=907276 CPUtime=0
/proc/25090/task/25097/stat : 25097 (java) S 1 25076 21149 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24356125 929050624 46797 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25090/tid=25098] ppid=1 vsize=907276 CPUtime=0
/proc/25090/task/25098/stat : 25098 (java) S 1 25076 21149 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24356125 929050624 46797 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.82
Current children cumulated vsize (KiB) 924144

[startup+26.3025 s]
/proc/loadavg: 2.54 2.40 2.16 3/93 25099
/proc/meminfo: memFree=1353416/2055920 swapFree=4192812/4192956
[pid=25076] ppid=25074 vsize=16868 CPUtime=20.63
/proc/25076/stat : 25076 (sugar) S 25074 25076 21149 0 -1 4194304 1323 207078 0 1 6 2 1907 148 15 0 1 0 24354023 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/25076/statm: 4217 1112 409 3 0 796 0
[pid=25089] ppid=25076 vsize=0 CPUtime=0
/proc/25089/stat : 25089 (sh) Z 25076 25076 21149 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 24356120 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/25089/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 20.63
Current children cumulated vsize (KiB) 16868
#
############


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

[startup+26.2265 s]
/proc/loadavg: 2.54 2.40 2.16 3/92 25098
/proc/meminfo: memFree=1359632/2055920 swapFree=4192812/4192956
[pid=25076] ppid=25074 vsize=16868 CPUtime=20.63
/proc/25076/stat : 25076 (sugar) S 25074 25076 21149 0 -1 4194304 1323 207078 0 1 6 2 1907 148 15 0 1 0 24354023 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/25076/statm: 4217 1112 409 3 0 796 0
[pid=25089] ppid=25076 vsize=0 CPUtime=0
/proc/25089/stat : 25089 (sh) Z 25076 25076 21149 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 24356120 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/25089/statm: 0 0 0 0 0 0 0
[pid=25090] ppid=1 vsize=907276 CPUtime=5.19
/proc/25090/stat : 25090 (java) S 1 25076 21149 0 -1 0 60690 0 1 0 482 37 0 0 16 0 9 0 24356120 929050624 46797 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25090/statm: 226819 46797 2159 9 0 221732 0
[pid=25090/tid=25091] ppid=1 vsize=907276 CPUtime=2.35
/proc/25090/task/25091/stat : 25091 (java) S 1 25076 21149 0 -1 64 3208 0 1 0 232 3 0 0 25 0 9 0 24356121 929050624 46797 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25090/tid=25092] ppid=1 vsize=907276 CPUtime=2.77
/proc/25090/task/25092/stat : 25092 (java) R 1 25076 21149 0 -1 64 56469 0 0 0 244 33 0 0 21 0 9 0 24356122 929050624 46797 996147200 134512640 134550932 4294955936 18446744073709551615 104189893 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25090/tid=25093] ppid=1 vsize=907276 CPUtime=0
/proc/25090/task/25093/stat : 25093 (java) S 1 25076 21149 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24356123 929050624 46797 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25090/tid=25094] ppid=1 vsize=907276 CPUtime=0
/proc/25090/task/25094/stat : 25094 (java) S 1 25076 21149 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24356123 929050624 46797 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25090/tid=25095] ppid=1 vsize=907276 CPUtime=0
/proc/25090/task/25095/stat : 25095 (java) S 1 25076 21149 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 24356125 929050624 46797 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25090/tid=25096] ppid=1 vsize=907276 CPUtime=0.05
/proc/25090/task/25096/stat : 25096 (java) S 1 25076 21149 0 -1 64 309 0 0 0 5 0 0 0 16 0 9 0 24356125 929050624 46797 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25090/tid=25097] ppid=1 vsize=907276 CPUtime=0
/proc/25090/task/25097/stat : 25097 (java) S 1 25076 21149 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24356125 929050624 46797 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25090/tid=25098] ppid=1 vsize=907276 CPUtime=0
/proc/25090/task/25098/stat : 25098 (java) S 1 25076 21149 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24356125 929050624 46797 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.82
Current children cumulated vsize (KiB) 924144

[startup+26.6015 s]
/proc/loadavg: 2.54 2.40 2.16 3/93 25099
/proc/meminfo: memFree=1353416/2055920 swapFree=4192812/4192956
[pid=25076] ppid=25074 vsize=16868 CPUtime=20.63
/proc/25076/stat : 25076 (sugar) S 25074 25076 21149 0 -1 4194304 1323 207078 0 1 6 2 1907 148 15 0 1 0 24354023 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/25076/statm: 4217 1112 409 3 0 796 0
[pid=25089] ppid=25076 vsize=0 CPUtime=0
/proc/25089/stat : 25089 (sh) Z 25076 25076 21149 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 24356120 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/25089/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 20.63
Current children cumulated vsize (KiB) 16868

[startup+26.8015 s]
/proc/loadavg: 2.54 2.40 2.16 3/93 25099
/proc/meminfo: memFree=1353416/2055920 swapFree=4192812/4192956
[pid=25076] ppid=25074 vsize=16868 CPUtime=20.63
/proc/25076/stat : 25076 (sugar) S 25074 25076 21149 0 -1 4194304 1323 207078 0 1 6 2 1907 148 16 0 1 0 24354023 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/25076/statm: 4217 1112 409 3 0 796 0
[pid=25089] ppid=25076 vsize=0 CPUtime=0
/proc/25089/stat : 25089 (sh) Z 25076 25076 21149 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 24356120 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/25089/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 20.63
Current children cumulated vsize (KiB) 16868

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 5.19
#  lost CPU user time (s): 4.82
#  lost CPU system time (s): 0.37

Real time (s): 26.8361
CPU time (s): 25.8459
CPU user time (s): 23.9621
CPU system time (s): 1.88377
CPU usage (%): 96.31
Max. virtual memory (cumulated for all children) (KiB): 939744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.1421
system time used= 1.51377
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 208754
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1602
involuntary context switches= 1681

runsolver used 0.051992 second user time and 0.116982 second system time

The end

Launcher Data

Begin job on node73 at 2009-07-12 06:28:07
IDJOB=2081466
IDBENCH=57400
IDSOLVER=739
FILE ID=node73/2081466-1247372883
PBS_JOBID= 9507061
Free space on /tmp= 66416 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/largeQueens/normalized-queens-1000.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-2081466-1247372883/watcher-2081466-1247372883 -o /tmp/evaluation-result-2081466-1247372883/solver-2081466-1247372883 -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-2081466-1247372883.xml

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

MD5SUM BENCH= 78313dcdeb39aaad2168896beb466d7e
RANDOM SEED=147938355

node73.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.213
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.213
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:       1555016 kB
Buffers:         14688 kB
Cached:         201280 kB
SwapCached:          0 kB
Active:         411388 kB
Inactive:        30384 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1555016 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           68180 kB
Writeback:           0 kB
Mapped:         243736 kB
Slab:            43892 kB
Committed_AS:   921640 kB
PageTables:       2200 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= 66416 MiB
End job on node73 at 2009-07-12 06:28:35