Trace number 1094174

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
casper zao? (TO) 1800.08 1800.91

General information on the benchmark

Namecsp/os-taillard-10/
normalized-os-taillard-10-100-4.xml
MD5SUM318fe5d850c7f4d54d9dc9c2fe16babb
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.52661
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints900
Maximum constraint arity2
Maximum domain size640
Number of constraints which are defined in extension0
Number of constraints which are defined in intension900
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.00	c [ This is CaSPERzao (C) mvc@di.fct.unl.pt ]
0.00/0.00	c Parsing = 1
0.00/0.03	c Building = 1
1.69/1.79	c [ NumberOfVariables = 100 ]
1.69/1.79	c [ NumberOfConstraints = 900 ]
1.69/1.79	c [ SizeOfSearchSpace(log2) = 919.694 ]
1.69/1.79	c SymmetrySearch = 1
1.78/1.80	c InitialPropagation = 1
1.78/1.80	c [ SizeOfSearchSpace(log2) = 919.694 ]
1.78/1.80	c InitialSAC = 1
1.78/1.81	c [ SizeOfSearchSpace(log2) = 919.694 ]
1.78/1.81	c Search(SampleFF) : 
76.33/76.41	c [ Sampling domwdeg ]
76.33/76.41	c [ Sampling impacts ]
76.33/76.41	c [ Sampling la ]
76.33/76.41	c [ SamplingScores: ]
76.33/76.41	c [ domwdeg+min = 2.06832e-110 | domwdeg+rnd = 1.30426e-14 ]
76.33/76.41	c [ impacts+min = 5.16637e-54 | impacts+rnd = 3.69128e-10 ]
76.33/76.41	c [ la+min = 3.80501e-52 | la+rnd = 1.38468e-09 ]
76.33/76.41	c [ domwdeg = 6.52132e-15 | impacts = 1.84564e-10 | la = 6.92339e-10 ]
76.33/76.41	c [ min = 1.28556e-52 | rand = 1.84564e-10 ]
76.33/76.41	c [ restarting at (4.52802,8.43172e-12) ]
87.49/87.74	c [ restarting at (11.3201,5.79258e-06) ]
115.74/116.05	c [ restarting at (28.3001,2.73349e-13) ]
186.53/186.83	c [ restarting at (70.7504,8.68862e-06) ]
363.36/363.76	c [ restarting at (176.876,9.23504e-11) ]
805.51/806.07	c [ restarting at (442.19,7.16695e-11) ]

Verifier Data (download as text)

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

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-1094174-1215279110/watcher-1094174-1215279110 -o /tmp/evaluation-result-1094174-1215279110/solver-1094174-1215279110 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/casperzao HOME/instance-1094174-1215279110.xml 1084585939 

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: 2.49 2.15 2.04 4/74 14949
/proc/meminfo: memFree=1734768/2055920 swapFree=4191676/4192956
[pid=14949] ppid=14947 vsize=5352 CPUtime=0
/proc/14949/stat : 14949 (casperzao) R 14947 14949 14390 0 -1 4194304 215 0 0 0 0 0 0 0 18 0 1 0 139906380 5480448 190 996147200 134512640 135477443 4294956224 18446744073709551615 12471160 0 0 4096 0 0 0 0 17 1 0 0
/proc/14949/statm: 1338 190 156 235 0 27 0

[startup+0.067736 s]
/proc/loadavg: 2.49 2.15 2.04 4/74 14949
/proc/meminfo: memFree=1734768/2055920 swapFree=4191676/4192956
[pid=14949] ppid=14947 vsize=287108 CPUtime=0.05
/proc/14949/stat : 14949 (casperzao) R 14947 14949 14390 0 -1 4194304 1184 0 0 0 5 0 0 0 18 0 1 0 139906380 293998592 656 996147200 134512640 135477443 4294956224 18446744073709551615 135221409 0 0 4096 0 0 0 0 17 1 0 0
/proc/14949/statm: 71777 657 453 235 0 70478 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 287108

[startup+0.101744 s]
/proc/loadavg: 2.49 2.15 2.04 4/74 14949
/proc/meminfo: memFree=1734768/2055920 swapFree=4191676/4192956
[pid=14949] ppid=14947 vsize=287240 CPUtime=0.09
/proc/14949/stat : 14949 (casperzao) R 14947 14949 14390 0 -1 4194304 1771 0 0 0 9 0 0 0 18 0 1 0 139906380 294133760 667 996147200 134512640 135477443 4294956224 18446744073709551615 135215545 0 0 4096 0 0 0 0 17 1 0 0
/proc/14949/statm: 71810 668 453 235 0 70511 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 287240

[startup+0.301781 s]
/proc/loadavg: 2.49 2.15 2.04 4/74 14949
/proc/meminfo: memFree=1734768/2055920 swapFree=4191676/4192956
[pid=14949] ppid=14947 vsize=287768 CPUtime=0.29
/proc/14949/stat : 14949 (casperzao) R 14947 14949 14390 0 -1 4194304 5083 0 0 0 28 1 0 0 19 0 1 0 139906380 294674432 841 996147200 134512640 135477443 4294956224 18446744073709551615 135271627 0 0 4096 0 0 0 0 17 1 0 0
/proc/14949/statm: 71942 842 453 235 0 70643 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 287768

[startup+0.70187 s]
/proc/loadavg: 2.49 2.15 2.04 4/74 14949
/proc/meminfo: memFree=1734768/2055920 swapFree=4191676/4192956
[pid=14949] ppid=14947 vsize=289088 CPUtime=0.69
/proc/14949/stat : 14949 (casperzao) R 14947 14949 14390 0 -1 4194304 11700 0 0 0 65 4 0 0 23 0 1 0 139906380 296026112 1191 996147200 134512640 135477443 4294956224 18446744073709551615 135268706 0 0 4096 0 0 0 0 17 1 0 0
/proc/14949/statm: 72272 1192 453 235 0 70973 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 289088

[startup+1.50201 s]
/proc/loadavg: 2.49 2.15 2.04 3/75 14950
/proc/meminfo: memFree=1730728/2055920 swapFree=4191676/4192956
[pid=14949] ppid=14947 vsize=291464 CPUtime=1.49
/proc/14949/stat : 14949 (casperzao) R 14947 14949 14390 0 -1 4194304 25184 0 0 0 139 10 0 0 25 0 1 0 139906380 298459136 1857 996147200 134512640 135477443 4294956224 18446744073709551615 135268132 0 0 4096 0 0 0 0 17 1 0 0
/proc/14949/statm: 72866 1857 453 235 0 71567 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 291464

[startup+3.10132 s]
/proc/loadavg: 2.45 2.15 2.04 3/75 14950
/proc/meminfo: memFree=1727784/2055920 swapFree=4191676/4192956
[pid=14949] ppid=14947 vsize=104880 CPUtime=3.08
/proc/14949/stat : 14949 (casperzao) R 14947 14949 14390 0 -1 4194304 30321 0 0 0 296 12 0 0 25 0 1 0 139906380 107397120 2201 996147200 134512640 135477443 4294956224 18446744073709551615 135208648 0 0 4096 0 0 0 0 17 1 0 0
/proc/14949/statm: 26220 2201 498 235 0 24921 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 104880

[startup+6.30193 s]
/proc/loadavg: 2.45 2.15 2.04 3/75 14950
/proc/meminfo: memFree=1727720/2055920 swapFree=4191676/4192956
[pid=14949] ppid=14947 vsize=104880 CPUtime=6.28
/proc/14949/stat : 14949 (casperzao) R 14947 14949 14390 0 -1 4194304 30322 0 0 0 616 12 0 0 25 0 1 0 139906380 107397120 2202 996147200 134512640 135477443 4294956224 18446744073709551615 134673664 0 0 4096 0 0 0 0 17 1 0 0
/proc/14949/statm: 26220 2202 498 235 0 24921 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 104880

[startup+12.7011 s]
/proc/loadavg: 2.38 2.14 2.04 3/75 14950
/proc/meminfo: memFree=1727656/2055920 swapFree=4191676/4192956
[pid=14949] ppid=14947 vsize=104880 CPUtime=12.68
/proc/14949/stat : 14949 (casperzao) R 14947 14949 14390 0 -1 4194304 30338 0 0 0 1256 12 0 0 25 0 1 0 139906380 107397120 2218 996147200 134512640 135477443 4294956224 18446744073709551615 135208666 0 0 4096 0 0 0 0 17 1 0 0
/proc/14949/statm: 26220 2218 498 235 0 24921 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 104880

[startup+25.5016 s]
/proc/loadavg: 2.32 2.14 2.04 3/75 14950
/proc/meminfo: memFree=1726184/2055920 swapFree=4191676/4192956
[pid=14949] ppid=14947 vsize=105544 CPUtime=25.48
/proc/14949/stat : 14949 (casperzao) R 14947 14949 14390 0 -1 4194304 30740 0 0 0 2535 13 0 0 25 0 1 0 139906380 108077056 2620 996147200 134512640 135477443 4294956224 18446744073709551615 134586178 0 0 4096 0 0 0 0 17 1 0 0
/proc/14949/statm: 26386 2620 499 235 0 25087 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 105544

[startup+51.1015 s]
/proc/loadavg: 2.21 2.13 2.04 3/75 14950
/proc/meminfo: memFree=1723432/2055920 swapFree=4191676/4192956
[pid=14949] ppid=14947 vsize=106344 CPUtime=51.07
/proc/14949/stat : 14949 (casperzao) R 14947 14949 14390 0 -1 4194304 31407 0 0 0 5093 14 0 0 25 0 1 0 139906380 108896256 3287 996147200 134512640 135477443 4294956224 18446744073709551615 135235260 0 0 4096 0 0 0 0 17 1 0 0
/proc/14949/statm: 26586 3287 499 235 0 25287 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 106344

[startup+102.305 s]
/proc/loadavg: 2.08 2.10 2.03 3/82 15125
/proc/meminfo: memFree=1723360/2055920 swapFree=4191676/4192956
[pid=14949] ppid=14947 vsize=106344 CPUtime=102.05
/proc/14949/stat : 14949 (casperzao) R 14947 14949 14390 0 -1 4194304 31693 0 0 0 10191 14 0 0 25 0 1 0 139906380 108896256 3573 996147200 134512640 135477443 4294956224 18446744073709551615 135235038 0 0 4096 0 0 0 0 17 1 0 0
/proc/14949/statm: 26586 3573 500 235 0 25287 0
Current children cumulated CPU time (s) 102.05
Current children cumulated vsize (KiB) 106344

[startup+162.302 s]
/proc/loadavg: 2.03 2.08 2.03 3/82 15125
/proc/meminfo: memFree=1723296/2055920 swapFree=4191676/4192956
[pid=14949] ppid=14947 vsize=106344 CPUtime=162.04
/proc/14949/stat : 14949 (casperzao) R 14947 14949 14390 0 -1 4194304 31807 0 0 0 16189 15 0 0 25 0 1 0 139906380 108896256 3687 996147200 134512640 135477443 4294956224 18446744073709551615 134679633 0 0 4096 0 0 0 0 17 1 0 0
/proc/14949/statm: 26586 3687 500 235 0 25287 0
Current children cumulated CPU time (s) 162.04
Current children cumulated vsize (KiB) 106344

[startup+222.302 s]
/proc/loadavg: 2.01 2.06 2.02 3/82 15125
/proc/meminfo: memFree=1722464/2055920 swapFree=4191676/4192956
[pid=14949] ppid=14947 vsize=106344 CPUtime=222.01
/proc/14949/stat : 14949 (casperzao) R 14947 14949 14390 0 -1 4194304 31964 0 0 0 22186 15 0 0 25 0 1 0 139906380 108896256 3844 996147200 134512640 135477443 4294956224 18446744073709551615 134583601 0 0 4096 0 0 0 0 17 1 0 0
/proc/14949/statm: 26586 3844 500 235 0 25287 0
Current children cumulated CPU time (s) 222.01
Current children cumulated vsize (KiB) 106344

[startup+282.301 s]
/proc/loadavg: 2.00 2.05 2.01 3/82 15125
/proc/meminfo: memFree=1722400/2055920 swapFree=4191676/4192956
[pid=14949] ppid=14947 vsize=106344 CPUtime=281.99
/proc/14949/stat : 14949 (casperzao) R 14947 14949 14390 0 -1 4194304 31964 0 0 0 28184 15 0 0 25 0 1 0 139906380 108896256 3844 996147200 134512640 135477443 4294956224 18446744073709551615 134586020 0 0 4096 0 0 0 0 17 1 0 0
/proc/14949/statm: 26586 3844 500 235 0 25287 0
Current children cumulated CPU time (s) 281.99
Current children cumulated vsize (KiB) 106344

[startup+342.302 s]
/proc/loadavg: 2.00 2.04 2.01 3/82 15125
/proc/meminfo: memFree=1722336/2055920 swapFree=4191676/4192956
[pid=14949] ppid=14947 vsize=106344 CPUtime=341.97
/proc/14949/stat : 14949 (casperzao) R 14947 14949 14390 0 -1 4194304 31964 0 0 0 34182 15 0 0 25 0 1 0 139906380 108896256 3844 996147200 134512640 135477443 4294956224 18446744073709551615 134923145 0 0 4096 0 0 0 0 17 1 0 0
/proc/14949/statm: 26586 3844 500 235 0 25287 0
Current children cumulated CPU time (s) 341.97
Current children cumulated vsize (KiB) 106344

[startup+402.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/82 15125
/proc/meminfo: memFree=1722336/2055920 swapFree=4191676/4192956
[pid=14949] ppid=14947 vsize=106344 CPUtime=401.95
/proc/14949/stat : 14949 (casperzao) R 14947 14949 14390 0 -1 4194304 31964 0 0 0 40180 15 0 0 25 0 1 0 139906380 108896256 3844 996147200 134512640 135477443 4294956224 18446744073709551615 135268929 0 0 4096 0 0 0 0 17 1 0 0
/proc/14949/statm: 26586 3844 500 235 0 25287 0
Current children cumulated CPU time (s) 401.95
Current children cumulated vsize (KiB) 106344

[startup+462.302 s]
/proc/loadavg: 2.00 2.02 2.00 3/82 15125
/proc/meminfo: memFree=1722400/2055920 swapFree=4191676/4192956
[pid=14949] ppid=14947 vsize=106344 CPUtime=461.93
/proc/14949/stat : 14949 (casperzao) R 14947 14949 14390 0 -1 4194304 31964 0 0 0 46178 15 0 0 25 0 1 0 139906380 108896256 3844 996147200 134512640 135477443 4294956224 18446744073709551615 134586160 0 0 4096 0 0 0 0 17 1 0 0
/proc/14949/statm: 26586 3844 500 235 0 25287 0
Current children cumulated CPU time (s) 461.93
Current children cumulated vsize (KiB) 106344

[startup+522.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/82 15125
/proc/meminfo: memFree=1722400/2055920 swapFree=4191676/4192956
[pid=14949] ppid=14947 vsize=106344 CPUtime=521.9
/proc/14949/stat : 14949 (casperzao) R 14947 14949 14390 0 -1 4194304 31964 0 0 0 52175 15 0 0 25 0 1 0 139906380 108896256 3844 996147200 134512640 135477443 4294956224 18446744073709551615 135235205 0 0 4096 0 0 0 0 17 1 0 0
/proc/14949/statm: 26586 3844 500 235 0 25287 0
Current children cumulated CPU time (s) 521.9
Current children cumulated vsize (KiB) 106344

[startup+582.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/82 15125
/proc/meminfo: memFree=1722400/2055920 swapFree=4191676/4192956
[pid=14949] ppid=14947 vsize=106344 CPUtime=581.88
/proc/14949/stat : 14949 (casperzao) R 14947 14949 14390 0 -1 4194304 31964 0 0 0 58173 15 0 0 25 0 1 0 139906380 108896256 3844 996147200 134512640 135477443 4294956224 18446744073709551615 135270265 0 0 4096 0 0 0 0 17 1 0 0
/proc/14949/statm: 26586 3844 500 235 0 25287 0
Current children cumulated CPU time (s) 581.88
Current children cumulated vsize (KiB) 106344

[startup+642.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 15125
/proc/meminfo: memFree=1722336/2055920 swapFree=4191676/4192956
[pid=14949] ppid=14947 vsize=106344 CPUtime=641.87
/proc/14949/stat : 14949 (casperzao) R 14947 14949 14390 0 -1 4194304 31964 0 0 0 64171 16 0 0 25 0 1 0 139906380 108896256 3844 996147200 134512640 135477443 4294956224 18446744073709551615 135235038 0 0 4096 0 0 0 0 17 1 0 0
/proc/14949/statm: 26586 3844 500 235 0 25287 0
Current children cumulated CPU time (s) 641.87
Current children cumulated vsize (KiB) 106344


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

[startup+882.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 15125
/proc/meminfo: memFree=1722080/2055920 swapFree=4191676/4192956
[pid=14949] ppid=14947 vsize=106344 CPUtime=881.78
/proc/14949/stat : 14949 (casperzao) R 14947 14949 14390 0 -1 4194304 31964 0 0 0 88162 16 0 0 25 0 1 0 139906380 108896256 3844 996147200 134512640 135477443 4294956224 18446744073709551615 134923153 0 0 4096 0 0 0 0 17 1 0 0
/proc/14949/statm: 26586 3844 500 235 0 25287 0
Current children cumulated CPU time (s) 881.78
Current children cumulated vsize (KiB) 106344

[startup+942.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 15125
/proc/meminfo: memFree=1722016/2055920 swapFree=4191676/4192956
[pid=14949] ppid=14947 vsize=106344 CPUtime=941.76
/proc/14949/stat : 14949 (casperzao) R 14947 14949 14390 0 -1 4194304 31964 0 0 0 94160 16 0 0 25 0 1 0 139906380 108896256 3844 996147200 134512640 135477443 4294956224 18446744073709551615 134586766 0 0 4096 0 0 0 0 17 1 0 0
/proc/14949/statm: 26586 3844 500 235 0 25287 0
Current children cumulated CPU time (s) 941.76
Current children cumulated vsize (KiB) 106344

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 15125
/proc/meminfo: memFree=1722016/2055920 swapFree=4191676/4192956
[pid=14949] ppid=14947 vsize=106344 CPUtime=1001.74
/proc/14949/stat : 14949 (casperzao) R 14947 14949 14390 0 -1 4194304 31964 0 0 0 100158 16 0 0 25 0 1 0 139906380 108896256 3844 996147200 134512640 135477443 4294956224 18446744073709551615 135207279 0 0 4096 0 0 0 0 17 1 0 0
/proc/14949/statm: 26586 3844 500 235 0 25287 0
Current children cumulated CPU time (s) 1001.74
Current children cumulated vsize (KiB) 106344

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 15125
/proc/meminfo: memFree=1722016/2055920 swapFree=4191676/4192956
[pid=14949] ppid=14947 vsize=106344 CPUtime=1061.72
/proc/14949/stat : 14949 (casperzao) R 14947 14949 14390 0 -1 4194304 31964 0 0 0 106156 16 0 0 25 0 1 0 139906380 108896256 3844 996147200 134512640 135477443 4294956224 18446744073709551615 135268496 0 0 4096 0 0 0 0 17 1 0 0
/proc/14949/statm: 26586 3844 500 235 0 25287 0
Current children cumulated CPU time (s) 1061.72
Current children cumulated vsize (KiB) 106344

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 15125
/proc/meminfo: memFree=1722016/2055920 swapFree=4191676/4192956
[pid=14949] ppid=14947 vsize=106344 CPUtime=1121.7
/proc/14949/stat : 14949 (casperzao) R 14947 14949 14390 0 -1 4194304 31964 0 0 0 112154 16 0 0 25 0 1 0 139906380 108896256 3844 996147200 134512640 135477443 4294956224 18446744073709551615 135235205 0 0 4096 0 0 0 0 17 1 0 0
/proc/14949/statm: 26586 3844 500 235 0 25287 0
Current children cumulated CPU time (s) 1121.7
Current children cumulated vsize (KiB) 106344

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 15125
/proc/meminfo: memFree=1722016/2055920 swapFree=4191676/4192956
[pid=14949] ppid=14947 vsize=106344 CPUtime=1181.68
/proc/14949/stat : 14949 (casperzao) R 14947 14949 14390 0 -1 4194304 31964 0 0 0 118152 16 0 0 25 0 1 0 139906380 108896256 3844 996147200 134512640 135477443 4294956224 18446744073709551615 134673681 0 0 4096 0 0 0 0 17 1 0 0
/proc/14949/statm: 26586 3844 500 235 0 25287 0
Current children cumulated CPU time (s) 1181.68
Current children cumulated vsize (KiB) 106344

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 15125
/proc/meminfo: memFree=1721888/2055920 swapFree=4191676/4192956
[pid=14949] ppid=14947 vsize=106344 CPUtime=1241.66
/proc/14949/stat : 14949 (casperzao) R 14947 14949 14390 0 -1 4194304 31964 0 0 0 124149 17 0 0 25 0 1 0 139906380 108896256 3844 996147200 134512640 135477443 4294956224 18446744073709551615 135270268 0 0 4096 0 0 0 0 17 1 0 0
/proc/14949/statm: 26586 3844 500 235 0 25287 0
Current children cumulated CPU time (s) 1241.66
Current children cumulated vsize (KiB) 106344

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 15125
/proc/meminfo: memFree=1721184/2055920 swapFree=4191676/4192956
[pid=14949] ppid=14947 vsize=106344 CPUtime=1301.64
/proc/14949/stat : 14949 (casperzao) R 14947 14949 14390 0 -1 4194304 32108 0 0 0 130147 17 0 0 25 0 1 0 139906380 108896256 3988 996147200 134512640 135477443 4294956224 18446744073709551615 135268690 0 0 4096 0 0 0 0 17 1 0 0
/proc/14949/statm: 26586 3988 500 235 0 25287 0
Current children cumulated CPU time (s) 1301.64
Current children cumulated vsize (KiB) 106344

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 15125
/proc/meminfo: memFree=1721056/2055920 swapFree=4191676/4192956
[pid=14949] ppid=14947 vsize=106344 CPUtime=1361.62
/proc/14949/stat : 14949 (casperzao) R 14947 14949 14390 0 -1 4194304 32128 0 0 0 136145 17 0 0 25 0 1 0 139906380 108896256 4008 996147200 134512640 135477443 4294956224 18446744073709551615 135268511 0 0 4096 0 0 0 0 17 1 0 0
/proc/14949/statm: 26586 4008 500 235 0 25287 0
Current children cumulated CPU time (s) 1361.62
Current children cumulated vsize (KiB) 106344

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 15125
/proc/meminfo: memFree=1721184/2055920 swapFree=4191676/4192956
[pid=14949] ppid=14947 vsize=106344 CPUtime=1421.6
/proc/14949/stat : 14949 (casperzao) R 14947 14949 14390 0 -1 4194304 32128 0 0 0 142143 17 0 0 25 0 1 0 139906380 108896256 4008 996147200 134512640 135477443 4294956224 18446744073709551615 134586768 0 0 4096 0 0 0 0 17 1 0 0
/proc/14949/statm: 26586 4008 500 235 0 25287 0
Current children cumulated CPU time (s) 1421.6
Current children cumulated vsize (KiB) 106344

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 15125
/proc/meminfo: memFree=1721248/2055920 swapFree=4191676/4192956
[pid=14949] ppid=14947 vsize=106344 CPUtime=1481.58
/proc/14949/stat : 14949 (casperzao) R 14947 14949 14390 0 -1 4194304 32128 0 0 0 148141 17 0 0 25 0 1 0 139906380 108896256 4008 996147200 134512640 135477443 4294956224 18446744073709551615 134695419 0 0 4096 0 0 0 0 17 1 0 0
/proc/14949/statm: 26586 4008 500 235 0 25287 0
Current children cumulated CPU time (s) 1481.58
Current children cumulated vsize (KiB) 106344

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 15125
/proc/meminfo: memFree=1720928/2055920 swapFree=4191676/4192956
[pid=14949] ppid=14947 vsize=106344 CPUtime=1541.56
/proc/14949/stat : 14949 (casperzao) R 14947 14949 14390 0 -1 4194304 32190 0 0 0 154138 18 0 0 25 0 1 0 139906380 108896256 4070 996147200 134512640 135477443 4294956224 18446744073709551615 135270277 0 0 4096 0 0 0 0 17 1 0 0
/proc/14949/statm: 26586 4070 500 235 0 25287 0
Current children cumulated CPU time (s) 1541.56
Current children cumulated vsize (KiB) 106344

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 15127
/proc/meminfo: memFree=1720672/2055920 swapFree=4191676/4192956
[pid=14949] ppid=14947 vsize=106344 CPUtime=1601.54
/proc/14949/stat : 14949 (casperzao) R 14947 14949 14390 0 -1 4194304 32209 0 0 0 160136 18 0 0 25 0 1 0 139906380 108896256 4089 996147200 134512640 135477443 4294956224 18446744073709551615 135268511 0 0 4096 0 0 0 0 17 1 0 0
/proc/14949/statm: 26586 4089 500 235 0 25287 0
Current children cumulated CPU time (s) 1601.54
Current children cumulated vsize (KiB) 106344

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 15127
/proc/meminfo: memFree=1720672/2055920 swapFree=4191676/4192956
[pid=14949] ppid=14947 vsize=106344 CPUtime=1661.52
/proc/14949/stat : 14949 (casperzao) R 14947 14949 14390 0 -1 4194304 32211 0 0 0 166134 18 0 0 25 0 1 0 139906380 108896256 4091 996147200 134512640 135477443 4294956224 18446744073709551615 135270322 0 0 4096 0 0 0 0 17 1 0 0
/proc/14949/statm: 26586 4091 500 235 0 25287 0
Current children cumulated CPU time (s) 1661.52
Current children cumulated vsize (KiB) 106344

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 15127
/proc/meminfo: memFree=1720672/2055920 swapFree=4191676/4192956
[pid=14949] ppid=14947 vsize=106344 CPUtime=1721.49
/proc/14949/stat : 14949 (casperzao) R 14947 14949 14390 0 -1 4194304 32211 0 0 0 172131 18 0 0 25 0 1 0 139906380 108896256 4091 996147200 134512640 135477443 4294956224 18446744073709551615 134923117 0 0 4096 0 0 0 0 17 1 0 0
/proc/14949/statm: 26586 4091 500 235 0 25287 0
Current children cumulated CPU time (s) 1721.49
Current children cumulated vsize (KiB) 106344

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 15133
/proc/meminfo: memFree=1720608/2055920 swapFree=4191676/4192956
[pid=14949] ppid=14947 vsize=106344 CPUtime=1781.47
/proc/14949/stat : 14949 (casperzao) R 14947 14949 14390 0 -1 4194304 32211 0 0 0 178129 18 0 0 25 0 1 0 139906380 108896256 4091 996147200 134512640 135477443 4294956224 18446744073709551615 135235038 0 0 4096 0 0 0 0 17 1 0 0
/proc/14949/statm: 26586 4091 500 235 0 25287 0
Current children cumulated CPU time (s) 1781.47
Current children cumulated vsize (KiB) 106344



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 15133
/proc/meminfo: memFree=1720608/2055920 swapFree=4191676/4192956
[pid=14949] ppid=14947 vsize=106344 CPUtime=1800.07
/proc/14949/stat : 14949 (casperzao) R 14947 14949 14390 0 -1 4194304 32211 0 0 0 179989 18 0 0 25 0 1 0 139906380 108896256 4091 996147200 134512640 135477443 4294956224 18446744073709551615 135235211 0 0 4096 0 0 0 0 17 1 0 0
/proc/14949/statm: 26586 4091 500 235 0 25287 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 106344

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

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

[startup+1800.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 15133
/proc/meminfo: memFree=1720608/2055920 swapFree=4191676/4192956
[pid=14949] ppid=14947 vsize=106344 CPUtime=1800.07
/proc/14949/stat : 14949 (casperzao) R 14947 14949 14390 0 -1 4194304 32211 0 0 0 179989 18 0 0 25 0 1 0 139906380 108896256 4091 996147200 134512640 135477443 4294956224 18446744073709551615 135235211 0 0 4096 0 0 0 0 17 1 0 0
/proc/14949/statm: 26586 4091 500 235 0 25287 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 106344

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.91
CPU time (s): 1800.08
CPU user time (s): 1799.89
CPU system time (s): 0.189971
CPU usage (%): 99.954
Max. virtual memory (cumulated for all children) (KiB): 291992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.89
system time used= 0.189971
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32211
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16
involuntary context switches= 2221

runsolver used 1.91371 second user time and 4.64829 second system time

The end

Launcher Data (download as text)

Begin job on node63 at 2008-07-05 19:31:51
IDJOB=1094174
IDBENCH=58759
IDSOLVER=361
FILE ID=node63/1094174-1215279110
PBS_JOBID= 7882259
Free space on /tmp= 66520 MiB

SOLVER NAME= casper zao
BENCH NAME= CPAI08/csp/os-taillard-10/normalized-os-taillard-10-100-4.xml
COMMAND LINE= HOME/casperzao BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1094174-1215279110/watcher-1094174-1215279110 -o /tmp/evaluation-result-1094174-1215279110/solver-1094174-1215279110 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzao HOME/instance-1094174-1215279110.xml 1084585939 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 318fe5d850c7f4d54d9dc9c2fe16babb
RANDOM SEED=1084585939

node63.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.256
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.256
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:       1735184 kB
Buffers:         44636 kB
Cached:         182836 kB
SwapCached:        260 kB
Active:         174296 kB
Inactive:        85944 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1735184 kB
SwapTotal:     4192956 kB
SwapFree:      4191676 kB
Dirty:            3196 kB
Writeback:           0 kB
Mapped:          44744 kB
Slab:            45824 kB
Committed_AS:   425764 kB
PageTables:       1700 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66520 MiB
End job on node63 at 2008-07-05 20:01:53