Trace number 1072254

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.04 1807.51

General information on the benchmark

Namecsp/rand-3-24-24-fcd/
normalized-rand-3-24-24-76-632-fcd-9_ext.xml
MD5SUM72a15453ac4757da88f1cb31ebd97cd0
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark63.8603
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints74
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension74
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.18/0.21	c [ This is CaSPERzao (C) mvc@di.fct.unl.pt ]
0.18/0.21	c Parsing = 1
0.28/0.35	c Building = 1
0.37/0.43	c [ NumberOfVariables = 24 ]
0.37/0.43	c [ NumberOfConstraints = 74 ]
0.37/0.43	c [ SizeOfSearchSpace(log2) = 110.039 ]
0.37/0.43	c SymmetrySearch = 1
1.67/1.74	c InitialPropagation = 1
1.67/1.76	c [ SizeOfSearchSpace(log2) = 110.039 ]
1.67/1.76	c InitialSAC = 1
1.97/2.00	c [ SizeOfSearchSpace(log2) = 110.039 ]
1.97/2.00	c Search(SampleFF) : 
97.86/98.37	c [ Sampling domwdeg ]
97.86/98.37	c [ Sampling impacts ]
97.86/98.37	c [ Sampling la ]
97.86/98.37	c [ SamplingScores: ]
97.86/98.37	c [ domwdeg+min = 1.52154e-07 | domwdeg+rnd = 1.66041e-06 ]
97.86/98.37	c [ impacts+min = 3.30868e-06 | impacts+rnd = 1.63622e-05 ]
97.86/98.37	c [ la+min = 1.69206e-10 | la+rnd = 7.12874e-11 ]
97.86/98.37	c [ domwdeg = 9.0628e-07 | impacts = 9.83545e-06 | la = 1.20247e-10 ]
97.86/98.37	c [ min = 1.15367e-06 | rand = 9.83545e-06 ]
97.86/98.37	c [ restarting at (0.20002,1.41285e-07) ]
98.46/98.92	c [ restarting at (0.500051,3.1449e-06) ]
99.76/100.29	c [ restarting at (1.25013,3.01408e-06) ]
103.14/103.64	c [ restarting at (3.12532,5.14906e-06) ]
111.51/112.03	c [ restarting at (7.8133,1.6478e-05) ]
132.33/132.99	c [ restarting at (19.5332,5.22807e-05) ]
184.49/185.36	c [ restarting at (48.8331,0.000124137) ]
314.85/316.21	c [ restarting at (122.083,0.00028998) ]
507.76/509.97	c [ restarting at (305.207,0.000736943) ]
1267.92/1273.25	c [ restarting at (763.017,0.00204665) ]

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

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: 1.99 1.98 1.99 4/72 12512
/proc/meminfo: memFree=1557968/2055920 swapFree=4180412/4192956
[pid=12512] ppid=12510 vsize=1056 CPUtime=0
/proc/12512/stat : 12512 (casperzao) R 12510 12512 10811 0 -1 4194304 40 0 0 0 0 0 0 0 21 0 1 0 1996246411 1081344 26 996147200 134512640 135477443 4294956224 18446744073709551615 8438564 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/12512/statm: 264 26 20 235 0 3 0

[startup+0.145651 s]
/proc/loadavg: 1.99 1.98 1.99 4/72 12512
/proc/meminfo: memFree=1557968/2055920 swapFree=4180412/4192956
[pid=12512] ppid=12510 vsize=8352 CPUtime=0.13
/proc/12512/stat : 12512 (casperzao) R 12510 12512 10811 0 -1 4194304 1182 0 0 0 12 1 0 0 18 0 1 0 1996246411 8552448 1142 996147200 134512640 135477443 4294956224 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12512/statm: 2088 1142 365 235 0 789 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 8352

[startup+0.20166 s]
/proc/loadavg: 1.99 1.98 1.99 4/72 12512
/proc/meminfo: memFree=1557968/2055920 swapFree=4180412/4192956
[pid=12512] ppid=12510 vsize=9412 CPUtime=0.18
/proc/12512/stat : 12512 (casperzao) R 12510 12512 10811 0 -1 4194304 1456 0 0 0 17 1 0 0 18 0 1 0 1996246411 9637888 1416 996147200 134512640 135477443 4294956224 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12512/statm: 2353 1416 365 235 0 1054 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 9412

[startup+0.30168 s]
/proc/loadavg: 1.99 1.98 1.99 4/72 12512
/proc/meminfo: memFree=1557968/2055920 swapFree=4180412/4192956
[pid=12512] ppid=12510 vsize=11540 CPUtime=0.28
/proc/12512/stat : 12512 (casperzao) R 12510 12512 10811 0 -1 4194304 1987 0 0 0 27 1 0 0 19 0 1 0 1996246411 11816960 1947 996147200 134512640 135477443 4294956224 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12512/statm: 2885 1947 365 235 0 1586 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 11540

[startup+0.701755 s]
/proc/loadavg: 1.99 1.98 1.99 4/72 12512
/proc/meminfo: memFree=1557968/2055920 swapFree=4180412/4192956
[pid=12512] ppid=12510 vsize=146428 CPUtime=0.67
/proc/12512/stat : 12512 (casperzao) R 12510 12512 10811 0 -1 4194304 11185 0 0 0 62 5 0 0 22 0 1 0 1996246411 149942272 11145 996147200 134512640 135477443 4294956224 18446744073709551615 8873595 0 0 4096 0 0 0 0 17 1 0 0
/proc/12512/statm: 36607 11146 432 235 0 35308 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 146428

[startup+1.5019 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 12513
/proc/meminfo: memFree=1474504/2055920 swapFree=4180412/4192956
[pid=12512] ppid=12510 vsize=211912 CPUtime=1.47
/proc/12512/stat : 12512 (casperzao) R 12510 12512 10811 0 -1 4194304 23556 0 0 0 136 11 0 0 25 0 1 0 1996246411 216997888 23362 996147200 134512640 135477443 4294956224 18446744073709551615 134536258 0 0 4096 0 0 0 0 17 1 0 0
/proc/12512/statm: 52978 23362 437 235 0 51679 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 211912

[startup+3.10221 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 12513
/proc/meminfo: memFree=1537992/2055920 swapFree=4180412/4192956
[pid=12512] ppid=12510 vsize=121432 CPUtime=3.07
/proc/12512/stat : 12512 (casperzao) R 12510 12512 10811 0 -1 4194304 24429 0 0 0 294 13 0 0 25 0 1 0 1996246411 124346368 5417 996147200 134512640 135477443 4294956224 18446744073709551615 134600938 0 0 4096 0 0 0 0 17 1 0 0
/proc/12512/statm: 30358 5417 477 235 0 29059 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 121432

[startup+6.30181 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 12513
/proc/meminfo: memFree=1537480/2055920 swapFree=4180412/4192956
[pid=12512] ppid=12510 vsize=121432 CPUtime=6.25
/proc/12512/stat : 12512 (casperzao) R 12510 12512 10811 0 -1 4194304 24537 0 0 0 612 13 0 0 25 0 1 0 1996246411 124346368 5525 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 1 0 0
/proc/12512/statm: 30358 5525 477 235 0 29059 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 121432

[startup+12.702 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 12513
/proc/meminfo: memFree=1537096/2055920 swapFree=4180412/4192956
[pid=12512] ppid=12510 vsize=121432 CPUtime=12.63
/proc/12512/stat : 12512 (casperzao) R 12510 12512 10811 0 -1 4194304 24595 0 0 0 1250 13 0 0 25 0 1 0 1996246411 124346368 5583 996147200 134512640 135477443 4294956224 18446744073709551615 134590283 0 0 4096 0 0 0 0 17 1 0 0
/proc/12512/statm: 30358 5583 477 235 0 29059 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 121432

[startup+25.5014 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 12513
/proc/meminfo: memFree=1536968/2055920 swapFree=4180412/4192956
[pid=12512] ppid=12510 vsize=121432 CPUtime=25.37
/proc/12512/stat : 12512 (casperzao) R 12510 12512 10811 0 -1 4194304 24627 0 0 0 2524 13 0 0 25 0 1 0 1996246411 124346368 5615 996147200 134512640 135477443 4294956224 18446744073709551615 134590128 0 0 4096 0 0 0 0 17 1 0 0
/proc/12512/statm: 30358 5615 479 235 0 29059 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 121432

[startup+51.1013 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 12513
/proc/meminfo: memFree=1536968/2055920 swapFree=4180412/4192956
[pid=12512] ppid=12510 vsize=121432 CPUtime=50.86
/proc/12512/stat : 12512 (casperzao) R 12510 12512 10811 0 -1 4194304 24627 0 0 0 5073 13 0 0 25 0 1 0 1996246411 124346368 5615 996147200 134512640 135477443 4294956224 18446744073709551615 134590286 0 0 4096 0 0 0 0 17 1 0 0
/proc/12512/statm: 30358 5615 479 235 0 29059 0
Current children cumulated CPU time (s) 50.86
Current children cumulated vsize (KiB) 121432

[startup+102.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 12513
/proc/meminfo: memFree=1536840/2055920 swapFree=4180412/4192956
[pid=12512] ppid=12510 vsize=121432 CPUtime=101.86
/proc/12512/stat : 12512 (casperzao) R 12510 12512 10811 0 -1 4194304 24684 0 0 0 10173 13 0 0 25 0 1 0 1996246411 124346368 5672 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 1 0 0
/proc/12512/statm: 30358 5672 480 235 0 29059 0
Current children cumulated CPU time (s) 101.86
Current children cumulated vsize (KiB) 121432

[startup+162.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 12519
/proc/meminfo: memFree=1534984/2055920 swapFree=4180412/4192956
[pid=12512] ppid=12510 vsize=121432 CPUtime=161.59
/proc/12512/stat : 12512 (casperzao) R 12510 12512 10811 0 -1 4194304 25101 0 0 0 16145 14 0 0 25 0 1 0 1996246411 124346368 6089 996147200 134512640 135477443 4294956224 18446744073709551615 134609910 0 0 4096 0 0 0 0 17 1 0 0
/proc/12512/statm: 30358 6089 480 235 0 29059 0
Current children cumulated CPU time (s) 161.59
Current children cumulated vsize (KiB) 121432

[startup+222.306 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 12519
/proc/meminfo: memFree=1534600/2055920 swapFree=4180412/4192956
[pid=12512] ppid=12510 vsize=121432 CPUtime=221.35
/proc/12512/stat : 12512 (casperzao) R 12510 12512 10811 0 -1 4194304 25233 0 0 0 22121 14 0 0 25 0 1 0 1996246411 124346368 6221 996147200 134512640 135477443 4294956224 18446744073709551615 134590229 0 0 4096 0 0 0 0 17 1 0 0
/proc/12512/statm: 30358 6221 480 235 0 29059 0
Current children cumulated CPU time (s) 221.35
Current children cumulated vsize (KiB) 121432

[startup+282.303 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 12519
/proc/meminfo: memFree=1534536/2055920 swapFree=4180412/4192956
[pid=12512] ppid=12510 vsize=121432 CPUtime=281.09
/proc/12512/stat : 12512 (casperzao) R 12510 12512 10811 0 -1 4194304 25233 0 0 0 28095 14 0 0 25 0 1 0 1996246411 124346368 6221 996147200 134512640 135477443 4294956224 18446744073709551615 134590300 0 0 4096 0 0 0 0 17 1 0 0
/proc/12512/statm: 30358 6221 480 235 0 29059 0
Current children cumulated CPU time (s) 281.09
Current children cumulated vsize (KiB) 121432

[startup+342.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 12519
/proc/meminfo: memFree=1534344/2055920 swapFree=4180412/4192956
[pid=12512] ppid=12510 vsize=121432 CPUtime=340.84
/proc/12512/stat : 12512 (casperzao) R 12510 12512 10811 0 -1 4194304 25233 0 0 0 34070 14 0 0 25 0 1 0 1996246411 124346368 6221 996147200 134512640 135477443 4294956224 18446744073709551615 134600974 0 0 4096 0 0 0 0 17 1 0 0
/proc/12512/statm: 30358 6221 480 235 0 29059 0
Current children cumulated CPU time (s) 340.84
Current children cumulated vsize (KiB) 121432

[startup+402.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 12519
/proc/meminfo: memFree=1534344/2055920 swapFree=4180412/4192956
[pid=12512] ppid=12510 vsize=121432 CPUtime=400.6
/proc/12512/stat : 12512 (casperzao) R 12510 12512 10811 0 -1 4194304 25233 0 0 0 40046 14 0 0 25 0 1 0 1996246411 124346368 6221 996147200 134512640 135477443 4294956224 18446744073709551615 134600843 0 0 4096 0 0 0 0 17 1 0 0
/proc/12512/statm: 30358 6221 480 235 0 29059 0
Current children cumulated CPU time (s) 400.6
Current children cumulated vsize (KiB) 121432

[startup+462.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 12519
/proc/meminfo: memFree=1534352/2055920 swapFree=4180412/4192956
[pid=12512] ppid=12510 vsize=121432 CPUtime=460.35
/proc/12512/stat : 12512 (casperzao) R 12510 12512 10811 0 -1 4194304 25233 0 0 0 46021 14 0 0 25 0 1 0 1996246411 124346368 6221 996147200 134512640 135477443 4294956224 18446744073709551615 134590283 0 0 4096 0 0 0 0 17 1 0 0
/proc/12512/statm: 30358 6221 480 235 0 29059 0
Current children cumulated CPU time (s) 460.35
Current children cumulated vsize (KiB) 121432

[startup+522.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 12569
/proc/meminfo: memFree=1518080/2055920 swapFree=4180412/4192956
[pid=12512] ppid=12510 vsize=121432 CPUtime=520.1
/proc/12512/stat : 12512 (casperzao) R 12510 12512 10811 0 -1 4194304 25233 0 0 0 51995 15 0 0 25 0 1 0 1996246411 124346368 6221 996147200 134512640 135477443 4294956224 18446744073709551615 134600978 0 0 4096 0 0 0 0 17 0 0 0
/proc/12512/statm: 30358 6221 480 235 0 29059 0
Current children cumulated CPU time (s) 520.1
Current children cumulated vsize (KiB) 121432

[startup+582.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 12569
/proc/meminfo: memFree=1512448/2055920 swapFree=4180412/4192956
[pid=12512] ppid=12510 vsize=121432 CPUtime=579.86
/proc/12512/stat : 12512 (casperzao) R 12510 12512 10811 0 -1 4194304 25233 0 0 0 57970 16 0 0 25 0 1 0 1996246411 124346368 6221 996147200 134512640 135477443 4294956224 18446744073709551615 134590310 0 0 4096 0 0 0 0 17 0 0 0
/proc/12512/statm: 30358 6221 480 235 0 29059 0
Current children cumulated CPU time (s) 579.86
Current children cumulated vsize (KiB) 121432

[startup+642.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 12569
/proc/meminfo: memFree=1508032/2055920 swapFree=4180412/4192956
[pid=12512] ppid=12510 vsize=121432 CPUtime=639.61
/proc/12512/stat : 12512 (casperzao) R 12510 12512 10811 0 -1 4194304 25350 0 0 0 63945 16 0 0 25 0 1 0 1996246411 124346368 6338 996147200 134512640 135477443 4294956224 18446744073709551615 134583306 0 0 4096 0 0 0 0 17 0 0 0
/proc/12512/statm: 30358 6338 480 235 0 29059 0
Current children cumulated CPU time (s) 639.61
Current children cumulated vsize (KiB) 121432


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

[startup+822.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 12569
/proc/meminfo: memFree=1498176/2055920 swapFree=4180412/4192956
[pid=12512] ppid=12510 vsize=121432 CPUtime=818.87
/proc/12512/stat : 12512 (casperzao) R 12510 12512 10811 0 -1 4194304 25353 0 0 0 81871 16 0 0 25 0 1 0 1996246411 124346368 6341 996147200 134512640 135477443 4294956224 18446744073709551615 134590247 0 0 4096 0 0 0 0 17 0 0 0
/proc/12512/statm: 30358 6341 480 235 0 29059 0
Current children cumulated CPU time (s) 818.87
Current children cumulated vsize (KiB) 121432

[startup+882.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 12569
/proc/meminfo: memFree=1495488/2055920 swapFree=4180412/4192956
[pid=12512] ppid=12510 vsize=121432 CPUtime=878.63
/proc/12512/stat : 12512 (casperzao) R 12510 12512 10811 0 -1 4194304 25353 0 0 0 87847 16 0 0 25 0 1 0 1996246411 124346368 6341 996147200 134512640 135477443 4294956224 18446744073709551615 134583296 0 0 4096 0 0 0 0 17 0 0 0
/proc/12512/statm: 30358 6341 480 235 0 29059 0
Current children cumulated CPU time (s) 878.63
Current children cumulated vsize (KiB) 121432

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 12569
/proc/meminfo: memFree=1493120/2055920 swapFree=4180412/4192956
[pid=12512] ppid=12510 vsize=121432 CPUtime=938.39
/proc/12512/stat : 12512 (casperzao) R 12510 12512 10811 0 -1 4194304 25353 0 0 0 93822 17 0 0 25 0 1 0 1996246411 124346368 6341 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 0 0 0
/proc/12512/statm: 30358 6341 480 235 0 29059 0
Current children cumulated CPU time (s) 938.39
Current children cumulated vsize (KiB) 121432

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 12569
/proc/meminfo: memFree=1490688/2055920 swapFree=4180412/4192956
[pid=12512] ppid=12510 vsize=121432 CPUtime=998.14
/proc/12512/stat : 12512 (casperzao) R 12510 12512 10811 0 -1 4194304 25406 0 0 0 99797 17 0 0 25 0 1 0 1996246411 124346368 6394 996147200 134512640 135477443 4294956224 18446744073709551615 134590291 0 0 4096 0 0 0 0 17 0 0 0
/proc/12512/statm: 30358 6394 480 235 0 29059 0
Current children cumulated CPU time (s) 998.14
Current children cumulated vsize (KiB) 121432

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 12569
/proc/meminfo: memFree=1488256/2055920 swapFree=4180412/4192956
[pid=12512] ppid=12510 vsize=121432 CPUtime=1057.89
/proc/12512/stat : 12512 (casperzao) R 12510 12512 10811 0 -1 4194304 25406 0 0 0 105772 17 0 0 25 0 1 0 1996246411 124346368 6394 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 0 0 0
/proc/12512/statm: 30358 6394 480 235 0 29059 0
Current children cumulated CPU time (s) 1057.89
Current children cumulated vsize (KiB) 121432

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 12569
/proc/meminfo: memFree=1484608/2055920 swapFree=4180412/4192956
[pid=12512] ppid=12510 vsize=121432 CPUtime=1117.64
/proc/12512/stat : 12512 (casperzao) R 12510 12512 10811 0 -1 4194304 25757 0 0 0 111747 17 0 0 25 0 1 0 1996246411 124346368 6745 996147200 134512640 135477443 4294956224 18446744073709551615 134590274 0 0 4096 0 0 0 0 17 0 0 0
/proc/12512/statm: 30358 6745 480 235 0 29059 0
Current children cumulated CPU time (s) 1117.64
Current children cumulated vsize (KiB) 121432

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 12569
/proc/meminfo: memFree=1482368/2055920 swapFree=4180412/4192956
[pid=12512] ppid=12510 vsize=121432 CPUtime=1177.39
/proc/12512/stat : 12512 (casperzao) R 12510 12512 10811 0 -1 4194304 25829 0 0 0 117722 17 0 0 25 0 1 0 1996246411 124346368 6817 996147200 134512640 135477443 4294956224 18446744073709551615 134600997 0 0 4096 0 0 0 0 17 0 0 0
/proc/12512/statm: 30358 6817 480 235 0 29059 0
Current children cumulated CPU time (s) 1177.39
Current children cumulated vsize (KiB) 121432

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 12569
/proc/meminfo: memFree=1480384/2055920 swapFree=4180412/4192956
[pid=12512] ppid=12510 vsize=121432 CPUtime=1237.14
/proc/12512/stat : 12512 (casperzao) R 12510 12512 10811 0 -1 4194304 25829 0 0 0 123697 17 0 0 25 0 1 0 1996246411 124346368 6817 996147200 134512640 135477443 4294956224 18446744073709551615 134600896 0 0 4096 0 0 0 0 17 0 0 0
/proc/12512/statm: 30358 6817 480 235 0 29059 0
Current children cumulated CPU time (s) 1237.14
Current children cumulated vsize (KiB) 121432

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 12569
/proc/meminfo: memFree=1478400/2055920 swapFree=4180412/4192956
[pid=12512] ppid=12510 vsize=121432 CPUtime=1296.9
/proc/12512/stat : 12512 (casperzao) R 12510 12512 10811 0 -1 4194304 25829 0 0 0 129673 17 0 0 25 0 1 0 1996246411 124346368 6817 996147200 134512640 135477443 4294956224 18446744073709551615 134601014 0 0 4096 0 0 0 0 17 0 0 0
/proc/12512/statm: 30358 6817 480 235 0 29059 0
Current children cumulated CPU time (s) 1296.9
Current children cumulated vsize (KiB) 121432

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 12569
/proc/meminfo: memFree=1475584/2055920 swapFree=4180412/4192956
[pid=12512] ppid=12510 vsize=121432 CPUtime=1356.65
/proc/12512/stat : 12512 (casperzao) R 12510 12512 10811 0 -1 4194304 25829 0 0 0 135648 17 0 0 25 0 1 0 1996246411 124346368 6817 996147200 134512640 135477443 4294956224 18446744073709551615 134590286 0 0 4096 0 0 0 0 17 0 0 0
/proc/12512/statm: 30358 6817 480 235 0 29059 0
Current children cumulated CPU time (s) 1356.65
Current children cumulated vsize (KiB) 121432

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 12569
/proc/meminfo: memFree=1473600/2055920 swapFree=4180412/4192956
[pid=12512] ppid=12510 vsize=121432 CPUtime=1416.41
/proc/12512/stat : 12512 (casperzao) R 12510 12512 10811 0 -1 4194304 25829 0 0 0 141624 17 0 0 25 0 1 0 1996246411 124346368 6817 996147200 134512640 135477443 4294956224 18446744073709551615 134600885 0 0 4096 0 0 0 0 17 0 0 0
/proc/12512/statm: 30358 6817 480 235 0 29059 0
Current children cumulated CPU time (s) 1416.41
Current children cumulated vsize (KiB) 121432

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 12569
/proc/meminfo: memFree=1471616/2055920 swapFree=4180412/4192956
[pid=12512] ppid=12510 vsize=121432 CPUtime=1476.16
/proc/12512/stat : 12512 (casperzao) R 12510 12512 10811 0 -1 4194304 25829 0 0 0 147599 17 0 0 25 0 1 0 1996246411 124346368 6817 996147200 134512640 135477443 4294956224 18446744073709551615 134600843 0 0 4096 0 0 0 0 17 0 0 0
/proc/12512/statm: 30358 6817 480 235 0 29059 0
Current children cumulated CPU time (s) 1476.16
Current children cumulated vsize (KiB) 121432

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 12569
/proc/meminfo: memFree=1469696/2055920 swapFree=4180412/4192956
[pid=12512] ppid=12510 vsize=121432 CPUtime=1535.92
/proc/12512/stat : 12512 (casperzao) R 12510 12512 10811 0 -1 4194304 25829 0 0 0 153575 17 0 0 25 0 1 0 1996246411 124346368 6817 996147200 134512640 135477443 4294956224 18446744073709551615 134590274 0 0 4096 0 0 0 0 17 0 0 0
/proc/12512/statm: 30358 6817 480 235 0 29059 0
Current children cumulated CPU time (s) 1535.92
Current children cumulated vsize (KiB) 121432

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 12569
/proc/meminfo: memFree=1468544/2055920 swapFree=4180412/4192956
[pid=12512] ppid=12510 vsize=121432 CPUtime=1595.68
/proc/12512/stat : 12512 (casperzao) R 12510 12512 10811 0 -1 4194304 25829 0 0 0 159550 18 0 0 25 0 1 0 1996246411 124346368 6817 996147200 134512640 135477443 4294956224 18446744073709551615 134590310 0 0 4096 0 0 0 0 17 0 0 0
/proc/12512/statm: 30358 6817 480 235 0 29059 0
Current children cumulated CPU time (s) 1595.68
Current children cumulated vsize (KiB) 121432

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 12569
/proc/meminfo: memFree=1468544/2055920 swapFree=4180412/4192956
[pid=12512] ppid=12510 vsize=121432 CPUtime=1655.43
/proc/12512/stat : 12512 (casperzao) R 12510 12512 10811 0 -1 4194304 25829 0 0 0 165525 18 0 0 25 0 1 0 1996246411 124346368 6817 996147200 134512640 135477443 4294956224 18446744073709551615 134590274 0 0 4096 0 0 0 0 17 0 0 0
/proc/12512/statm: 30358 6817 480 235 0 29059 0
Current children cumulated CPU time (s) 1655.43
Current children cumulated vsize (KiB) 121432

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 12569
/proc/meminfo: memFree=1468544/2055920 swapFree=4180412/4192956
[pid=12512] ppid=12510 vsize=121432 CPUtime=1715.18
/proc/12512/stat : 12512 (casperzao) R 12510 12512 10811 0 -1 4194304 25829 0 0 0 171500 18 0 0 25 0 1 0 1996246411 124346368 6817 996147200 134512640 135477443 4294956224 18446744073709551615 134590286 0 0 4096 0 0 0 0 17 0 0 0
/proc/12512/statm: 30358 6817 480 235 0 29059 0
Current children cumulated CPU time (s) 1715.18
Current children cumulated vsize (KiB) 121432

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 12569
/proc/meminfo: memFree=1468544/2055920 swapFree=4180412/4192956
[pid=12512] ppid=12510 vsize=121432 CPUtime=1774.93
/proc/12512/stat : 12512 (casperzao) R 12510 12512 10811 0 -1 4194304 25829 0 0 0 177475 18 0 0 25 0 1 0 1996246411 124346368 6817 996147200 134512640 135477443 4294956224 18446744073709551615 134590294 0 0 4096 0 0 0 0 17 0 0 0
/proc/12512/statm: 30358 6817 480 235 0 29059 0
Current children cumulated CPU time (s) 1774.93
Current children cumulated vsize (KiB) 121432



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 12569
/proc/meminfo: memFree=1468480/2055920 swapFree=4180412/4192956
[pid=12512] ppid=12510 vsize=121432 CPUtime=1800.03
/proc/12512/stat : 12512 (casperzao) R 12510 12512 10811 0 -1 4194304 25829 0 0 0 179985 18 0 0 25 0 1 0 1996246411 124346368 6817 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 0 0 0
/proc/12512/statm: 30358 6817 480 235 0 29059 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 121432

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1807.51
CPU time (s): 1800.04
CPU user time (s): 1799.85
CPU system time (s): 0.188971
CPU usage (%): 99.5868
Max. virtual memory (cumulated for all children) (KiB): 211912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.85
system time used= 0.188971
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25829
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= 23839

runsolver used 1.73474 second user time and 4.85426 second system time

The end

Launcher Data (download as text)

Begin job on node21 at 2008-07-04 13:58:41
IDJOB=1072254
IDBENCH=56242
IDSOLVER=361
FILE ID=node21/1072254-1215172721
PBS_JOBID= 7877481
Free space on /tmp= 66552 MiB

SOLVER NAME= casper zao
BENCH NAME= CPAI08/csp/rand-3-24-24-fcd/normalized-rand-3-24-24-76-632-fcd-9_ext.xml
COMMAND LINE= HOME/casperzao BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1072254-1215172721/watcher-1072254-1215172721 -o /tmp/evaluation-result-1072254-1215172721/solver-1072254-1215172721 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzao HOME/instance-1072254-1215172721.xml 1961013590 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 72a15453ac4757da88f1cb31ebd97cd0
RANDOM SEED=1961013590

node21.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.263
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.263
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:       1558448 kB
Buffers:         84688 kB
Cached:         326292 kB
SwapCached:       6608 kB
Active:         240660 kB
Inactive:       191152 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1558448 kB
SwapTotal:     4192956 kB
SwapFree:      4180412 kB
Dirty:            5672 kB
Writeback:           0 kB
Mapped:          27904 kB
Slab:            50940 kB
Committed_AS:  3458708 kB
PageTables:       1776 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= 66540 MiB
End job on node21 at 2008-07-04 14:28:51