Trace number 2080277

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+picosat? (TO) 1800.05 1817.33

General information on the benchmark

Namecsp/js-taillard-20-15/
normalized-js-taillard-20-15-100-8.xml
MD5SUM4fd5952cdf1c6d563997aac01ff731b3
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of constraints3130
Maximum constraint arity2
Maximum domain size1378
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3130
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sun Jul 12 05:31:43 2009
0.00/0.08	c 0	PID 25969
0.07/0.08	c 0	HOST node41.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2080277-1247369503.xml TO HOME/temp.csp
0.07/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2080277-1247369503.xml' 'HOME/temp.csp'
0.07/0.70	c 1	300 domains, 300 variables, 2 predicates, 0 relations, 3130 constraints
0.07/0.72	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.72	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.67/0.80	c 1	Parsing HOME/temp.csp
0.67/0.91	c 1	parsed 3732 expressions
0.67/0.92	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.67/0.92	c 1	Converting to clausal form CSP
0.67/0.94	c 1	converted 374 (10%) expressions
0.93/1.01	c 1	converted 747 (20%) expressions
1.03/1.15	c 2	converted 1120 (30%) expressions
1.03/1.18	c 2	converted 1493 (40%) expressions
1.13/1.20	c 2	converted 1866 (50%) expressions
1.13/1.22	c 2	converted 2240 (60%) expressions
1.13/1.23	c 2	converted 2613 (70%) expressions
1.13/1.25	c 2	converted 2986 (80%) expressions
1.13/1.26	c 2	converted 3359 (90%) expressions
1.13/1.27	c 2	converted 3732 (100%) expressions
1.13/1.27	c 2	CSP : 300 integers, 0 booleans, 3130 clauses, largest domain size 1344
1.13/1.27	c 2	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.13/1.27	c 2	Propagation in CSP
1.32/1.41	c 2	87337 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.32/1.41	c 2	CSP : 300 integers, 0 booleans, 3130 clauses, largest domain size 794
1.32/1.41	c 2	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.32/1.41	c 2	Simplifing CSP by introducing new Boolean variables
1.43/1.50	c 2	CSP : 300 integers, 5700 booleans, 8830 clauses, largest domain size 794
1.43/1.50	c 2	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.43/1.55	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.43/1.59	c 2	30 (10%) CSP integer variables are encoded (18210 clauses, 251042 bytes)
1.52/1.62	c 2	60 (20%) CSP integer variables are encoded (38040 clauses, 548492 bytes)
1.52/1.65	c 2	90 (30%) CSP integer variables are encoded (60630 clauses, 887342 bytes)
1.52/1.67	c 2	120 (40%) CSP integer variables are encoded (80775 clauses, 1189517 bytes)
1.62/1.70	c 2	150 (50%) CSP integer variables are encoded (98715 clauses, 1458617 bytes)
1.62/1.73	c 2	180 (60%) CSP integer variables are encoded (120540 clauses, 1827377 bytes)
1.62/1.76	c 2	210 (70%) CSP integer variables are encoded (140955 clauses, 2174432 bytes)
1.62/1.78	c 2	240 (80%) CSP integer variables are encoded (157260 clauses, 2451617 bytes)
1.72/1.80	c 2	270 (90%) CSP integer variables are encoded (175095 clauses, 2754812 bytes)
1.72/1.83	c 2	300 (100%) CSP integer variables are encoded (191505 clauses, 3033782 bytes)
2.12/2.27	c 3	883 (10%) CSP clauses are encoded (391503 clauses, 7422857 bytes)
2.61/2.77	c 3	1766 (20%) CSP clauses are encoded (633629 clauses, 12991749 bytes)
3.11/3.28	c 4	2649 (30%) CSP clauses are encoded (871409 clauses, 18497283 bytes)
3.60/3.79	c 4	3532 (40%) CSP clauses are encoded (1119057 clauses, 24229882 bytes)
4.19/4.36	c 5	4415 (50%) CSP clauses are encoded (1403326 clauses, 30829350 bytes)
4.68/4.86	c 5	5298 (60%) CSP clauses are encoded (1650702 clauses, 36583480 bytes)
5.18/5.35	c 6	6181 (70%) CSP clauses are encoded (1893397 clauses, 42233874 bytes)
5.57/5.79	c 6	7064 (80%) CSP clauses are encoded (2116150 clauses, 47543347 bytes)
6.06/6.30	c 7	7947 (90%) CSP clauses are encoded (2360247 clauses, 53435673 bytes)
6.56/6.72	c 7	8830 (100%) CSP clauses are encoded (2579791 clauses, 58513141 bytes)
6.56/6.72	c 7	8830 CSP clauses encoded
6.56/6.72	c 7	Writing map file : HOME/temp.map
6.56/6.73	c 7	Heap : 4 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
6.56/6.73	c 7	SAT : 197505 SAT variables, 2579791 SAT clauses, 58513141 bytes
6.56/6.73	c 7	Heap : 4 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
6.56/6.77	c 7	SOLVING HOME/temp.cnf
6.56/6.77	c 7	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.05/1817.32	c ERROR INTERRUPTED
1800.05/1817.32	s UNKNOWN
1800.05/1817.32	c 1818	CPU 6.61 (0.06 0.01 5.97 0.57)
1800.05/1817.32	c 1818	END Sun Jul 12 06:02:01 2009

Verifier Data

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

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2080277-1247369503/watcher-2080277-1247369503 -o /tmp/evaluation-result-2080277-1247369503/solver-2080277-1247369503 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2080277-1247369503.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.03 2.09 2.07 4/82 25969
/proc/meminfo: memFree=1213584/2055920 swapFree=4192812/4192956
[pid=25969] ppid=25967 vsize=12000 CPUtime=0
/proc/25969/stat : 25969 (sugar) R 25967 25969 21528 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 23642036 12288000 172 996147200 4194304 4206940 548682068608 18446744073709551615 209135795171 0 0 4224 0 0 0 0 17 1 0 0
/proc/25969/statm: 3000 172 133 3 0 100 0

[startup+0.0832871 s]
/proc/loadavg: 2.03 2.09 2.07 4/82 25969
/proc/meminfo: memFree=1213584/2055920 swapFree=4192812/4192956
[pid=25969] ppid=25967 vsize=16740 CPUtime=0.07
/proc/25969/stat : 25969 (sugar) S 25967 25969 21528 0 -1 4194304 1152 0 0 0 6 1 0 0 18 0 1 0 23642036 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25969/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.10205 s]
/proc/loadavg: 2.03 2.09 2.07 4/82 25969
/proc/meminfo: memFree=1213584/2055920 swapFree=4192812/4192956
[pid=25969] ppid=25967 vsize=16868 CPUtime=0.07
/proc/25969/stat : 25969 (sugar) S 25967 25969 21528 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 23642036 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25969/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.30206 s]
/proc/loadavg: 2.03 2.09 2.07 4/82 25969
/proc/meminfo: memFree=1213584/2055920 swapFree=4192812/4192956
[pid=25969] ppid=25967 vsize=16868 CPUtime=0.07
/proc/25969/stat : 25969 (sugar) S 25967 25969 21528 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 23642036 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25969/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.702098 s]
/proc/loadavg: 2.03 2.09 2.07 4/82 25969
/proc/meminfo: memFree=1213584/2055920 swapFree=4192812/4192956
[pid=25969] ppid=25967 vsize=16868 CPUtime=0.07
/proc/25969/stat : 25969 (sugar) S 25967 25969 21528 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 23642036 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25969/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50117 s]
/proc/loadavg: 2.03 2.09 2.07 3/93 25991
/proc/meminfo: memFree=1202680/2055920 swapFree=4192812/4192956
[pid=25969] ppid=25967 vsize=16868 CPUtime=0.67
/proc/25969/stat : 25969 (sugar) S 25967 25969 21528 0 -1 4194304 1310 6836 0 1 6 1 56 4 16 0 1 0 23642036 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25969/statm: 4217 1111 409 3 0 796 0
[pid=25982] ppid=25969 vsize=5356 CPUtime=0
/proc/25982/stat : 25982 (sh) S 25969 25969 21528 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23642108 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25982/statm: 1339 233 193 169 0 50 0
[pid=25983] ppid=25982 vsize=868592 CPUtime=0.76
/proc/25983/stat : 25983 (java) S 25982 25969 21528 0 -1 0 7331 0 1 0 71 5 0 0 18 0 9 0 23642109 889438208 6556 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25983/statm: 217148 6556 2566 9 0 211653 0
[pid=25983/tid=25984] ppid=25982 vsize=868592 CPUtime=0.46
/proc/25983/task/25984/stat : 25984 (java) R 25982 25969 21528 0 -1 64 2700 0 1 0 45 1 0 0 20 0 9 0 23642109 889438208 6556 996147200 134512640 134550932 4294955936 18446744073709551615 4125952229 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25983/tid=25985] ppid=25982 vsize=868592 CPUtime=0.1
/proc/25983/task/25985/stat : 25985 (java) S 25982 25969 21528 0 -1 64 2450 0 0 0 9 1 0 0 16 0 9 0 23642111 889438208 6556 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25983/tid=25986] ppid=25982 vsize=868592 CPUtime=0
/proc/25983/task/25986/stat : 25986 (java) S 25982 25969 21528 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23642111 889438208 6556 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25983/tid=25987] ppid=25982 vsize=868592 CPUtime=0
/proc/25983/task/25987/stat : 25987 (java) S 25982 25969 21528 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23642111 889438208 6556 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25983/tid=25988] ppid=25982 vsize=868592 CPUtime=0
/proc/25983/task/25988/stat : 25988 (java) S 25982 25969 21528 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23642113 889438208 6556 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25983/tid=25989] ppid=25982 vsize=868592 CPUtime=0.17
/proc/25983/task/25989/stat : 25989 (java) S 25982 25969 21528 0 -1 64 1483 0 0 0 16 1 0 0 16 0 9 0 23642113 889438208 6556 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25983/tid=25990] ppid=25982 vsize=868592 CPUtime=0
/proc/25983/task/25990/stat : 25990 (java) S 25982 25969 21528 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23642113 889438208 6556 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25983/tid=25991] ppid=25982 vsize=868592 CPUtime=0
/proc/25983/task/25991/stat : 25991 (java) S 25982 25969 21528 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23642113 889438208 6556 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 890816

[startup+3.10232 s]
/proc/loadavg: 2.03 2.09 2.07 3/93 25991
/proc/meminfo: memFree=1187448/2055920 swapFree=4192812/4192956
[pid=25969] ppid=25967 vsize=16868 CPUtime=0.67
/proc/25969/stat : 25969 (sugar) S 25967 25969 21528 0 -1 4194304 1310 6836 0 1 6 1 56 4 15 0 1 0 23642036 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25969/statm: 4217 1111 409 3 0 796 0
[pid=25982] ppid=25969 vsize=5356 CPUtime=0
/proc/25982/stat : 25982 (sh) S 25969 25969 21528 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23642108 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25982/statm: 1339 233 193 169 0 50 0
[pid=25983] ppid=25982 vsize=868704 CPUtime=2.34
/proc/25983/stat : 25983 (java) S 25982 25969 21528 0 -1 0 7994 0 1 0 214 20 0 0 18 0 9 0 23642109 889552896 6770 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25983/statm: 217176 6770 2590 9 0 211653 0
[pid=25983/tid=25984] ppid=25982 vsize=868704 CPUtime=1.84
/proc/25983/task/25984/stat : 25984 (java) R 25982 25969 21528 0 -1 64 3190 0 1 0 170 14 0 0 25 0 9 0 23642109 889552896 6770 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25983/tid=25985] ppid=25982 vsize=868704 CPUtime=0.26
/proc/25983/task/25985/stat : 25985 (java) S 25982 25969 21528 0 -1 64 2600 0 0 0 23 3 0 0 16 0 9 0 23642111 889552896 6770 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25983/tid=25986] ppid=25982 vsize=868704 CPUtime=0
/proc/25983/task/25986/stat : 25986 (java) S 25982 25969 21528 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23642111 889552896 6770 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25983/tid=25987] ppid=25982 vsize=868704 CPUtime=0
/proc/25983/task/25987/stat : 25987 (java) S 25982 25969 21528 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23642111 889552896 6770 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25983/tid=25988] ppid=25982 vsize=868704 CPUtime=0
/proc/25983/task/25988/stat : 25988 (java) S 25982 25969 21528 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23642113 889552896 6770 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25983/tid=25989] ppid=25982 vsize=868704 CPUtime=0.21
/proc/25983/task/25989/stat : 25989 (java) S 25982 25969 21528 0 -1 64 1506 0 0 0 20 1 0 0 16 0 9 0 23642113 889552896 6770 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25983/tid=25990] ppid=25982 vsize=868704 CPUtime=0
/proc/25983/task/25990/stat : 25990 (java) S 25982 25969 21528 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23642113 889552896 6770 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25983/tid=25991] ppid=25982 vsize=868704 CPUtime=0
/proc/25983/task/25991/stat : 25991 (java) S 25982 25969 21528 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23642113 889552896 6770 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 890928

[startup+6.30259 s]
/proc/loadavg: 2.02 2.09 2.06 3/93 25991
/proc/meminfo: memFree=1149816/2055920 swapFree=4192812/4192956
[pid=25969] ppid=25967 vsize=16868 CPUtime=0.67
/proc/25969/stat : 25969 (sugar) S 25967 25969 21528 0 -1 4194304 1310 6836 0 1 6 1 56 4 15 0 1 0 23642036 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25969/statm: 4217 1111 409 3 0 796 0
[pid=25982] ppid=25969 vsize=5356 CPUtime=0
/proc/25982/stat : 25982 (sh) S 25969 25969 21528 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23642108 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25982/statm: 1339 233 193 169 0 50 0
[pid=25983] ppid=25982 vsize=868704 CPUtime=5.5
/proc/25983/stat : 25983 (java) S 25982 25969 21528 0 -1 0 8958 0 1 0 502 48 0 0 18 0 9 0 23642109 889552896 6777 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25983/statm: 217176 6777 2590 9 0 211653 0
[pid=25983/tid=25984] ppid=25982 vsize=868704 CPUtime=4.73
/proc/25983/task/25984/stat : 25984 (java) R 25982 25969 21528 0 -1 64 4147 0 1 0 437 36 0 0 25 0 9 0 23642109 889552896 6777 996147200 134512640 134550932 4294955936 18446744073709551615 4126905406 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25983/tid=25985] ppid=25982 vsize=868704 CPUtime=0.52
/proc/25983/task/25985/stat : 25985 (java) S 25982 25969 21528 0 -1 64 2600 0 0 0 43 9 0 0 16 0 9 0 23642111 889552896 6777 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25983/tid=25986] ppid=25982 vsize=868704 CPUtime=0
/proc/25983/task/25986/stat : 25986 (java) S 25982 25969 21528 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23642111 889552896 6777 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25983/tid=25987] ppid=25982 vsize=868704 CPUtime=0
/proc/25983/task/25987/stat : 25987 (java) S 25982 25969 21528 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23642111 889552896 6777 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25983/tid=25988] ppid=25982 vsize=868704 CPUtime=0
/proc/25983/task/25988/stat : 25988 (java) S 25982 25969 21528 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23642113 889552896 6777 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25983/tid=25989] ppid=25982 vsize=868704 CPUtime=0.22
/proc/25983/task/25989/stat : 25989 (java) S 25982 25969 21528 0 -1 64 1513 0 0 0 21 1 0 0 16 0 9 0 23642113 889552896 6777 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25983/tid=25990] ppid=25982 vsize=868704 CPUtime=0
/proc/25983/task/25990/stat : 25990 (java) S 25982 25969 21528 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23642113 889552896 6777 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25983/tid=25991] ppid=25982 vsize=868704 CPUtime=0
/proc/25983/task/25991/stat : 25991 (java) S 25982 25969 21528 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23642113 889552896 6777 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 890928

[startup+12.7012 s]
/proc/loadavg: 2.02 2.08 2.06 3/85 25993
/proc/meminfo: memFree=1119352/2055920 swapFree=4192812/4192956
[pid=25969] ppid=25967 vsize=16868 CPUtime=6.61
/proc/25969/stat : 25969 (sugar) S 25967 25969 21528 0 -1 4194304 1365 16229 0 2 6 1 597 57 16 0 1 0 23642036 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25969/statm: 4217 1113 409 3 0 796 0
[pid=25992] ppid=25969 vsize=5356 CPUtime=0
/proc/25992/stat : 25992 (sh) S 25969 25969 21528 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23642713 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25992/statm: 1339 232 193 169 0 50 0
[pid=25993] ppid=25992 vsize=39384 CPUtime=5.83
/proc/25993/stat : 25993 (picosat) R 25992 25969 21528 0 -1 4194304 8683 0 0 0 267 316 0 0 25 0 1 0 23642714 40329216 8669 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/25993/statm: 9846 8669 40 102 0 9741 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 61608

[startup+25.5023 s]
/proc/loadavg: 2.02 2.08 2.06 3/85 25993
/proc/meminfo: memFree=1070840/2055920 swapFree=4192812/4192956
[pid=25969] ppid=25967 vsize=16868 CPUtime=6.61
/proc/25969/stat : 25969 (sugar) S 25967 25969 21528 0 -1 4194304 1365 16229 0 2 6 1 597 57 16 0 1 0 23642036 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25969/statm: 4217 1113 409 3 0 796 0
[pid=25992] ppid=25969 vsize=5356 CPUtime=0
/proc/25992/stat : 25992 (sh) S 25969 25969 21528 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23642713 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25992/statm: 1339 232 193 169 0 50 0
[pid=25993] ppid=25992 vsize=87108 CPUtime=18.52
/proc/25993/stat : 25993 (picosat) R 25992 25969 21528 0 -1 4194304 20436 0 0 0 852 1000 0 0 25 0 1 0 23642714 89198592 20422 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/25993/statm: 21777 20422 40 102 0 21672 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 109332

[startup+51.1026 s]
/proc/loadavg: 2.01 2.07 2.06 3/85 25993
/proc/meminfo: memFree=1054520/2055920 swapFree=4192812/4192956
[pid=25969] ppid=25967 vsize=16868 CPUtime=6.61
/proc/25969/stat : 25969 (sugar) S 25967 25969 21528 0 -1 4194304 1365 16229 0 2 6 1 597 57 16 0 1 0 23642036 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25969/statm: 4217 1113 409 3 0 796 0
[pid=25992] ppid=25969 vsize=5356 CPUtime=0
/proc/25992/stat : 25992 (sh) S 25969 25969 21528 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23642713 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25992/statm: 1339 232 193 169 0 50 0
[pid=25993] ppid=25992 vsize=112052 CPUtime=43.87
/proc/25993/stat : 25993 (picosat) R 25992 25969 21528 0 -1 4194304 24276 0 0 0 3165 1222 0 0 25 0 1 0 23642714 114741248 24262 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/25993/statm: 28013 24262 42 102 0 27908 0
Current children cumulated CPU time (s) 50.48
Current children cumulated vsize (KiB) 134276

[startup+102.307 s]
/proc/loadavg: 2.00 2.06 2.06 3/85 25993
/proc/meminfo: memFree=1053752/2055920 swapFree=4192812/4192956
[pid=25969] ppid=25967 vsize=16868 CPUtime=6.61
/proc/25969/stat : 25969 (sugar) S 25967 25969 21528 0 -1 4194304 1365 16229 0 2 6 1 597 57 16 0 1 0 23642036 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25969/statm: 4217 1113 409 3 0 796 0
[pid=25992] ppid=25969 vsize=5356 CPUtime=0

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

/proc/meminfo: memFree=1038840/2055920 swapFree=4192812/4192956
[pid=25969] ppid=25967 vsize=16868 CPUtime=6.61
/proc/25969/stat : 25969 (sugar) S 25967 25969 21528 0 -1 4194304 1365 16229 0 2 6 1 597 57 16 0 1 0 23642036 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25969/statm: 4217 1113 409 3 0 796 0
[pid=25992] ppid=25969 vsize=5356 CPUtime=0
/proc/25992/stat : 25992 (sh) S 25969 25969 21528 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23642713 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25992/statm: 1339 232 193 169 0 50 0
[pid=25993] ppid=25992 vsize=125916 CPUtime=1342.71
/proc/25993/stat : 25993 (picosat) R 25992 25969 21528 0 -1 4194304 28010 0 0 0 133043 1228 0 0 25 0 1 0 23642714 128937984 27896 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/25993/statm: 31479 27896 48 102 0 31374 0
Current children cumulated CPU time (s) 1349.32
Current children cumulated vsize (KiB) 148140

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 25995
/proc/meminfo: memFree=1038840/2055920 swapFree=4192812/4192956
[pid=25969] ppid=25967 vsize=16868 CPUtime=6.61
/proc/25969/stat : 25969 (sugar) S 25967 25969 21528 0 -1 4194304 1365 16229 0 2 6 1 597 57 16 0 1 0 23642036 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25969/statm: 4217 1113 409 3 0 796 0
[pid=25992] ppid=25969 vsize=5356 CPUtime=0
/proc/25992/stat : 25992 (sh) S 25969 25969 21528 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23642713 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25992/statm: 1339 232 193 169 0 50 0
[pid=25993] ppid=25992 vsize=125916 CPUtime=1402.15
/proc/25993/stat : 25993 (picosat) R 25992 25969 21528 0 -1 4194304 28010 0 0 0 138987 1228 0 0 25 0 1 0 23642714 128937984 27896 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/25993/statm: 31479 27896 48 102 0 31374 0
Current children cumulated CPU time (s) 1408.76
Current children cumulated vsize (KiB) 148140

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 25995
/proc/meminfo: memFree=1038840/2055920 swapFree=4192812/4192956
[pid=25969] ppid=25967 vsize=16868 CPUtime=6.61
/proc/25969/stat : 25969 (sugar) S 25967 25969 21528 0 -1 4194304 1365 16229 0 2 6 1 597 57 16 0 1 0 23642036 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25969/statm: 4217 1113 409 3 0 796 0
[pid=25992] ppid=25969 vsize=5356 CPUtime=0
/proc/25992/stat : 25992 (sh) S 25969 25969 21528 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23642713 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25992/statm: 1339 232 193 169 0 50 0
[pid=25993] ppid=25992 vsize=125916 CPUtime=1461.58
/proc/25993/stat : 25993 (picosat) R 25992 25969 21528 0 -1 4194304 28010 0 0 0 144930 1228 0 0 25 0 1 0 23642714 128937984 27896 996147200 134512640 134931368 4294956256 18446744073709551615 134525802 0 0 4096 0 0 0 0 17 1 0 0
/proc/25993/statm: 31479 27896 48 102 0 31374 0
Current children cumulated CPU time (s) 1468.19
Current children cumulated vsize (KiB) 148140

[startup+1542.3 s]
/proc/loadavg: 1.96 1.98 1.99 3/75 26024
/proc/meminfo: memFree=1413336/2055920 swapFree=4192812/4192956
[pid=25969] ppid=25967 vsize=16868 CPUtime=6.61
/proc/25969/stat : 25969 (sugar) S 25967 25969 21528 0 -1 4194304 1365 16229 0 2 6 1 597 57 16 0 1 0 23642036 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25969/statm: 4217 1113 409 3 0 796 0
[pid=25992] ppid=25969 vsize=5356 CPUtime=0
/proc/25992/stat : 25992 (sh) S 25969 25969 21528 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23642713 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25992/statm: 1339 232 193 169 0 50 0
[pid=25993] ppid=25992 vsize=125916 CPUtime=1521.03
/proc/25993/stat : 25993 (picosat) R 25992 25969 21528 0 -1 4194304 28010 0 0 0 150874 1229 0 0 25 0 1 0 23642714 128937984 27896 996147200 134512640 134931368 4294956256 18446744073709551615 134525802 0 0 4096 0 0 0 0 17 1 0 0
/proc/25993/statm: 31479 27896 48 102 0 31374 0
Current children cumulated CPU time (s) 1527.64
Current children cumulated vsize (KiB) 148140

[startup+1602.3 s]
/proc/loadavg: 1.98 1.98 1.99 3/75 26024
/proc/meminfo: memFree=1411992/2055920 swapFree=4192812/4192956
[pid=25969] ppid=25967 vsize=16868 CPUtime=6.61
/proc/25969/stat : 25969 (sugar) S 25967 25969 21528 0 -1 4194304 1365 16229 0 2 6 1 597 57 16 0 1 0 23642036 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25969/statm: 4217 1113 409 3 0 796 0
[pid=25992] ppid=25969 vsize=5356 CPUtime=0
/proc/25992/stat : 25992 (sh) S 25969 25969 21528 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23642713 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25992/statm: 1339 232 193 169 0 50 0
[pid=25993] ppid=25992 vsize=125916 CPUtime=1580.47
/proc/25993/stat : 25993 (picosat) R 25992 25969 21528 0 -1 4194304 28010 0 0 0 156818 1229 0 0 25 0 1 0 23642714 128937984 27896 996147200 134512640 134931368 4294956256 18446744073709551615 134522823 0 0 4096 0 0 0 0 17 1 0 0
/proc/25993/statm: 31479 27896 48 102 0 31374 0
Current children cumulated CPU time (s) 1587.08
Current children cumulated vsize (KiB) 148140

[startup+1662.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 26024
/proc/meminfo: memFree=1410584/2055920 swapFree=4192812/4192956
[pid=25969] ppid=25967 vsize=16868 CPUtime=6.61
/proc/25969/stat : 25969 (sugar) S 25967 25969 21528 0 -1 4194304 1365 16229 0 2 6 1 597 57 16 0 1 0 23642036 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25969/statm: 4217 1113 409 3 0 796 0
[pid=25992] ppid=25969 vsize=5356 CPUtime=0
/proc/25992/stat : 25992 (sh) S 25969 25969 21528 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23642713 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25992/statm: 1339 232 193 169 0 50 0
[pid=25993] ppid=25992 vsize=125916 CPUtime=1639.91
/proc/25993/stat : 25993 (picosat) R 25992 25969 21528 0 -1 4194304 28010 0 0 0 162762 1229 0 0 25 0 1 0 23642714 128937984 27896 996147200 134512640 134931368 4294956256 18446744073709551615 134525578 0 0 4096 0 0 0 0 17 1 0 0
/proc/25993/statm: 31479 27896 48 102 0 31374 0
Current children cumulated CPU time (s) 1646.52
Current children cumulated vsize (KiB) 148140

[startup+1722.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 26024
/proc/meminfo: memFree=1410264/2055920 swapFree=4192812/4192956
[pid=25969] ppid=25967 vsize=16868 CPUtime=6.61
/proc/25969/stat : 25969 (sugar) S 25967 25969 21528 0 -1 4194304 1365 16229 0 2 6 1 597 57 16 0 1 0 23642036 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25969/statm: 4217 1113 409 3 0 796 0
[pid=25992] ppid=25969 vsize=5356 CPUtime=0
/proc/25992/stat : 25992 (sh) S 25969 25969 21528 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23642713 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25992/statm: 1339 232 193 169 0 50 0
[pid=25993] ppid=25992 vsize=126048 CPUtime=1699.35
/proc/25993/stat : 25993 (picosat) R 25992 25969 21528 0 -1 4194304 28024 0 0 0 168706 1229 0 0 25 0 1 0 23642714 129073152 27910 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/25993/statm: 31512 27910 48 102 0 31407 0
Current children cumulated CPU time (s) 1705.96
Current children cumulated vsize (KiB) 148272

[startup+1782.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 26030
/proc/meminfo: memFree=1408912/2055920 swapFree=4192812/4192956
[pid=25969] ppid=25967 vsize=16868 CPUtime=6.61
/proc/25969/stat : 25969 (sugar) S 25967 25969 21528 0 -1 4194304 1365 16229 0 2 6 1 597 57 16 0 1 0 23642036 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25969/statm: 4217 1113 409 3 0 796 0
[pid=25992] ppid=25969 vsize=5356 CPUtime=0
/proc/25992/stat : 25992 (sh) S 25969 25969 21528 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23642713 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25992/statm: 1339 232 193 169 0 50 0
[pid=25993] ppid=25992 vsize=126840 CPUtime=1758.77
/proc/25993/stat : 25993 (picosat) R 25992 25969 21528 0 -1 4194304 28234 0 0 0 174648 1229 0 0 25 0 1 0 23642714 129884160 28120 996147200 134512640 134931368 4294956256 18446744073709551615 134522836 0 0 4096 0 0 0 0 17 1 0 0
/proc/25993/statm: 31710 28120 48 102 0 31605 0
Current children cumulated CPU time (s) 1765.38
Current children cumulated vsize (KiB) 149064



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1817.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 26030
/proc/meminfo: memFree=1408464/2055920 swapFree=4192812/4192956
[pid=25969] ppid=25967 vsize=16868 CPUtime=6.61
/proc/25969/stat : 25969 (sugar) S 25967 25969 21528 0 -1 4194304 1365 16229 0 2 6 1 597 57 16 0 1 0 23642036 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25969/statm: 4217 1113 409 3 0 796 0
[pid=25992] ppid=25969 vsize=5356 CPUtime=0
/proc/25992/stat : 25992 (sh) S 25969 25969 21528 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23642713 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25992/statm: 1339 232 193 169 0 50 0
[pid=25993] ppid=25992 vsize=127236 CPUtime=1793.44
/proc/25993/stat : 25993 (picosat) R 25992 25969 21528 0 -1 4194304 28347 0 0 0 178115 1229 0 0 25 0 1 0 23642714 130289664 28233 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/25993/statm: 31809 28233 48 102 0 31704 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 149460

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

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

[startup+1817.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 26030
/proc/meminfo: memFree=1408464/2055920 swapFree=4192812/4192956
[pid=25969] ppid=25967 vsize=16868 CPUtime=6.61
/proc/25969/stat : 25969 (sugar) S 25967 25969 21528 0 -1 4194304 1365 16229 0 2 6 1 597 57 16 0 1 0 23642036 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25969/statm: 4217 1113 409 3 0 796 0
[pid=25992] ppid=25969 vsize=5356 CPUtime=0
/proc/25992/stat : 25992 (sh) S 25969 25969 21528 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23642713 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25992/statm: 1339 232 193 169 0 50 0
[pid=25993] ppid=25992 vsize=127236 CPUtime=1793.44
/proc/25993/stat : 25993 (picosat) R 25992 25969 21528 0 -1 4194304 28347 0 0 0 178115 1229 0 0 25 0 1 0 23642714 130289664 28233 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/25993/statm: 31809 28233 48 102 0 31704 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 149460

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25969 and gives
#  childrusage.ru_utime.tv_sec=6
#  childrusage.ru_utime.tv_usec=43081
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=597909
# CPU time returned by wait4() is 6.64099
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1817.33
CPU time (s): 1800.05
CPU user time (s): 1787.18
CPU system time (s): 12.87
CPU usage (%): 99.0492
Max. virtual memory (cumulated for all children) (KiB): 890928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.04308
system time used= 0.597909
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17988
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16012
involuntary context switches= 16115

runsolver used 2.03869 second user time and 6.24405 second system time

The end

Launcher Data

Begin job on node41 at 2009-07-12 05:31:43
IDJOB=2080277
IDBENCH=57049
IDSOLVER=738
FILE ID=node41/2080277-1247369503
PBS_JOBID= 9507067
Free space on /tmp= 65888 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/js-taillard-20-15/normalized-js-taillard-20-15-100-8.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2080277-1247369503/watcher-2080277-1247369503 -o /tmp/evaluation-result-2080277-1247369503/solver-2080277-1247369503 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-2080277-1247369503.xml

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

MD5SUM BENCH= 4fd5952cdf1c6d563997aac01ff731b3
RANDOM SEED=1581564198

node41.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.212
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	: 5931.00
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.212
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:       1214064 kB
Buffers:         38484 kB
Cached:         269284 kB
SwapCached:          0 kB
Active:         609204 kB
Inactive:       157528 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1214064 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1732 kB
Writeback:           0 kB
Mapped:         479380 kB
Slab:            59696 kB
Committed_AS:   655032 kB
PageTables:       2640 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= 65884 MiB
End job on node41 at 2009-07-12 06:02:03