Trace number 4079187

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 NameAnswerobjective functionCPU timeWall clock time
toysat 2016-05-02UNSAT 0.762883 0.771769

General information on the benchmark

Name/OPT-BIGINT-LIN/leberre/opb-trendy/misc2010/
random/rand.biglist/normalized-rand65d021.cudf.trendy.opb
MD5SUM1d81ed2101175ee4e14a705347d8d400
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.431933
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7122
Total number of constraints29890
Number of constraints which are clauses29562
Number of constraints which are cardinality constraints (but not clauses)328
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint553
Number of terms in the objective function 3310
Biggest coefficient in the objective function 4549540393
Number of bits for the biggest coefficient in the objective function 33
Sum of the numbers in the objective function 2511340806742
Number of bits of the sum of numbers in the objective function 42
Biggest number in a constraint 4549540393
Number of bits of the biggest number in a constraint 33
Biggest sum of numbers in a constraint 2511340806742
Number of bits of the biggest sum of numbers42
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c 2016-06-07T05:52:57+0200
0.00/0.00	c version = 0.5.0
0.00/0.00	c githash = 1a49202
0.00/0.00	c compilationtime = 2016-05-02 00:19:28.990761 UTC
0.00/0.00	c arch = x86_64
0.00/0.00	c os = linux
0.00/0.00	c compiler = ghc 7.10
0.00/0.00	c packages:
0.00/0.00	c   OptDir-0.0.3
0.00/0.00	c   array-0.5.1.0
0.00/0.00	c   base-4.8.2.0
0.00/0.00	c   bytestring-0.10.6.0
0.00/0.00	c   bytestring-builder-0.10.6.0.0
0.00/0.00	c   clock-0.7.2
0.00/0.00	c   containers-0.5.6.2
0.00/0.00	c   data-default-0.5.3
0.00/0.00	c   data-default-class-0.0.1
0.00/0.00	c   data-interval-1.2.0
0.00/0.00	c   deepseq-1.4.1.1
0.00/0.00	c   directory-1.2.2.0
0.00/0.00	c   exceptions-0.8.2.1
0.00/0.00	c   extended-reals-0.2.1.0
0.00/0.00	c   filepath-1.4.0.0
0.00/0.00	c   finite-field-0.8.0
0.00/0.00	c   hashable-1.2.4.0
0.00/0.00	c   heaps-0.3.3
0.00/0.00	c   intern-0.9.1.4
0.00/0.00	c   loop-0.3.0
0.00/0.00	c   mtl-2.2.1
0.00/0.00	c   multiset-0.3.2
0.00/0.00	c   mwc-random-0.13.3.2
0.00/0.00	c   parse_dimacs-1.3
0.00/0.00	c   parsec-3.1.9
0.00/0.00	c   prettyclass-1.0.0.0
0.00/0.00	c   primes-0.2.1.0
0.00/0.00	c   primitive-0.6.1.0
0.00/0.00	c   process-1.2.3.0
0.00/0.00	c   pseudo-boolean-0.1.3.0
0.00/0.01	c   queue-0.1.2
0.00/0.01	c   semigroups-0.18.1
0.00/0.01	c   sign-0.4.3
0.00/0.01	c   stm-2.4.4.1
0.00/0.01	c   template-haskell-2.10.0.0
0.00/0.01	c   temporary-1.2.0.4
0.00/0.01	c   time-1.5.0.1
0.00/0.01	c   transformers-0.4.2.0
0.00/0.01	c   transformers-compat-0.5.1.4
0.00/0.01	c   type-level-numbers-0.1.1.1
0.00/0.01	c   unbounded-delays-0.1.0.9
0.00/0.01	c   unordered-containers-0.2.6.0
0.00/0.01	c   vector-0.11.0.0
0.00/0.01	c   vector-space-0.10.3
0.00/0.01	c command line = ["+RTS","-H1G","-M15500m","-K1G","-RTS","--pb","--search=bcd2","HOME/instance-4079187-1465271577.opb"]
0.00/0.01	c use --random-gen="48885408 427868774 421447268 1442518321 1895220445 3846811265 1466109390 4146371252 4062663753 4052330979 213984070 3325389475 2900056614 67960368 874583648 2703545491 4123187761 4189555307 2403323409 12082977 1869846518 3425502205 3343516679 4000076264 2370597363 1763015867 3604592142 459640909 2627203277 2584010850 3864359030 76270988 380229880 2699165441 2310229704 936354108 387956647 2253584409 1114175597 3744944167 3100660175 503064288 3993974999 2207866443 3186174024 3313328411 1234475451 1397431174 3948798816 2325448949 609374035 1639594418 3446341668 1983537420 1024866137 1175901879 4224537117 476371906 2988261503 2933672611 884240120 2701861275 4001709885 2865407407 2419658380 2545796546 66048979 2422786731 1386716528 693451324 1792182120 3860614533 3979952055 3763593699 472446348 376081860 2408638663 4169009143 3337648986 3689707186 2669495378 3786056209 556688922 1954794663 3228818844 1395566483 3437409644 182862215 1233958769 1475644655 4101807435 3298971367 2384282301 3230457448 496633714 951667281 1419710591 1543076782 2936459729 862245215 166683088 1296056561 252612483 1077997024 392508974 3813526435 1409745641 1604805743 1749897983 1222365201 3139145705 3368058357 867991268 2908833215 220616751 551604686 2290772744 3636012987 3883810323 327199685 2658772021 1546415142 2568915946 88510807 610821697 1906387984 1887314926 276536308 3304107453 4224502657 1735135451 1970144680 1648536625 2980138581 1750772316 2281562129 3326324513 243946706 245093346 1226006893 2042006763 1623051438 4130358799 2219118132 1995226405 2363324358 2836332795 790668099 3748871757 3639918964 1410470923 3860520241 3424298159 2482352036 3763510932 3534774735 1433788287 841055794 326801087 1452803027 2410890697 3832144443 106941060 4101307296 2602613639 3231722812 2992607471 2036812983 2031870147 3684955003 4097340978 292879227 2583980922 2613482789 2406632610 2571478376 212462609 1920745567 1179690896 2314670699 412892253 2565487491 1616607285 1040852901 3787145432 1592724694 701044202 2052432311 1767949871 3163927790 46232648 985147071 6651134 563832961 3442425819 2674454556 3541060041 2367144505 129882829 1967649357 1850692855 1882385213 607450596 329440708 1859041857 2982390649 2861882880 3527253795 3971322206 4138669815 1467623993 2703112121 958463711 1759200825 2164823963 3396429767 3610955744 2620121476 2881724220 2784421914 3088295554 577508722 2483920816 3305176245 2226812647 3769843212 2471647091 2612679076 2466223338 3812850817 677871165 3012426603 540997510 1005608951 2904717103 2833854677 3509238498 3571673867 65858466 1353098199 3243237115 1935247092 2469356624 1929952784 2094979091 1564992905 3504330061 458516963 2934433506 3813707963 837776491 523861159 4180944319 2197763560 4187154751 279317348 255 362436" option to reproduce the execution
0.19/0.22	c #vars 7122
0.19/0.22	c #constraints 29890
0.59/0.63	c BCD2: Hardening is enabled.
0.59/0.63	c BCD2: BiasedSearch is enabled.
0.59/0.63	c Solving starts ...
0.59/0.63	c ============================[ Search Statistics ]============================
0.59/0.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.63	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.63	c =============================================================================
0.69/0.71	c  0.0s |       0 |        0 |        0 |    11983      0 |      840 |        0
0.69/0.74	c  0.0s |       0 |      289 |        4 |    11983      0 |      904 |     4686
0.69/0.74	c #cpu_time = 0.032s
0.69/0.74	c #wall_clock_time = 0.032s
0.69/0.74	c #decision = 289
0.69/0.74	c #random_decision = 1
0.69/0.74	c #conflict = 4
0.69/0.74	c #restart = 0
0.69/0.74	s UNSATISFIABLE
0.69/0.74	c total CPU time = 0.741s
0.69/0.74	c total wall clock time = 0.741s

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4079187-1465271577/watcher-4079187-1465271577 -o /tmp/evaluation-result-4079187-1465271577/solver-4079187-1465271577 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1465252213-5800 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4079187-1465271577.opb 

pid=8732
running on 4 cores: 1,3,5,7

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.19 2.20 2.18 3/179 8735
/proc/meminfo: memFree=29322832/32872528 swapFree=16252/1391864
[pid=8735] ppid=8732 vsize=691644 CPUtime=0 cores=1,3,5,7
/proc/8735/stat : 8735 (toysat) R 8732 8735 5783 0 -1 4202496 2573 0 0 0 0 0 0 0 20 0 4 0 109090866 708243456 2935 33554432000 4194304 16246674 140734602956480 140734602955904 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8735/statm: 173423 2943 441 2943 0 170317 0
[pid=8735/tid=8736] ppid=8732 vsize=709052 CPUtime=0 cores=1,3,5,7
/proc/8735/task/8736/stat : 8736 (toysat) S 8732 8735 5783 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109090866 726069248 3003 33554432000 4194304 16246674 140734602956480 140038685830384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8735/tid=8737] ppid=8732 vsize=713148 CPUtime=0 cores=1,3,5,7
/proc/8735/task/8737/stat : 8737 (toysat) S 8732 8735 5783 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109090866 730263552 3020 33554432000 4194304 16246674 140734602956480 140038675340528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8735/tid=8738] ppid=8732 vsize=717244 CPUtime=0 cores=1,3,5,7
/proc/8735/task/8738/stat : 8738 (toysat) S 8732 8735 5783 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 109090866 734457856 3036 33554432000 4194304 16246674 140734602956480 140038664866992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.10016 s]
/proc/loadavg: 2.19 2.20 2.18 3/179 8735
/proc/meminfo: memFree=29322832/32872528 swapFree=16252/1391864
[pid=8735] ppid=8732 vsize=1228356 CPUtime=0.09 cores=1,3,5,7
/proc/8735/stat : 8735 (toysat) R 8732 8735 5783 0 -1 4202496 25973 0 0 0 5 4 0 0 20 0 4 0 109090866 1257836544 26274 33554432000 4194304 16246674 140734602956480 140734602955792 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8735/statm: 308625 26295 799 2943 0 305519 0
[pid=8735/tid=8736] ppid=8732 vsize=1237572 CPUtime=0 cores=1,3,5,7
/proc/8735/task/8736/stat : 8736 (toysat) S 8732 8735 5783 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109090866 1267273728 26310 33554432000 4194304 16246674 140734602956480 140038685830384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8735/tid=8737] ppid=8732 vsize=1241668 CPUtime=0 cores=1,3,5,7
/proc/8735/task/8737/stat : 8737 (toysat) S 8732 8735 5783 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109090866 1271468032 26325 33554432000 4194304 16246674 140734602956480 140038675340528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8735/tid=8738] ppid=8732 vsize=1244740 CPUtime=0 cores=1,3,5,7
/proc/8735/task/8738/stat : 8738 (toysat) S 8732 8735 5783 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109090866 1274613760 26335 33554432000 4194304 16246674 140734602956480 140038664866992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1228356

[startup+0.200523 s]
/proc/loadavg: 2.19 2.20 2.18 3/179 8735
/proc/meminfo: memFree=29322832/32872528 swapFree=16252/1391864
[pid=8735] ppid=8732 vsize=1313348 CPUtime=0.19 cores=1,3,5,7
/proc/8735/stat : 8735 (toysat) R 8732 8735 5783 0 -1 4202496 48329 0 0 0 13 6 0 0 20 0 4 0 109090866 1344868352 49139 33554432000 4194304 16246674 140734602956480 140734602955792 8058627 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8735/statm: 328337 49139 799 2943 0 325231 0
[pid=8735/tid=8736] ppid=8732 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/8735/task/8736/stat : 8736 (toysat) S 8732 8735 5783 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109090866 1344868352 49139 33554432000 4194304 16246674 140734602956480 140038685830384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8735/tid=8737] ppid=8732 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/8735/task/8737/stat : 8737 (toysat) S 8732 8735 5783 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109090866 1344868352 49139 33554432000 4194304 16246674 140734602956480 140038675340528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8735/tid=8738] ppid=8732 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/8735/task/8738/stat : 8738 (toysat) S 8732 8735 5783 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109090866 1344868352 49139 33554432000 4194304 16246674 140734602956480 140038664866992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1313348

[startup+0.300502 s]
/proc/loadavg: 2.19 2.20 2.18 3/179 8735
/proc/meminfo: memFree=29322832/32872528 swapFree=16252/1391864
[pid=8735] ppid=8732 vsize=1313348 CPUtime=0.29 cores=1,3,5,7
/proc/8735/stat : 8735 (toysat) R 8732 8735 5783 0 -1 4202496 52561 0 0 0 22 7 0 0 20 0 4 0 109090866 1344868352 53371 33554432000 4194304 16246674 140734602956480 140734602955792 12458634 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8735/statm: 328337 53382 836 2943 0 325231 0
[pid=8735/tid=8736] ppid=8732 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/8735/task/8736/stat : 8736 (toysat) S 8732 8735 5783 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109090866 1344868352 53388 33554432000 4194304 16246674 140734602956480 140038685830384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8735/tid=8737] ppid=8732 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/8735/task/8737/stat : 8737 (toysat) S 8732 8735 5783 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109090866 1344868352 53394 33554432000 4194304 16246674 140734602956480 140038675340528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8735/tid=8738] ppid=8732 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/8735/task/8738/stat : 8738 (toysat) S 8732 8735 5783 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109090866 1344868352 53399 33554432000 4194304 16246674 140734602956480 140038664866992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1313348

[startup+0.700396 s]
/proc/loadavg: 2.19 2.20 2.18 3/179 8735
/proc/meminfo: memFree=29322832/32872528 swapFree=16252/1391864
[pid=8735] ppid=8732 vsize=1323588 CPUtime=0.69 cores=1,3,5,7
/proc/8735/stat : 8735 (toysat) R 8732 8735 5783 0 -1 4202496 115702 0 0 0 51 18 0 0 20 0 4 0 109090866 1355354112 116512 33554432000 4194304 16246674 140734602956480 140734602955792 4225154 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8735/statm: 330897 116516 854 2943 0 327791 0
[pid=8735/tid=8736] ppid=8732 vsize=1323588 CPUtime=0 cores=1,3,5,7
/proc/8735/task/8736/stat : 8736 (toysat) S 8732 8735 5783 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109090866 1355354112 116518 33554432000 4194304 16246674 140734602956480 140038685830384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8735/tid=8737] ppid=8732 vsize=1323588 CPUtime=0 cores=1,3,5,7
/proc/8735/task/8737/stat : 8737 (toysat) S 8732 8735 5783 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109090866 1355354112 116520 33554432000 4194304 16246674 140734602956480 140038675340528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8735/tid=8738] ppid=8732 vsize=1323588 CPUtime=0 cores=1,3,5,7
/proc/8735/task/8738/stat : 8738 (toysat) S 8732 8735 5783 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109090866 1355354112 116522 33554432000 4194304 16246674 140734602956480 140038664866992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1323588

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 8735 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+0.700396 s]
/proc/loadavg: 2.19 2.20 2.18 3/179 8735
/proc/meminfo: memFree=29322832/32872528 swapFree=16252/1391864
[pid=8735] ppid=8732 vsize=1323588 CPUtime=0.69 cores=1,3,5,7
/proc/8735/stat : 8735 (toysat) R 8732 8735 5783 0 -1 4202496 115702 0 0 0 51 18 0 0 20 0 4 0 109090866 1355354112 116512 33554432000 4194304 16246674 140734602956480 140734602955792 4225154 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8735/statm: 330897 116516 854 2943 0 327791 0
[pid=8735/tid=8736] ppid=8732 vsize=1323588 CPUtime=0 cores=1,3,5,7
/proc/8735/task/8736/stat : 8736 (toysat) S 8732 8735 5783 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109090866 1355354112 116518 33554432000 4194304 16246674 140734602956480 140038685830384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8735/tid=8737] ppid=8732 vsize=1323588 CPUtime=0 cores=1,3,5,7
/proc/8735/task/8737/stat : 8737 (toysat) S 8732 8735 5783 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109090866 1355354112 116520 33554432000 4194304 16246674 140734602956480 140038675340528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8735/tid=8738] ppid=8732 vsize=1323588 CPUtime=0 cores=1,3,5,7
/proc/8735/task/8738/stat : 8738 (toysat) S 8732 8735 5783 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109090866 1355354112 116522 33554432000 4194304 16246674 140734602956480 140038664866992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1323588

Child status: 0
Real time (s): 0.771769
CPU time (s): 0.762883
CPU user time (s): 0.559914
CPU system time (s): 0.202969
CPU usage (%): 98.8486
Max. virtual memory (cumulated for all children) (KiB): 1323588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.559914
system time used= 0.202969
maximum resident set size= 468848
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 116403
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= 21
involuntary context switches= 2

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.001999 second user time and 0.007998 second system time

The end

Launcher Data

Begin job on node119 at 2016-06-07 05:52:57
IDJOB=4079187
IDBENCH=72368
IDSOLVER=2542
FILE ID=node119/4079187-1465271577
RUNJOBID= node119-1465252213-5800
PBS_JOBID= 19843259
Free space on /tmp= 71720 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB10/normalized-PB10/OPT-BIGINT-LIN/leberre/opb-trendy/misc2010/random/rand.biglist/normalized-rand65d021.cudf.trendy.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4079187-1465271577/watcher-4079187-1465271577 -o /tmp/evaluation-result-4079187-1465271577/solver-4079187-1465271577 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1465252213-5800 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4079187-1465271577.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 1d81ed2101175ee4e14a705347d8d400
RANDOM SEED=1445576577

node119.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.410
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.410
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.410
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.410
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.410
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.410
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.410
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.410
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29323732 kB
Buffers:          121476 kB
Cached:           173456 kB
SwapCached:          888 kB
Active:          1258848 kB
Inactive:         163740 kB
Active(anon):    1128060 kB
Inactive(anon):     1712 kB
Active(file):     130788 kB
Inactive(file):   162028 kB
Unevictable:     1391864 kB
Mlocked:           16252 kB
SwapTotal:      67108856 kB
SwapFree:       67100176 kB
Dirty:             17080 kB
Writeback:            36 kB
AnonPages:       2520480 kB
Mapped:            11012 kB
Shmem:                 0 kB
Slab:             599760 kB
SReclaimable:      43576 kB
SUnreclaim:       556184 kB
KernelStack:        1520 kB
PageTables:         8716 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2659164 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2498560 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71704 MiB
End job on node119 at 2016-06-07 05:52:58