Trace number 1039803

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
choco2_dwdeg 2008-06-26SAT 14.2518 14.2215

DiagnosticValue
ASSIGNMENTS188

General information on the benchmark

Namecsp/QG7/
normalized-quasigroup7-9.xml
MD5SUMfaddf2cf53c4ca4326325c7475421126
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.76573
Satisfiable
(Un)Satisfiability was proved
Number of variables403
Number of constraints323
Maximum constraint arity83
Maximum domain size73
Number of constraints which are defined in extension0
Number of constraints which are defined in intension144
Global constraints used (with number of constraints)alldifferent(18),element(161)

Solver Data (download as text)

14.13/14.19	s SATISFIABLE
14.13/14.20	v 1 7 4 2 9 8 5 3 6 9 2 1 3 4 5 6 7 8 7 8 3 5 2 1 9 6 4 5 9 8 4 6 2 3 1 7 8 1 6 9 5 7 2 4 3 4 3 9 7 1 6 8 2 5 6 4 5 1 8 3 7 9 2 2 5 7 6 3 9 4 8 1 3 6 2 8 7 4 1 5 9 1 1 74 1 6 57 1 5 40 1 9 68 1 3 33 1 2 52 1 8 17 1 7 27 1 4 55 1 16 6 1 11 1 11 2 66 1 17 7 76 1 18 8 5 1 10 9 24 1 12 1 34 1 13 3 44 1 14 4 54 1 15 5 28 1 22 5 2 1 19 7 1 21 1 21 3 67 1 26 6 50 1 24 1 78 1 27 4 43 1 23 2 62 1 25 9 18 1 20 8 10 1 29 9 20 1 30 8 39 1 32 6 1 31 1 31 4 77 1 36 7 60 1 34 3 7 1 28 5 53 1 33 2 72 1 35 1 73 1 45 3 29 1 40 9 12 1 38 1 49 1 42 7 1 41 1 41 5 6 1 37 8 70 1 44 4 26 1 39 6 63 1 43 2 64 1 53 2 38 1 50 1 3 1 46 4 13 1 47 3 59 1 52 8 1 51 1 51 6 25 1 48 9 80 1 54 5 36 1 49 7 37 1 59 8 47 1 60 3 75 1 63 2 22 1 57 5 14 1 56 4 69 1 62 9 1 61 1 61 7 35 1 58 1 9 1 55 6 19 1 66 7 56 1 70 4 48 1 69 9 4 1 64 2 32 1 67 6 15 1 65 5 79 1 72 1 1 71 1 71 8 45 1 68 3 46 1 78 4 65 1 80 5 30 1 76 8 58 1 79 1 23 1 75 2 42 1 77 7 16 1 74 6 8 1 73 3 1 81 1 81 9 
14.13/14.20	d ASSIGNMENTS 188
14.13/14.20	c SAT 14120 TIME      188 NDS    345 PARSTIME      536 BUILDPB       13239 RES       true RESTART       1 HEURISTIC      

Verifier Data (download as text)

OK

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-1039803-1214997130/watcher-1039803-1214997130 -o /tmp/evaluation-result-1039803-1214997130/solver-1039803-1214997130 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar choco2dwdeg.jar HOME/instance-1039803-1214997130.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): 2200 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.00 0.00 0.00 3/67 24290
/proc/meminfo: memFree=1473168/2055920 swapFree=4114600/4192956
[pid=24290] ppid=24288 vsize=152 CPUtime=0
/proc/24290/stat : 24290 (java) R 24288 24290 24190 0 -1 0 223 0 0 0 0 0 0 0 18 0 1 0 1529380708 155648 26 996147200 134512640 134550740 4294956032 18446744073709551615 6910251 0 0 4096 0 0 0 0 17 0 0 0
/proc/24290/statm: 38 26 19 9 0 4 0

[startup+0.089112 s]
/proc/loadavg: 0.00 0.00 0.00 3/67 24290
/proc/meminfo: memFree=1473168/2055920 swapFree=4114600/4192956
[pid=24290] ppid=24288 vsize=867440 CPUtime=0.09
/proc/24290/stat : 24290 (java) S 24288 24290 24190 0 -1 0 3864 0 1 0 8 1 0 0 18 0 9 0 1529380708 888258560 3325 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24290/statm: 216860 3325 1773 9 0 211332 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 867440

[startup+0.102114 s]
/proc/loadavg: 0.00 0.00 0.00 3/67 24290
/proc/meminfo: memFree=1473168/2055920 swapFree=4114600/4192956
[pid=24290] ppid=24288 vsize=867440 CPUtime=0.11
/proc/24290/stat : 24290 (java) S 24288 24290 24190 0 -1 0 4006 0 1 0 9 2 0 0 18 0 9 0 1529380708 888258560 3465 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24290/statm: 216860 3465 1823 9 0 211332 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 867440

[startup+0.30114 s]
/proc/loadavg: 0.00 0.00 0.00 3/67 24290
/proc/meminfo: memFree=1473168/2055920 swapFree=4114600/4192956
[pid=24290] ppid=24288 vsize=868184 CPUtime=0.39
/proc/24290/stat : 24290 (java) S 24288 24290 24190 0 -1 0 5081 0 1 0 36 3 0 0 18 0 9 0 1529380708 889020416 4522 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24290/statm: 217046 4522 1890 9 0 211518 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 868184

[startup+0.701192 s]
/proc/loadavg: 0.00 0.00 0.00 3/67 24290
/proc/meminfo: memFree=1473168/2055920 swapFree=4114600/4192956
[pid=24290] ppid=24288 vsize=868184 CPUtime=0.8
/proc/24290/stat : 24290 (java) S 24288 24290 24190 0 -1 0 8693 0 1 0 74 6 0 0 18 0 9 0 1529380708 889020416 8095 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24290/statm: 217046 8095 1968 9 0 211518 0
Current children cumulated CPU time (s) 0.8
Current children cumulated vsize (KiB) 868184

[startup+1.50229 s]
/proc/loadavg: 0.00 0.00 0.00 3/81 24309
/proc/meminfo: memFree=1430872/2055920 swapFree=4114600/4192956
[pid=24290] ppid=24288 vsize=868316 CPUtime=1.59
/proc/24290/stat : 24290 (java) S 24288 24290 24190 0 -1 0 13263 0 2 0 151 8 0 0 18 0 9 0 1529380708 889155584 12657 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24290/statm: 217079 12657 1980 9 0 211551 0
[pid=24290/tid=24292] ppid=24288 vsize=868316 CPUtime=1.22
/proc/24290/task/24292/stat : 24292 (java) R 24288 24290 24190 0 -1 64 11840 0 1 0 116 6 0 0 20 0 9 0 1529380709 889155584 12657 996147200 134512640 134550740 4294956032 18446744073709551615 4127115898 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24290/tid=24293] ppid=24288 vsize=868316 CPUtime=0
/proc/24290/task/24293/stat : 24293 (java) S 24288 24290 24190 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1529380710 889155584 12657 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24290/tid=24294] ppid=24288 vsize=868316 CPUtime=0
/proc/24290/task/24294/stat : 24294 (java) S 24288 24290 24190 0 -1 64 10 0 0 0 0 0 0 0 21 0 9 0 1529380711 889155584 12657 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24290/tid=24295] ppid=24288 vsize=868316 CPUtime=0
/proc/24290/task/24295/stat : 24295 (java) S 24288 24290 24190 0 -1 64 3 0 0 0 0 0 0 0 22 0 9 0 1529380711 889155584 12657 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24290/tid=24296] ppid=24288 vsize=868316 CPUtime=0
/proc/24290/task/24296/stat : 24296 (java) S 24288 24290 24190 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 1529380712 889155584 12657 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24290/tid=24297] ppid=24288 vsize=868316 CPUtime=0.35
/proc/24290/task/24297/stat : 24297 (java) S 24288 24290 24190 0 -1 64 692 0 1 0 34 1 0 0 15 0 9 0 1529380712 889155584 12657 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24290/tid=24298] ppid=24288 vsize=868316 CPUtime=0
/proc/24290/task/24298/stat : 24298 (java) S 24288 24290 24190 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 1529380712 889155584 12657 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24290/tid=24299] ppid=24288 vsize=868316 CPUtime=0
/proc/24290/task/24299/stat : 24299 (java) S 24288 24290 24190 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1529380713 889155584 12657 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.59
Current children cumulated vsize (KiB) 868316

[startup+3.1015 s]
/proc/loadavg: 0.00 0.00 0.00 3/81 24309
/proc/meminfo: memFree=1421336/2055920 swapFree=4114600/4192956
[pid=24290] ppid=24288 vsize=868316 CPUtime=3.19
/proc/24290/stat : 24290 (java) S 24288 24290 24190 0 -1 0 16771 0 2 0 309 10 0 0 18 0 9 0 1529380708 889155584 16163 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24290/statm: 217079 16163 1982 9 0 211551 0
[pid=24290/tid=24292] ppid=24288 vsize=868316 CPUtime=2.79
/proc/24290/task/24292/stat : 24292 (java) R 24288 24290 24190 0 -1 64 15330 0 1 0 271 8 0 0 17 0 9 0 1529380709 889155584 16163 996147200 134512640 134550740 4294956032 18446744073709551615 4127165956 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24290/tid=24293] ppid=24288 vsize=868316 CPUtime=0
/proc/24290/task/24293/stat : 24293 (java) S 24288 24290 24190 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1529380710 889155584 16163 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24290/tid=24294] ppid=24288 vsize=868316 CPUtime=0
/proc/24290/task/24294/stat : 24294 (java) S 24288 24290 24190 0 -1 64 10 0 0 0 0 0 0 0 21 0 9 0 1529380711 889155584 16163 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24290/tid=24295] ppid=24288 vsize=868316 CPUtime=0
/proc/24290/task/24295/stat : 24295 (java) S 24288 24290 24190 0 -1 64 3 0 0 0 0 0 0 0 22 0 9 0 1529380711 889155584 16163 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24290/tid=24296] ppid=24288 vsize=868316 CPUtime=0
/proc/24290/task/24296/stat : 24296 (java) S 24288 24290 24190 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 1529380712 889155584 16163 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24290/tid=24297] ppid=24288 vsize=868316 CPUtime=0.38
/proc/24290/task/24297/stat : 24297 (java) S 24288 24290 24190 0 -1 64 710 0 1 0 37 1 0 0 15 0 9 0 1529380712 889155584 16163 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24290/tid=24298] ppid=24288 vsize=868316 CPUtime=0
/proc/24290/task/24298/stat : 24298 (java) S 24288 24290 24190 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 1529380712 889155584 16163 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24290/tid=24299] ppid=24288 vsize=868316 CPUtime=0
/proc/24290/task/24299/stat : 24299 (java) S 24288 24290 24190 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1529380713 889155584 16163 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.19
Current children cumulated vsize (KiB) 868316

[startup+6.30191 s]
/proc/loadavg: 0.16 0.03 0.01 3/81 24309
/proc/meminfo: memFree=1408096/2055920 swapFree=4114600/4192956
[pid=24290] ppid=24288 vsize=868316 CPUtime=6.37
/proc/24290/stat : 24290 (java) S 24288 24290 24190 0 -1 0 17801 0 2 0 626 11 0 0 18 0 9 0 1529380708 889155584 17189 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24290/statm: 217079 17189 1996 9 0 211551 0
[pid=24290/tid=24292] ppid=24288 vsize=868316 CPUtime=5.92
/proc/24290/task/24292/stat : 24292 (java) R 24288 24290 24190 0 -1 64 15586 0 1 0 583 9 0 0 25 0 9 0 1529380709 889155584 17189 996147200 134512640 134550740 4294956032 18446744073709551615 4127129314 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24290/tid=24293] ppid=24288 vsize=868316 CPUtime=0.02
/proc/24290/task/24293/stat : 24293 (java) S 24288 24290 24190 0 -1 64 752 0 0 0 2 0 0 0 17 0 9 0 1529380710 889155584 17189 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24290/tid=24294] ppid=24288 vsize=868316 CPUtime=0
/proc/24290/task/24294/stat : 24294 (java) S 24288 24290 24190 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1529380711 889155584 17189 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24290/tid=24295] ppid=24288 vsize=868316 CPUtime=0
/proc/24290/task/24295/stat : 24295 (java) S 24288 24290 24190 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1529380711 889155584 17189 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24290/tid=24296] ppid=24288 vsize=868316 CPUtime=0
/proc/24290/task/24296/stat : 24296 (java) S 24288 24290 24190 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 1529380712 889155584 17189 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24290/tid=24297] ppid=24288 vsize=868316 CPUtime=0.41
/proc/24290/task/24297/stat : 24297 (java) S 24288 24290 24190 0 -1 64 735 0 1 0 40 1 0 0 15 0 9 0 1529380712 889155584 17189 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24290/tid=24298] ppid=24288 vsize=868316 CPUtime=0
/proc/24290/task/24298/stat : 24298 (java) S 24288 24290 24190 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 1529380712 889155584 17189 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24290/tid=24299] ppid=24288 vsize=868316 CPUtime=0
/proc/24290/task/24299/stat : 24299 (java) S 24288 24290 24190 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1529380713 889155584 17189 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.37
Current children cumulated vsize (KiB) 868316

[startup+12.7017 s]
/proc/loadavg: 0.31 0.07 0.02 3/81 24309
/proc/meminfo: memFree=1405088/2055920 swapFree=4114600/4192956
[pid=24290] ppid=24288 vsize=868316 CPUtime=12.74
/proc/24290/stat : 24290 (java) S 24288 24290 24190 0 -1 0 18560 0 2 0 1261 13 0 0 18 0 9 0 1529380708 889155584 17944 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24290/statm: 217079 17944 1996 9 0 211551 0
[pid=24290/tid=24292] ppid=24288 vsize=868316 CPUtime=12.22
/proc/24290/task/24292/stat : 24292 (java) R 24288 24290 24190 0 -1 64 15590 0 1 0 1212 10 0 0 25 0 9 0 1529380709 889155584 17944 996147200 134512640 134550740 4294956032 18446744073709551615 4126594551 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24290/tid=24293] ppid=24288 vsize=868316 CPUtime=0.04
/proc/24290/task/24293/stat : 24293 (java) S 24288 24290 24190 0 -1 64 1492 0 0 0 4 0 0 0 16 0 9 0 1529380710 889155584 17944 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24290/tid=24294] ppid=24288 vsize=868316 CPUtime=0
/proc/24290/task/24294/stat : 24294 (java) S 24288 24290 24190 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1529380711 889155584 17944 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24290/tid=24295] ppid=24288 vsize=868316 CPUtime=0
/proc/24290/task/24295/stat : 24295 (java) S 24288 24290 24190 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1529380711 889155584 17944 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24290/tid=24296] ppid=24288 vsize=868316 CPUtime=0
/proc/24290/task/24296/stat : 24296 (java) S 24288 24290 24190 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 1529380712 889155584 17944 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24290/tid=24297] ppid=24288 vsize=868316 CPUtime=0.44
/proc/24290/task/24297/stat : 24297 (java) S 24288 24290 24190 0 -1 64 750 0 1 0 43 1 0 0 15 0 9 0 1529380712 889155584 17944 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24290/tid=24298] ppid=24288 vsize=868316 CPUtime=0
/proc/24290/task/24298/stat : 24298 (java) S 24288 24290 24190 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 1529380712 889155584 17944 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24290/tid=24299] ppid=24288 vsize=868316 CPUtime=0
/proc/24290/task/24299/stat : 24299 (java) S 24288 24290 24190 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1529380713 889155584 17944 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.74
Current children cumulated vsize (KiB) 868316

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

[startup+13.5018 s]
/proc/loadavg: 0.31 0.07 0.02 3/81 24309
/proc/meminfo: memFree=1405088/2055920 swapFree=4114600/4192956
[pid=24290] ppid=24288 vsize=868316 CPUtime=13.52
/proc/24290/stat : 24290 (java) S 24288 24290 24190 0 -1 0 18566 0 2 0 1339 13 0 0 18 0 9 0 1529380708 889155584 17948 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24290/statm: 217079 17948 1996 9 0 211551 0
[pid=24290/tid=24292] ppid=24288 vsize=868316 CPUtime=13.01
/proc/24290/task/24292/stat : 24292 (java) R 24288 24290 24190 0 -1 64 15592 0 1 0 1290 11 0 0 25 0 9 0 1529380709 889155584 17948 996147200 134512640 134550740 4294956032 18446744073709551615 4127107610 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24290/tid=24293] ppid=24288 vsize=868316 CPUtime=0.06
/proc/24290/task/24293/stat : 24293 (java) S 24288 24290 24190 0 -1 64 1495 0 0 0 6 0 0 0 16 0 9 0 1529380710 889155584 17948 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24290/tid=24294] ppid=24288 vsize=868316 CPUtime=0
/proc/24290/task/24294/stat : 24294 (java) S 24288 24290 24190 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1529380711 889155584 17948 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24290/tid=24295] ppid=24288 vsize=868316 CPUtime=0
/proc/24290/task/24295/stat : 24295 (java) S 24288 24290 24190 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1529380711 889155584 17948 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24290/tid=24296] ppid=24288 vsize=868316 CPUtime=0
/proc/24290/task/24296/stat : 24296 (java) S 24288 24290 24190 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 1529380712 889155584 17948 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24290/tid=24297] ppid=24288 vsize=868316 CPUtime=0.44
/proc/24290/task/24297/stat : 24297 (java) S 24288 24290 24190 0 -1 64 751 0 1 0 43 1 0 0 15 0 9 0 1529380712 889155584 17948 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24290/tid=24298] ppid=24288 vsize=868316 CPUtime=0
/proc/24290/task/24298/stat : 24298 (java) S 24288 24290 24190 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 1529380712 889155584 17948 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24290/tid=24299] ppid=24288 vsize=868316 CPUtime=0
/proc/24290/task/24299/stat : 24299 (java) S 24288 24290 24190 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1529380713 889155584 17948 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.52
Current children cumulated vsize (KiB) 868316

[startup+13.9019 s]
/proc/loadavg: 0.31 0.07 0.02 3/81 24309
/proc/meminfo: memFree=1405088/2055920 swapFree=4114600/4192956
[pid=24290] ppid=24288 vsize=868316 CPUtime=13.93
/proc/24290/stat : 24290 (java) S 24288 24290 24190 0 -1 0 18575 0 2 0 1379 14 0 0 18 0 9 0 1529380708 889155584 17957 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24290/statm: 217079 17957 1997 9 0 211551 0
[pid=24290/tid=24292] ppid=24288 vsize=868316 CPUtime=13.39
/proc/24290/task/24292/stat : 24292 (java) R 24288 24290 24190 0 -1 64 15593 0 1 0 1328 11 0 0 25 0 9 0 1529380709 889155584 17957 996147200 134512640 134550740 4294956032 18446744073709551615 4127110168 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24290/tid=24293] ppid=24288 vsize=868316 CPUtime=0.06
/proc/24290/task/24293/stat : 24293 (java) S 24288 24290 24190 0 -1 64 1495 0 0 0 6 0 0 0 16 0 9 0 1529380710 889155584 17957 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24290/tid=24294] ppid=24288 vsize=868316 CPUtime=0
/proc/24290/task/24294/stat : 24294 (java) S 24288 24290 24190 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1529380711 889155584 17957 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24290/tid=24295] ppid=24288 vsize=868316 CPUtime=0
/proc/24290/task/24295/stat : 24295 (java) S 24288 24290 24190 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1529380711 889155584 17957 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24290/tid=24296] ppid=24288 vsize=868316 CPUtime=0
/proc/24290/task/24296/stat : 24296 (java) S 24288 24290 24190 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 1529380712 889155584 17957 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24290/tid=24297] ppid=24288 vsize=868316 CPUtime=0.45
/proc/24290/task/24297/stat : 24297 (java) S 24288 24290 24190 0 -1 64 759 0 1 0 44 1 0 0 15 0 9 0 1529380712 889155584 17957 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24290/tid=24298] ppid=24288 vsize=868316 CPUtime=0
/proc/24290/task/24298/stat : 24298 (java) S 24288 24290 24190 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 1529380712 889155584 17957 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24290/tid=24299] ppid=24288 vsize=868316 CPUtime=0
/proc/24290/task/24299/stat : 24299 (java) S 24288 24290 24190 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1529380713 889155584 17957 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.93
Current children cumulated vsize (KiB) 868316

[startup+14.1019 s]
/proc/loadavg: 0.31 0.07 0.02 3/81 24309
/proc/meminfo: memFree=1405088/2055920 swapFree=4114600/4192956
[pid=24290] ppid=24288 vsize=868316 CPUtime=14.13
/proc/24290/stat : 24290 (java) S 24288 24290 24190 0 -1 0 18575 0 2 0 1399 14 0 0 18 0 9 0 1529380708 889155584 17957 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24290/statm: 217079 17957 1997 9 0 211551 0
[pid=24290/tid=24292] ppid=24288 vsize=868316 CPUtime=13.59
/proc/24290/task/24292/stat : 24292 (java) R 24288 24290 24190 0 -1 64 15593 0 1 0 1348 11 0 0 25 0 9 0 1529380709 889155584 17957 996147200 134512640 134550740 4294956032 18446744073709551615 4126595163 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24290/tid=24293] ppid=24288 vsize=868316 CPUtime=0.06
/proc/24290/task/24293/stat : 24293 (java) S 24288 24290 24190 0 -1 64 1495 0 0 0 6 0 0 0 16 0 9 0 1529380710 889155584 17957 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24290/tid=24294] ppid=24288 vsize=868316 CPUtime=0
/proc/24290/task/24294/stat : 24294 (java) S 24288 24290 24190 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1529380711 889155584 17957 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24290/tid=24295] ppid=24288 vsize=868316 CPUtime=0
/proc/24290/task/24295/stat : 24295 (java) S 24288 24290 24190 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1529380711 889155584 17957 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24290/tid=24296] ppid=24288 vsize=868316 CPUtime=0
/proc/24290/task/24296/stat : 24296 (java) S 24288 24290 24190 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 1529380712 889155584 17957 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24290/tid=24297] ppid=24288 vsize=868316 CPUtime=0.45
/proc/24290/task/24297/stat : 24297 (java) S 24288 24290 24190 0 -1 64 759 0 1 0 44 1 0 0 15 0 9 0 1529380712 889155584 17957 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24290/tid=24298] ppid=24288 vsize=868316 CPUtime=0
/proc/24290/task/24298/stat : 24298 (java) S 24288 24290 24190 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 1529380712 889155584 17957 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24290/tid=24299] ppid=24288 vsize=868316 CPUtime=0
/proc/24290/task/24299/stat : 24299 (java) S 24288 24290 24190 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1529380713 889155584 17957 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.13
Current children cumulated vsize (KiB) 868316

[startup+14.2029 s]
/proc/loadavg: 0.44 0.10 0.03 2/81 24310
/proc/meminfo: memFree=1405024/2055920 swapFree=4114600/4192956
[pid=24290] ppid=24288 vsize=868640 CPUtime=14.23
/proc/24290/stat : 24290 (java) S 24288 24290 24190 0 -1 0 18586 0 2 0 1409 14 0 0 18 0 9 0 1529380708 889487360 17967 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24290/statm: 217160 17967 1998 9 0 211632 0
[pid=24290/tid=24292] ppid=24288 vsize=868640 CPUtime=13.69
/proc/24290/task/24292/stat : 24292 (java) S 24288 24290 24190 0 -1 64 15598 0 1 0 1358 11 0 0 25 0 9 0 1529380709 889487360 17967 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24290/tid=24293] ppid=24288 vsize=868640 CPUtime=0.06
/proc/24290/task/24293/stat : 24293 (java) S 24288 24290 24190 0 -1 64 1495 0 0 0 6 0 0 0 16 0 9 0 1529380710 889487360 17967 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24290/tid=24294] ppid=24288 vsize=868640 CPUtime=0
/proc/24290/task/24294/stat : 24294 (java) S 24288 24290 24190 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1529380711 889487360 17967 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24290/tid=24295] ppid=24288 vsize=868640 CPUtime=0
/proc/24290/task/24295/stat : 24295 (java) S 24288 24290 24190 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1529380711 889487360 17967 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24290/tid=24296] ppid=24288 vsize=868640 CPUtime=0
/proc/24290/task/24296/stat : 24296 (java) S 24288 24290 24190 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 1529380712 889487360 17967 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24290/tid=24297] ppid=24288 vsize=868640 CPUtime=0.45
/proc/24290/task/24297/stat : 24297 (java) S 24288 24290 24190 0 -1 64 759 0 1 0 44 1 0 0 16 0 9 0 1529380712 889487360 17967 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24290/tid=24298] ppid=24288 vsize=868640 CPUtime=0
/proc/24290/task/24298/stat : 24298 (java) S 24288 24290 24190 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 1529380712 889487360 17967 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24290/tid=24299] ppid=24288 vsize=868640 CPUtime=0
/proc/24290/task/24299/stat : 24299 (java) S 24288 24290 24190 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1529380713 889487360 17967 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.23
Current children cumulated vsize (KiB) 868640

Child status: 0
Real time (s): 14.2215
CPU time (s): 14.2518
CPU user time (s): 14.0989
CPU system time (s): 0.152976
CPU usage (%): 100.214
Max. virtual memory (cumulated for all children) (KiB): 868640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.0989
system time used= 0.152976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18590
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= 1973
involuntary context switches= 2082

runsolver used 0.016997 second user time and 0.05999 second system time

The end

Launcher Data (download as text)

Begin job on node40 at 2008-07-02 13:12:10
IDJOB=1039803
IDBENCH=53642
IDSOLVER=349
FILE ID=node40/1039803-1214997130
PBS_JOBID= 7870843
Free space on /tmp= 66544 MiB

SOLVER NAME= choco2_dwdeg 2008-06-26
BENCH NAME= CPAI08/csp/QG7/normalized-quasigroup7-9.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar choco2dwdeg.jar BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1039803-1214997130/watcher-1039803-1214997130 -o /tmp/evaluation-result-1039803-1214997130/solver-1039803-1214997130 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar choco2dwdeg.jar HOME/instance-1039803-1214997130.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= faddf2cf53c4ca4326325c7475421126
RANDOM SEED=1216979788

node40.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.209
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.209
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:       1473520 kB
Buffers:         59716 kB
Cached:         354120 kB
SwapCached:      72228 kB
Active:         159884 kB
Inactive:       348152 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1473520 kB
SwapTotal:     4192956 kB
SwapFree:      4114600 kB
Dirty:            6308 kB
Writeback:           0 kB
Mapped:          99816 kB
Slab:            59748 kB
Committed_AS:  2928312 kB
PageTables:       1824 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= 66544 MiB
End job on node40 at 2008-07-02 13:12:25